INPUT_OBJECT

CreateGlobalSlaInput

Description

Input to create SLA Domain.

link GraphQL Schema definition

  • input CreateGlobalSlaInput {
  • # Name of the SLA Domain.
  • name: String
  • # Description of the SLA Domain.
  • description: String
  • # Snapshot schedule of the SLA Domain.
  • snapshotSchedule: GlobalSnapshotScheduleInput
  • # Replication specification of the SLA Domain.
  • replicationSpecInput: ReplicationSpecInput
  • # Retention limit for snapshots on the local Rubrik system. If none, they will
  • # remain as long as SLA requires.
  • localRetentionLimit: SlaDurationInput
  • # Backup Window specifications of first full backup for SLA Domain.
  • firstFullBackupWindows: [BackupWindowInput!]
  • # Backup Window specifications for SLA Domain.
  • backupWindows: [BackupWindowInput!]
  • # Log configuration of the SLA Domain.
  • logConfig: LogConfig
  • # Object-specific configuration of the SLA Domain.
  • objectSpecificConfigsInput: ObjectSpecificConfigsInput
  • # List of archival specifications for SLA Domain.
  • archivalSpecs: [ArchivalSpecInput!]
  • # Replication specifications of the SLA Domain.
  • replicationSpecsV2: [ReplicationSpecV2Input!]
  • # Object types of the SLA Domain.
  • objectTypes: [SlaObjectType!]
  • # Specifies if the SLA Domain to be created must be Retention Locked or not.
  • isRetentionLockedSla: Boolean
  • # Specifies the retention lock mode for the intended SLA Domain creation.
  • retentionLockMode: RetentionLockMode
  • }

link Require by