Package | Description |
---|---|
org.jclouds.openstack.neutron.v2.domain |
Modifier and Type | Method and Description |
---|---|
static RuleProtocol |
RuleProtocol.fromValue(String name) |
RuleProtocol |
Rule.getProtocol() |
static RuleProtocol |
RuleProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleProtocol[] |
RuleProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ParameterizedBuilderType |
Rule.Builder.protocol(RuleProtocol protocol)
The protocol that is matched by the security group rule.
|
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.