Package | Description |
---|---|
org.jclouds.profitbricks.domain | |
org.jclouds.profitbricks.util |
Modifier and Type | Method and Description |
---|---|
static Firewall.Protocol |
Firewall.Protocol.fromValue(String value) |
abstract Firewall.Protocol |
Firewall.Rule.protocol() |
static Firewall.Protocol |
Firewall.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Firewall.Protocol[] |
Firewall.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract Firewall.Rule.Builder |
Firewall.Rule.Builder.protocol(Firewall.Protocol protocol) |
Modifier and Type | Method and Description |
---|---|
static void |
Preconditions.checkIcmp(Integer icmpType,
Integer icmpCode,
Firewall.Protocol protocol) |
static void |
Preconditions.checkPortRange(Integer portRangeStart,
Integer portRangeEnd,
Firewall.Protocol protocol) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.