Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class BackupType.
Type of the backup, scheduled or ondemand.
Protobuf type google.cloud.backupdr.v1.Backup.BackupType
Namespace
Google \ Cloud \ BackupDR \ V1 \ BackupMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
BACKUP_TYPE_UNSPECIFIED
Value: 0
Backup type is unspecified.
Generated from protobuf enum BACKUP_TYPE_UNSPECIFIED = 0;
SCHEDULED
Value: 1
Scheduled backup.
Generated from protobuf enum SCHEDULED = 1;
ON_DEMAND
Value: 2
On demand backup.
Generated from protobuf enum ON_DEMAND = 2;
ON_DEMAND_OPERATIONAL
Value: 3
Operational backup.
Generated from protobuf enum ON_DEMAND_OPERATIONAL = 3;