Uses of Class
org.jclouds.cloudstack.domain.PublicIPAddress.State
-
Packages that use PublicIPAddress.State Package Description org.jclouds.cloudstack.domain -
-
Uses of PublicIPAddress.State in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as PublicIPAddress.State Modifier and Type Field Description protected PublicIPAddress.State
PublicIPAddress.Builder. state
Methods in org.jclouds.cloudstack.domain that return PublicIPAddress.State Modifier and Type Method 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.Methods in org.jclouds.cloudstack.domain with parameters of type PublicIPAddress.State Modifier and Type Method Description T
PublicIPAddress.Builder. state(PublicIPAddress.State state)
Constructors in org.jclouds.cloudstack.domain with parameters of type PublicIPAddress.State Constructor 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, Set<Tag> tags)
-