encryptionKeyRevocationAction property
The action to take if the encryption key is revoked. Possible string values are:
- "ENCRYPTION_KEY_REVOCATION_ACTION_UNSPECIFIED" : Unspecified
- "PREVENT_NEW" : Prevents the creation of new instances.
- "SHUTDOWN" : Shuts down existing instances, and prevents creation of new ones.
Implementation
core.String? encryptionKeyRevocationAction;