type property
The type of the database backup destination.
Optional. Possible string values are:
- "BACKUP_DESTINATION_TYPE_UNSPECIFIED" : Default unspecified value.
- "NFS" : Backup destination type is NFS.
- "RECOVERY_APPLIANCE" : Backup destination type is Recovery Appliance.
- "OBJECT_STORE" : Backup destination type is Object Store.
- "LOCAL" : Backup destination type is Local.
- "DBRS" : Backup destination type is DBRS.
Implementation
core.String? type;