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.
- : String!
- # Required. The IP address and account credentials of the vCenter Server that is
- # being added.
- : VcenterConfigV2Input!
- }