OBJECT
BackupLocationSpec
Description
Backup location specification.
link GraphQL Schema definition
- type BackupLocationSpec {
- # Archival group of the backup location.
- : TargetMapping
- # Specifies whether compliance immutability, a fixed immutability lock for the
- # retention period, is enabled for snapshot archiving to this location. It can be
- # enabled for Compliance Retention Lock SLA Domains.
- : Boolean!
- }