INPUT_OBJECT

NutanixPrismCentralPatchInput

Description

Input for patching the Nutanix Prism Central.

link GraphQL Schema definition

  • input NutanixPrismCentralPatchInput {
  • # 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
  • # Supported in v9.0+
  • # ID of the SLA Domain that is configured for this Nutanix Prism Central. Existing
  • # snapshots of the object will be retained with the configuration of specified SLA
  • # Domain.
  • configuredSlaDomainId: String
  • # Supported in v9.0+
  • # Hostname for the Nutanix Prism Central used for all the cluster connections.
  • hostname: String
  • # Supported in v9.0+
  • # Password for the Nutanix Prism Central used for all the cluster connections.
  • password: String
  • # Supported in v9.0+
  • # Username for the Nutanix Prism Central used for all the cluster connections.
  • username: String
  • # Specifies whether Nutanix DR support is enabled for the the Prism Central
  • # object.
  • isDrEnabled: Boolean
  • # Supported in v9.1+
  • # The list of new Nutanix Clusters to protect as part of the given Nutanix Prism
  • # Central object.
  • nutanixClusters: [NutanixClustersListElementInput!]
  • }