Representation of an upgrade policy that can be set for a cluster.
Name | Type | Description | Notes |
---|---|---|---|
kind | str | Indicates the type of this object. Will be 'UpgradePolicy' if this is a complete object or 'UpgradePolicyLink' if it is just a link. | [optional] |
id | str | Unique identifier of the object. | [optional] |
href | str | Self link. | [optional] |
cluster_id | str | Cluster ID this upgrade policy is defined for. | [optional] |
enable_minor_version_upgrades | bool | Indicates if minor version upgrades are allowed for automatic upgrades (for manual it's always allowed). | [optional] |
next_run | datetime | Next time the upgrade should run. | [optional] |
schedule | str | Schedule cron expression that defines automatic upgrade scheduling. | [optional] |
schedule_type | ScheduleType | [optional] | |
upgrade_type | UpgradeType | [optional] | |
version | str | Version is the desired upgrade version. | [optional] |