--- id: v2024-cluster-manual-upgrade title: ClusterManualUpgrade pagination_label: ClusterManualUpgrade sidebar_label: ClusterManualUpgrade sidebar_class_name: gosdk keywords: ['go', 'Golang', 'sdk', 'ClusterManualUpgrade', 'V2024ClusterManualUpgrade'] slug: /tools/sdk/go/v2024/models/cluster-manual-upgrade tags: ['SDK', 'Software Development Kit', 'ClusterManualUpgrade', 'V2024ClusterManualUpgrade'] --- # ClusterManualUpgrade ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Jobs** | Pointer to [**[]ClusterManualUpgradeJobsInner**](cluster-manual-upgrade-jobs-inner) | List of job objects for the upgrade request. | [optional] ## Methods ### NewClusterManualUpgrade `func NewClusterManualUpgrade() *ClusterManualUpgrade` NewClusterManualUpgrade instantiates a new ClusterManualUpgrade object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed ### NewClusterManualUpgradeWithDefaults `func NewClusterManualUpgradeWithDefaults() *ClusterManualUpgrade` NewClusterManualUpgradeWithDefaults instantiates a new ClusterManualUpgrade object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set ### GetJobs `func (o *ClusterManualUpgrade) GetJobs() []ClusterManualUpgradeJobsInner` GetJobs returns the Jobs field if non-nil, zero value otherwise. ### GetJobsOk `func (o *ClusterManualUpgrade) GetJobsOk() (*[]ClusterManualUpgradeJobsInner, bool)` GetJobsOk returns a tuple with the Jobs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetJobs `func (o *ClusterManualUpgrade) SetJobs(v []ClusterManualUpgradeJobsInner)` SetJobs sets Jobs field to given value. ### HasJobs `func (o *ClusterManualUpgrade) HasJobs() bool` HasJobs returns a boolean if a field has been set.