INPUT_OBJECT

UpdateVcenterV2Input

Description

Input for update the vSphere vCenter.

link GraphQL Schema definition

  • input UpdateVcenterV2Input {
  • # Required. ID of the vCenter Server.
  • id: String!
  • # Required. Object containing updated vCenter Server information.
  • updateProperties: VcenterUpdateConfigV2Input!
  • }

link Require by