INPUT_OBJECT

CreateNutanixClusterInput

Description

Input for creating a Nutanix cluster.

link GraphQL Schema definition

  • input CreateNutanixClusterInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. IP address, natural ID of added cluster (since Prism central can
  • # manage multiple clusters), and credentials for Prism.
  • nutanixClusterConfig: NutanixClusterConfigInput!
  • }

link Require by