Module: Google::Cloud::Run::V2::EncryptionKeyRevocationAction

Defined in:
proto_docs/google/cloud/run/v2/vendor_settings.rb

Overview

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

Constant Summary collapse

ENCRYPTION_KEY_REVOCATION_ACTION_UNSPECIFIED =

Unspecified

0
PREVENT_NEW =

Prevents the creation of new instances.

1
SHUTDOWN =

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

2