INPUT_OBJECT

CreateVsphereVcenterInput

Description

Input to add vSphere vCenter.

link GraphQL Schema definition

  • input CreateVsphereVcenterInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. The IP address and account credentials of the vCenter Server that is
  • # being added.
  • vcenterDetail: VcenterConfigV2Input!
  • }

link Require by