Skip to main content

ClusterManualUpgradeJobsInner

Properties

NameTypeDescriptionNotes
UuidstringUnique identifier for the upgrade job.
CookbookstringIdentifier for the cookbook used in the upgrade job.
StatestringCurrent state of the upgrade job.
TypestringThe type of upgrade job (e.g., VA_UPGRADE).
TargetIdstringUnique identifier of the target for the upgrade job.
ManagedProcessConfigurationClusterManualUpgradeJobsInnerManagedProcessConfiguration

Methods

NewClusterManualUpgradeJobsInner

func NewClusterManualUpgradeJobsInner(uuid string, cookbook string, state string, type_ string, targetId string, managedProcessConfiguration ClusterManualUpgradeJobsInnerManagedProcessConfiguration, ) *ClusterManualUpgradeJobsInner

NewClusterManualUpgradeJobsInner instantiates a new ClusterManualUpgradeJobsInner 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

NewClusterManualUpgradeJobsInnerWithDefaults

func NewClusterManualUpgradeJobsInnerWithDefaults() *ClusterManualUpgradeJobsInner

NewClusterManualUpgradeJobsInnerWithDefaults instantiates a new ClusterManualUpgradeJobsInner 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

GetUuid

func (o *ClusterManualUpgradeJobsInner) GetUuid() string

GetUuid returns the Uuid field if non-nil, zero value otherwise.

GetUuidOk

func (o *ClusterManualUpgradeJobsInner) GetUuidOk() (*string, bool)

GetUuidOk returns a tuple with the Uuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUuid

func (o *ClusterManualUpgradeJobsInner) SetUuid(v string)

SetUuid sets Uuid field to given value.

GetCookbook

func (o *ClusterManualUpgradeJobsInner) GetCookbook() string

GetCookbook returns the Cookbook field if non-nil, zero value otherwise.

GetCookbookOk

func (o *ClusterManualUpgradeJobsInner) GetCookbookOk() (*string, bool)

GetCookbookOk returns a tuple with the Cookbook field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCookbook

func (o *ClusterManualUpgradeJobsInner) SetCookbook(v string)

SetCookbook sets Cookbook field to given value.

GetState

func (o *ClusterManualUpgradeJobsInner) GetState() string

GetState returns the State field if non-nil, zero value otherwise.

GetStateOk

func (o *ClusterManualUpgradeJobsInner) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetState

func (o *ClusterManualUpgradeJobsInner) SetState(v string)

SetState sets State field to given value.

GetType

func (o *ClusterManualUpgradeJobsInner) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *ClusterManualUpgradeJobsInner) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetType

func (o *ClusterManualUpgradeJobsInner) SetType(v string)

SetType sets Type field to given value.

GetTargetId

func (o *ClusterManualUpgradeJobsInner) GetTargetId() string

GetTargetId returns the TargetId field if non-nil, zero value otherwise.

GetTargetIdOk

func (o *ClusterManualUpgradeJobsInner) GetTargetIdOk() (*string, bool)

GetTargetIdOk returns a tuple with the TargetId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTargetId

func (o *ClusterManualUpgradeJobsInner) SetTargetId(v string)

SetTargetId sets TargetId field to given value.

GetManagedProcessConfiguration

func (o *ClusterManualUpgradeJobsInner) GetManagedProcessConfiguration() ClusterManualUpgradeJobsInnerManagedProcessConfiguration

GetManagedProcessConfiguration returns the ManagedProcessConfiguration field if non-nil, zero value otherwise.

GetManagedProcessConfigurationOk

func (o *ClusterManualUpgradeJobsInner) GetManagedProcessConfigurationOk() (*ClusterManualUpgradeJobsInnerManagedProcessConfiguration, bool)

GetManagedProcessConfigurationOk returns a tuple with the ManagedProcessConfiguration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetManagedProcessConfiguration

func (o *ClusterManualUpgradeJobsInner) SetManagedProcessConfiguration(v ClusterManualUpgradeJobsInnerManagedProcessConfiguration)

SetManagedProcessConfiguration sets ManagedProcessConfiguration field to given value.