Google Cloud Managed Identities V1beta1 Client - Class State (1.2.2)

Reference documentation and code samples for the Google Cloud Managed Identities V1beta1 Client class State.

Represents the different states of a domain trust.

Protobuf type google.cloud.managedidentities.v1beta1.Trust.State

Namespace

Google \ Cloud \ ManagedIdentities \ V1beta1 \ Trust

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Not set.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

The domain trust is being created.

Generated from protobuf enum CREATING = 1;

UPDATING

Value: 2

The domain trust is being updated.

Generated from protobuf enum UPDATING = 2;

DELETING

Value: 3

The domain trust is being deleted.

Generated from protobuf enum DELETING = 3;

CONNECTED

Value: 4

The domain trust is connected.

Generated from protobuf enum CONNECTED = 4;

DISCONNECTED

Value: 5

The domain trust is disconnected.

Generated from protobuf enum DISCONNECTED = 5;