OBJECT
CdmMssqlDbReplica
Description
Replica SQL Server database of an availability group.
link GraphQL Schema definition
- type CdmMssqlDbReplica {
- # Information about the availability group of the replica SQL Server database.
- : CdmMssqlDbReplicaAvailabilityInfo
- # Cluster ID of the replica SQL Server database.
- : String!
- # Specifies whether the Rubrik Backup Service has permissions to back up the
- # replica SQL Server database. When this value is 'true', the Rubrik Backup
- # Service has permission to back up the database.
- : Boolean!
- # Instance of the replica SQL Server database.
- : MssqlInstance
- # ID of the root of this object.
- : String!
- # Deprecated. Use `isDeleted` instead.
- : Boolean!
- # Specifies if the replica SQL Server database is in standby mode.
- : Boolean!
- # The recovery model of the replica.
- : String!
- # Specifies if a snapshot needs to be taken before a log backup can occur on the
- # replica SQL Server database.
- : Boolean!
- # The state of the replica.
- : String!
- }