Send feedback
Enum MachineDetails.PowerState (0.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.12.0 keyboard_arrow_down
public enum MachineDetails . PowerState extends Enum<MachineDetails . PowerState> implements ProtocolMessageEnum
Machine power state.
Protobuf enum google.cloud.migrationcenter.v1.MachineDetails.PowerState
Static Fields
Name Description ACTIVE
The machine is active.
ACTIVE = 2;
ACTIVE_VALUE
The machine is active.
ACTIVE = 2;
DELETED
The machine is deleted from the hosting platform.
DELETED = 6;
DELETED_VALUE
The machine is deleted from the hosting platform.
DELETED = 6;
DELETING
The machine is being deleted from the hosting platform.
DELETING = 5;
DELETING_VALUE
The machine is being deleted from the hosting platform.
DELETING = 5;
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 = 1;
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.
PENDING = 1;
POWER_STATE_UNSPECIFIED
Power state is unknown.
POWER_STATE_UNSPECIFIED = 0;
POWER_STATE_UNSPECIFIED_VALUE
Power state is unknown.
POWER_STATE_UNSPECIFIED = 0;
SUSPENDED
The machine is off.
SUSPENDED = 4;
SUSPENDED_VALUE
The machine is off.
SUSPENDED = 4;
SUSPENDING
The machine is being turned off.
SUSPENDING = 3;
SUSPENDING_VALUE
The machine is being turned off.
SUSPENDING = 3;
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()
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-04 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{"lastModified": "Last updated 2024-10-04 UTC."}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-04 UTC."]]