Package | Description |
---|---|
org.jclouds.openstack.nova.v2_0.domain |
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) |
Copyright © 2009-2013 jclouds. All Rights Reserved.