Google Cloud Migration Center V1 Client - Class State (1.0.0)

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

Enumerates possible states of a source.

Protobuf type google.cloud.migrationcenter.v1.Source.State

Namespace

Google \ Cloud \ MigrationCenter \ V1 \ Source

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unspecified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

ACTIVE

Value: 1

The source is active and ready to be used.

Generated from protobuf enum ACTIVE = 1;

DELETING

Value: 2

In the process of being deleted.

Generated from protobuf enum DELETING = 2;

INVALID

Value: 3

Source is in an invalid state. Asset frames reported to it will be ignored.

Generated from protobuf enum INVALID = 3;