Google Cloud Compute V1 API - Module Google::Cloud::Compute::V1::InstanceProperties::KeyRevocationActionType (v1.10.0)

Reference documentation and code samples for the Google Cloud Compute V1 API module Google::Cloud::Compute::V1::InstanceProperties::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: 467110106
Default value. This value is unused.

NONE

value: 2402104
Indicates user chose no operation.

STOP

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