Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class StateNote.
Provides information about the current instance state.
Protobuf type google.cloud.securesourcemanager.v1.Instance.StateNote
Namespace
Google \ Cloud \ SecureSourceManager \ V1 \ InstanceMethods
static::name
| Parameter | |
|---|---|
| Name | Description | 
| value | mixed | 
static::value
| Parameter | |
|---|---|
| Name | Description | 
| name | mixed | 
Constants
STATE_NOTE_UNSPECIFIED
Value: 0STATE_NOTE_UNSPECIFIED as the first value of State.
Generated from protobuf enum STATE_NOTE_UNSPECIFIED = 0;
PAUSED_CMEK_UNAVAILABLE
Value: 1CMEK access is unavailable.
Generated from protobuf enum PAUSED_CMEK_UNAVAILABLE = 1;
INSTANCE_RESUMING
Value: 2INSTANCE_RESUMING indicates that the instance was previously paused and is under the process of being brought back.
Generated from protobuf enum INSTANCE_RESUMING = 2 [deprecated = true];