Google Cloud Compute V1 API - Module Google::Cloud::Compute::V1::SourceInstanceProperties::KeyRevocationActionType (v2.8.0)

Reference documentation and code samples for the Google Cloud Compute V1 API module Google::Cloud::Compute::V1::SourceInstanceProperties::KeyRevocationActionType.

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

Constants

UNDEFINED_KEY_REVOCATION_ACTION_TYPE

value: 0
A value indicating that the enum field is not set.

KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED

value: 467_110_106
Default value. This value is unused.

NONE

value: 2_402_104
Indicates user chose no operation.

STOP

value: 2_555_906
Indicates user chose to opt for VM shutdown on key revocation.