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 |
---|---|
SecurityGroupRule |
SecurityGroupApi.createRuleAllowingCidrBlock(String parentGroup,
Ingress ip_protocol,
String sourceCidr)
Create a Security Group Rule.
|
SecurityGroupRule |
SecurityGroupApi.createRuleAllowingSecurityGroupId(String parentGroup,
Ingress ip_protocol,
String groupId)
Create a Security Group Rule.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.