public enum MachineDetails.PowerState extends Enum<MachineDetails.PowerState> implements ProtocolMessageEnum
Machine power state.
Protobuf enum google.cloud.migrationcenter.v1.MachineDetails.PowerState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
The machine is active. |
ACTIVE_VALUE |
The machine is active. |
DELETED |
The machine is deleted from the hosting platform. |
DELETED_VALUE |
The machine is deleted from the hosting platform. |
DELETING |
The machine is being deleted from the hosting platform. |
DELETING_VALUE |
The machine is being deleted from the hosting platform. |
PENDING |
The machine is preparing to enter the ACTIVE state. An instance may enter the PENDING state when it launches for the first time, or when it is started after being in the SUSPENDED state. |
PENDING_VALUE |
The machine is preparing to enter the ACTIVE state. An instance may enter the PENDING state when it launches for the first time, or when it is started after being in the SUSPENDED state. |
POWER_STATE_UNSPECIFIED |
Power state is unknown. |
POWER_STATE_UNSPECIFIED_VALUE |
Power state is unknown. |
SUSPENDED |
The machine is off. |
SUSPENDED_VALUE |
The machine is off. |
SUSPENDING |
The machine is being turned off. |
SUSPENDING_VALUE |
The machine is being turned off. |
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() |