| Package | Description | 
|---|---|
| org.jclouds.cloudstack.domain | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FirewallRule.Builder | 
FirewallRule.Builder.state(FirewallRule.State state)  | 
| Constructor and Description | 
|---|
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.