Enum AwsVmDetails.PowerState (1.15.0)

public enum AwsVmDetails.PowerState extends Enum<AwsVmDetails.PowerState> implements ProtocolMessageEnum

Possible values for the power state of the VM.

Protobuf enum google.cloud.vmmigration.v1.AwsVmDetails.PowerState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
OFF

The VM is turned off.

OFF = 2;

OFF_VALUE

The VM is turned off.

OFF = 2;

ON

The VM is turned on.

ON = 1;

ON_VALUE

The VM is turned on.

ON = 1;

PENDING

The VM is starting.

PENDING = 4;

PENDING_VALUE

The VM is starting.

PENDING = 4;

POWER_STATE_UNSPECIFIED

Power state is not specified.

POWER_STATE_UNSPECIFIED = 0;

POWER_STATE_UNSPECIFIED_VALUE

Power state is not specified.

POWER_STATE_UNSPECIFIED = 0;

SUSPENDED

The VM is suspended. This is similar to hibernation or sleep mode.

SUSPENDED = 3;

SUSPENDED_VALUE

The VM is suspended. This is similar to hibernation or sleep mode.

SUSPENDED = 3;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()