Uses of Class
org.jclouds.cloudstack.domain.FirewallRule.State
-
Packages that use FirewallRule.State Package Description org.jclouds.cloudstack.domain -
-
Uses of FirewallRule.State in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as FirewallRule.State Modifier and Type Field Description protected FirewallRule.State
FirewallRule.Builder. state
Methods in org.jclouds.cloudstack.domain that return FirewallRule.State Modifier and Type Method Description static FirewallRule.State
FirewallRule.State. fromValue(String value)
FirewallRule.State
FirewallRule. getState()
static FirewallRule.State
FirewallRule.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static FirewallRule.State[]
FirewallRule.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.cloudstack.domain with parameters of type FirewallRule.State Modifier and Type Method Description T
FirewallRule.Builder. state(FirewallRule.State state)
Constructors in org.jclouds.cloudstack.domain with parameters of type FirewallRule.State Constructor Description 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)
-