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
 

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
 PublicIPAddress.Builder PublicIPAddress.Builder.state(PublicIPAddress.State state)
           
 

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