INPUT_OBJECT
CreateNutanixClusterInput
Description
Input for creating a Nutanix cluster.
link GraphQL Schema definition
- input CreateNutanixClusterInput {
- # Required. UUID used to identify the cluster the request goes to.
- String! :
- # Required. IP address, natural ID of added cluster (since Prism central can
- # manage multiple clusters), and credentials for Prism.
- NutanixClusterConfigInput! :
- }