INPUT_OBJECT

NutanixClusterConfigInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input NutanixClusterConfigInput {
  • # Required. Supported in v5.0+
  • # Concatenated X.509 certificates in Base64 encoded DER format. Each certificate
  • # must start with -----BEGIN CERTIFICATE----- and end with -----END
  • # CERTIFICATE-----.
  • caCerts: String!
  • # Required. Supported in v5.0+
  • # Address for the Prism host. Any Prism Element or Prism central host will do. We
  • # will use the highly available IP, if set, and this address, if not, to
  • # communicate with the cluster.
  • hostname: String!
  • # Required. Supported in v5.0+
  • # The UUID of the Nutanix cluster being added. This is required because Prism
  • # Central may manage multiple clusters, and we need to differentiate between them.
  • nutanixClusterUuid: String!
  • # Required. Supported in v5.0+
  • password: String!
  • # Required. Supported in v5.0+
  • username: String!
  • }