Google Cloud Vm Migration V1 Client - Class State (0.2.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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;