Package | Description |
---|---|
org.jclouds.cloudstack.domain |
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 |
---|---|
PublicIPAddress.Builder |
PublicIPAddress.Builder.state(PublicIPAddress.State state) |
Constructor and Description |
---|
PublicIPAddress(long id,
String account,
Date allocated,
long associatedNetworkId,
String domain,
long domainId,
boolean usesVirtualNetwork,
String iPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
long networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
long virtualMachineId,
String virtualMachineName,
long VLANId,
String VLANName,
long zoneId,
String zoneName,
Long jobId,
Integer jobStatus) |
Copyright © 2009-2012 jclouds. All Rights Reserved.