Uses of Class
org.jclouds.openstack.nova.v2_0.domain.TenantIdAndName
Packages that use TenantIdAndName
Package
Description
-
Uses of TenantIdAndName in org.jclouds.openstack.nova.v2_0.domain
Fields in org.jclouds.openstack.nova.v2_0.domain declared as TenantIdAndNameMethods in org.jclouds.openstack.nova.v2_0.domain that return TenantIdAndNameMethods in org.jclouds.openstack.nova.v2_0.domain with parameters of type TenantIdAndNameModifier and TypeMethodDescriptionTenantIdAndName.Builder.fromTenantIdAndName
(TenantIdAndName in) SecurityGroupRule.Builder.group
(TenantIdAndName group) Constructors in org.jclouds.openstack.nova.v2_0.domain with parameters of type TenantIdAndNameModifierConstructorDescriptionprotected
SecurityGroupRule
(IpProtocol ipProtocol, int fromPort, int toPort, String id, TenantIdAndName group, String parentGroupId, SecurityGroupRule.Cidr ipRange) -
Uses of TenantIdAndName in org.jclouds.openstack.nova.v2_0.domain.regionscoped
Fields in org.jclouds.openstack.nova.v2_0.domain.regionscoped with type parameters of type TenantIdAndNameModifier and TypeFieldDescriptionprotected final com.google.common.collect.Multimap
<TenantIdAndName, SecurityGroup> NeutronSecurityGroupInRegion.groupsByName
protected final com.google.common.collect.Multimap
<TenantIdAndName, SecurityGroup> SecurityGroupInRegion.groupsByName
Methods in org.jclouds.openstack.nova.v2_0.domain.regionscoped that return types with arguments of type TenantIdAndNameModifier and TypeMethodDescriptionNeutronSecurityGroupInRegion.getGroupsByName()
Returns a map of groupTenantIdAndName
s to groups.SecurityGroupInRegion.getGroupsByName()
Returns a map of groupTenantIdAndName
s to groups.