INPUT_OBJECT

ClusterUpdateInput

Description

Cluster update input.

link GraphQL Schema definition

  • input ClusterUpdateInput {
  • # Version of the EULA accepted by admin. By modifying this attribute you
  • # agree to the specific version of the EULA.
  • acceptedEulaVersion: String
  • # New geolocation for a Rubrik cluster.
  • geolocation: ClusterGeolocationInput
  • # New name for a Rubrik cluster.
  • name: String
  • # New time zone for a Rubrik cluster.
  • timezone: ClusterTimezoneInput
  • }