Google Cloud Backup Dr V1 Client - Class InstanceTerminationAction (0.4.0)

Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class InstanceTerminationAction.

Defines the supported termination actions for an instance.

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

Namespace

Google \ Cloud \ BackupDR \ V1 \ Scheduling

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

INSTANCE_TERMINATION_ACTION_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum INSTANCE_TERMINATION_ACTION_UNSPECIFIED = 0;

DELETE

Value: 1

Delete the VM.

Generated from protobuf enum DELETE = 1;

STOP

Value: 2

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

Generated from protobuf enum STOP = 2;