Name | Type | Description | Notes |
---|---|---|---|
FinalizeRequired | Pointer to bool | WARNING: This is a preview API that could change. Finalize required | [optional] [readonly] |
YsqlMajorVersionUpgrade | Pointer to bool | WARNING: This is a preview API that could change. YSQL Major version upgrade | [optional] [readonly] |
func NewSoftwareUpgradeInfoResponse() *SoftwareUpgradeInfoResponse
NewSoftwareUpgradeInfoResponse instantiates a new SoftwareUpgradeInfoResponse 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 NewSoftwareUpgradeInfoResponseWithDefaults() *SoftwareUpgradeInfoResponse
NewSoftwareUpgradeInfoResponseWithDefaults instantiates a new SoftwareUpgradeInfoResponse 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 *SoftwareUpgradeInfoResponse) GetFinalizeRequired() bool
GetFinalizeRequired returns the FinalizeRequired field if non-nil, zero value otherwise.
func (o *SoftwareUpgradeInfoResponse) GetFinalizeRequiredOk() (*bool, bool)
GetFinalizeRequiredOk returns a tuple with the FinalizeRequired field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SoftwareUpgradeInfoResponse) SetFinalizeRequired(v bool)
SetFinalizeRequired sets FinalizeRequired field to given value.
func (o *SoftwareUpgradeInfoResponse) HasFinalizeRequired() bool
HasFinalizeRequired returns a boolean if a field has been set.
func (o *SoftwareUpgradeInfoResponse) GetYsqlMajorVersionUpgrade() bool
GetYsqlMajorVersionUpgrade returns the YsqlMajorVersionUpgrade field if non-nil, zero value otherwise.
func (o *SoftwareUpgradeInfoResponse) GetYsqlMajorVersionUpgradeOk() (*bool, bool)
GetYsqlMajorVersionUpgradeOk returns a tuple with the YsqlMajorVersionUpgrade field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SoftwareUpgradeInfoResponse) SetYsqlMajorVersionUpgrade(v bool)
SetYsqlMajorVersionUpgrade sets YsqlMajorVersionUpgrade field to given value.
func (o *SoftwareUpgradeInfoResponse) HasYsqlMajorVersionUpgrade() bool
HasYsqlMajorVersionUpgrade returns a boolean if a field has been set.