INPUT_OBJECT
CreateNutanixPrismCentralInput
Description
Input for creating the Nutanix Prism Central object.
link GraphQL Schema definition
- input CreateNutanixPrismCentralInput {
- # Specifies whether Nutanix DR support is enabled for the Prism Central object.
- : Boolean
- # Configuration parameters for creating the Nutanix Prism Central object.
- : NutanixPrismCentralConfigInput!
- # A one-to-one mapping between each Prism Element and the corresponding CDM
- # cluster to use while adding the Nutanix Prism Central object.
- : [PrismElementCdmTuple!]!
- }