OBJECT
ClusterSlaDomain
Description
Metadata for rendering a Rubrik cluster SLA Domain.
link GraphQL Schema definition
- type ClusterSlaDomain implements SlaDomain {
- # Rubrik Cluster SLA Domain name.
- String! :
- # Version for the SLA Domain.
- String :
- # FID.
- String! :
- # Snapshot schedule for the SLA Domain.
- SnapshotSchedule :
- # Base frequency for the SLA Domain.
- Duration :
- # Local retention limit.
- Duration :
- # Archiving specification for the SLA Domain.
- ClusterArchivalSpec :
- # List of archival specifications for SLA Domain.
- ClusterArchivalSpec!]! : [
- # Replication specification for the SLA Domain.
- ReplicationSpec @deprecated( reason: "Use replicationSpecsV2 instead." ) :
- # Replication specification for the SLA Domain.
- ReplicationSpecV2!]! : [
- # First full backup windows.
- BackupWindow!]! : [
- # Backup windows for the SLA Domain.
- BackupWindow!]! : [
- # Rubrik SaaS managed ID for the SLA Domain.
- String :
- # Protected object count for the SLA Domain.
- Int! :
- # SLA Domain upgrade information.
- SlaUpgradeInfo :
- # Specifies if this SLA Domain is Retention Locked or not.
- Boolean! :
- # The object-specific configurations of the SLA Domain.
- ObjectSpecificConfigs :
- # Specifies whether the SLA Domain is read-only.
- Boolean :
- # Rubrik cluster ID of SLA Domain.
- Cluster :
- # ID of Rubrik cluster SLA Domain.
- String! :
- # ID of the Rubrik cluster.
- String! :
- # This field is deprecated.
- String! @deprecated( reason: "This field has been deprecated in favor of ownerOrg field." ) :
- # Specifies the owner organization of the SLA Domain.
- SlaAssociatedOrganization! :
- # Specifies the retention lock mode when enabled for the SLA Domain.
- RetentionLockMode! :
- # Upgrade information about the configured archival locations and cascading
- # archival locations.
- ArchivalLocationUpgradeInfo!] : [
- }
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