INPUT_OBJECT

DomainControllerRestoreConfigInput

Description

Config for each of the Active Directory Domain Controller to be restored.

link GraphQL Schema definition

  • input DomainControllerRestoreConfigInput {
  • # Supported in v9.0+
  • # ID of the alternate host on which the restore must be performed.
  • hostId: String
  • # Required. ID of the snapshot to be used to restore the Active Directory Domain
  • # Controller.
  • snapshotId: String!
  • }