type property
The type of the backup config resource.
Output only. Possible string values are:
- "TYPE_UNSPECIFIED" : Backup config type is unspecified.
- "CLOUD_SQL_INSTANCE_BACKUP_CONFIG" : Backup config is Cloud SQL instance's automated backup config.
- "COMPUTE_ENGINE_RESOURCE_POLICY" : Backup config is Compute Engine Resource Policy.
- "BACKUPDR_BACKUP_PLAN" : Backup config is Backup and DR's Backup Plan.
- "BACKUPDR_TEMPLATE" : Backup config is Backup and DR's Template.
Implementation
core.String? type;