Module: Google::Cloud::Compute::V1::SourceInstanceProperties::KeyRevocationActionType

Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

KeyRevocationActionType of the instance. Supported options are "STOP" and "NONE". The default value is "NONE" if it is not specified.

Constant Summary collapse

UNDEFINED_KEY_REVOCATION_ACTION_TYPE =

A value indicating that the enum field is not set.

0
KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED =

Default value. This value is unused.

467_110_106
NONE =

Indicates user chose no operation.

2_402_104
STOP =

Indicates user chose to opt for VM shutdown on key revocation.

2_555_906