Name | Type | Description | Notes |
---|---|---|---|
Account | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
DatabaseImage | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Service | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Disk | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
InitializeFrom | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
CurrentConfiguration | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Dependents | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Operations | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Backups | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Configurations | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
DatabaseCredentials | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Self | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] |
func NewDatabaseLinks() *DatabaseLinks
NewDatabaseLinks instantiates a new DatabaseLinks 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 NewDatabaseLinksWithDefaults() *DatabaseLinks
NewDatabaseLinksWithDefaults instantiates a new DatabaseLinks 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 *DatabaseLinks) GetAccount() ListAccountsForStack200ResponseLinksStack
GetAccount returns the Account field if non-nil, zero value otherwise.
func (o *DatabaseLinks) GetAccountOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetAccountOk returns a tuple with the Account field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseLinks) SetAccount(v ListAccountsForStack200ResponseLinksStack)
SetAccount sets Account field to given value.
func (o *DatabaseLinks) HasAccount() bool
HasAccount returns a boolean if a field has been set.
func (o *DatabaseLinks) GetDatabaseImage() ListAccountsForStack200ResponseLinksStack
GetDatabaseImage returns the DatabaseImage field if non-nil, zero value otherwise.
func (o *DatabaseLinks) GetDatabaseImageOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetDatabaseImageOk returns a tuple with the DatabaseImage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseLinks) SetDatabaseImage(v ListAccountsForStack200ResponseLinksStack)
SetDatabaseImage sets DatabaseImage field to given value.
func (o *DatabaseLinks) HasDatabaseImage() bool
HasDatabaseImage returns a boolean if a field has been set.
func (o *DatabaseLinks) GetService() ListAccountsForStack200ResponseLinksStack
GetService returns the Service field if non-nil, zero value otherwise.
func (o *DatabaseLinks) GetServiceOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetServiceOk returns a tuple with the Service field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseLinks) SetService(v ListAccountsForStack200ResponseLinksStack)
SetService sets Service field to given value.
func (o *DatabaseLinks) HasService() bool
HasService returns a boolean if a field has been set.
func (o *DatabaseLinks) GetDisk() ListAccountsForStack200ResponseLinksStack
GetDisk returns the Disk field if non-nil, zero value otherwise.
func (o *DatabaseLinks) GetDiskOk() (*ListAccountsForStack200ResponseLinksStack, 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 *DatabaseLinks) SetDisk(v ListAccountsForStack200ResponseLinksStack)
SetDisk sets Disk field to given value.
func (o *DatabaseLinks) HasDisk() bool
HasDisk returns a boolean if a field has been set.
func (o *DatabaseLinks) GetInitializeFrom() ListAccountsForStack200ResponseLinksStack
GetInitializeFrom returns the InitializeFrom field if non-nil, zero value otherwise.
func (o *DatabaseLinks) GetInitializeFromOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetInitializeFromOk returns a tuple with the InitializeFrom field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseLinks) SetInitializeFrom(v ListAccountsForStack200ResponseLinksStack)
SetInitializeFrom sets InitializeFrom field to given value.
func (o *DatabaseLinks) HasInitializeFrom() bool
HasInitializeFrom returns a boolean if a field has been set.
func (o *DatabaseLinks) GetCurrentConfiguration() ListAccountsForStack200ResponseLinksStack
GetCurrentConfiguration returns the CurrentConfiguration field if non-nil, zero value otherwise.
func (o *DatabaseLinks) GetCurrentConfigurationOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetCurrentConfigurationOk returns a tuple with the CurrentConfiguration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseLinks) SetCurrentConfiguration(v ListAccountsForStack200ResponseLinksStack)
SetCurrentConfiguration sets CurrentConfiguration field to given value.
func (o *DatabaseLinks) HasCurrentConfiguration() bool
HasCurrentConfiguration returns a boolean if a field has been set.
func (o *DatabaseLinks) GetDependents() ListAccountsForStack200ResponseLinksStack
GetDependents returns the Dependents field if non-nil, zero value otherwise.
func (o *DatabaseLinks) GetDependentsOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetDependentsOk returns a tuple with the Dependents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseLinks) SetDependents(v ListAccountsForStack200ResponseLinksStack)
SetDependents sets Dependents field to given value.
func (o *DatabaseLinks) HasDependents() bool
HasDependents returns a boolean if a field has been set.
func (o *DatabaseLinks) GetOperations() ListAccountsForStack200ResponseLinksStack
GetOperations returns the Operations field if non-nil, zero value otherwise.
func (o *DatabaseLinks) GetOperationsOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetOperationsOk returns a tuple with the Operations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseLinks) SetOperations(v ListAccountsForStack200ResponseLinksStack)
SetOperations sets Operations field to given value.
func (o *DatabaseLinks) HasOperations() bool
HasOperations returns a boolean if a field has been set.
func (o *DatabaseLinks) GetBackups() ListAccountsForStack200ResponseLinksStack
GetBackups returns the Backups field if non-nil, zero value otherwise.
func (o *DatabaseLinks) GetBackupsOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetBackupsOk returns a tuple with the Backups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseLinks) SetBackups(v ListAccountsForStack200ResponseLinksStack)
SetBackups sets Backups field to given value.
func (o *DatabaseLinks) HasBackups() bool
HasBackups returns a boolean if a field has been set.
func (o *DatabaseLinks) GetConfigurations() ListAccountsForStack200ResponseLinksStack
GetConfigurations returns the Configurations field if non-nil, zero value otherwise.
func (o *DatabaseLinks) GetConfigurationsOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetConfigurationsOk returns a tuple with the Configurations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseLinks) SetConfigurations(v ListAccountsForStack200ResponseLinksStack)
SetConfigurations sets Configurations field to given value.
func (o *DatabaseLinks) HasConfigurations() bool
HasConfigurations returns a boolean if a field has been set.
func (o *DatabaseLinks) GetDatabaseCredentials() ListAccountsForStack200ResponseLinksStack
GetDatabaseCredentials returns the DatabaseCredentials field if non-nil, zero value otherwise.
func (o *DatabaseLinks) GetDatabaseCredentialsOk() (*ListAccountsForStack200ResponseLinksStack, 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 *DatabaseLinks) SetDatabaseCredentials(v ListAccountsForStack200ResponseLinksStack)
SetDatabaseCredentials sets DatabaseCredentials field to given value.
func (o *DatabaseLinks) HasDatabaseCredentials() bool
HasDatabaseCredentials returns a boolean if a field has been set.
func (o *DatabaseLinks) GetSelf() ListAccountsForStack200ResponseLinksStack
GetSelf returns the Self field if non-nil, zero value otherwise.
func (o *DatabaseLinks) GetSelfOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetSelfOk returns a tuple with the Self field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseLinks) SetSelf(v ListAccountsForStack200ResponseLinksStack)
SetSelf sets Self field to given value.
func (o *DatabaseLinks) HasSelf() bool
HasSelf returns a boolean if a field has been set.