Package | Description |
---|---|
org.jclouds.openstack.nova.v2_0.domain | |
org.jclouds.openstack.nova.v2_0.extensions |
Modifier and Type | Field and Description |
---|---|
protected Set<SecurityGroupRule> |
SecurityGroup.Builder.rules |
Modifier and Type | Method and Description |
---|---|
SecurityGroupRule |
SecurityGroupRule.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Set<SecurityGroupRule> |
SecurityGroup.getRules() |
Modifier and Type | Method and Description |
---|---|
T |
SecurityGroupRule.Builder.fromSecurityGroupRule(SecurityGroupRule in) |
T |
SecurityGroup.Builder.rules(SecurityGroupRule... in) |
Modifier and Type | Method and Description |
---|---|
T |
SecurityGroup.Builder.rules(Set<SecurityGroupRule> rules) |
Constructor and Description |
---|
SecurityGroup(String id,
String tenantId,
String name,
String description,
Set<SecurityGroupRule> rules) |
Modifier and Type | Method and Description |
---|---|
SecurityGroupRule |
SecurityGroupApi.createRuleAllowingCidrBlock(String parentGroup,
Ingress ingress,
String sourceCidr)
Create a Security Group Rule.
|
SecurityGroupRule |
SecurityGroupApi.createRuleAllowingSecurityGroupId(String parentGroup,
Ingress ingress,
String sourceCidr)
Create a Security Group Rule.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends SecurityGroupRule> |
SecurityGroupAsyncApi.createRuleAllowingCidrBlock(String parent_group_id,
Ingress ip_protocol,
String cidr) |
com.google.common.util.concurrent.ListenableFuture<? extends SecurityGroupRule> |
SecurityGroupAsyncApi.createRuleAllowingSecurityGroupId(String parent_group_id,
Ingress ip_protocol,
String group_id) |
Copyright © 2009-2013 jclouds. All Rights Reserved.