| 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] |
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
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
func (o *PrevYBSoftwareConfig) GetAllTserversUpgradedToYsqlMajorVersion() bool
GetAllTserversUpgradedToYsqlMajorVersion returns the AllTserversUpgradedToYsqlMajorVersion field if non-nil, zero value otherwise.
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.
func (o *PrevYBSoftwareConfig) SetAllTserversUpgradedToYsqlMajorVersion(v bool)
SetAllTserversUpgradedToYsqlMajorVersion sets AllTserversUpgradedToYsqlMajorVersion field to given value.
func (o *PrevYBSoftwareConfig) HasAllTserversUpgradedToYsqlMajorVersion() bool
HasAllTserversUpgradedToYsqlMajorVersion returns a boolean if a field has been set.
func (o *PrevYBSoftwareConfig) GetAutoFlagConfigVersion() int32
GetAutoFlagConfigVersion returns the AutoFlagConfigVersion field if non-nil, zero value otherwise.
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.
func (o *PrevYBSoftwareConfig) SetAutoFlagConfigVersion(v int32)
SetAutoFlagConfigVersion sets AutoFlagConfigVersion field to given value.
func (o *PrevYBSoftwareConfig) HasAutoFlagConfigVersion() bool
HasAutoFlagConfigVersion returns a boolean if a field has been set.
func (o *PrevYBSoftwareConfig) GetCanRollbackCatalogUpgrade() bool
GetCanRollbackCatalogUpgrade returns the CanRollbackCatalogUpgrade field if non-nil, zero value otherwise.
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.
func (o *PrevYBSoftwareConfig) SetCanRollbackCatalogUpgrade(v bool)
SetCanRollbackCatalogUpgrade sets CanRollbackCatalogUpgrade field to given value.
func (o *PrevYBSoftwareConfig) HasCanRollbackCatalogUpgrade() bool
HasCanRollbackCatalogUpgrade returns a boolean if a field has been set.
func (o *PrevYBSoftwareConfig) GetSoftwareVersion() string
GetSoftwareVersion returns the SoftwareVersion field if non-nil, zero value otherwise.
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.
func (o *PrevYBSoftwareConfig) SetSoftwareVersion(v string)
SetSoftwareVersion sets SoftwareVersion field to given value.
func (o *PrevYBSoftwareConfig) HasSoftwareVersion() bool
HasSoftwareVersion returns a boolean if a field has been set.
func (o *PrevYBSoftwareConfig) GetTargetUpgradeSoftwareVersion() string
GetTargetUpgradeSoftwareVersion returns the TargetUpgradeSoftwareVersion field if non-nil, zero value otherwise.
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.
func (o *PrevYBSoftwareConfig) SetTargetUpgradeSoftwareVersion(v string)
SetTargetUpgradeSoftwareVersion sets TargetUpgradeSoftwareVersion field to given value.
func (o *PrevYBSoftwareConfig) HasTargetUpgradeSoftwareVersion() bool
HasTargetUpgradeSoftwareVersion returns a boolean if a field has been set.