ClusterUpdateVersionParameters interface
ClusterUpdateVersionParameters represents the body of the request to update cluster version.
Properties
| safeguard |
Specifies how safeguards are applied during the update version operation. Use All to run all pre‑operation validation checks. Use None to bypass safeguards. If not specified, the default is All. |
| target |
The version to be applied to the cluster during update. |
Property Details
safeguardMode
Specifies how safeguards are applied during the update version operation. Use All to run all pre‑operation validation checks. Use None to bypass safeguards. If not specified, the default is All.
safeguardMode?: string
Property Value
string
targetClusterVersion
The version to be applied to the cluster during update.
targetClusterVersion: string
Property Value
string