Module: Google::Cloud::NetApp::V1::KmsConfig::State
- Defined in:
- proto_docs/google/cloud/netapp/v1/kms.rb
Overview
The KmsConfig States
Constant Summary collapse
- STATE_UNSPECIFIED =
Unspecified KmsConfig State
0- READY =
KmsConfig State is Ready
1- CREATING =
KmsConfig State is Creating
2- DELETING =
KmsConfig State is Deleting
3- UPDATING =
KmsConfig State is Updating
4- IN_USE =
KmsConfig State is In Use.
5- ERROR =
KmsConfig State is Error
6- KEY_CHECK_PENDING =
KmsConfig State is Pending to verify crypto key access.
7- KEY_NOT_REACHABLE =
KmsConfig State is Not accessbile by the SDE service account to the crypto key.
8- DISABLING =
KmsConfig State is Disabling.
9- DISABLED =
KmsConfig State is Disabled.
10- MIGRATING =
KmsConfig State is Migrating. The existing volumes are migrating from SMEK to CMEK.
11