OBJECT

ClusterSlaDomain

Description

Metadata for rendering a Rubrik cluster SLA Domain.

link GraphQL Schema definition

  • type ClusterSlaDomain implements SlaDomain {
  • # Rubrik Cluster SLA Domain name.
  • name: String!
  • # Version for the SLA Domain.
  • version: String
  • # FID.
  • fid: String!
  • # Snapshot schedule for the SLA Domain.
  • snapshotSchedule: SnapshotSchedule
  • # Base frequency for the SLA Domain.
  • baseFrequency: Duration
  • # Local retention limit.
  • localRetentionLimit: Duration
  • # Archiving specification for the SLA Domain.
  • archivalSpec: ClusterArchivalSpec
  • # List of archival specifications for SLA Domain.
  • archivalSpecs: [ClusterArchivalSpec!]!
  • # Replication specification for the SLA Domain.
  • replicationSpec: ReplicationSpec
  • # Replication specification for the SLA Domain.
  • replicationSpecsV2: [ReplicationSpecV2!]!
  • # First full backup windows.
  • firstFullBackupWindows: [BackupWindow!]!
  • # Backup windows for the SLA Domain.
  • backupWindows: [BackupWindow!]!
  • # Rubrik SaaS managed ID for the SLA Domain.
  • polarisManagedId: String
  • # Protected object count for the SLA Domain.
  • protectedObjectCount: Int!
  • # SLA Domain upgrade information.
  • upgradeInfo: SlaUpgradeInfo
  • # Specifies if this SLA Domain is Retention Locked or not.
  • isRetentionLockedSla: Boolean!
  • # The object-specific configurations of the SLA Domain.
  • objectSpecificConfigs: ObjectSpecificConfigs
  • # Specifies whether the SLA Domain is read-only.
  • isReadOnly: Boolean
  • # Rubrik cluster ID of SLA Domain.
  • cluster: Cluster
  • # ID of Rubrik cluster SLA Domain.
  • id: String!
  • # ID of the Rubrik cluster.
  • cdmId: String!
  • # This field is deprecated.
  • ownerOrgName: String! @deprecated( reason: "This field has been deprecated in favor of ownerOrg field." )
  • # Specifies the owner organization of the SLA Domain.
  • ownerOrg: SlaAssociatedOrganization!
  • # Specifies the retention lock mode when enabled for the SLA Domain.
  • retentionLockMode: RetentionLockMode!
  • # Upgrade information about the configured archival locations and cascading
  • # archival locations.
  • archivalLocationsUpgradeInfo: [ArchivalLocationUpgradeInfo!]
  • }