INPUT_OBJECT
UpdateNutanixClusterInput
Description
Input for patching a Nutanix cluster.
link GraphQL Schema definition
- input UpdateNutanixClusterInput {
- # Required. ID of the Nutanix cluster.
- : String!
- # Required. Object containing updated Nutanix cluster information.
- : NutanixClusterPatchInput!
- }