Uses of Class
org.jclouds.azurecompute.arm.domain.ComputeNode.Status
-
Packages that use ComputeNode.Status Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of ComputeNode.Status in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return ComputeNode.Status Modifier and Type Method Description static ComputeNode.Status
ComputeNode.Status. fromValue(String text)
static ComputeNode.Status
ComputeNode.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static ComputeNode.Status[]
ComputeNode.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-