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-----.
- 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.
- String :
- # Supported in v9.0+
- # Hostname for the Nutanix Prism Central used for all the cluster connections.
- String :
- # Supported in v9.0+
- # Password for the Nutanix Prism Central used for all the cluster connections.
- String :
- # Supported in v9.0+
- # Username for the Nutanix Prism Central used for all the cluster connections.
- String :
- # Supported in v9.2+
- # Specifies whether Nutanix DR support is enabled for the the Prism Central
- # object.
- Boolean :
- # Supported in v9.1+
- # The list of new Nutanix Clusters to protect as part of the given Nutanix Prism
- # Central object.
- NutanixClustersListElementInput!] : [
- }