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