Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.24 KB

ImageBundleUpgradeInfo.md

File metadata and controls

72 lines (39 loc) · 2.24 KB

ImageBundleUpgradeInfo

Properties

Name Type Description Notes
ClusterUuid string
ImageBundleUuid string

Methods

NewImageBundleUpgradeInfo

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

NewImageBundleUpgradeInfoWithDefaults

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

GetClusterUuid

func (o *ImageBundleUpgradeInfo) GetClusterUuid() string

GetClusterUuid returns the ClusterUuid field if non-nil, zero value otherwise.

GetClusterUuidOk

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.

SetClusterUuid

func (o *ImageBundleUpgradeInfo) SetClusterUuid(v string)

SetClusterUuid sets ClusterUuid field to given value.

GetImageBundleUuid

func (o *ImageBundleUpgradeInfo) GetImageBundleUuid() string

GetImageBundleUuid returns the ImageBundleUuid field if non-nil, zero value otherwise.

GetImageBundleUuidOk

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.

SetImageBundleUuid

func (o *ImageBundleUpgradeInfo) SetImageBundleUuid(v string)

SetImageBundleUuid sets ImageBundleUuid field to given value.

[Back to Model list] [Back to API list] [Back to README]