Name | Type | Description | Notes |
---|---|---|---|
LastOperation | Pointer to Operation | [optional] | |
Disk | Pointer to Disk | [optional] | |
DatabaseCredentials | Pointer to []DatabaseCredential | [optional] |
func NewDatabaseEmbedded() *DatabaseEmbedded
NewDatabaseEmbedded instantiates a new DatabaseEmbedded 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 NewDatabaseEmbeddedWithDefaults() *DatabaseEmbedded
NewDatabaseEmbeddedWithDefaults instantiates a new DatabaseEmbedded 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 *DatabaseEmbedded) GetLastOperation() Operation
GetLastOperation returns the LastOperation field if non-nil, zero value otherwise.
func (o *DatabaseEmbedded) GetLastOperationOk() (*Operation, bool)
GetLastOperationOk returns a tuple with the LastOperation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseEmbedded) SetLastOperation(v Operation)
SetLastOperation sets LastOperation field to given value.
func (o *DatabaseEmbedded) HasLastOperation() bool
HasLastOperation returns a boolean if a field has been set.
func (o *DatabaseEmbedded) GetDisk() Disk
GetDisk returns the Disk field if non-nil, zero value otherwise.
func (o *DatabaseEmbedded) GetDiskOk() (*Disk, bool)
GetDiskOk returns a tuple with the Disk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseEmbedded) SetDisk(v Disk)
SetDisk sets Disk field to given value.
func (o *DatabaseEmbedded) HasDisk() bool
HasDisk returns a boolean if a field has been set.
func (o *DatabaseEmbedded) GetDatabaseCredentials() []DatabaseCredential
GetDatabaseCredentials returns the DatabaseCredentials field if non-nil, zero value otherwise.
func (o *DatabaseEmbedded) GetDatabaseCredentialsOk() (*[]DatabaseCredential, bool)
GetDatabaseCredentialsOk returns a tuple with the DatabaseCredentials field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseEmbedded) SetDatabaseCredentials(v []DatabaseCredential)
SetDatabaseCredentials sets DatabaseCredentials field to given value.
func (o *DatabaseEmbedded) HasDatabaseCredentials() bool
HasDatabaseCredentials returns a boolean if a field has been set.