Package | Description |
---|---|
org.jclouds.openstack.nova.v2_0.domain | |
org.jclouds.openstack.nova.v2_0.domain.regionscoped |
Modifier and Type | Field and Description |
---|---|
protected TenantIdAndName |
SecurityGroupRule.Builder.group |
Modifier and Type | Method and Description |
---|---|
TenantIdAndName |
TenantIdAndName.Builder.build() |
TenantIdAndName |
SecurityGroupRule.getGroup() |
Modifier and Type | Method and Description |
---|---|
T |
TenantIdAndName.Builder.fromTenantIdAndName(TenantIdAndName in) |
T |
SecurityGroupRule.Builder.group(TenantIdAndName group) |
Constructor and Description |
---|
SecurityGroupRule(IpProtocol ipProtocol,
int fromPort,
int toPort,
String id,
TenantIdAndName group,
String parentGroupId,
SecurityGroupRule.Cidr ipRange) |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.collect.Multimap<TenantIdAndName,SecurityGroup> |
SecurityGroupInRegion.groupsByName |
protected com.google.common.collect.Multimap<TenantIdAndName,SecurityGroup> |
NeutronSecurityGroupInRegion.groupsByName |
Modifier and Type | Method and Description |
---|---|
Map<TenantIdAndName,Collection<SecurityGroup>> |
SecurityGroupInRegion.getGroupsByName()
Returns a map of group
TenantIdAndName s to groups. |
Map<TenantIdAndName,Collection<SecurityGroup>> |
NeutronSecurityGroupInRegion.getGroupsByName()
Returns a map of group
TenantIdAndName s to groups. |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.