Uses of Class
org.jclouds.cloudstack.domain.PublicIPAddress.State

Packages that use PublicIPAddress.State
org.jclouds.cloudstack.domain   
 

Uses of PublicIPAddress.State in org.jclouds.cloudstack.domain
 

Fields in org.jclouds.cloudstack.domain declared as PublicIPAddress.State
protected  PublicIPAddress.State PublicIPAddress.Builder.state
           
 

Methods in org.jclouds.cloudstack.domain that return PublicIPAddress.State
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.
 

Methods in org.jclouds.cloudstack.domain with parameters of type PublicIPAddress.State
 T PublicIPAddress.Builder.state(PublicIPAddress.State state)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type PublicIPAddress.State
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-2012 jclouds. All Rights Reserved.