Reference documentation and code samples for the Google Cloud Net App V1 Client class State.
The KmsConfig States
Protobuf type google.cloud.netapp.v1.KmsConfig.State
Namespace
Google \ Cloud \ NetApp \ V1 \ KmsConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Unspecified KmsConfig State
Generated from protobuf enum STATE_UNSPECIFIED = 0;
READY
Value: 1
KmsConfig State is Ready
Generated from protobuf enum READY = 1;
CREATING
Value: 2
KmsConfig State is Creating
Generated from protobuf enum CREATING = 2;
DELETING
Value: 3
KmsConfig State is Deleting
Generated from protobuf enum DELETING = 3;
UPDATING
Value: 4
KmsConfig State is Updating
Generated from protobuf enum UPDATING = 4;
IN_USE
Value: 5
KmsConfig State is In Use.
Generated from protobuf enum IN_USE = 5;
ERROR
Value: 6
KmsConfig State is Error
Generated from protobuf enum ERROR = 6;
KEY_CHECK_PENDING
Value: 7
KmsConfig State is Pending to verify crypto key access.
Generated from protobuf enum KEY_CHECK_PENDING = 7;
KEY_NOT_REACHABLE
Value: 8
KmsConfig State is Not accessbile by the SDE service account to the crypto key.
Generated from protobuf enum KEY_NOT_REACHABLE = 8;
DISABLING
Value: 9
KmsConfig State is Disabling.
Generated from protobuf enum DISABLING = 9;
DISABLED
Value: 10
KmsConfig State is Disabled.
Generated from protobuf enum DISABLED = 10;
MIGRATING
Value: 11
KmsConfig State is Migrating.
The existing volumes are migrating from SMEK to CMEK.
Generated from protobuf enum MIGRATING = 11;