Compute V1 Client - Class InstanceTerminationAction (2.1.0)

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

Specifies the termination action for the instance.

Protobuf type google.cloud.compute.v1.Scheduling.InstanceTerminationAction

Namespace

Google \ Cloud \ Compute \ V1 \ Scheduling

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_INSTANCE_TERMINATION_ACTION

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_INSTANCE_TERMINATION_ACTION = 0;

DELETE

Value: 402225579

Delete the VM.

Generated from protobuf enum DELETE = 402225579;

INSTANCE_TERMINATION_ACTION_UNSPECIFIED

Value: 92954803

Default value. This value is unused.

Generated from protobuf enum INSTANCE_TERMINATION_ACTION_UNSPECIFIED = 92954803;

STOP

Value: 2555906

Stop the VM without storing in-memory content. default action.

Generated from protobuf enum STOP = 2555906;