INPUT_OBJECT

VsphereVmRegisterAgentWithOrgInput

Description

Input for register vSphere agent.

link GraphQL Schema definition

  • input VsphereVmRegisterAgentWithOrgInput {
  • # ID of vSphere Virtual Machine.
  • id: String!
  • # ID of the org network this Virtual Machine resides in.
  • orgNetworkIdOpt: String
  • # Uuid of the CDM cluster.
  • clusterUuid: UUID!
  • }

link Require by