Google Cloud Dms V1 Client - Class State (1.5.3)

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

The current connection profile state (e.g. DRAFT, READY, or FAILED).

Protobuf type google.cloud.clouddms.v1.ConnectionProfile.State

Namespace

Google \ Cloud \ CloudDms \ V1 \ ConnectionProfile

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The state of the connection profile is unknown.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

DRAFT

Value: 1

The connection profile is in draft mode and fully editable.

Generated from protobuf enum DRAFT = 1;

CREATING

Value: 2

The connection profile is being created.

Generated from protobuf enum CREATING = 2;

READY

Value: 3

The connection profile is ready.

Generated from protobuf enum READY = 3;

UPDATING

Value: 4

The connection profile is being updated.

Generated from protobuf enum UPDATING = 4;

DELETING

Value: 5

The connection profile is being deleted.

Generated from protobuf enum DELETING = 5;

DELETED

Value: 6

The connection profile has been deleted.

Generated from protobuf enum DELETED = 6;

FAILED

Value: 7

The last action on the connection profile failed.

Generated from protobuf enum FAILED = 7;