Package | Description |
---|---|
org.jclouds.cloudstack.domain |
Modifier and Type | Field and Description |
---|---|
protected PublicIPAddress.State |
PublicIPAddress.Builder.state |
Modifier and Type | Method and Description |
---|---|
static PublicIPAddress.State |
PublicIPAddress.State.fromValue(String state) |
PublicIPAddress.State |
PublicIPAddress.getState() |
static PublicIPAddress.State |
PublicIPAddress.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublicIPAddress.State[] |
PublicIPAddress.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 |
PublicIPAddress.Builder.state(PublicIPAddress.State state) |
Constructor and Description |
---|
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus) |
Copyright © 2009-2013 jclouds. All Rights Reserved.