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.
  • availabilityInfo: MssqlDbReplicaAvailabilityInfo
  • # Required. Supported in v5.0+
  • # `True` when the Rubrik cluster has sufficient permissions to perform all
  • # necessary operations.
  • hasPermissions: Boolean!
  • # Required. Supported in v5.0+
  • # ID of the SQL Server instance managing the replica.
  • instanceId: String!
  • # Required. Supported in v5.0+
  • # Name of the SQL Server instance managing the replica.
  • instanceName: String!
  • # Required. Supported in v5.0+
  • # Deprecated. Please use 'isDeleted' instead.
  • isArchived: Boolean!
  • # Required. Supported in v5.0+
  • # `True` when the replica is deleted.
  • isDeleted: Boolean!
  • # Required. Supported in v5.0+
  • # `True` when the replica is in standby mode.
  • isStandby: Boolean!
  • # Supported in v5.0+
  • # The recovery fork GUID of the replica.
  • recoveryForkGuid: String
  • # Required. Supported in v5.0+
  • rootProperties: MssqlRootProperties
  • # Required. Supported in v5.0+
  • # The state of the replica.
  • state: String!
  • recoveryModel: MssqlDbReplicaRecoveryModel!
  • }