Google Cloud Vm Migration V1 Client - Class State (0.6.3)

Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class State.

Utilization report state.

Protobuf type google.cloud.vmmigration.v1.UtilizationReport.State

Namespace

Google \ Cloud \ VMMigration \ V1 \ UtilizationReport

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The state is unknown. This value is not in use.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

The report is in the making.

Generated from protobuf enum CREATING = 1;

SUCCEEDED

Value: 2

Report creation completed successfully.

Generated from protobuf enum SUCCEEDED = 2;

FAILED

Value: 3

Report creation failed.

Generated from protobuf enum FAILED = 3;