INPUT_OBJECT
GetCompatibleMssqlInstancesV1Input
Description
Input for getting compatible instances for the recovery of a SQL Server database.
link GraphQL Schema definition
- input GetCompatibleMssqlInstancesV1Input {
- # Time, in ISO8601 format, to recover to. For example
- # \"2016-01-01T01:23:45.678Z\". If this is not specified, the latest recoverable
- # time is used.
- DateTime :
- # Required. Recovery type.
- V1GetCompatibleMssqlInstancesV1RequestRecoveryType! :
- # Required. ID of the Microsoft SQL database.
- String! :
- }