INPUT_OBJECT

SetDatastoreFreespaceThresholdInput

Description

Set datastore freespace threshold.

link GraphQL Schema definition

  • input SetDatastoreFreespaceThresholdInput {
  • # Required. UUID of the Rubrik cluster the request goes to.
  • clusterUuid: UUID!
  • # Required. JSON object for setting datastore freespace threshold.
  • datastoreFreespaceThreshold: VmwareDatastoreFreespaceThresholdInput!
  • }