Google Cloud Secure Source Manager V1 Client - Class State (1.0.0)

Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class State.

Secure Source Manager instance state.

Protobuf type google.cloud.securesourcemanager.v1.Instance.State

Namespace

Google \ Cloud \ SecureSourceManager \ V1 \ Instance

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Not set. This should only be the case for incoming requests.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

Instance is being created.

Generated from protobuf enum CREATING = 1;

ACTIVE

Value: 2

Instance is ready.

Generated from protobuf enum ACTIVE = 2;

DELETING

Value: 3

Instance is being deleted.

Generated from protobuf enum DELETING = 3;

PAUSED

Value: 4

Instance is paused.

Generated from protobuf enum PAUSED = 4;