INPUT_OBJECT

RegisterHypervScvmmInput

Description

Required. Input for register Hyper-V SCVMM.

link GraphQL Schema definition

  • input RegisterHypervScvmmInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. Registration definition for a Hyper-V SCVMM.
  • scvmm: HypervScvmmRegisterInput!
  • }

link Require by