INPUT_OBJECT

PreAddVcenterInput

link GraphQL Schema definition

  • input PreAddVcenterInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. Specify one of id or connectionConfig. If the vCenter is being added
  • # to Rubrik, specify the IP address and account credentials of the vCenter Server
  • # that is being added. If the vCenter is being updated specify the id of vCenter.
  • vcenterConfig: VcenterPreAddConfigInput!
  • }

link Require by