Enum AzureVmDetails.PowerState (1.74.0)

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

Possible values for the power state of the VM.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
DEALLOCATED

The VM is deallocated.

DEALLOCATED = 6;

DEALLOCATED_VALUE

The VM is deallocated.

DEALLOCATED = 6;

DEALLOCATING

The VM is deallocating.

DEALLOCATING = 5;

DEALLOCATING_VALUE

The VM is deallocating.

DEALLOCATING = 5;

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;

RUNNING

The VM is running.

RUNNING = 2;

RUNNING_VALUE

The VM is running.

RUNNING = 2;

STARTING

The VM is starting.

STARTING = 1;

STARTING_VALUE

The VM is starting.

STARTING = 1;

STOPPED

The VM is stopped.

STOPPED = 4;

STOPPED_VALUE

The VM is stopped.

STOPPED = 4;

STOPPING

The VM is stopping.

STOPPING = 3;

STOPPING_VALUE

The VM is stopping.

STOPPING = 3;

UNKNOWN

The VM's power state is unknown.

UNKNOWN = 7;

UNKNOWN_VALUE

The VM's power state is unknown.

UNKNOWN = 7;

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()