ClusterManualUpgradeJobsInnerManagedProcessConfigurationCcg
Properties
Name | Type | Description | Notes |
---|---|---|---|
Version | string | Version of the 'ccg' process. | |
Path | string | Path to the 'ccg' process. | |
Description | string | A brief description of the 'ccg' process. | |
RestartNeeded | bool | Indicates whether the process needs to be restarted. | |
Dependencies | map[string]string | A map of dependencies for the 'ccg' process. |
Methods
NewClusterManualUpgradeJobsInnerManagedProcessConfigurationCcg
func NewClusterManualUpgradeJobsInnerManagedProcessConfigurationCcg(version string, path string, description string, restartNeeded bool, dependencies map[string]string, ) *ClusterManualUpgradeJobsInnerManagedProcessConfigurationCcg
NewClusterManualUpgradeJobsInnerManagedProcessConfigurationCcg instantiates a new ClusterManualUpgradeJobsInnerManagedProcessConfigurationCcg 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
NewClusterManualUpgradeJobsInnerManagedProcessConfigurationCcgWithDefaults
func NewClusterManualUpgradeJobsInnerManagedProcessConfigurationCcgWithDefaults() *ClusterManualUpgradeJobsInnerManagedProcessConfigurationCcg
NewClusterManualUpgradeJobsInnerManagedProcessConfigurationCcgWithDefaults instantiates a new ClusterManualUpgradeJobsInnerManagedProcessConfigurationCcg 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
GetVersion
func (o *ClusterManualUpgradeJobsInnerManagedProcessConfigurationCcg) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
GetVersionOk
func (o *ClusterManualUpgradeJobsInnerManagedProcessConfigurationCcg) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetVersion
func (o *ClusterManualUpgradeJobsInnerManagedProcessConfigurationCcg) SetVersion(v string)
SetVersion sets Version field to given value.
GetPath
func (o *ClusterManualUpgradeJobsInnerManagedProcessConfigurationCcg) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
GetPathOk
func (o *ClusterManualUpgradeJobsInnerManagedProcessConfigurationCcg) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPath
func (o *ClusterManualUpgradeJobsInnerManagedProcessConfigurationCcg) SetPath(v string)
SetPath sets Path field to given value.
GetDescription
func (o *ClusterManualUpgradeJobsInnerManagedProcessConfigurationCcg) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
GetDescriptionOk
func (o *ClusterManualUpgradeJobsInnerManagedProcessConfigurationCcg) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDescription
func (o *ClusterManualUpgradeJobsInnerManagedProcessConfigurationCcg) SetDescription(v string)
SetDescription sets Description field to given value.
GetRestartNeeded
func (o *ClusterManualUpgradeJobsInnerManagedProcessConfigurationCcg) GetRestartNeeded() bool
GetRestartNeeded returns the RestartNeeded field if non-nil, zero value otherwise.
GetRestartNeededOk
func (o *ClusterManualUpgradeJobsInnerManagedProcessConfigurationCcg) GetRestartNeededOk() (*bool, bool)
GetRestartNeededOk returns a tuple with the RestartNeeded field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetRestartNeeded
func (o *ClusterManualUpgradeJobsInnerManagedProcessConfigurationCcg) SetRestartNeeded(v bool)
SetRestartNeeded sets RestartNeeded field to given value.
GetDependencies
func (o *ClusterManualUpgradeJobsInnerManagedProcessConfigurationCcg) GetDependencies() map[string]string
GetDependencies returns the Dependencies field if non-nil, zero value otherwise.
GetDependenciesOk
func (o *ClusterManualUpgradeJobsInnerManagedProcessConfigurationCcg) GetDependenciesOk() (*map[string]string, bool)
GetDependenciesOk returns a tuple with the Dependencies field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDependencies
func (o *ClusterManualUpgradeJobsInnerManagedProcessConfigurationCcg) SetDependencies(v map[string]string)
SetDependencies sets Dependencies field to given value.