Module: Google::Cloud::BackupDR::V1::Scheduling::InstanceTerminationAction

Defined in:
proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb

Overview

Defines the supported termination actions for an instance.

Constant Summary collapse

INSTANCE_TERMINATION_ACTION_UNSPECIFIED =

Default value. This value is unused.

0
DELETE =

Delete the VM.

1
STOP =

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

2