Cloud Run V2 API - Module Google::Cloud::Run::V2::EncryptionKeyRevocationAction (v0.8.0)

Reference documentation and code samples for the Cloud Run V2 API module Google::Cloud::Run::V2::EncryptionKeyRevocationAction.

Specifies behavior if an encryption key used by a resource is revoked.

Constants

ENCRYPTION_KEY_REVOCATION_ACTION_UNSPECIFIED

value: 0
Unspecified

PREVENT_NEW

value: 1
Prevents the creation of new instances.

SHUTDOWN

value: 2
Shuts down existing instances, and prevents creation of new ones.