INPUT_OBJECT

NutanixPrismCentralConfigInput

Description

Input for the Nutanix Prism Central configuration parameters.

link GraphQL Schema definition

  • input NutanixPrismCentralConfigInput {
  • # Required. Supported in v9.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 v9.0+
  • # Hostname for the Nutanix Prism Central that we use for all the cluster
  • # connections.
  • hostname: String!
  • # Required. Supported in v9.0+
  • # Password for the Nutanix Prism Central that we use for all the cluster
  • # connections.
  • password: String!
  • # Required. Supported in v9.0+
  • # Username for the Nutanix Prism Central that we use for all the cluster
  • # connections.
  • username: String!
  • }