Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class OnHostMaintenance.
Defines the maintenance behavior for this instance=
Protobuf type google.cloud.backupdr.v1.Scheduling.OnHostMaintenance
Namespace
Google \ Cloud \ BackupDR \ V1 \ SchedulingMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
ON_HOST_MAINTENANCE_UNSPECIFIED
Value: 0
Default value. This value is unused.
Generated from protobuf enum ON_HOST_MAINTENANCE_UNSPECIFIED = 0;
TERMINATE
Value: 1
Tells Compute Engine to terminate and (optionally) restart the instance away from the maintenance activity.
Generated from protobuf enum TERMINATE = 1;
MIGRATE
Value: 1000
Default, Allows Compute Engine to automatically migrate instances out of the way of maintenance events.
Generated from protobuf enum MIGRATE = 1000;