Uses of Class
org.jclouds.cloudstack.domain.FirewallRule.State

Packages that use FirewallRule.State
org.jclouds.cloudstack.domain   
 

Uses of FirewallRule.State in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return FirewallRule.State
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
 FirewallRule.Builder FirewallRule.Builder.state(FirewallRule.State state)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type FirewallRule.State
FirewallRule(long id, Set<String> CIDRs, int startPort, int endPort, String icmpCode, String icmpType, String ipAddress, long ipAddressId, FirewallRule.Protocol protocol, FirewallRule.State state)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.