OBJECT
MssqlDbReplica
Description
Supported in v5.0+
link GraphQL Schema definition
- type MssqlDbReplica {
- # Supported in v5.0+
- # For an availability database, provides additional information about a database
- # replica.
- MssqlDbReplicaAvailabilityInfo :
- # Required. Supported in v5.0+
- # `True` when the Rubrik cluster has sufficient permissions to perform all
- # necessary operations.
- Boolean! :
- # Required. Supported in v5.0+
- # ID of the SQL Server instance managing the replica.
- String! :
- # Required. Supported in v5.0+
- # Name of the SQL Server instance managing the replica.
- String! :
- # Required. Supported in v5.0+
- # Deprecated. Please use 'isDeleted' instead.
- Boolean! :
- # Required. Supported in v5.0+
- # `True` when the replica is deleted.
- Boolean! :
- # Required. Supported in v5.0+
- # `True` when the replica is in standby mode.
- Boolean! :
- # Supported in v5.0+
- # The recovery fork GUID of the replica.
- String :
- # Required. Supported in v5.0+
- MssqlRootProperties :
- # Required. Supported in v5.0+
- # The state of the replica.
- String! :
- MssqlDbReplicaRecoveryModel! :
- }