Package | Description |
---|---|
org.jclouds.cloudstack.domain |
Modifier and Type | Field and Description |
---|---|
protected FirewallRule.State |
FirewallRule.Builder.state |
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 |
---|---|
T |
FirewallRule.Builder.state(FirewallRule.State state) |
Constructor and 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) |
Copyright © 2009-2013 jclouds. All Rights Reserved.