Package | Description |
---|---|
org.jclouds.openstack.nova.v2_0.domain | |
org.jclouds.openstack.nova.v2_0.extensions |
Modifier and Type | Class and Description |
---|---|
class |
SecurityGroupRule
Defines a security group rule
|
Modifier and Type | Method and Description |
---|---|
Ingress |
Ingress.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
Ingress.Builder.fromIngress(Ingress in) |
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) |
SecurityGroupRule |
SecurityGroupApi.createRuleAllowingCidrBlock(String parentGroup,
Ingress ingress,
String sourceCidr)
Create a Security Group Rule.
|
com.google.common.util.concurrent.ListenableFuture<? extends SecurityGroupRule> |
SecurityGroupAsyncApi.createRuleAllowingSecurityGroupId(String parent_group_id,
Ingress ip_protocol,
String group_id) |
SecurityGroupRule |
SecurityGroupApi.createRuleAllowingSecurityGroupId(String parentGroup,
Ingress ingress,
String sourceCidr)
Create a Security Group Rule.
|
Copyright © 2009-2013 jclouds. All Rights Reserved.