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.
- : String
- #   New geolocation for a Rubrik cluster.
- : ClusterGeolocationInput
- #   New name for a Rubrik cluster.
- : String
- #   New time zone for a Rubrik cluster.
- : ClusterTimezoneInput
- }