INPUT_OBJECT
MssqlDbUpdateInput
Description
Supported in v5.0+
link GraphQL Schema definition
- input MssqlDbUpdateInput {
- # Assign database to SLA Domain.
- String :
- # Supported in v5.0+
- # Maximum number of parallel data streams that can be used to back up the
- # database.
- Int :
- # Supported in v5.2+
- # Whether to pause or resume backups/archival for this database.
- Boolean :
- # Supported in v5.2+
- # Determines whether to force a full for the next snapshot of a SQL Server
- # database. When this value is true, the Rubrik cluster takes a full snapshot.
- # This value is false by default and is reset to false after a successful full
- # snapshot.
- Boolean :
- # Supported in v9.2+
- # Specifies whether to clear the post-backup script. When true, the post-backup
- # script parameters are cleared and set to null.
- Boolean :
- # Supported in v9.2+
- # Specifies whether to clear the pre-backup script. When true, the pre-backup
- # script parameters are cleared and set to null.
- Boolean :
- # Supported in Rubrik cluster versions 4.0 and later. Non-SLA-Domain properties of
- # a SQL Server database.
- # In Rubrik cluster versions 5.2 and later, use 'MssqlSlaPatchProperties' instead.
- # In Rubrik cluster versions 9.0 and later, use 'MssqlSlaRelatedProperties'
- # instead.
- MssqlNonSlaPropertiesInput :
- # Supported in Rubrik cluster versions 5.2 and later. SLA Domain properties of a
- # SQL Server database. In Rubrik cluster versions 9.0 and later, use
- # 'MssqlSlaRelatedProperties' instead.
- MssqlSlaPatchPropertiesInput :
- # Supported in Rubrik cluster versions 9.0 and later. Non-SLA-Domain properties of
- # a SQL Server database.
- MssqlSlaRelatedPropertiesInput :
- # Supported in v5.0+
- MssqlScriptDetailInput :
- # Supported in v5.0+
- MssqlScriptDetailInput :
- }