OBJECT
CdmMssqlDbReplica
Description
Replica SQL Server database of an availability group.
link GraphQL Schema definition
- type CdmMssqlDbReplica {
- # The state of the replica.
- String! :
- # Specifies if the replica SQL Server database is in standby mode.
- Boolean! :
- # Deprecated. Use `isDeleted` instead.
- Boolean! :
- # The recovery model of the replica.
- 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! :
- # ID of the root of this object.
- String! :
- # Specifies if a snapshot needs to be taken before a log backup can occur on the
- # replica SQL Server database.
- Boolean! :
- # Cluster ID of the replica SQL Server database.
- String! :
- # Information about the availability group of the replica SQL Server database.
- CdmMssqlDbReplicaAvailabilityInfo :
- # Instance of the replica SQL Server database.
- MssqlInstance :
- }