INPUT_OBJECT
CreateMssqlLogShippingConfigurationInput
Description
Input for creating a SQL Server log shipping configuration.
link GraphQL Schema definition
- input CreateMssqlLogShippingConfigurationInput {
- # Required. UUID used to identify the cluster the request goes to.
- String! :
- # Required. An object that contains the values of a log shipping configuration.
- MssqlLogShippingCreateConfigV2Input! :
- # Required. ID of the primary database object.
- String! :
- }