INPUT_OBJECT
UpdateGlobalSlaInput
Description
Input to update SLA Domain.
link GraphQL Schema definition
- input UpdateGlobalSlaInput {
- #   List of archival specifications for SLA Domain.
- : [ArchivalSpecInput!]
- #   Specifies the list of backup location specifications for the SLA domain.
- : [BackupLocationSpecInput!]
- #   Backup Window specifications for SLA Domain.
- : [BackupWindowInput!]
- #   Description of the SLA Domain.
- : String
- #   Backup Window specifications of first full backup for SLA Domain.
- : [BackupWindowInput!]
- #   ID of the SLA Domain.
- : String
- #   Specifies if the SLA Domain to be updated must be Retention Locked or not.
- : Boolean
- #   Retention limit for snapshots on the local Rubrik system. If none, they will 
- #   remain as long as SLA requires.
- : SlaDurationInput
- #   Log configuration of the SLA Domain. Deprecated: use objectSpecificConfigs 
- #   instead.
- : LogConfig
- #   Name of the SLA Domain.
- : String
- #   Object-specific configuration of the SLA Domain.
- : ObjectSpecificConfigsInput
- #   Object types of the SLA Domain.
- : [SlaObjectType!]
- #   Replication specification of the SLA Domain. Deprecated: use replicationSpecsV2 
- #   instead.
- : ReplicationSpecInput
- #   Replication specifications of the SLA Domain.
- : [ReplicationSpecV2Input!]
- #   Specifies the retention lock mode for the intended SLA Domain update.
- : RetentionLockMode
- #   Should apply to existing snapshots.
- : ShouldApplyToExistingSnapshots
- #   Should apply to non-policy snapshots.
- : ShouldApplyToNonPolicySnapshots
- #   Snapshot schedule of the SLA Domain.
- : GlobalSnapshotScheduleInput
- #   State version of the SLA Domain.
- : Long
- #   Optional user note.
- : String
- }