Package | Description |
---|---|
org.jclouds.openstack.neutron.v2.domain |
Modifier and Type | Method and Description |
---|---|
static RuleDirection |
RuleDirection.fromValue(String name) |
RuleDirection |
Rule.getDirection() |
static RuleDirection |
RuleDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleDirection[] |
RuleDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Rule.CreateBuilder |
Rule.createBuilder(RuleDirection direction,
String securityGroupId) |
ParameterizedBuilderType |
Rule.Builder.direction(RuleDirection direction)
The direction in which the security group rule is applied.
|
Constructor and Description |
---|
Rule(String id,
String tenantId,
RuleDirection direction,
String securityGroupId,
RuleEthertype ethertype,
Integer portRangeMin,
Integer portRangeMax,
RuleProtocol protocol,
String remoteGroupId,
String remoteIpPrefix) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.