state property

String? state
getter/setter pair

State of the KmsConfig.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified KmsConfig State
  • "READY" : KmsConfig State is Ready
  • "CREATING" : KmsConfig State is Creating
  • "DELETING" : KmsConfig State is Deleting
  • "UPDATING" : KmsConfig State is Updating
  • "IN_USE" : KmsConfig State is In Use.
  • "ERROR" : KmsConfig State is Error
  • "KEY_CHECK_PENDING" : KmsConfig State is Pending to verify crypto key access.
  • "KEY_NOT_REACHABLE" : KmsConfig State is Not accessbile by the SDE service account to the crypto key.
  • "DISABLING" : KmsConfig State is Disabling.
  • "DISABLED" : KmsConfig State is Disabled.
  • "MIGRATING" : KmsConfig State is Migrating. The existing volumes are migrating from SMEK to CMEK.

Implementation

core.String? state;