Google Cloud Backup Dr V1 Client - Class InstanceTerminationAction (0.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-11 UTC."],[],[]]