OBJECT
ClusterSlaDomain
Description
Metadata for rendering a Rubrik cluster SLA Domain.
link GraphQL Schema definition
- type ClusterSlaDomain implements SlaDomain {
- # Upgrade information about the configured archival locations and cascading
- # archival locations.
- : [ArchivalLocationUpgradeInfo!]
- # Archiving specification for the SLA Domain.
- : ClusterArchivalSpec
- # List of archival specifications for SLA Domain.
- : [ClusterArchivalSpec!]!
- # Backup windows for the SLA Domain.
- : [BackupWindow!]!
- # Base frequency for the SLA Domain.
- : Duration
- # ID of the Rubrik cluster.
- : String!
- # Rubrik cluster ID of SLA Domain.
- : Cluster
- # FID.
- : String!
- # First full backup windows.
- : [BackupWindow!]!
- # ID of Rubrik cluster SLA Domain.
- : String!
- # Specifies whether the SLA Domain is read-only.
- : Boolean
- # Specifies if this SLA Domain is Retention Locked or not.
- : Boolean!
- # Local retention limit.
- : Duration
- # Rubrik Cluster SLA Domain name.
- : String!
- # The object-specific configurations of the SLA Domain.
- : ObjectSpecificConfigs
- # Specifies the owner organization of the SLA Domain.
- : SlaAssociatedOrganization!
- # This field is deprecated.
- : String! @deprecated( reason: "This field has been deprecated in favor of ownerOrg field." )
- # Rubrik SaaS managed ID for the SLA Domain.
- : String
- # Protected object count for the SLA Domain.
- : Int!
- # Replication specification for the SLA Domain.
- : ReplicationSpec @deprecated( reason: "Use replicationSpecsV2 instead." )
- # Replication specification for the SLA Domain.
- : [ReplicationSpecV2!]!
- # Specifies the retention lock mode when enabled for the SLA Domain.
- : RetentionLockMode!
- # Snapshot schedule for the SLA Domain.
- : SnapshotSchedule
- # SLA Domain upgrade information.
- : SlaUpgradeInfo
- # Version for the SLA Domain.
- : String
- }
link Require by
- ClusterSlaDomainConnectionPaginated list of ClusterSlaDomain objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- ClusterSlaDomainEdgeWrapper around the ClusterSlaDomain object. This wrapper is used for pagination.
- SnappableGroupByInfo