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 TenantIdAndName
SecurityGroupRule.Builder. group
Methods in org.jclouds.openstack.nova.v2_0.domain that return TenantIdAndName Modifier and Type Method Description TenantIdAndName
TenantIdAndName.Builder. build()
TenantIdAndName
SecurityGroupRule. getGroup()
Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type TenantIdAndName Modifier and Type Method Description T
TenantIdAndName.Builder. fromTenantIdAndName(TenantIdAndName in)
T
SecurityGroupRule.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. groupsByName
protected 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 TenantIdAndName Modifier and Type Method Description Map<TenantIdAndName,Collection<SecurityGroup>>
NeutronSecurityGroupInRegion. getGroupsByName()
Returns a map of groupTenantIdAndName
s to groups.Map<TenantIdAndName,Collection<SecurityGroup>>
SecurityGroupInRegion. getGroupsByName()
Returns a map of groupTenantIdAndName
s to groups.
-