Uses of Enum Class
org.jclouds.profitbricks.domain.Firewall.Protocol
Packages that use Firewall.Protocol
-
Uses of Firewall.Protocol in org.jclouds.profitbricks.domain
Methods in org.jclouds.profitbricks.domain that return Firewall.ProtocolModifier and TypeMethodDescriptionstatic Firewall.Protocol
abstract Firewall.Protocol
Firewall.Rule.protocol()
static Firewall.Protocol
Returns the enum constant of this class with the specified name.static Firewall.Protocol[]
Firewall.Protocol.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.profitbricks.domain with parameters of type Firewall.ProtocolModifier and TypeMethodDescriptionabstract Firewall.Rule.Builder
Firewall.Rule.Builder.protocol
(Firewall.Protocol protocol) -
Uses of Firewall.Protocol in org.jclouds.profitbricks.util
Methods in org.jclouds.profitbricks.util with parameters of type Firewall.ProtocolModifier and TypeMethodDescriptionstatic void
Preconditions.checkIcmp
(Integer icmpType, Integer icmpCode, Firewall.Protocol protocol) static void
Preconditions.checkPortRange
(Integer portRangeStart, Integer portRangeEnd, Firewall.Protocol protocol)