public enum VmwareVmDetails.PowerState extends Enum<VmwareVmDetails.PowerState> implements ProtocolMessageEnum
Possible values for the power state of the VM.
Protobuf enum google.events.cloud.vmmigration.v1.VmwareVmDetails.PowerState
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
OFF | The VM is turned OFF. |
OFF_VALUE | The VM is turned OFF. |
ON | The VM is turned ON. |
ON_VALUE | The VM is turned ON. |
POWER_STATE_UNSPECIFIED | Power state is not specified. |
POWER_STATE_UNSPECIFIED_VALUE | Power state is not specified. |
SUSPENDED | The VM is suspended. This is similar to hibernation or sleep mode. |
SUSPENDED_VALUE | The VM is suspended. This is similar to hibernation or sleep mode. |
UNRECOGNIZED |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |