Name | Type | Description | Notes |
---|---|---|---|
ClusterUuid | string | ||
ImageBundleUuid | string |
func NewImageBundleUpgradeInfo(clusterUuid string, imageBundleUuid string, ) *ImageBundleUpgradeInfo
NewImageBundleUpgradeInfo instantiates a new ImageBundleUpgradeInfo 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
func NewImageBundleUpgradeInfoWithDefaults() *ImageBundleUpgradeInfo
NewImageBundleUpgradeInfoWithDefaults instantiates a new ImageBundleUpgradeInfo 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
func (o *ImageBundleUpgradeInfo) GetClusterUuid() string
GetClusterUuid returns the ClusterUuid field if non-nil, zero value otherwise.
func (o *ImageBundleUpgradeInfo) GetClusterUuidOk() (*string, bool)
GetClusterUuidOk returns a tuple with the ClusterUuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageBundleUpgradeInfo) SetClusterUuid(v string)
SetClusterUuid sets ClusterUuid field to given value.
func (o *ImageBundleUpgradeInfo) GetImageBundleUuid() string
GetImageBundleUuid returns the ImageBundleUuid field if non-nil, zero value otherwise.
func (o *ImageBundleUpgradeInfo) GetImageBundleUuidOk() (*string, bool)
GetImageBundleUuidOk returns a tuple with the ImageBundleUuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageBundleUpgradeInfo) SetImageBundleUuid(v string)
SetImageBundleUuid sets ImageBundleUuid field to given value.