Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.63 KB

File metadata and controls

160 lines (87 loc) · 5.63 KB

PrevYBSoftwareConfig

Properties

Name Type Description Notes
AllTserversUpgradedToYsqlMajorVersion Pointer to bool [optional]
AutoFlagConfigVersion Pointer to int32 [optional]
CanRollbackCatalogUpgrade Pointer to bool [optional]
SoftwareVersion Pointer to string [optional]
TargetUpgradeSoftwareVersion Pointer to string [optional]

Methods

NewPrevYBSoftwareConfig

func NewPrevYBSoftwareConfig() *PrevYBSoftwareConfig

NewPrevYBSoftwareConfig instantiates a new PrevYBSoftwareConfig 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

NewPrevYBSoftwareConfigWithDefaults

func NewPrevYBSoftwareConfigWithDefaults() *PrevYBSoftwareConfig

NewPrevYBSoftwareConfigWithDefaults instantiates a new PrevYBSoftwareConfig 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

GetAllTserversUpgradedToYsqlMajorVersion

func (o *PrevYBSoftwareConfig) GetAllTserversUpgradedToYsqlMajorVersion() bool

GetAllTserversUpgradedToYsqlMajorVersion returns the AllTserversUpgradedToYsqlMajorVersion field if non-nil, zero value otherwise.

GetAllTserversUpgradedToYsqlMajorVersionOk

func (o *PrevYBSoftwareConfig) GetAllTserversUpgradedToYsqlMajorVersionOk() (*bool, bool)

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

SetAllTserversUpgradedToYsqlMajorVersion

func (o *PrevYBSoftwareConfig) SetAllTserversUpgradedToYsqlMajorVersion(v bool)

SetAllTserversUpgradedToYsqlMajorVersion sets AllTserversUpgradedToYsqlMajorVersion field to given value.

HasAllTserversUpgradedToYsqlMajorVersion

func (o *PrevYBSoftwareConfig) HasAllTserversUpgradedToYsqlMajorVersion() bool

HasAllTserversUpgradedToYsqlMajorVersion returns a boolean if a field has been set.

GetAutoFlagConfigVersion

func (o *PrevYBSoftwareConfig) GetAutoFlagConfigVersion() int32

GetAutoFlagConfigVersion returns the AutoFlagConfigVersion field if non-nil, zero value otherwise.

GetAutoFlagConfigVersionOk

func (o *PrevYBSoftwareConfig) GetAutoFlagConfigVersionOk() (*int32, bool)

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

SetAutoFlagConfigVersion

func (o *PrevYBSoftwareConfig) SetAutoFlagConfigVersion(v int32)

SetAutoFlagConfigVersion sets AutoFlagConfigVersion field to given value.

HasAutoFlagConfigVersion

func (o *PrevYBSoftwareConfig) HasAutoFlagConfigVersion() bool

HasAutoFlagConfigVersion returns a boolean if a field has been set.

GetCanRollbackCatalogUpgrade

func (o *PrevYBSoftwareConfig) GetCanRollbackCatalogUpgrade() bool

GetCanRollbackCatalogUpgrade returns the CanRollbackCatalogUpgrade field if non-nil, zero value otherwise.

GetCanRollbackCatalogUpgradeOk

func (o *PrevYBSoftwareConfig) GetCanRollbackCatalogUpgradeOk() (*bool, bool)

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

SetCanRollbackCatalogUpgrade

func (o *PrevYBSoftwareConfig) SetCanRollbackCatalogUpgrade(v bool)

SetCanRollbackCatalogUpgrade sets CanRollbackCatalogUpgrade field to given value.

HasCanRollbackCatalogUpgrade

func (o *PrevYBSoftwareConfig) HasCanRollbackCatalogUpgrade() bool

HasCanRollbackCatalogUpgrade returns a boolean if a field has been set.

GetSoftwareVersion

func (o *PrevYBSoftwareConfig) GetSoftwareVersion() string

GetSoftwareVersion returns the SoftwareVersion field if non-nil, zero value otherwise.

GetSoftwareVersionOk

func (o *PrevYBSoftwareConfig) GetSoftwareVersionOk() (*string, bool)

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

SetSoftwareVersion

func (o *PrevYBSoftwareConfig) SetSoftwareVersion(v string)

SetSoftwareVersion sets SoftwareVersion field to given value.

HasSoftwareVersion

func (o *PrevYBSoftwareConfig) HasSoftwareVersion() bool

HasSoftwareVersion returns a boolean if a field has been set.

GetTargetUpgradeSoftwareVersion

func (o *PrevYBSoftwareConfig) GetTargetUpgradeSoftwareVersion() string

GetTargetUpgradeSoftwareVersion returns the TargetUpgradeSoftwareVersion field if non-nil, zero value otherwise.

GetTargetUpgradeSoftwareVersionOk

func (o *PrevYBSoftwareConfig) GetTargetUpgradeSoftwareVersionOk() (*string, bool)

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

SetTargetUpgradeSoftwareVersion

func (o *PrevYBSoftwareConfig) SetTargetUpgradeSoftwareVersion(v string)

SetTargetUpgradeSoftwareVersion sets TargetUpgradeSoftwareVersion field to given value.

HasTargetUpgradeSoftwareVersion

func (o *PrevYBSoftwareConfig) HasTargetUpgradeSoftwareVersion() bool

HasTargetUpgradeSoftwareVersion returns a boolean if a field has been set.

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