Name | Type | Description | Notes |
---|---|---|---|
Engine | Pointer to string | The Managed Database engine type. | [optional] |
Id | Pointer to string | The Managed Database engine ID in engine/version format. | [optional] |
TotalDiskSizeGb | Pointer to int32 | The total disk size of the database in GB. | [optional] |
UsedDiskSizeGb | Pointer to int32 | The used space of the database in GB. | [optional] |
Version | Pointer to string | The Managed Database engine version. | [optional] |
func NewGetDatabasesEngines200ResponseAllOfDataInner() *GetDatabasesEngines200ResponseAllOfDataInner
NewGetDatabasesEngines200ResponseAllOfDataInner instantiates a new GetDatabasesEngines200ResponseAllOfDataInner 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 NewGetDatabasesEngines200ResponseAllOfDataInnerWithDefaults() *GetDatabasesEngines200ResponseAllOfDataInner
NewGetDatabasesEngines200ResponseAllOfDataInnerWithDefaults instantiates a new GetDatabasesEngines200ResponseAllOfDataInner 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 *GetDatabasesEngines200ResponseAllOfDataInner) GetEngine() string
GetEngine returns the Engine field if non-nil, zero value otherwise.
func (o *GetDatabasesEngines200ResponseAllOfDataInner) GetEngineOk() (*string, bool)
GetEngineOk returns a tuple with the Engine field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetDatabasesEngines200ResponseAllOfDataInner) SetEngine(v string)
SetEngine sets Engine field to given value.
func (o *GetDatabasesEngines200ResponseAllOfDataInner) HasEngine() bool
HasEngine returns a boolean if a field has been set.
func (o *GetDatabasesEngines200ResponseAllOfDataInner) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *GetDatabasesEngines200ResponseAllOfDataInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetDatabasesEngines200ResponseAllOfDataInner) SetId(v string)
SetId sets Id field to given value.
func (o *GetDatabasesEngines200ResponseAllOfDataInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *GetDatabasesEngines200ResponseAllOfDataInner) GetTotalDiskSizeGb() int32
GetTotalDiskSizeGb returns the TotalDiskSizeGb field if non-nil, zero value otherwise.
func (o *GetDatabasesEngines200ResponseAllOfDataInner) GetTotalDiskSizeGbOk() (*int32, bool)
GetTotalDiskSizeGbOk returns a tuple with the TotalDiskSizeGb field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetDatabasesEngines200ResponseAllOfDataInner) SetTotalDiskSizeGb(v int32)
SetTotalDiskSizeGb sets TotalDiskSizeGb field to given value.
func (o *GetDatabasesEngines200ResponseAllOfDataInner) HasTotalDiskSizeGb() bool
HasTotalDiskSizeGb returns a boolean if a field has been set.
func (o *GetDatabasesEngines200ResponseAllOfDataInner) GetUsedDiskSizeGb() int32
GetUsedDiskSizeGb returns the UsedDiskSizeGb field if non-nil, zero value otherwise.
func (o *GetDatabasesEngines200ResponseAllOfDataInner) GetUsedDiskSizeGbOk() (*int32, bool)
GetUsedDiskSizeGbOk returns a tuple with the UsedDiskSizeGb field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetDatabasesEngines200ResponseAllOfDataInner) SetUsedDiskSizeGb(v int32)
SetUsedDiskSizeGb sets UsedDiskSizeGb field to given value.
func (o *GetDatabasesEngines200ResponseAllOfDataInner) HasUsedDiskSizeGb() bool
HasUsedDiskSizeGb returns a boolean if a field has been set.
func (o *GetDatabasesEngines200ResponseAllOfDataInner) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *GetDatabasesEngines200ResponseAllOfDataInner) 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.
func (o *GetDatabasesEngines200ResponseAllOfDataInner) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *GetDatabasesEngines200ResponseAllOfDataInner) HasVersion() bool
HasVersion returns a boolean if a field has been set.