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.PowerStateVirtualMachineInstance.PowerState. fromValue(String text)VirtualMachineInstance.PowerStateVirtualMachineInstance. powerState()static VirtualMachineInstance.PowerStateVirtualMachineInstance.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.
-