Uses of Class
org.jclouds.profitbricks.domain.Firewall.Protocol
- 
Packages that use Firewall.Protocol Package Description org.jclouds.profitbricks.domain org.jclouds.profitbricks.util  - 
- 
Uses of Firewall.Protocol in org.jclouds.profitbricks.domain
Methods in org.jclouds.profitbricks.domain that return Firewall.Protocol Modifier and Type Method Description static Firewall.ProtocolFirewall.Protocol. fromValue(String value)abstract Firewall.ProtocolFirewall.Rule. protocol()static Firewall.ProtocolFirewall.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.Methods in org.jclouds.profitbricks.domain with parameters of type Firewall.Protocol Modifier and Type Method Description abstract Firewall.Rule.BuilderFirewall.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.Protocol Modifier and Type Method Description static voidPreconditions. checkIcmp(Integer icmpType, Integer icmpCode, Firewall.Protocol protocol)static voidPreconditions. checkPortRange(Integer portRangeStart, Integer portRangeEnd, Firewall.Protocol protocol) 
 -