Compute V1 Client - Class KeyRevocationActionType (2.0.0)

Reference documentation and code samples for the Compute V1 Client class KeyRevocationActionType.

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

Protobuf type google.cloud.compute.v1.SourceInstanceProperties.KeyRevocationActionType

Namespace

Google \ Cloud \ Compute \ V1 \ SourceInstanceProperties

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_KEY_REVOCATION_ACTION_TYPE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_KEY_REVOCATION_ACTION_TYPE = 0;

KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED

Value: 467110106

Default value. This value is unused.

Generated from protobuf enum KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED = 467110106;

NONE

Value: 2402104

Indicates user chose no operation.

Generated from protobuf enum NONE = 2402104;

STOP

Value: 2555906

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

Generated from protobuf enum STOP = 2555906;