Uses of Enum Class
org.jclouds.cloudstack.domain.PublicIPAddress.State
Packages that use PublicIPAddress.State
-
Uses of PublicIPAddress.State in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as PublicIPAddress.StateMethods in org.jclouds.cloudstack.domain that return PublicIPAddress.StateModifier and TypeMethodDescriptionstatic PublicIPAddress.State
PublicIPAddress.getState()
static PublicIPAddress.State
Returns the enum constant of this class with the specified name.static PublicIPAddress.State[]
PublicIPAddress.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.cloudstack.domain with parameters of type PublicIPAddress.StateConstructors in org.jclouds.cloudstack.domain with parameters of type PublicIPAddress.StateModifierConstructorDescriptionprotected
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, Set<Tag> tags)