Uses of Enum Class
org.jclouds.cloudstack.domain.FirewallRule.State
Packages that use FirewallRule.State
-
Uses of FirewallRule.State in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as FirewallRule.StateMethods in org.jclouds.cloudstack.domain that return FirewallRule.StateModifier and TypeMethodDescriptionstatic FirewallRule.State
FirewallRule.getState()
static FirewallRule.State
Returns the enum constant of this class with the specified name.static FirewallRule.State[]
FirewallRule.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.cloudstack.domain with parameters of type FirewallRule.StateConstructors in org.jclouds.cloudstack.domain with parameters of type FirewallRule.StateModifierConstructorDescriptionprotected
FirewallRule
(String id, Iterable<String> CIDRs, int startPort, int endPort, String icmpCode, String icmpType, String ipAddress, String ipAddressId, FirewallRule.Protocol protocol, FirewallRule.State state, Set<Tag> tags)