Compute Engine v1 API - Enum InstanceProperties.Types.KeyRevocationActionType (2.13.0)

public enum InstanceProperties.Types.KeyRevocationActionType

Reference documentation and code samples for the Compute Engine v1 API enum InstanceProperties.Types.KeyRevocationActionType.

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

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
None

Indicates user chose no operation.

Stop

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

UndefinedKeyRevocationActionType

A value indicating that the enum field is not set.

Unspecified

Default value. This value is unused.