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 \ InstanceMethods
static::name
| Parameter | |
|---|---|
| Name | Description | 
| value | mixed | 
static::value
| Parameter | |
|---|---|
| Name | Description | 
| name | mixed | 
Constants
STATE_UNSPECIFIED
Value: 0Not set. This should only be the case for incoming requests.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1Instance is being created.
Generated from protobuf enum CREATING = 1;
ACTIVE
Value: 2Instance is ready.
Generated from protobuf enum ACTIVE = 2;
DELETING
Value: 3Instance is being deleted.
Generated from protobuf enum DELETING = 3;
PAUSED
Value: 4Instance is paused.
Generated from protobuf enum PAUSED = 4;
UNKNOWN
Value: 6Instance is unknown, we are not sure if it's functioning.
Generated from protobuf enum UNKNOWN = 6;