Uses of Class
org.jclouds.openstack.nova.v2_0.domain.TenantIdAndName
- 
Packages that use TenantIdAndName Package Description org.jclouds.openstack.nova.v2_0.domain org.jclouds.openstack.nova.v2_0.domain.regionscoped  - 
- 
Uses of TenantIdAndName in org.jclouds.openstack.nova.v2_0.domain
Fields in org.jclouds.openstack.nova.v2_0.domain declared as TenantIdAndName Modifier and Type Field Description protected TenantIdAndNameSecurityGroupRule.Builder. groupMethods in org.jclouds.openstack.nova.v2_0.domain that return TenantIdAndName Modifier and Type Method Description TenantIdAndNameTenantIdAndName.Builder. build()TenantIdAndNameSecurityGroupRule. getGroup()Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type TenantIdAndName Modifier and Type Method Description TTenantIdAndName.Builder. fromTenantIdAndName(TenantIdAndName in)TSecurityGroupRule.Builder. group(TenantIdAndName group)Constructors in org.jclouds.openstack.nova.v2_0.domain with parameters of type TenantIdAndName Constructor Description 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 TenantIdAndName Modifier and Type Field Description protected com.google.common.collect.Multimap<TenantIdAndName,SecurityGroup>NeutronSecurityGroupInRegion. groupsByNameprotected com.google.common.collect.Multimap<TenantIdAndName,SecurityGroup>SecurityGroupInRegion. groupsByNameMethods in org.jclouds.openstack.nova.v2_0.domain.regionscoped that return types with arguments of type TenantIdAndName Modifier and Type Method Description Map<TenantIdAndName,Collection<SecurityGroup>>NeutronSecurityGroupInRegion. getGroupsByName()Returns a map of groupTenantIdAndNames to groups.Map<TenantIdAndName,Collection<SecurityGroup>>SecurityGroupInRegion. getGroupsByName()Returns a map of groupTenantIdAndNames to groups. 
 -