Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class Type.
Type of the backup configuration.
This enum may receive new values in the future.
Protobuf type google.cloud.backupdr.v1.BackupConfigDetails.Type
Namespace
Google \ Cloud \ BackupDR \ V1 \ BackupConfigDetailsMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0Backup config type is unspecified.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
CLOUD_SQL_INSTANCE_BACKUP_CONFIG
Value: 1Backup config is Cloud SQL instance's automated backup config.
Generated from protobuf enum CLOUD_SQL_INSTANCE_BACKUP_CONFIG = 1;
COMPUTE_ENGINE_RESOURCE_POLICY
Value: 2Backup config is Compute Engine Resource Policy.
Generated from protobuf enum COMPUTE_ENGINE_RESOURCE_POLICY = 2;
BACKUPDR_BACKUP_PLAN
Value: 3Backup config is Google Cloud Backup and DR's Backup Plan.
Generated from protobuf enum BACKUPDR_BACKUP_PLAN = 3;
BACKUPDR_TEMPLATE
Value: 4Backup config is Google Cloud Backup and DR's Template.
Generated from protobuf enum BACKUPDR_TEMPLATE = 4;