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 \ SchedulingMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
INSTANCE_TERMINATION_ACTION_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum INSTANCE_TERMINATION_ACTION_UNSPECIFIED = 0;
DELETE
Value: 1Delete the VM.
Generated from protobuf enum DELETE = 1;
STOP
Value: 2Stop the VM without storing in-memory content. default action.
Generated from protobuf enum STOP = 2;