Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.28 KB

GetDatabasesEngines200ResponseAllOfDataInner.md

File metadata and controls

160 lines (87 loc) · 5.28 KB

GetDatabasesEngines200ResponseAllOfDataInner

Properties

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]

Methods

NewGetDatabasesEngines200ResponseAllOfDataInner

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

NewGetDatabasesEngines200ResponseAllOfDataInnerWithDefaults

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

GetEngine

func (o *GetDatabasesEngines200ResponseAllOfDataInner) GetEngine() string

GetEngine returns the Engine field if non-nil, zero value otherwise.

GetEngineOk

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.

SetEngine

func (o *GetDatabasesEngines200ResponseAllOfDataInner) SetEngine(v string)

SetEngine sets Engine field to given value.

HasEngine

func (o *GetDatabasesEngines200ResponseAllOfDataInner) HasEngine() bool

HasEngine returns a boolean if a field has been set.

GetId

func (o *GetDatabasesEngines200ResponseAllOfDataInner) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *GetDatabasesEngines200ResponseAllOfDataInner) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *GetDatabasesEngines200ResponseAllOfDataInner) HasId() bool

HasId returns a boolean if a field has been set.

GetTotalDiskSizeGb

func (o *GetDatabasesEngines200ResponseAllOfDataInner) GetTotalDiskSizeGb() int32

GetTotalDiskSizeGb returns the TotalDiskSizeGb field if non-nil, zero value otherwise.

GetTotalDiskSizeGbOk

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.

SetTotalDiskSizeGb

func (o *GetDatabasesEngines200ResponseAllOfDataInner) SetTotalDiskSizeGb(v int32)

SetTotalDiskSizeGb sets TotalDiskSizeGb field to given value.

HasTotalDiskSizeGb

func (o *GetDatabasesEngines200ResponseAllOfDataInner) HasTotalDiskSizeGb() bool

HasTotalDiskSizeGb returns a boolean if a field has been set.

GetUsedDiskSizeGb

func (o *GetDatabasesEngines200ResponseAllOfDataInner) GetUsedDiskSizeGb() int32

GetUsedDiskSizeGb returns the UsedDiskSizeGb field if non-nil, zero value otherwise.

GetUsedDiskSizeGbOk

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.

SetUsedDiskSizeGb

func (o *GetDatabasesEngines200ResponseAllOfDataInner) SetUsedDiskSizeGb(v int32)

SetUsedDiskSizeGb sets UsedDiskSizeGb field to given value.

HasUsedDiskSizeGb

func (o *GetDatabasesEngines200ResponseAllOfDataInner) HasUsedDiskSizeGb() bool

HasUsedDiskSizeGb returns a boolean if a field has been set.

GetVersion

func (o *GetDatabasesEngines200ResponseAllOfDataInner) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

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.

SetVersion

func (o *GetDatabasesEngines200ResponseAllOfDataInner) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *GetDatabasesEngines200ResponseAllOfDataInner) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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