Package | Description |
---|---|
org.jclouds.cloudstack.domain |
Modifier and Type | Field and Description |
---|---|
protected PortForwardingRule.State |
PortForwardingRule.Builder.state |
Modifier and Type | Method and Description |
---|---|
static PortForwardingRule.State |
PortForwardingRule.State.fromValue(String value) |
PortForwardingRule.State |
PortForwardingRule.getState() |
static PortForwardingRule.State |
PortForwardingRule.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PortForwardingRule.State[] |
PortForwardingRule.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 |
PortForwardingRule.Builder.state(PortForwardingRule.State state) |
Constructor and Description |
---|
PortForwardingRule(String id,
String IPAddress,
String IPAddressId,
int privatePort,
PortForwardingRule.Protocol protocol,
int publicPort,
PortForwardingRule.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
Set<String> CIDRs,
int privateEndPort,
int publicEndPort) |
Copyright © 2009-2013 jclouds. All Rights Reserved.