Enum ConnectionProfile.State (2.40.0)

public enum ConnectionProfile.State extends Enum<ConnectionProfile.State> implements ProtocolMessageEnum

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

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

The connection profile is being created.

CREATING = 2;

CREATING_VALUE

The connection profile is being created.

CREATING = 2;

DELETED

The connection profile has been deleted.

DELETED = 6;

DELETED_VALUE

The connection profile has been deleted.

DELETED = 6;

DELETING

The connection profile is being deleted.

DELETING = 5;

DELETING_VALUE

The connection profile is being deleted.

DELETING = 5;

DRAFT

The connection profile is in draft mode and fully editable.

DRAFT = 1;

DRAFT_VALUE

The connection profile is in draft mode and fully editable.

DRAFT = 1;

FAILED

The last action on the connection profile failed.

FAILED = 7;

FAILED_VALUE

The last action on the connection profile failed.

FAILED = 7;

READY

The connection profile is ready.

READY = 3;

READY_VALUE

The connection profile is ready.

READY = 3;

STATE_UNSPECIFIED

The state of the connection profile is unknown.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The state of the connection profile is unknown.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

The connection profile is being updated.

UPDATING = 4;

UPDATING_VALUE

The connection profile is being updated.

UPDATING = 4;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()