Versions in this module Expand all Collapse all v1 v1.5.0 Mar 5, 2026 Changes in this version + var AllowedBackupSortEnumValues = []BackupSort + var AllowedDatabaseSortEnumValues = []DatabaseSort + var AllowedFlavorSortEnumValues = []FlavorSort + var AllowedInstanceEditionEnumValues = []InstanceEdition + var AllowedInstanceNetworkAccessScopeEnumValues = []InstanceNetworkAccessScope + var AllowedInstanceSortEnumValues = []InstanceSort + var AllowedInstanceVersionEnumValues = []InstanceVersion + var AllowedInstanceVersionOptEnumValues = []InstanceVersionOpt + var AllowedReplicasEnumValues = []Replicas + var AllowedReplicasOptEnumValues = []ReplicasOpt + var AllowedStatusEnumValues = []Status + var AllowedUserSortEnumValues = []UserSort + var JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) + var XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) + func CacheExpires(r *http.Response) time.Time + func IsNil(i interface{}) bool + func NewConfiguration() *config.Configuration + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + DefaultAPI DefaultAPI + func NewAPIClient(opts ...config.ConfigurationOption) (*APIClient, error) + func (c *APIClient) GetConfig() *config.Configuration + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type ApiCreateDatabaseRequestRequest struct + ApiService DefaultAPI + func (r ApiCreateDatabaseRequestRequest) CreateDatabaseRequestPayload(createDatabaseRequestPayload CreateDatabaseRequestPayload) ApiCreateDatabaseRequestRequest + func (r ApiCreateDatabaseRequestRequest) Execute() (*CreateDatabaseResponse, error) + type ApiCreateInstanceRequestRequest struct + ApiService DefaultAPI + func (r ApiCreateInstanceRequestRequest) CreateInstanceRequestPayload(createInstanceRequestPayload CreateInstanceRequestPayload) ApiCreateInstanceRequestRequest + func (r ApiCreateInstanceRequestRequest) Execute() (*CreateInstanceResponse, error) + type ApiCreateUserRequestRequest struct + ApiService DefaultAPI + func (r ApiCreateUserRequestRequest) CreateUserRequestPayload(createUserRequestPayload CreateUserRequestPayload) ApiCreateUserRequestRequest + func (r ApiCreateUserRequestRequest) Execute() (*CreateUserResponse, error) + type ApiDeleteDatabaseRequestRequest struct + ApiService DefaultAPI + func (r ApiDeleteDatabaseRequestRequest) Execute() error + type ApiDeleteInstanceRequestRequest struct + ApiService DefaultAPI + func (r ApiDeleteInstanceRequestRequest) Execute() error + type ApiDeleteUserRequestRequest struct + ApiService DefaultAPI + func (r ApiDeleteUserRequestRequest) Execute() error + type ApiGetBackupRequestRequest struct + ApiService DefaultAPI + func (r ApiGetBackupRequestRequest) Execute() (*GetBackupResponse, error) + type ApiGetCollationsRequestRequest struct + ApiService DefaultAPI + func (r ApiGetCollationsRequestRequest) Execute() (*GetCollationsResponse, error) + type ApiGetDatabaseRequestRequest struct + ApiService DefaultAPI + func (r ApiGetDatabaseRequestRequest) Execute() (*GetDatabaseResponse, error) + type ApiGetFlavorsRequestRequest struct + ApiService DefaultAPI + func (r ApiGetFlavorsRequestRequest) Execute() (*GetFlavorsResponse, error) + func (r ApiGetFlavorsRequestRequest) Page(page int64) ApiGetFlavorsRequestRequest + func (r ApiGetFlavorsRequestRequest) Size(size int64) ApiGetFlavorsRequestRequest + func (r ApiGetFlavorsRequestRequest) Sort(sort FlavorSort) ApiGetFlavorsRequestRequest + type ApiGetInstanceRequestRequest struct + ApiService DefaultAPI + func (r ApiGetInstanceRequestRequest) Execute() (*GetInstanceResponse, error) + type ApiGetStoragesRequestRequest struct + ApiService DefaultAPI + func (r ApiGetStoragesRequestRequest) Execute() (*GetStoragesResponse, error) + type ApiGetUserRequestRequest struct + ApiService DefaultAPI + func (r ApiGetUserRequestRequest) Execute() (*GetUserResponse, error) + type ApiGetVersionsRequestRequest struct + ApiService DefaultAPI + func (r ApiGetVersionsRequestRequest) Execute() (*GetVersionsResponse, error) + type ApiListBackupsRequestRequest struct + ApiService DefaultAPI + func (r ApiListBackupsRequestRequest) Execute() (*ListBackupResponse, error) + func (r ApiListBackupsRequestRequest) Page(page int64) ApiListBackupsRequestRequest + func (r ApiListBackupsRequestRequest) Size(size int64) ApiListBackupsRequestRequest + func (r ApiListBackupsRequestRequest) Sort(sort BackupSort) ApiListBackupsRequestRequest + type ApiListCompatibilitiesRequestRequest struct + ApiService DefaultAPI + func (r ApiListCompatibilitiesRequestRequest) Execute() (*ListCompatibilityResponse, error) + type ApiListCurrentRunningRestoreJobsRequest struct + ApiService DefaultAPI + func (r ApiListCurrentRunningRestoreJobsRequest) Execute() (*ListCurrentRunningRestoreJobs, error) + type ApiListDatabasesRequestRequest struct + ApiService DefaultAPI + func (r ApiListDatabasesRequestRequest) Execute() (*ListDatabasesResponse, error) + func (r ApiListDatabasesRequestRequest) Page(page int64) ApiListDatabasesRequestRequest + func (r ApiListDatabasesRequestRequest) Size(size int64) ApiListDatabasesRequestRequest + func (r ApiListDatabasesRequestRequest) Sort(sort DatabaseSort) ApiListDatabasesRequestRequest + type ApiListInstancesRequestRequest struct + ApiService DefaultAPI + func (r ApiListInstancesRequestRequest) Execute() (*ListInstancesResponse, error) + func (r ApiListInstancesRequestRequest) Page(page int64) ApiListInstancesRequestRequest + func (r ApiListInstancesRequestRequest) Size(size int64) ApiListInstancesRequestRequest + func (r ApiListInstancesRequestRequest) Sort(sort InstanceSort) ApiListInstancesRequestRequest + type ApiListRolesRequestRequest struct + ApiService DefaultAPI + func (r ApiListRolesRequestRequest) Execute() (*ListRolesResponse, error) + type ApiListUsersRequestRequest struct + ApiService DefaultAPI + func (r ApiListUsersRequestRequest) Execute() (*ListUserResponse, error) + func (r ApiListUsersRequestRequest) Page(page int64) ApiListUsersRequestRequest + func (r ApiListUsersRequestRequest) Size(size int64) ApiListUsersRequestRequest + func (r ApiListUsersRequestRequest) Sort(sort UserSort) ApiListUsersRequestRequest + type ApiProtectInstanceRequestRequest struct + ApiService DefaultAPI + func (r ApiProtectInstanceRequestRequest) Execute() (*ProtectInstanceResponse, error) + func (r ApiProtectInstanceRequestRequest) ProtectInstanceRequestPayload(protectInstanceRequestPayload ProtectInstanceRequestPayload) ApiProtectInstanceRequestRequest + type ApiResetUserRequestRequest struct + ApiService DefaultAPI + func (r ApiResetUserRequestRequest) Execute() (*ResetUserResponse, error) + type ApiRestoreDatabaseFromBackupRequest struct + ApiService DefaultAPI + func (r ApiRestoreDatabaseFromBackupRequest) Execute() error + func (r ApiRestoreDatabaseFromBackupRequest) RestoreDatabaseFromBackupPayload(restoreDatabaseFromBackupPayload RestoreDatabaseFromBackupPayload) ApiRestoreDatabaseFromBackupRequest + type ApiTriggerBackupRequestRequest struct + ApiService DefaultAPI + func (r ApiTriggerBackupRequestRequest) Execute() error + type ApiTriggerRestoreRequestRequest struct + ApiService DefaultAPI + func (r ApiTriggerRestoreRequestRequest) Execute() error + func (r ApiTriggerRestoreRequestRequest) TriggerRestoreRequestPayload(triggerRestoreRequestPayload TriggerRestoreRequestPayload) ApiTriggerRestoreRequestRequest + type ApiUpdateInstancePartiallyRequestRequest struct + ApiService DefaultAPI + func (r ApiUpdateInstancePartiallyRequestRequest) Execute() error + func (r ApiUpdateInstancePartiallyRequestRequest) UpdateInstancePartiallyRequestPayload(updateInstancePartiallyRequestPayload UpdateInstancePartiallyRequestPayload) ApiUpdateInstancePartiallyRequestRequest + type ApiUpdateInstanceRequestRequest struct + ApiService DefaultAPI + func (r ApiUpdateInstanceRequestRequest) Execute() error + func (r ApiUpdateInstanceRequestRequest) UpdateInstanceRequestPayload(updateInstanceRequestPayload UpdateInstanceRequestPayload) ApiUpdateInstanceRequestRequest + type BackupRunningRestore struct + Command string + DatabaseName string + EstimatedCompletionTime string + PercentComplete int32 + StartTime string + func NewBackupRunningRestore(command string, databaseName string, estimatedCompletionTime string, ...) *BackupRunningRestore + func NewBackupRunningRestoreWithDefaults() *BackupRunningRestore + func (o *BackupRunningRestore) GetCommand() string + func (o *BackupRunningRestore) GetCommandOk() (*string, bool) + func (o *BackupRunningRestore) GetDatabaseName() string + func (o *BackupRunningRestore) GetDatabaseNameOk() (*string, bool) + func (o *BackupRunningRestore) GetEstimatedCompletionTime() string + func (o *BackupRunningRestore) GetEstimatedCompletionTimeOk() (*string, bool) + func (o *BackupRunningRestore) GetPercentComplete() int32 + func (o *BackupRunningRestore) GetPercentCompleteOk() (*int32, bool) + func (o *BackupRunningRestore) GetStartTime() string + func (o *BackupRunningRestore) GetStartTimeOk() (*string, bool) + func (o *BackupRunningRestore) SetCommand(v string) + func (o *BackupRunningRestore) SetDatabaseName(v string) + func (o *BackupRunningRestore) SetEstimatedCompletionTime(v string) + func (o *BackupRunningRestore) SetPercentComplete(v int32) + func (o *BackupRunningRestore) SetStartTime(v string) + func (o *BackupRunningRestore) UnmarshalJSON(data []byte) (err error) + func (o BackupRunningRestore) MarshalJSON() ([]byte, error) + func (o BackupRunningRestore) ToMap() (map[string]interface{}, error) + type BackupSort string + const BACKUPSORT_END_TIME_ASC + const BACKUPSORT_END_TIME_DESC + const BACKUPSORT_INDEX_ASC + const BACKUPSORT_INDEX_DESC + const BACKUPSORT_NAME_ASC + const BACKUPSORT_NAME_DESC + const BACKUPSORT_RETAINED_UNTIL_ASC + const BACKUPSORT_RETAINED_UNTIL_DESC + const BACKUPSORT_SIZE_ASC + const BACKUPSORT_SIZE_DESC + const BACKUPSORT_TYPE_ASC + const BACKUPSORT_TYPE_DESC + func NewBackupSortFromValue(v string) (*BackupSort, error) + func (v *BackupSort) UnmarshalJSON(src []byte) error + func (v BackupSort) IsValid() bool + func (v BackupSort) Ptr() *BackupSort + type CreateDatabaseRequestPayload struct + Collation *string + Compatibility *int32 + Name string + Owner string + func NewCreateDatabaseRequestPayload(name string, owner string) *CreateDatabaseRequestPayload + func NewCreateDatabaseRequestPayloadWithDefaults() *CreateDatabaseRequestPayload + func (o *CreateDatabaseRequestPayload) GetCollation() string + func (o *CreateDatabaseRequestPayload) GetCollationOk() (*string, bool) + func (o *CreateDatabaseRequestPayload) GetCompatibility() int32 + func (o *CreateDatabaseRequestPayload) GetCompatibilityOk() (*int32, bool) + func (o *CreateDatabaseRequestPayload) GetName() string + func (o *CreateDatabaseRequestPayload) GetNameOk() (*string, bool) + func (o *CreateDatabaseRequestPayload) GetOwner() string + func (o *CreateDatabaseRequestPayload) GetOwnerOk() (*string, bool) + func (o *CreateDatabaseRequestPayload) HasCollation() bool + func (o *CreateDatabaseRequestPayload) HasCompatibility() bool + func (o *CreateDatabaseRequestPayload) SetCollation(v string) + func (o *CreateDatabaseRequestPayload) SetCompatibility(v int32) + func (o *CreateDatabaseRequestPayload) SetName(v string) + func (o *CreateDatabaseRequestPayload) SetOwner(v string) + func (o *CreateDatabaseRequestPayload) UnmarshalJSON(data []byte) (err error) + func (o CreateDatabaseRequestPayload) MarshalJSON() ([]byte, error) + func (o CreateDatabaseRequestPayload) ToMap() (map[string]interface{}, error) + type CreateDatabaseResponse struct + Id int64 + func NewCreateDatabaseResponse(id int64) *CreateDatabaseResponse + func NewCreateDatabaseResponseWithDefaults() *CreateDatabaseResponse + func (o *CreateDatabaseResponse) GetId() int64 + func (o *CreateDatabaseResponse) GetIdOk() (*int64, bool) + func (o *CreateDatabaseResponse) SetId(v int64) + func (o *CreateDatabaseResponse) UnmarshalJSON(data []byte) (err error) + func (o CreateDatabaseResponse) MarshalJSON() ([]byte, error) + func (o CreateDatabaseResponse) ToMap() (map[string]interface{}, error) + type CreateInstanceRequestPayload struct + BackupSchedule string + Encryption *InstanceEncryption + FlavorId string + Name string + Network CreateInstanceRequestPayloadNetwork + RetentionDays int32 + Storage StorageCreate + Version InstanceVersion + func NewCreateInstanceRequestPayload(backupSchedule string, flavorId string, name string, ...) *CreateInstanceRequestPayload + func NewCreateInstanceRequestPayloadWithDefaults() *CreateInstanceRequestPayload + func (o *CreateInstanceRequestPayload) GetBackupSchedule() string + func (o *CreateInstanceRequestPayload) GetBackupScheduleOk() (*string, bool) + func (o *CreateInstanceRequestPayload) GetEncryption() InstanceEncryption + func (o *CreateInstanceRequestPayload) GetEncryptionOk() (*InstanceEncryption, bool) + func (o *CreateInstanceRequestPayload) GetFlavorId() string + func (o *CreateInstanceRequestPayload) GetFlavorIdOk() (*string, bool) + func (o *CreateInstanceRequestPayload) GetName() string + func (o *CreateInstanceRequestPayload) GetNameOk() (*string, bool) + func (o *CreateInstanceRequestPayload) GetNetwork() CreateInstanceRequestPayloadNetwork + func (o *CreateInstanceRequestPayload) GetNetworkOk() (*CreateInstanceRequestPayloadNetwork, bool) + func (o *CreateInstanceRequestPayload) GetRetentionDays() int32 + func (o *CreateInstanceRequestPayload) GetRetentionDaysOk() (*int32, bool) + func (o *CreateInstanceRequestPayload) GetStorage() StorageCreate + func (o *CreateInstanceRequestPayload) GetStorageOk() (*StorageCreate, bool) + func (o *CreateInstanceRequestPayload) GetVersion() InstanceVersion + func (o *CreateInstanceRequestPayload) GetVersionOk() (*InstanceVersion, bool) + func (o *CreateInstanceRequestPayload) HasEncryption() bool + func (o *CreateInstanceRequestPayload) SetBackupSchedule(v string) + func (o *CreateInstanceRequestPayload) SetEncryption(v InstanceEncryption) + func (o *CreateInstanceRequestPayload) SetFlavorId(v string) + func (o *CreateInstanceRequestPayload) SetName(v string) + func (o *CreateInstanceRequestPayload) SetNetwork(v CreateInstanceRequestPayloadNetwork) + func (o *CreateInstanceRequestPayload) SetRetentionDays(v int32) + func (o *CreateInstanceRequestPayload) SetStorage(v StorageCreate) + func (o *CreateInstanceRequestPayload) SetVersion(v InstanceVersion) + func (o *CreateInstanceRequestPayload) UnmarshalJSON(data []byte) (err error) + func (o CreateInstanceRequestPayload) MarshalJSON() ([]byte, error) + func (o CreateInstanceRequestPayload) ToMap() (map[string]interface{}, error) + type CreateInstanceRequestPayloadNetwork struct + AccessScope *InstanceNetworkAccessScope + Acl []string + func NewCreateInstanceRequestPayloadNetwork(acl []string) *CreateInstanceRequestPayloadNetwork + func NewCreateInstanceRequestPayloadNetworkWithDefaults() *CreateInstanceRequestPayloadNetwork + func (o *CreateInstanceRequestPayloadNetwork) GetAccessScope() InstanceNetworkAccessScope + func (o *CreateInstanceRequestPayloadNetwork) GetAccessScopeOk() (*InstanceNetworkAccessScope, bool) + func (o *CreateInstanceRequestPayloadNetwork) GetAcl() []string + func (o *CreateInstanceRequestPayloadNetwork) GetAclOk() ([]string, bool) + func (o *CreateInstanceRequestPayloadNetwork) HasAccessScope() bool + func (o *CreateInstanceRequestPayloadNetwork) SetAccessScope(v InstanceNetworkAccessScope) + func (o *CreateInstanceRequestPayloadNetwork) SetAcl(v []string) + func (o *CreateInstanceRequestPayloadNetwork) UnmarshalJSON(data []byte) (err error) + func (o CreateInstanceRequestPayloadNetwork) MarshalJSON() ([]byte, error) + func (o CreateInstanceRequestPayloadNetwork) ToMap() (map[string]interface{}, error) + type CreateInstanceResponse struct + Id string + func NewCreateInstanceResponse(id string) *CreateInstanceResponse + func NewCreateInstanceResponseWithDefaults() *CreateInstanceResponse + func (o *CreateInstanceResponse) GetId() string + func (o *CreateInstanceResponse) GetIdOk() (*string, bool) + func (o *CreateInstanceResponse) SetId(v string) + func (o *CreateInstanceResponse) UnmarshalJSON(data []byte) (err error) + func (o CreateInstanceResponse) MarshalJSON() ([]byte, error) + func (o CreateInstanceResponse) ToMap() (map[string]interface{}, error) + type CreateUserRequestPayload struct + DefaultDatabase *string + Roles []string + Username string + func NewCreateUserRequestPayload(roles []string, username string) *CreateUserRequestPayload + func NewCreateUserRequestPayloadWithDefaults() *CreateUserRequestPayload + func (o *CreateUserRequestPayload) GetDefaultDatabase() string + func (o *CreateUserRequestPayload) GetDefaultDatabaseOk() (*string, bool) + func (o *CreateUserRequestPayload) GetRoles() []string + func (o *CreateUserRequestPayload) GetRolesOk() ([]string, bool) + func (o *CreateUserRequestPayload) GetUsername() string + func (o *CreateUserRequestPayload) GetUsernameOk() (*string, bool) + func (o *CreateUserRequestPayload) HasDefaultDatabase() bool + func (o *CreateUserRequestPayload) SetDefaultDatabase(v string) + func (o *CreateUserRequestPayload) SetRoles(v []string) + func (o *CreateUserRequestPayload) SetUsername(v string) + func (o *CreateUserRequestPayload) UnmarshalJSON(data []byte) (err error) + func (o CreateUserRequestPayload) MarshalJSON() ([]byte, error) + func (o CreateUserRequestPayload) ToMap() (map[string]interface{}, error) + type CreateUserResponse struct + DefaultDatabase string + Host string + Id int64 + Password string + Port int32 + Roles []string + Status string + Uri string + Username string + func NewCreateUserResponse(defaultDatabase string, host string, id int64, password string, port int32, ...) *CreateUserResponse + func NewCreateUserResponseWithDefaults() *CreateUserResponse + func (o *CreateUserResponse) GetDefaultDatabase() string + func (o *CreateUserResponse) GetDefaultDatabaseOk() (*string, bool) + func (o *CreateUserResponse) GetHost() string + func (o *CreateUserResponse) GetHostOk() (*string, bool) + func (o *CreateUserResponse) GetId() int64 + func (o *CreateUserResponse) GetIdOk() (*int64, bool) + func (o *CreateUserResponse) GetPassword() string + func (o *CreateUserResponse) GetPasswordOk() (*string, bool) + func (o *CreateUserResponse) GetPort() int32 + func (o *CreateUserResponse) GetPortOk() (*int32, bool) + func (o *CreateUserResponse) GetRoles() []string + func (o *CreateUserResponse) GetRolesOk() ([]string, bool) + func (o *CreateUserResponse) GetStatus() string + func (o *CreateUserResponse) GetStatusOk() (*string, bool) + func (o *CreateUserResponse) GetUri() string + func (o *CreateUserResponse) GetUriOk() (*string, bool) + func (o *CreateUserResponse) GetUsername() string + func (o *CreateUserResponse) GetUsernameOk() (*string, bool) + func (o *CreateUserResponse) SetDefaultDatabase(v string) + func (o *CreateUserResponse) SetHost(v string) + func (o *CreateUserResponse) SetId(v int64) + func (o *CreateUserResponse) SetPassword(v string) + func (o *CreateUserResponse) SetPort(v int32) + func (o *CreateUserResponse) SetRoles(v []string) + func (o *CreateUserResponse) SetStatus(v string) + func (o *CreateUserResponse) SetUri(v string) + func (o *CreateUserResponse) SetUsername(v string) + func (o *CreateUserResponse) UnmarshalJSON(data []byte) (err error) + func (o CreateUserResponse) MarshalJSON() ([]byte, error) + func (o CreateUserResponse) ToMap() (map[string]interface{}, error) + type DatabaseGetcollation struct + CollationName *string + Description *string + func NewDatabaseGetcollation() *DatabaseGetcollation + func NewDatabaseGetcollationWithDefaults() *DatabaseGetcollation + func (o *DatabaseGetcollation) GetCollationName() string + func (o *DatabaseGetcollation) GetCollationNameOk() (*string, bool) + func (o *DatabaseGetcollation) GetDescription() string + func (o *DatabaseGetcollation) GetDescriptionOk() (*string, bool) + func (o *DatabaseGetcollation) HasCollationName() bool + func (o *DatabaseGetcollation) HasDescription() bool + func (o *DatabaseGetcollation) SetCollationName(v string) + func (o *DatabaseGetcollation) SetDescription(v string) + func (o DatabaseGetcollation) MarshalJSON() ([]byte, error) + func (o DatabaseGetcollation) ToMap() (map[string]interface{}, error) + type DatabaseGetcompatibility struct + CompatibilityLevel *int32 + Description *string + func NewDatabaseGetcompatibility() *DatabaseGetcompatibility + func NewDatabaseGetcompatibilityWithDefaults() *DatabaseGetcompatibility + func (o *DatabaseGetcompatibility) GetCompatibilityLevel() int32 + func (o *DatabaseGetcompatibility) GetCompatibilityLevelOk() (*int32, bool) + func (o *DatabaseGetcompatibility) GetDescription() string + func (o *DatabaseGetcompatibility) GetDescriptionOk() (*string, bool) + func (o *DatabaseGetcompatibility) HasCompatibilityLevel() bool + func (o *DatabaseGetcompatibility) HasDescription() bool + func (o *DatabaseGetcompatibility) SetCompatibilityLevel(v int32) + func (o *DatabaseGetcompatibility) SetDescription(v string) + func (o DatabaseGetcompatibility) MarshalJSON() ([]byte, error) + func (o DatabaseGetcompatibility) ToMap() (map[string]interface{}, error) + type DatabaseRoles struct + Name string + Roles []string + func NewDatabaseRoles(name string, roles []string) *DatabaseRoles + func NewDatabaseRolesWithDefaults() *DatabaseRoles + func (o *DatabaseRoles) GetName() string + func (o *DatabaseRoles) GetNameOk() (*string, bool) + func (o *DatabaseRoles) GetRoles() []string + func (o *DatabaseRoles) GetRolesOk() ([]string, bool) + func (o *DatabaseRoles) SetName(v string) + func (o *DatabaseRoles) SetRoles(v []string) + func (o *DatabaseRoles) UnmarshalJSON(data []byte) (err error) + func (o DatabaseRoles) MarshalJSON() ([]byte, error) + func (o DatabaseRoles) ToMap() (map[string]interface{}, error) + type DatabaseSort string + const DATABASESORT_CREATED_AT_ASC + const DATABASESORT_CREATED_AT_DESC + const DATABASESORT_DATABASE_ID_ASC + const DATABASESORT_DATABASE_ID_DESC + const DATABASESORT_DATABASE_NAME_ASC + const DATABASESORT_DATABASE_NAME_DESC + const DATABASESORT_DATABASE_OWNER_ASC + const DATABASESORT_DATABASE_OWNER_DESC + const DATABASESORT_INDEX_ASC + const DATABASESORT_INDEX_DESC + func NewDatabaseSortFromValue(v string) (*DatabaseSort, error) + func (v *DatabaseSort) UnmarshalJSON(src []byte) error + func (v DatabaseSort) IsValid() bool + func (v DatabaseSort) Ptr() *DatabaseSort + type DefaultAPI interface + CreateDatabaseRequest func(ctx context.Context, projectId string, region string, instanceId string) ApiCreateDatabaseRequestRequest + CreateDatabaseRequestExecute func(r ApiCreateDatabaseRequestRequest) (*CreateDatabaseResponse, error) + CreateInstanceRequest func(ctx context.Context, projectId string, region string) ApiCreateInstanceRequestRequest + CreateInstanceRequestExecute func(r ApiCreateInstanceRequestRequest) (*CreateInstanceResponse, error) + CreateUserRequest func(ctx context.Context, projectId string, region string, instanceId string) ApiCreateUserRequestRequest + CreateUserRequestExecute func(r ApiCreateUserRequestRequest) (*CreateUserResponse, error) + DeleteDatabaseRequest func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiDeleteDatabaseRequestRequest + DeleteDatabaseRequestExecute func(r ApiDeleteDatabaseRequestRequest) error + DeleteInstanceRequest func(ctx context.Context, projectId string, region string, instanceId string) ApiDeleteInstanceRequestRequest + DeleteInstanceRequestExecute func(r ApiDeleteInstanceRequestRequest) error + DeleteUserRequest func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiDeleteUserRequestRequest + DeleteUserRequestExecute func(r ApiDeleteUserRequestRequest) error + GetBackupRequest func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiGetBackupRequestRequest + GetBackupRequestExecute func(r ApiGetBackupRequestRequest) (*GetBackupResponse, error) + GetCollationsRequest func(ctx context.Context, projectId string, region string, instanceId string) ApiGetCollationsRequestRequest + GetCollationsRequestExecute func(r ApiGetCollationsRequestRequest) (*GetCollationsResponse, error) + GetDatabaseRequest func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiGetDatabaseRequestRequest + GetDatabaseRequestExecute func(r ApiGetDatabaseRequestRequest) (*GetDatabaseResponse, error) + GetFlavorsRequest func(ctx context.Context, projectId string, region string) ApiGetFlavorsRequestRequest + GetFlavorsRequestExecute func(r ApiGetFlavorsRequestRequest) (*GetFlavorsResponse, error) + GetInstanceRequest func(ctx context.Context, projectId string, region string, instanceId string) ApiGetInstanceRequestRequest + GetInstanceRequestExecute func(r ApiGetInstanceRequestRequest) (*GetInstanceResponse, error) + GetStoragesRequest func(ctx context.Context, projectId string, region string, flavorId string) ApiGetStoragesRequestRequest + GetStoragesRequestExecute func(r ApiGetStoragesRequestRequest) (*GetStoragesResponse, error) + GetUserRequest func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiGetUserRequestRequest + GetUserRequestExecute func(r ApiGetUserRequestRequest) (*GetUserResponse, error) + GetVersionsRequest func(ctx context.Context, projectId string, region string) ApiGetVersionsRequestRequest + GetVersionsRequestExecute func(r ApiGetVersionsRequestRequest) (*GetVersionsResponse, error) + ListBackupsRequest func(ctx context.Context, projectId string, region string, instanceId string) ApiListBackupsRequestRequest + ListBackupsRequestExecute func(r ApiListBackupsRequestRequest) (*ListBackupResponse, error) + ListCompatibilitiesRequest func(ctx context.Context, projectId string, region string, instanceId string) ApiListCompatibilitiesRequestRequest + ListCompatibilitiesRequestExecute func(r ApiListCompatibilitiesRequestRequest) (*ListCompatibilityResponse, error) + ListCurrentRunningRestoreJobs func(ctx context.Context, projectId string, region string, instanceId string) ApiListCurrentRunningRestoreJobsRequest + ListCurrentRunningRestoreJobsExecute func(r ApiListCurrentRunningRestoreJobsRequest) (*ListCurrentRunningRestoreJobs, error) + ListDatabasesRequest func(ctx context.Context, projectId string, region string, instanceId string) ApiListDatabasesRequestRequest + ListDatabasesRequestExecute func(r ApiListDatabasesRequestRequest) (*ListDatabasesResponse, error) + ListInstancesRequest func(ctx context.Context, projectId string, region string) ApiListInstancesRequestRequest + ListInstancesRequestExecute func(r ApiListInstancesRequestRequest) (*ListInstancesResponse, error) + ListRolesRequest func(ctx context.Context, projectId string, region string, instanceId string) ApiListRolesRequestRequest + ListRolesRequestExecute func(r ApiListRolesRequestRequest) (*ListRolesResponse, error) + ListUsersRequest func(ctx context.Context, projectId string, region string, instanceId string) ApiListUsersRequestRequest + ListUsersRequestExecute func(r ApiListUsersRequestRequest) (*ListUserResponse, error) + ProtectInstanceRequest func(ctx context.Context, projectId string, region string, instanceId string) ApiProtectInstanceRequestRequest + ProtectInstanceRequestExecute func(r ApiProtectInstanceRequestRequest) (*ProtectInstanceResponse, error) + ResetUserRequest func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiResetUserRequestRequest + ResetUserRequestExecute func(r ApiResetUserRequestRequest) (*ResetUserResponse, error) + RestoreDatabaseFromBackup func(ctx context.Context, projectId string, region string, instanceId string) ApiRestoreDatabaseFromBackupRequest + RestoreDatabaseFromBackupExecute func(r ApiRestoreDatabaseFromBackupRequest) error + TriggerBackupRequest func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiTriggerBackupRequestRequest + TriggerBackupRequestExecute func(r ApiTriggerBackupRequestRequest) error + TriggerRestoreRequest func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiTriggerRestoreRequestRequest + TriggerRestoreRequestExecute func(r ApiTriggerRestoreRequestRequest) error + UpdateInstancePartiallyRequest func(ctx context.Context, projectId string, region string, instanceId string) ApiUpdateInstancePartiallyRequestRequest + UpdateInstancePartiallyRequestExecute func(r ApiUpdateInstancePartiallyRequestRequest) error + UpdateInstanceRequest func(ctx context.Context, projectId string, region string, instanceId string) ApiUpdateInstanceRequestRequest + UpdateInstanceRequestExecute func(r ApiUpdateInstanceRequestRequest) error + type DefaultAPIService service + func (a *DefaultAPIService) CreateDatabaseRequest(ctx context.Context, projectId string, region string, instanceId string) ApiCreateDatabaseRequestRequest + func (a *DefaultAPIService) CreateDatabaseRequestExecute(r ApiCreateDatabaseRequestRequest) (*CreateDatabaseResponse, error) + func (a *DefaultAPIService) CreateInstanceRequest(ctx context.Context, projectId string, region string) ApiCreateInstanceRequestRequest + func (a *DefaultAPIService) CreateInstanceRequestExecute(r ApiCreateInstanceRequestRequest) (*CreateInstanceResponse, error) + func (a *DefaultAPIService) CreateUserRequest(ctx context.Context, projectId string, region string, instanceId string) ApiCreateUserRequestRequest + func (a *DefaultAPIService) CreateUserRequestExecute(r ApiCreateUserRequestRequest) (*CreateUserResponse, error) + func (a *DefaultAPIService) DeleteDatabaseRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiDeleteDatabaseRequestRequest + func (a *DefaultAPIService) DeleteDatabaseRequestExecute(r ApiDeleteDatabaseRequestRequest) error + func (a *DefaultAPIService) DeleteInstanceRequest(ctx context.Context, projectId string, region string, instanceId string) ApiDeleteInstanceRequestRequest + func (a *DefaultAPIService) DeleteInstanceRequestExecute(r ApiDeleteInstanceRequestRequest) error + func (a *DefaultAPIService) DeleteUserRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiDeleteUserRequestRequest + func (a *DefaultAPIService) DeleteUserRequestExecute(r ApiDeleteUserRequestRequest) error + func (a *DefaultAPIService) GetBackupRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiGetBackupRequestRequest + func (a *DefaultAPIService) GetBackupRequestExecute(r ApiGetBackupRequestRequest) (*GetBackupResponse, error) + func (a *DefaultAPIService) GetCollationsRequest(ctx context.Context, projectId string, region string, instanceId string) ApiGetCollationsRequestRequest + func (a *DefaultAPIService) GetCollationsRequestExecute(r ApiGetCollationsRequestRequest) (*GetCollationsResponse, error) + func (a *DefaultAPIService) GetDatabaseRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiGetDatabaseRequestRequest + func (a *DefaultAPIService) GetDatabaseRequestExecute(r ApiGetDatabaseRequestRequest) (*GetDatabaseResponse, error) + func (a *DefaultAPIService) GetFlavorsRequest(ctx context.Context, projectId string, region string) ApiGetFlavorsRequestRequest + func (a *DefaultAPIService) GetFlavorsRequestExecute(r ApiGetFlavorsRequestRequest) (*GetFlavorsResponse, error) + func (a *DefaultAPIService) GetInstanceRequest(ctx context.Context, projectId string, region string, instanceId string) ApiGetInstanceRequestRequest + func (a *DefaultAPIService) GetInstanceRequestExecute(r ApiGetInstanceRequestRequest) (*GetInstanceResponse, error) + func (a *DefaultAPIService) GetStoragesRequest(ctx context.Context, projectId string, region string, flavorId string) ApiGetStoragesRequestRequest + func (a *DefaultAPIService) GetStoragesRequestExecute(r ApiGetStoragesRequestRequest) (*GetStoragesResponse, error) + func (a *DefaultAPIService) GetUserRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiGetUserRequestRequest + func (a *DefaultAPIService) GetUserRequestExecute(r ApiGetUserRequestRequest) (*GetUserResponse, error) + func (a *DefaultAPIService) GetVersionsRequest(ctx context.Context, projectId string, region string) ApiGetVersionsRequestRequest + func (a *DefaultAPIService) GetVersionsRequestExecute(r ApiGetVersionsRequestRequest) (*GetVersionsResponse, error) + func (a *DefaultAPIService) ListBackupsRequest(ctx context.Context, projectId string, region string, instanceId string) ApiListBackupsRequestRequest + func (a *DefaultAPIService) ListBackupsRequestExecute(r ApiListBackupsRequestRequest) (*ListBackupResponse, error) + func (a *DefaultAPIService) ListCompatibilitiesRequest(ctx context.Context, projectId string, region string, instanceId string) ApiListCompatibilitiesRequestRequest + func (a *DefaultAPIService) ListCompatibilitiesRequestExecute(r ApiListCompatibilitiesRequestRequest) (*ListCompatibilityResponse, error) + func (a *DefaultAPIService) ListCurrentRunningRestoreJobs(ctx context.Context, projectId string, region string, instanceId string) ApiListCurrentRunningRestoreJobsRequest + func (a *DefaultAPIService) ListCurrentRunningRestoreJobsExecute(r ApiListCurrentRunningRestoreJobsRequest) (*ListCurrentRunningRestoreJobs, error) + func (a *DefaultAPIService) ListDatabasesRequest(ctx context.Context, projectId string, region string, instanceId string) ApiListDatabasesRequestRequest + func (a *DefaultAPIService) ListDatabasesRequestExecute(r ApiListDatabasesRequestRequest) (*ListDatabasesResponse, error) + func (a *DefaultAPIService) ListInstancesRequest(ctx context.Context, projectId string, region string) ApiListInstancesRequestRequest + func (a *DefaultAPIService) ListInstancesRequestExecute(r ApiListInstancesRequestRequest) (*ListInstancesResponse, error) + func (a *DefaultAPIService) ListRolesRequest(ctx context.Context, projectId string, region string, instanceId string) ApiListRolesRequestRequest + func (a *DefaultAPIService) ListRolesRequestExecute(r ApiListRolesRequestRequest) (*ListRolesResponse, error) + func (a *DefaultAPIService) ListUsersRequest(ctx context.Context, projectId string, region string, instanceId string) ApiListUsersRequestRequest + func (a *DefaultAPIService) ListUsersRequestExecute(r ApiListUsersRequestRequest) (*ListUserResponse, error) + func (a *DefaultAPIService) ProtectInstanceRequest(ctx context.Context, projectId string, region string, instanceId string) ApiProtectInstanceRequestRequest + func (a *DefaultAPIService) ProtectInstanceRequestExecute(r ApiProtectInstanceRequestRequest) (*ProtectInstanceResponse, error) + func (a *DefaultAPIService) ResetUserRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiResetUserRequestRequest + func (a *DefaultAPIService) ResetUserRequestExecute(r ApiResetUserRequestRequest) (*ResetUserResponse, error) + func (a *DefaultAPIService) RestoreDatabaseFromBackup(ctx context.Context, projectId string, region string, instanceId string) ApiRestoreDatabaseFromBackupRequest + func (a *DefaultAPIService) RestoreDatabaseFromBackupExecute(r ApiRestoreDatabaseFromBackupRequest) error + func (a *DefaultAPIService) TriggerBackupRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiTriggerBackupRequestRequest + func (a *DefaultAPIService) TriggerBackupRequestExecute(r ApiTriggerBackupRequestRequest) error + func (a *DefaultAPIService) TriggerRestoreRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiTriggerRestoreRequestRequest + func (a *DefaultAPIService) TriggerRestoreRequestExecute(r ApiTriggerRestoreRequestRequest) error + func (a *DefaultAPIService) UpdateInstancePartiallyRequest(ctx context.Context, projectId string, region string, instanceId string) ApiUpdateInstancePartiallyRequestRequest + func (a *DefaultAPIService) UpdateInstancePartiallyRequestExecute(r ApiUpdateInstancePartiallyRequestRequest) error + func (a *DefaultAPIService) UpdateInstanceRequest(ctx context.Context, projectId string, region string, instanceId string) ApiUpdateInstanceRequestRequest + func (a *DefaultAPIService) UpdateInstanceRequestExecute(r ApiUpdateInstanceRequestRequest) error + type DefaultAPIServiceMock struct + CreateDatabaseRequestExecuteMock *func(r ApiCreateDatabaseRequestRequest) (*CreateDatabaseResponse, error) + CreateInstanceRequestExecuteMock *func(r ApiCreateInstanceRequestRequest) (*CreateInstanceResponse, error) + CreateUserRequestExecuteMock *func(r ApiCreateUserRequestRequest) (*CreateUserResponse, error) + DeleteDatabaseRequestExecuteMock *func(r ApiDeleteDatabaseRequestRequest) error + DeleteInstanceRequestExecuteMock *func(r ApiDeleteInstanceRequestRequest) error + DeleteUserRequestExecuteMock *func(r ApiDeleteUserRequestRequest) error + GetBackupRequestExecuteMock *func(r ApiGetBackupRequestRequest) (*GetBackupResponse, error) + GetCollationsRequestExecuteMock *func(r ApiGetCollationsRequestRequest) (*GetCollationsResponse, error) + GetDatabaseRequestExecuteMock *func(r ApiGetDatabaseRequestRequest) (*GetDatabaseResponse, error) + GetFlavorsRequestExecuteMock *func(r ApiGetFlavorsRequestRequest) (*GetFlavorsResponse, error) + GetInstanceRequestExecuteMock *func(r ApiGetInstanceRequestRequest) (*GetInstanceResponse, error) + GetStoragesRequestExecuteMock *func(r ApiGetStoragesRequestRequest) (*GetStoragesResponse, error) + GetUserRequestExecuteMock *func(r ApiGetUserRequestRequest) (*GetUserResponse, error) + GetVersionsRequestExecuteMock *func(r ApiGetVersionsRequestRequest) (*GetVersionsResponse, error) + ListBackupsRequestExecuteMock *func(r ApiListBackupsRequestRequest) (*ListBackupResponse, error) + ListCompatibilitiesRequestExecuteMock *func(r ApiListCompatibilitiesRequestRequest) (*ListCompatibilityResponse, error) + ListCurrentRunningRestoreJobsExecuteMock *func(r ApiListCurrentRunningRestoreJobsRequest) (*ListCurrentRunningRestoreJobs, error) + ListDatabasesRequestExecuteMock *func(r ApiListDatabasesRequestRequest) (*ListDatabasesResponse, error) + ListInstancesRequestExecuteMock *func(r ApiListInstancesRequestRequest) (*ListInstancesResponse, error) + ListRolesRequestExecuteMock *func(r ApiListRolesRequestRequest) (*ListRolesResponse, error) + ListUsersRequestExecuteMock *func(r ApiListUsersRequestRequest) (*ListUserResponse, error) + ProtectInstanceRequestExecuteMock *func(r ApiProtectInstanceRequestRequest) (*ProtectInstanceResponse, error) + ResetUserRequestExecuteMock *func(r ApiResetUserRequestRequest) (*ResetUserResponse, error) + RestoreDatabaseFromBackupExecuteMock *func(r ApiRestoreDatabaseFromBackupRequest) error + TriggerBackupRequestExecuteMock *func(r ApiTriggerBackupRequestRequest) error + TriggerRestoreRequestExecuteMock *func(r ApiTriggerRestoreRequestRequest) error + UpdateInstancePartiallyRequestExecuteMock *func(r ApiUpdateInstancePartiallyRequestRequest) error + UpdateInstanceRequestExecuteMock *func(r ApiUpdateInstanceRequestRequest) error + func (a DefaultAPIServiceMock) CreateDatabaseRequest(ctx context.Context, projectId string, region string, instanceId string) ApiCreateDatabaseRequestRequest + func (a DefaultAPIServiceMock) CreateDatabaseRequestExecute(r ApiCreateDatabaseRequestRequest) (*CreateDatabaseResponse, error) + func (a DefaultAPIServiceMock) CreateInstanceRequest(ctx context.Context, projectId string, region string) ApiCreateInstanceRequestRequest + func (a DefaultAPIServiceMock) CreateInstanceRequestExecute(r ApiCreateInstanceRequestRequest) (*CreateInstanceResponse, error) + func (a DefaultAPIServiceMock) CreateUserRequest(ctx context.Context, projectId string, region string, instanceId string) ApiCreateUserRequestRequest + func (a DefaultAPIServiceMock) CreateUserRequestExecute(r ApiCreateUserRequestRequest) (*CreateUserResponse, error) + func (a DefaultAPIServiceMock) DeleteDatabaseRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiDeleteDatabaseRequestRequest + func (a DefaultAPIServiceMock) DeleteDatabaseRequestExecute(r ApiDeleteDatabaseRequestRequest) error + func (a DefaultAPIServiceMock) DeleteInstanceRequest(ctx context.Context, projectId string, region string, instanceId string) ApiDeleteInstanceRequestRequest + func (a DefaultAPIServiceMock) DeleteInstanceRequestExecute(r ApiDeleteInstanceRequestRequest) error + func (a DefaultAPIServiceMock) DeleteUserRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiDeleteUserRequestRequest + func (a DefaultAPIServiceMock) DeleteUserRequestExecute(r ApiDeleteUserRequestRequest) error + func (a DefaultAPIServiceMock) GetBackupRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiGetBackupRequestRequest + func (a DefaultAPIServiceMock) GetBackupRequestExecute(r ApiGetBackupRequestRequest) (*GetBackupResponse, error) + func (a DefaultAPIServiceMock) GetCollationsRequest(ctx context.Context, projectId string, region string, instanceId string) ApiGetCollationsRequestRequest + func (a DefaultAPIServiceMock) GetCollationsRequestExecute(r ApiGetCollationsRequestRequest) (*GetCollationsResponse, error) + func (a DefaultAPIServiceMock) GetDatabaseRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiGetDatabaseRequestRequest + func (a DefaultAPIServiceMock) GetDatabaseRequestExecute(r ApiGetDatabaseRequestRequest) (*GetDatabaseResponse, error) + func (a DefaultAPIServiceMock) GetFlavorsRequest(ctx context.Context, projectId string, region string) ApiGetFlavorsRequestRequest + func (a DefaultAPIServiceMock) GetFlavorsRequestExecute(r ApiGetFlavorsRequestRequest) (*GetFlavorsResponse, error) + func (a DefaultAPIServiceMock) GetInstanceRequest(ctx context.Context, projectId string, region string, instanceId string) ApiGetInstanceRequestRequest + func (a DefaultAPIServiceMock) GetInstanceRequestExecute(r ApiGetInstanceRequestRequest) (*GetInstanceResponse, error) + func (a DefaultAPIServiceMock) GetStoragesRequest(ctx context.Context, projectId string, region string, flavorId string) ApiGetStoragesRequestRequest + func (a DefaultAPIServiceMock) GetStoragesRequestExecute(r ApiGetStoragesRequestRequest) (*GetStoragesResponse, error) + func (a DefaultAPIServiceMock) GetUserRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiGetUserRequestRequest + func (a DefaultAPIServiceMock) GetUserRequestExecute(r ApiGetUserRequestRequest) (*GetUserResponse, error) + func (a DefaultAPIServiceMock) GetVersionsRequest(ctx context.Context, projectId string, region string) ApiGetVersionsRequestRequest + func (a DefaultAPIServiceMock) GetVersionsRequestExecute(r ApiGetVersionsRequestRequest) (*GetVersionsResponse, error) + func (a DefaultAPIServiceMock) ListBackupsRequest(ctx context.Context, projectId string, region string, instanceId string) ApiListBackupsRequestRequest + func (a DefaultAPIServiceMock) ListBackupsRequestExecute(r ApiListBackupsRequestRequest) (*ListBackupResponse, error) + func (a DefaultAPIServiceMock) ListCompatibilitiesRequest(ctx context.Context, projectId string, region string, instanceId string) ApiListCompatibilitiesRequestRequest + func (a DefaultAPIServiceMock) ListCompatibilitiesRequestExecute(r ApiListCompatibilitiesRequestRequest) (*ListCompatibilityResponse, error) + func (a DefaultAPIServiceMock) ListCurrentRunningRestoreJobs(ctx context.Context, projectId string, region string, instanceId string) ApiListCurrentRunningRestoreJobsRequest + func (a DefaultAPIServiceMock) ListCurrentRunningRestoreJobsExecute(r ApiListCurrentRunningRestoreJobsRequest) (*ListCurrentRunningRestoreJobs, error) + func (a DefaultAPIServiceMock) ListDatabasesRequest(ctx context.Context, projectId string, region string, instanceId string) ApiListDatabasesRequestRequest + func (a DefaultAPIServiceMock) ListDatabasesRequestExecute(r ApiListDatabasesRequestRequest) (*ListDatabasesResponse, error) + func (a DefaultAPIServiceMock) ListInstancesRequest(ctx context.Context, projectId string, region string) ApiListInstancesRequestRequest + func (a DefaultAPIServiceMock) ListInstancesRequestExecute(r ApiListInstancesRequestRequest) (*ListInstancesResponse, error) + func (a DefaultAPIServiceMock) ListRolesRequest(ctx context.Context, projectId string, region string, instanceId string) ApiListRolesRequestRequest + func (a DefaultAPIServiceMock) ListRolesRequestExecute(r ApiListRolesRequestRequest) (*ListRolesResponse, error) + func (a DefaultAPIServiceMock) ListUsersRequest(ctx context.Context, projectId string, region string, instanceId string) ApiListUsersRequestRequest + func (a DefaultAPIServiceMock) ListUsersRequestExecute(r ApiListUsersRequestRequest) (*ListUserResponse, error) + func (a DefaultAPIServiceMock) ProtectInstanceRequest(ctx context.Context, projectId string, region string, instanceId string) ApiProtectInstanceRequestRequest + func (a DefaultAPIServiceMock) ProtectInstanceRequestExecute(r ApiProtectInstanceRequestRequest) (*ProtectInstanceResponse, error) + func (a DefaultAPIServiceMock) ResetUserRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiResetUserRequestRequest + func (a DefaultAPIServiceMock) ResetUserRequestExecute(r ApiResetUserRequestRequest) (*ResetUserResponse, error) + func (a DefaultAPIServiceMock) RestoreDatabaseFromBackup(ctx context.Context, projectId string, region string, instanceId string) ApiRestoreDatabaseFromBackupRequest + func (a DefaultAPIServiceMock) RestoreDatabaseFromBackupExecute(r ApiRestoreDatabaseFromBackupRequest) error + func (a DefaultAPIServiceMock) TriggerBackupRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiTriggerBackupRequestRequest + func (a DefaultAPIServiceMock) TriggerBackupRequestExecute(r ApiTriggerBackupRequestRequest) error + func (a DefaultAPIServiceMock) TriggerRestoreRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiTriggerRestoreRequestRequest + func (a DefaultAPIServiceMock) TriggerRestoreRequestExecute(r ApiTriggerRestoreRequestRequest) error + func (a DefaultAPIServiceMock) UpdateInstancePartiallyRequest(ctx context.Context, projectId string, region string, instanceId string) ApiUpdateInstancePartiallyRequestRequest + func (a DefaultAPIServiceMock) UpdateInstancePartiallyRequestExecute(r ApiUpdateInstancePartiallyRequestRequest) error + func (a DefaultAPIServiceMock) UpdateInstanceRequest(ctx context.Context, projectId string, region string, instanceId string) ApiUpdateInstanceRequestRequest + func (a DefaultAPIServiceMock) UpdateInstanceRequestExecute(r ApiUpdateInstanceRequestRequest) error + type Error struct + Code int32 + Message string + TraceId string + Type string + func NewError(code int32, message string, traceId string, types string) *Error + func NewErrorWithDefaults() *Error + func (o *Error) GetCode() int32 + func (o *Error) GetCodeOk() (*int32, bool) + func (o *Error) GetMessage() string + func (o *Error) GetMessageOk() (*string, bool) + func (o *Error) GetTraceId() string + func (o *Error) GetTraceIdOk() (*string, bool) + func (o *Error) GetType() string + func (o *Error) GetTypeOk() (*string, bool) + func (o *Error) SetCode(v int32) + func (o *Error) SetMessage(v string) + func (o *Error) SetTraceId(v string) + func (o *Error) SetType(v string) + func (o *Error) UnmarshalJSON(data []byte) (err error) + func (o Error) MarshalJSON() ([]byte, error) + func (o Error) ToMap() (map[string]interface{}, error) + type ExternalS3 struct + S3AccessKey string + S3AccessSecret string + S3Bucket string + S3Files []S3fileInfo + func NewExternalS3(s3AccessKey string, s3AccessSecret string, s3Bucket string, ...) *ExternalS3 + func NewExternalS3WithDefaults() *ExternalS3 + func (o *ExternalS3) GetS3AccessKey() string + func (o *ExternalS3) GetS3AccessKeyOk() (*string, bool) + func (o *ExternalS3) GetS3AccessSecret() string + func (o *ExternalS3) GetS3AccessSecretOk() (*string, bool) + func (o *ExternalS3) GetS3Bucket() string + func (o *ExternalS3) GetS3BucketOk() (*string, bool) + func (o *ExternalS3) GetS3Files() []S3fileInfo + func (o *ExternalS3) GetS3FilesOk() ([]S3fileInfo, bool) + func (o *ExternalS3) SetS3AccessKey(v string) + func (o *ExternalS3) SetS3AccessSecret(v string) + func (o *ExternalS3) SetS3Bucket(v string) + func (o *ExternalS3) SetS3Files(v []S3fileInfo) + func (o *ExternalS3) UnmarshalJSON(data []byte) (err error) + func (o ExternalS3) MarshalJSON() ([]byte, error) + func (o ExternalS3) ToMap() (map[string]interface{}, error) + type FlavorSort string + const FLAVORSORT_CPU_ASC + const FLAVORSORT_CPU_DESC + const FLAVORSORT_FLAVOR_DESCRIPTION_ASC + const FLAVORSORT_FLAVOR_DESCRIPTION_DESC + const FLAVORSORT_ID_ASC + const FLAVORSORT_ID_DESC + const FLAVORSORT_INDEX_ASC + const FLAVORSORT_INDEX_DESC + const FLAVORSORT_NODE_TYPE_ASC + const FLAVORSORT_NODE_TYPE_DESC + const FLAVORSORT_RAM_ASC + const FLAVORSORT_RAM_DESC + const FLAVORSORT_SIZE_MAX_ASC + const FLAVORSORT_SIZE_MAX_DESC + const FLAVORSORT_SIZE_MIN_ASC + const FLAVORSORT_SIZE_MIN_DESC + const FLAVORSORT_STORAGE_CLASS_ASC + const FLAVORSORT_STORAGE_CLASS_DESC + func NewFlavorSortFromValue(v string) (*FlavorSort, error) + func (v *FlavorSort) UnmarshalJSON(src []byte) error + func (v FlavorSort) IsValid() bool + func (v FlavorSort) Ptr() *FlavorSort + type FlavorStorageClassesStorageClass struct + Class string + MaxIoPerSec int32 + MaxThroughInMb int32 + func NewFlavorStorageClassesStorageClass(class string, maxIoPerSec int32, maxThroughInMb int32) *FlavorStorageClassesStorageClass + func NewFlavorStorageClassesStorageClassWithDefaults() *FlavorStorageClassesStorageClass + func (o *FlavorStorageClassesStorageClass) GetClass() string + func (o *FlavorStorageClassesStorageClass) GetClassOk() (*string, bool) + func (o *FlavorStorageClassesStorageClass) GetMaxIoPerSec() int32 + func (o *FlavorStorageClassesStorageClass) GetMaxIoPerSecOk() (*int32, bool) + func (o *FlavorStorageClassesStorageClass) GetMaxThroughInMb() int32 + func (o *FlavorStorageClassesStorageClass) GetMaxThroughInMbOk() (*int32, bool) + func (o *FlavorStorageClassesStorageClass) SetClass(v string) + func (o *FlavorStorageClassesStorageClass) SetMaxIoPerSec(v int32) + func (o *FlavorStorageClassesStorageClass) SetMaxThroughInMb(v int32) + func (o *FlavorStorageClassesStorageClass) UnmarshalJSON(data []byte) (err error) + func (o FlavorStorageClassesStorageClass) MarshalJSON() ([]byte, error) + func (o FlavorStorageClassesStorageClass) ToMap() (map[string]interface{}, error) + type FlavorStorageRange struct + Max int32 + Min int32 + func NewFlavorStorageRange(max int32, min int32) *FlavorStorageRange + func NewFlavorStorageRangeWithDefaults() *FlavorStorageRange + func (o *FlavorStorageRange) GetMax() int32 + func (o *FlavorStorageRange) GetMaxOk() (*int32, bool) + func (o *FlavorStorageRange) GetMin() int32 + func (o *FlavorStorageRange) GetMinOk() (*int32, bool) + func (o *FlavorStorageRange) SetMax(v int32) + func (o *FlavorStorageRange) SetMin(v int32) + func (o *FlavorStorageRange) UnmarshalJSON(data []byte) (err error) + func (o FlavorStorageRange) MarshalJSON() ([]byte, error) + func (o FlavorStorageRange) ToMap() (map[string]interface{}, error) + type GetBackupResponse struct + CompletionTime string + Id int64 + Name string + RetainedUntil string + Size int64 + Type string + func NewGetBackupResponse(completionTime string, id int64, name string, retainedUntil string, size int64, ...) *GetBackupResponse + func NewGetBackupResponseWithDefaults() *GetBackupResponse + func (o *GetBackupResponse) GetCompletionTime() string + func (o *GetBackupResponse) GetCompletionTimeOk() (*string, bool) + func (o *GetBackupResponse) GetId() int64 + func (o *GetBackupResponse) GetIdOk() (*int64, bool) + func (o *GetBackupResponse) GetName() string + func (o *GetBackupResponse) GetNameOk() (*string, bool) + func (o *GetBackupResponse) GetRetainedUntil() string + func (o *GetBackupResponse) GetRetainedUntilOk() (*string, bool) + func (o *GetBackupResponse) GetSize() int64 + func (o *GetBackupResponse) GetSizeOk() (*int64, bool) + func (o *GetBackupResponse) GetType() string + func (o *GetBackupResponse) GetTypeOk() (*string, bool) + func (o *GetBackupResponse) SetCompletionTime(v string) + func (o *GetBackupResponse) SetId(v int64) + func (o *GetBackupResponse) SetName(v string) + func (o *GetBackupResponse) SetRetainedUntil(v string) + func (o *GetBackupResponse) SetSize(v int64) + func (o *GetBackupResponse) SetType(v string) + func (o *GetBackupResponse) UnmarshalJSON(data []byte) (err error) + func (o GetBackupResponse) MarshalJSON() ([]byte, error) + func (o GetBackupResponse) ToMap() (map[string]interface{}, error) + type GetCollationsResponse struct + Collations []DatabaseGetcollation + func NewGetCollationsResponse(collations []DatabaseGetcollation) *GetCollationsResponse + func NewGetCollationsResponseWithDefaults() *GetCollationsResponse + func (o *GetCollationsResponse) GetCollations() []DatabaseGetcollation + func (o *GetCollationsResponse) GetCollationsOk() ([]DatabaseGetcollation, bool) + func (o *GetCollationsResponse) SetCollations(v []DatabaseGetcollation) + func (o *GetCollationsResponse) UnmarshalJSON(data []byte) (err error) + func (o GetCollationsResponse) MarshalJSON() ([]byte, error) + func (o GetCollationsResponse) ToMap() (map[string]interface{}, error) + type GetDatabaseResponse struct + CollationName string + CompatibilityLevel int32 + Id int64 + Name string + Owner string + func NewGetDatabaseResponse(collationName string, compatibilityLevel int32, id int64, name string, ...) *GetDatabaseResponse + func NewGetDatabaseResponseWithDefaults() *GetDatabaseResponse + func (o *GetDatabaseResponse) GetCollationName() string + func (o *GetDatabaseResponse) GetCollationNameOk() (*string, bool) + func (o *GetDatabaseResponse) GetCompatibilityLevel() int32 + func (o *GetDatabaseResponse) GetCompatibilityLevelOk() (*int32, bool) + func (o *GetDatabaseResponse) GetId() int64 + func (o *GetDatabaseResponse) GetIdOk() (*int64, bool) + func (o *GetDatabaseResponse) GetName() string + func (o *GetDatabaseResponse) GetNameOk() (*string, bool) + func (o *GetDatabaseResponse) GetOwner() string + func (o *GetDatabaseResponse) GetOwnerOk() (*string, bool) + func (o *GetDatabaseResponse) SetCollationName(v string) + func (o *GetDatabaseResponse) SetCompatibilityLevel(v int32) + func (o *GetDatabaseResponse) SetId(v int64) + func (o *GetDatabaseResponse) SetName(v string) + func (o *GetDatabaseResponse) SetOwner(v string) + func (o *GetDatabaseResponse) UnmarshalJSON(data []byte) (err error) + func (o GetDatabaseResponse) MarshalJSON() ([]byte, error) + func (o GetDatabaseResponse) ToMap() (map[string]interface{}, error) + type GetFlavorsResponse struct + Flavors []ListFlavors + Pagination Pagination + func NewGetFlavorsResponse(flavors []ListFlavors, pagination Pagination) *GetFlavorsResponse + func NewGetFlavorsResponseWithDefaults() *GetFlavorsResponse + func (o *GetFlavorsResponse) GetFlavors() []ListFlavors + func (o *GetFlavorsResponse) GetFlavorsOk() ([]ListFlavors, bool) + func (o *GetFlavorsResponse) GetPagination() Pagination + func (o *GetFlavorsResponse) GetPaginationOk() (*Pagination, bool) + func (o *GetFlavorsResponse) SetFlavors(v []ListFlavors) + func (o *GetFlavorsResponse) SetPagination(v Pagination) + func (o *GetFlavorsResponse) UnmarshalJSON(data []byte) (err error) + func (o GetFlavorsResponse) MarshalJSON() ([]byte, error) + func (o GetFlavorsResponse) ToMap() (map[string]interface{}, error) + type GetInstanceResponse struct + BackupSchedule string + Edition InstanceEdition + Encryption *InstanceEncryption + FlavorId string + Id string + IsDeletable bool + Name string + Network InstanceNetwork + Replicas Replicas + RetentionDays int32 + Status Status + Storage Storage + Version InstanceVersion + func NewGetInstanceResponse(backupSchedule string, edition InstanceEdition, flavorId string, id string, ...) *GetInstanceResponse + func NewGetInstanceResponseWithDefaults() *GetInstanceResponse + func (o *GetInstanceResponse) GetBackupSchedule() string + func (o *GetInstanceResponse) GetBackupScheduleOk() (*string, bool) + func (o *GetInstanceResponse) GetEdition() InstanceEdition + func (o *GetInstanceResponse) GetEditionOk() (*InstanceEdition, bool) + func (o *GetInstanceResponse) GetEncryption() InstanceEncryption + func (o *GetInstanceResponse) GetEncryptionOk() (*InstanceEncryption, bool) + func (o *GetInstanceResponse) GetFlavorId() string + func (o *GetInstanceResponse) GetFlavorIdOk() (*string, bool) + func (o *GetInstanceResponse) GetId() string + func (o *GetInstanceResponse) GetIdOk() (*string, bool) + func (o *GetInstanceResponse) GetIsDeletable() bool + func (o *GetInstanceResponse) GetIsDeletableOk() (*bool, bool) + func (o *GetInstanceResponse) GetName() string + func (o *GetInstanceResponse) GetNameOk() (*string, bool) + func (o *GetInstanceResponse) GetNetwork() InstanceNetwork + func (o *GetInstanceResponse) GetNetworkOk() (*InstanceNetwork, bool) + func (o *GetInstanceResponse) GetReplicas() Replicas + func (o *GetInstanceResponse) GetReplicasOk() (*Replicas, bool) + func (o *GetInstanceResponse) GetRetentionDays() int32 + func (o *GetInstanceResponse) GetRetentionDaysOk() (*int32, bool) + func (o *GetInstanceResponse) GetStatus() Status + func (o *GetInstanceResponse) GetStatusOk() (*Status, bool) + func (o *GetInstanceResponse) GetStorage() Storage + func (o *GetInstanceResponse) GetStorageOk() (*Storage, bool) + func (o *GetInstanceResponse) GetVersion() InstanceVersion + func (o *GetInstanceResponse) GetVersionOk() (*InstanceVersion, bool) + func (o *GetInstanceResponse) HasEncryption() bool + func (o *GetInstanceResponse) SetBackupSchedule(v string) + func (o *GetInstanceResponse) SetEdition(v InstanceEdition) + func (o *GetInstanceResponse) SetEncryption(v InstanceEncryption) + func (o *GetInstanceResponse) SetFlavorId(v string) + func (o *GetInstanceResponse) SetId(v string) + func (o *GetInstanceResponse) SetIsDeletable(v bool) + func (o *GetInstanceResponse) SetName(v string) + func (o *GetInstanceResponse) SetNetwork(v InstanceNetwork) + func (o *GetInstanceResponse) SetReplicas(v Replicas) + func (o *GetInstanceResponse) SetRetentionDays(v int32) + func (o *GetInstanceResponse) SetStatus(v Status) + func (o *GetInstanceResponse) SetStorage(v Storage) + func (o *GetInstanceResponse) SetVersion(v InstanceVersion) + func (o *GetInstanceResponse) UnmarshalJSON(data []byte) (err error) + func (o GetInstanceResponse) MarshalJSON() ([]byte, error) + func (o GetInstanceResponse) ToMap() (map[string]interface{}, error) + type GetStoragesResponse struct + StorageClasses []FlavorStorageClassesStorageClass + StorageRange FlavorStorageRange + func NewGetStoragesResponse(storageClasses []FlavorStorageClassesStorageClass, ...) *GetStoragesResponse + func NewGetStoragesResponseWithDefaults() *GetStoragesResponse + func (o *GetStoragesResponse) GetStorageClasses() []FlavorStorageClassesStorageClass + func (o *GetStoragesResponse) GetStorageClassesOk() ([]FlavorStorageClassesStorageClass, bool) + func (o *GetStoragesResponse) GetStorageRange() FlavorStorageRange + func (o *GetStoragesResponse) GetStorageRangeOk() (*FlavorStorageRange, bool) + func (o *GetStoragesResponse) SetStorageClasses(v []FlavorStorageClassesStorageClass) + func (o *GetStoragesResponse) SetStorageRange(v FlavorStorageRange) + func (o *GetStoragesResponse) UnmarshalJSON(data []byte) (err error) + func (o GetStoragesResponse) MarshalJSON() ([]byte, error) + func (o GetStoragesResponse) ToMap() (map[string]interface{}, error) + type GetUserResponse struct + DefaultDatabase string + Host string + Id int64 + Port int32 + Roles []string + Status string + Username string + func NewGetUserResponse(defaultDatabase string, host string, id int64, port int32, roles []string, ...) *GetUserResponse + func NewGetUserResponseWithDefaults() *GetUserResponse + func (o *GetUserResponse) GetDefaultDatabase() string + func (o *GetUserResponse) GetDefaultDatabaseOk() (*string, bool) + func (o *GetUserResponse) GetHost() string + func (o *GetUserResponse) GetHostOk() (*string, bool) + func (o *GetUserResponse) GetId() int64 + func (o *GetUserResponse) GetIdOk() (*int64, bool) + func (o *GetUserResponse) GetPort() int32 + func (o *GetUserResponse) GetPortOk() (*int32, bool) + func (o *GetUserResponse) GetRoles() []string + func (o *GetUserResponse) GetRolesOk() ([]string, bool) + func (o *GetUserResponse) GetStatus() string + func (o *GetUserResponse) GetStatusOk() (*string, bool) + func (o *GetUserResponse) GetUsername() string + func (o *GetUserResponse) GetUsernameOk() (*string, bool) + func (o *GetUserResponse) SetDefaultDatabase(v string) + func (o *GetUserResponse) SetHost(v string) + func (o *GetUserResponse) SetId(v int64) + func (o *GetUserResponse) SetPort(v int32) + func (o *GetUserResponse) SetRoles(v []string) + func (o *GetUserResponse) SetStatus(v string) + func (o *GetUserResponse) SetUsername(v string) + func (o *GetUserResponse) UnmarshalJSON(data []byte) (err error) + func (o GetUserResponse) MarshalJSON() ([]byte, error) + func (o GetUserResponse) ToMap() (map[string]interface{}, error) + type GetVersionsResponse struct + Versions []Version + func NewGetVersionsResponse(versions []Version) *GetVersionsResponse + func NewGetVersionsResponseWithDefaults() *GetVersionsResponse + func (o *GetVersionsResponse) GetVersions() []Version + func (o *GetVersionsResponse) GetVersionsOk() ([]Version, bool) + func (o *GetVersionsResponse) SetVersions(v []Version) + func (o *GetVersionsResponse) UnmarshalJSON(data []byte) (err error) + func (o GetVersionsResponse) MarshalJSON() ([]byte, error) + func (o GetVersionsResponse) ToMap() (map[string]interface{}, error) + type InstanceEdition string + const INSTANCEEDITION_DEVELOPER + const INSTANCEEDITION_ENTERPRISE_CORE + const INSTANCEEDITION_STANDARD + func NewInstanceEditionFromValue(v string) (*InstanceEdition, error) + func (v *InstanceEdition) UnmarshalJSON(src []byte) error + func (v InstanceEdition) IsValid() bool + func (v InstanceEdition) Ptr() *InstanceEdition + type InstanceEncryption struct + KekKeyId string + KekKeyRingId string + KekKeyVersion string + ServiceAccount string + func NewInstanceEncryption(kekKeyId string, kekKeyRingId string, kekKeyVersion string, ...) *InstanceEncryption + func NewInstanceEncryptionWithDefaults() *InstanceEncryption + func (o *InstanceEncryption) GetKekKeyId() string + func (o *InstanceEncryption) GetKekKeyIdOk() (*string, bool) + func (o *InstanceEncryption) GetKekKeyRingId() string + func (o *InstanceEncryption) GetKekKeyRingIdOk() (*string, bool) + func (o *InstanceEncryption) GetKekKeyVersion() string + func (o *InstanceEncryption) GetKekKeyVersionOk() (*string, bool) + func (o *InstanceEncryption) GetServiceAccount() string + func (o *InstanceEncryption) GetServiceAccountOk() (*string, bool) + func (o *InstanceEncryption) SetKekKeyId(v string) + func (o *InstanceEncryption) SetKekKeyRingId(v string) + func (o *InstanceEncryption) SetKekKeyVersion(v string) + func (o *InstanceEncryption) SetServiceAccount(v string) + func (o *InstanceEncryption) UnmarshalJSON(data []byte) (err error) + func (o InstanceEncryption) MarshalJSON() ([]byte, error) + func (o InstanceEncryption) ToMap() (map[string]interface{}, error) + type InstanceNetwork struct + AccessScope *InstanceNetworkAccessScope + Acl []string + InstanceAddress *string + RouterAddress *string + func NewInstanceNetwork() *InstanceNetwork + func NewInstanceNetworkWithDefaults() *InstanceNetwork + func (o *InstanceNetwork) GetAccessScope() InstanceNetworkAccessScope + func (o *InstanceNetwork) GetAccessScopeOk() (*InstanceNetworkAccessScope, bool) + func (o *InstanceNetwork) GetAcl() []string + func (o *InstanceNetwork) GetAclOk() ([]string, bool) + func (o *InstanceNetwork) GetInstanceAddress() string + func (o *InstanceNetwork) GetInstanceAddressOk() (*string, bool) + func (o *InstanceNetwork) GetRouterAddress() string + func (o *InstanceNetwork) GetRouterAddressOk() (*string, bool) + func (o *InstanceNetwork) HasAccessScope() bool + func (o *InstanceNetwork) HasAcl() bool + func (o *InstanceNetwork) HasInstanceAddress() bool + func (o *InstanceNetwork) HasRouterAddress() bool + func (o *InstanceNetwork) SetAccessScope(v InstanceNetworkAccessScope) + func (o *InstanceNetwork) SetAcl(v []string) + func (o *InstanceNetwork) SetInstanceAddress(v string) + func (o *InstanceNetwork) SetRouterAddress(v string) + func (o InstanceNetwork) MarshalJSON() ([]byte, error) + func (o InstanceNetwork) ToMap() (map[string]interface{}, error) + type InstanceNetworkAccessScope string + const INSTANCENETWORKACCESSSCOPE_PUBLIC + const INSTANCENETWORKACCESSSCOPE_SNA + func NewInstanceNetworkAccessScopeFromValue(v string) (*InstanceNetworkAccessScope, error) + func (v *InstanceNetworkAccessScope) UnmarshalJSON(src []byte) error + func (v InstanceNetworkAccessScope) IsValid() bool + func (v InstanceNetworkAccessScope) Ptr() *InstanceNetworkAccessScope + type InstanceSort string + const INSTANCESORT_ID_ASC + const INSTANCESORT_ID_DESC + const INSTANCESORT_INDEX_ASC + const INSTANCESORT_INDEX_DESC + const INSTANCESORT_IS_DELETABLE_ASC + const INSTANCESORT_IS_DELETABLE_DESC + const INSTANCESORT_NAME_ASC + const INSTANCESORT_NAME_DESC + const INSTANCESORT_STATUS_ASC + const INSTANCESORT_STATUS_DESC + func NewInstanceSortFromValue(v string) (*InstanceSort, error) + func (v *InstanceSort) UnmarshalJSON(src []byte) error + func (v InstanceSort) IsValid() bool + func (v InstanceSort) Ptr() *InstanceSort + type InstanceVersion string + const INSTANCEVERSION__2022 + func NewInstanceVersionFromValue(v string) (*InstanceVersion, error) + func (v *InstanceVersion) UnmarshalJSON(src []byte) error + func (v InstanceVersion) IsValid() bool + func (v InstanceVersion) Ptr() *InstanceVersion + type InstanceVersionOpt string + const INSTANCEVERSIONOPT__2022 + func NewInstanceVersionOptFromValue(v string) (*InstanceVersionOpt, error) + func (v *InstanceVersionOpt) UnmarshalJSON(src []byte) error + func (v InstanceVersionOpt) IsValid() bool + func (v InstanceVersionOpt) Ptr() *InstanceVersionOpt + type ListBackup struct + CompletionTime string + Id int64 + Name string + RetainedUntil string + Size int64 + Type string + func NewListBackup(completionTime string, id int64, name string, retainedUntil string, size int64, ...) *ListBackup + func NewListBackupWithDefaults() *ListBackup + func (o *ListBackup) GetCompletionTime() string + func (o *ListBackup) GetCompletionTimeOk() (*string, bool) + func (o *ListBackup) GetId() int64 + func (o *ListBackup) GetIdOk() (*int64, bool) + func (o *ListBackup) GetName() string + func (o *ListBackup) GetNameOk() (*string, bool) + func (o *ListBackup) GetRetainedUntil() string + func (o *ListBackup) GetRetainedUntilOk() (*string, bool) + func (o *ListBackup) GetSize() int64 + func (o *ListBackup) GetSizeOk() (*int64, bool) + func (o *ListBackup) GetType() string + func (o *ListBackup) GetTypeOk() (*string, bool) + func (o *ListBackup) SetCompletionTime(v string) + func (o *ListBackup) SetId(v int64) + func (o *ListBackup) SetName(v string) + func (o *ListBackup) SetRetainedUntil(v string) + func (o *ListBackup) SetSize(v int64) + func (o *ListBackup) SetType(v string) + func (o *ListBackup) UnmarshalJSON(data []byte) (err error) + func (o ListBackup) MarshalJSON() ([]byte, error) + func (o ListBackup) ToMap() (map[string]interface{}, error) + type ListBackupResponse struct + Backups []ListBackupsResponse + Pagination Pagination + func NewListBackupResponse(backups []ListBackupsResponse, pagination Pagination) *ListBackupResponse + func NewListBackupResponseWithDefaults() *ListBackupResponse + func (o *ListBackupResponse) GetBackups() []ListBackupsResponse + func (o *ListBackupResponse) GetBackupsOk() ([]ListBackupsResponse, bool) + func (o *ListBackupResponse) GetPagination() Pagination + func (o *ListBackupResponse) GetPaginationOk() (*Pagination, bool) + func (o *ListBackupResponse) SetBackups(v []ListBackupsResponse) + func (o *ListBackupResponse) SetPagination(v Pagination) + func (o *ListBackupResponse) UnmarshalJSON(data []byte) (err error) + func (o ListBackupResponse) MarshalJSON() ([]byte, error) + func (o ListBackupResponse) ToMap() (map[string]interface{}, error) + type ListBackupsResponse struct + Backups []ListBackup + DatabaseName string + func NewListBackupsResponse(backups []ListBackup, databaseName string) *ListBackupsResponse + func NewListBackupsResponseWithDefaults() *ListBackupsResponse + func (o *ListBackupsResponse) GetBackups() []ListBackup + func (o *ListBackupsResponse) GetBackupsOk() ([]ListBackup, bool) + func (o *ListBackupsResponse) GetDatabaseName() string + func (o *ListBackupsResponse) GetDatabaseNameOk() (*string, bool) + func (o *ListBackupsResponse) SetBackups(v []ListBackup) + func (o *ListBackupsResponse) SetDatabaseName(v string) + func (o *ListBackupsResponse) UnmarshalJSON(data []byte) (err error) + func (o ListBackupsResponse) MarshalJSON() ([]byte, error) + func (o ListBackupsResponse) ToMap() (map[string]interface{}, error) + type ListCompatibilityResponse struct + Compatibilities []DatabaseGetcompatibility + func NewListCompatibilityResponse(compatibilities []DatabaseGetcompatibility) *ListCompatibilityResponse + func NewListCompatibilityResponseWithDefaults() *ListCompatibilityResponse + func (o *ListCompatibilityResponse) GetCompatibilities() []DatabaseGetcompatibility + func (o *ListCompatibilityResponse) GetCompatibilitiesOk() ([]DatabaseGetcompatibility, bool) + func (o *ListCompatibilityResponse) SetCompatibilities(v []DatabaseGetcompatibility) + func (o *ListCompatibilityResponse) UnmarshalJSON(data []byte) (err error) + func (o ListCompatibilityResponse) MarshalJSON() ([]byte, error) + func (o ListCompatibilityResponse) ToMap() (map[string]interface{}, error) + type ListCurrentRunningRestoreJobs struct + RunningRestores []BackupRunningRestore + func NewListCurrentRunningRestoreJobs(runningRestores []BackupRunningRestore) *ListCurrentRunningRestoreJobs + func NewListCurrentRunningRestoreJobsWithDefaults() *ListCurrentRunningRestoreJobs + func (o *ListCurrentRunningRestoreJobs) GetRunningRestores() []BackupRunningRestore + func (o *ListCurrentRunningRestoreJobs) GetRunningRestoresOk() ([]BackupRunningRestore, bool) + func (o *ListCurrentRunningRestoreJobs) SetRunningRestores(v []BackupRunningRestore) + func (o *ListCurrentRunningRestoreJobs) UnmarshalJSON(data []byte) (err error) + func (o ListCurrentRunningRestoreJobs) MarshalJSON() ([]byte, error) + func (o ListCurrentRunningRestoreJobs) ToMap() (map[string]interface{}, error) + type ListDatabase struct + Created string + Id int64 + Name string + Owner string + func NewListDatabase(created string, id int64, name string, owner string) *ListDatabase + func NewListDatabaseWithDefaults() *ListDatabase + func (o *ListDatabase) GetCreated() string + func (o *ListDatabase) GetCreatedOk() (*string, bool) + func (o *ListDatabase) GetId() int64 + func (o *ListDatabase) GetIdOk() (*int64, bool) + func (o *ListDatabase) GetName() string + func (o *ListDatabase) GetNameOk() (*string, bool) + func (o *ListDatabase) GetOwner() string + func (o *ListDatabase) GetOwnerOk() (*string, bool) + func (o *ListDatabase) SetCreated(v string) + func (o *ListDatabase) SetId(v int64) + func (o *ListDatabase) SetName(v string) + func (o *ListDatabase) SetOwner(v string) + func (o *ListDatabase) UnmarshalJSON(data []byte) (err error) + func (o ListDatabase) MarshalJSON() ([]byte, error) + func (o ListDatabase) ToMap() (map[string]interface{}, error) + type ListDatabasesResponse struct + Databases []ListDatabase + Pagination Pagination + func NewListDatabasesResponse(databases []ListDatabase, pagination Pagination) *ListDatabasesResponse + func NewListDatabasesResponseWithDefaults() *ListDatabasesResponse + func (o *ListDatabasesResponse) GetDatabases() []ListDatabase + func (o *ListDatabasesResponse) GetDatabasesOk() ([]ListDatabase, bool) + func (o *ListDatabasesResponse) GetPagination() Pagination + func (o *ListDatabasesResponse) GetPaginationOk() (*Pagination, bool) + func (o *ListDatabasesResponse) SetDatabases(v []ListDatabase) + func (o *ListDatabasesResponse) SetPagination(v Pagination) + func (o *ListDatabasesResponse) UnmarshalJSON(data []byte) (err error) + func (o ListDatabasesResponse) MarshalJSON() ([]byte, error) + func (o ListDatabasesResponse) ToMap() (map[string]interface{}, error) + type ListFlavors struct + Cpu int64 + Description string + Id string + MaxGB int32 + Memory int64 + MinGB int32 + NodeType string + StorageClasses []FlavorStorageClassesStorageClass + func NewListFlavors(cpu int64, description string, id string, maxGB int32, memory int64, ...) *ListFlavors + func NewListFlavorsWithDefaults() *ListFlavors + func (o *ListFlavors) GetCpu() int64 + func (o *ListFlavors) GetCpuOk() (*int64, bool) + func (o *ListFlavors) GetDescription() string + func (o *ListFlavors) GetDescriptionOk() (*string, bool) + func (o *ListFlavors) GetId() string + func (o *ListFlavors) GetIdOk() (*string, bool) + func (o *ListFlavors) GetMaxGB() int32 + func (o *ListFlavors) GetMaxGBOk() (*int32, bool) + func (o *ListFlavors) GetMemory() int64 + func (o *ListFlavors) GetMemoryOk() (*int64, bool) + func (o *ListFlavors) GetMinGB() int32 + func (o *ListFlavors) GetMinGBOk() (*int32, bool) + func (o *ListFlavors) GetNodeType() string + func (o *ListFlavors) GetNodeTypeOk() (*string, bool) + func (o *ListFlavors) GetStorageClasses() []FlavorStorageClassesStorageClass + func (o *ListFlavors) GetStorageClassesOk() ([]FlavorStorageClassesStorageClass, bool) + func (o *ListFlavors) SetCpu(v int64) + func (o *ListFlavors) SetDescription(v string) + func (o *ListFlavors) SetId(v string) + func (o *ListFlavors) SetMaxGB(v int32) + func (o *ListFlavors) SetMemory(v int64) + func (o *ListFlavors) SetMinGB(v int32) + func (o *ListFlavors) SetNodeType(v string) + func (o *ListFlavors) SetStorageClasses(v []FlavorStorageClassesStorageClass) + func (o *ListFlavors) UnmarshalJSON(data []byte) (err error) + func (o ListFlavors) MarshalJSON() ([]byte, error) + func (o ListFlavors) ToMap() (map[string]interface{}, error) + type ListInstance struct + Id string + IsDeletable bool + Name string + Status Status + func NewListInstance(id string, isDeletable bool, name string, status Status) *ListInstance + func NewListInstanceWithDefaults() *ListInstance + func (o *ListInstance) GetId() string + func (o *ListInstance) GetIdOk() (*string, bool) + func (o *ListInstance) GetIsDeletable() bool + func (o *ListInstance) GetIsDeletableOk() (*bool, bool) + func (o *ListInstance) GetName() string + func (o *ListInstance) GetNameOk() (*string, bool) + func (o *ListInstance) GetStatus() Status + func (o *ListInstance) GetStatusOk() (*Status, bool) + func (o *ListInstance) SetId(v string) + func (o *ListInstance) SetIsDeletable(v bool) + func (o *ListInstance) SetName(v string) + func (o *ListInstance) SetStatus(v Status) + func (o *ListInstance) UnmarshalJSON(data []byte) (err error) + func (o ListInstance) MarshalJSON() ([]byte, error) + func (o ListInstance) ToMap() (map[string]interface{}, error) + type ListInstancesResponse struct + Instances []ListInstance + Pagination Pagination + func NewListInstancesResponse(instances []ListInstance, pagination Pagination) *ListInstancesResponse + func NewListInstancesResponseWithDefaults() *ListInstancesResponse + func (o *ListInstancesResponse) GetInstances() []ListInstance + func (o *ListInstancesResponse) GetInstancesOk() ([]ListInstance, bool) + func (o *ListInstancesResponse) GetPagination() Pagination + func (o *ListInstancesResponse) GetPaginationOk() (*Pagination, bool) + func (o *ListInstancesResponse) SetInstances(v []ListInstance) + func (o *ListInstancesResponse) SetPagination(v Pagination) + func (o *ListInstancesResponse) UnmarshalJSON(data []byte) (err error) + func (o ListInstancesResponse) MarshalJSON() ([]byte, error) + func (o ListInstancesResponse) ToMap() (map[string]interface{}, error) + type ListRolesResponse struct + Roles []string + func NewListRolesResponse(roles []string) *ListRolesResponse + func NewListRolesResponseWithDefaults() *ListRolesResponse + func (o *ListRolesResponse) GetRoles() []string + func (o *ListRolesResponse) GetRolesOk() ([]string, bool) + func (o *ListRolesResponse) SetRoles(v []string) + func (o *ListRolesResponse) UnmarshalJSON(data []byte) (err error) + func (o ListRolesResponse) MarshalJSON() ([]byte, error) + func (o ListRolesResponse) ToMap() (map[string]interface{}, error) + type ListUser struct + Id int64 + Status string + Username string + func NewListUser(id int64, status string, username string) *ListUser + func NewListUserWithDefaults() *ListUser + func (o *ListUser) GetId() int64 + func (o *ListUser) GetIdOk() (*int64, bool) + func (o *ListUser) GetStatus() string + func (o *ListUser) GetStatusOk() (*string, bool) + func (o *ListUser) GetUsername() string + func (o *ListUser) GetUsernameOk() (*string, bool) + func (o *ListUser) SetId(v int64) + func (o *ListUser) SetStatus(v string) + func (o *ListUser) SetUsername(v string) + func (o *ListUser) UnmarshalJSON(data []byte) (err error) + func (o ListUser) MarshalJSON() ([]byte, error) + func (o ListUser) ToMap() (map[string]interface{}, error) + type ListUserResponse struct + Pagination Pagination + Users []ListUser + func NewListUserResponse(pagination Pagination, users []ListUser) *ListUserResponse + func NewListUserResponseWithDefaults() *ListUserResponse + func (o *ListUserResponse) GetPagination() Pagination + func (o *ListUserResponse) GetPaginationOk() (*Pagination, bool) + func (o *ListUserResponse) GetUsers() []ListUser + func (o *ListUserResponse) GetUsersOk() ([]ListUser, bool) + func (o *ListUserResponse) SetPagination(v Pagination) + func (o *ListUserResponse) SetUsers(v []ListUser) + func (o *ListUserResponse) UnmarshalJSON(data []byte) (err error) + func (o ListUserResponse) MarshalJSON() ([]byte, error) + func (o ListUserResponse) ToMap() (map[string]interface{}, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type NullableBackupRunningRestore struct + func NewNullableBackupRunningRestore(val *BackupRunningRestore) *NullableBackupRunningRestore + func (v *NullableBackupRunningRestore) Set(val *BackupRunningRestore) + func (v *NullableBackupRunningRestore) UnmarshalJSON(src []byte) error + func (v *NullableBackupRunningRestore) Unset() + func (v NullableBackupRunningRestore) Get() *BackupRunningRestore + func (v NullableBackupRunningRestore) IsSet() bool + func (v NullableBackupRunningRestore) MarshalJSON() ([]byte, error) + type NullableBackupSort struct + func NewNullableBackupSort(val *BackupSort) *NullableBackupSort + func (v *NullableBackupSort) Set(val *BackupSort) + func (v *NullableBackupSort) UnmarshalJSON(src []byte) error + func (v *NullableBackupSort) Unset() + func (v NullableBackupSort) Get() *BackupSort + func (v NullableBackupSort) IsSet() bool + func (v NullableBackupSort) MarshalJSON() ([]byte, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableCreateDatabaseRequestPayload struct + func NewNullableCreateDatabaseRequestPayload(val *CreateDatabaseRequestPayload) *NullableCreateDatabaseRequestPayload + func (v *NullableCreateDatabaseRequestPayload) Set(val *CreateDatabaseRequestPayload) + func (v *NullableCreateDatabaseRequestPayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateDatabaseRequestPayload) Unset() + func (v NullableCreateDatabaseRequestPayload) Get() *CreateDatabaseRequestPayload + func (v NullableCreateDatabaseRequestPayload) IsSet() bool + func (v NullableCreateDatabaseRequestPayload) MarshalJSON() ([]byte, error) + type NullableCreateDatabaseResponse struct + func NewNullableCreateDatabaseResponse(val *CreateDatabaseResponse) *NullableCreateDatabaseResponse + func (v *NullableCreateDatabaseResponse) Set(val *CreateDatabaseResponse) + func (v *NullableCreateDatabaseResponse) UnmarshalJSON(src []byte) error + func (v *NullableCreateDatabaseResponse) Unset() + func (v NullableCreateDatabaseResponse) Get() *CreateDatabaseResponse + func (v NullableCreateDatabaseResponse) IsSet() bool + func (v NullableCreateDatabaseResponse) MarshalJSON() ([]byte, error) + type NullableCreateInstanceRequestPayload struct + func NewNullableCreateInstanceRequestPayload(val *CreateInstanceRequestPayload) *NullableCreateInstanceRequestPayload + func (v *NullableCreateInstanceRequestPayload) Set(val *CreateInstanceRequestPayload) + func (v *NullableCreateInstanceRequestPayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateInstanceRequestPayload) Unset() + func (v NullableCreateInstanceRequestPayload) Get() *CreateInstanceRequestPayload + func (v NullableCreateInstanceRequestPayload) IsSet() bool + func (v NullableCreateInstanceRequestPayload) MarshalJSON() ([]byte, error) + type NullableCreateInstanceRequestPayloadNetwork struct + func NewNullableCreateInstanceRequestPayloadNetwork(val *CreateInstanceRequestPayloadNetwork) *NullableCreateInstanceRequestPayloadNetwork + func (v *NullableCreateInstanceRequestPayloadNetwork) Set(val *CreateInstanceRequestPayloadNetwork) + func (v *NullableCreateInstanceRequestPayloadNetwork) UnmarshalJSON(src []byte) error + func (v *NullableCreateInstanceRequestPayloadNetwork) Unset() + func (v NullableCreateInstanceRequestPayloadNetwork) Get() *CreateInstanceRequestPayloadNetwork + func (v NullableCreateInstanceRequestPayloadNetwork) IsSet() bool + func (v NullableCreateInstanceRequestPayloadNetwork) MarshalJSON() ([]byte, error) + type NullableCreateInstanceResponse struct + func NewNullableCreateInstanceResponse(val *CreateInstanceResponse) *NullableCreateInstanceResponse + func (v *NullableCreateInstanceResponse) Set(val *CreateInstanceResponse) + func (v *NullableCreateInstanceResponse) UnmarshalJSON(src []byte) error + func (v *NullableCreateInstanceResponse) Unset() + func (v NullableCreateInstanceResponse) Get() *CreateInstanceResponse + func (v NullableCreateInstanceResponse) IsSet() bool + func (v NullableCreateInstanceResponse) MarshalJSON() ([]byte, error) + type NullableCreateUserRequestPayload struct + func NewNullableCreateUserRequestPayload(val *CreateUserRequestPayload) *NullableCreateUserRequestPayload + func (v *NullableCreateUserRequestPayload) Set(val *CreateUserRequestPayload) + func (v *NullableCreateUserRequestPayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateUserRequestPayload) Unset() + func (v NullableCreateUserRequestPayload) Get() *CreateUserRequestPayload + func (v NullableCreateUserRequestPayload) IsSet() bool + func (v NullableCreateUserRequestPayload) MarshalJSON() ([]byte, error) + type NullableCreateUserResponse struct + func NewNullableCreateUserResponse(val *CreateUserResponse) *NullableCreateUserResponse + func (v *NullableCreateUserResponse) Set(val *CreateUserResponse) + func (v *NullableCreateUserResponse) UnmarshalJSON(src []byte) error + func (v *NullableCreateUserResponse) Unset() + func (v NullableCreateUserResponse) Get() *CreateUserResponse + func (v NullableCreateUserResponse) IsSet() bool + func (v NullableCreateUserResponse) MarshalJSON() ([]byte, error) + type NullableDatabaseGetcollation struct + func NewNullableDatabaseGetcollation(val *DatabaseGetcollation) *NullableDatabaseGetcollation + func (v *NullableDatabaseGetcollation) Set(val *DatabaseGetcollation) + func (v *NullableDatabaseGetcollation) UnmarshalJSON(src []byte) error + func (v *NullableDatabaseGetcollation) Unset() + func (v NullableDatabaseGetcollation) Get() *DatabaseGetcollation + func (v NullableDatabaseGetcollation) IsSet() bool + func (v NullableDatabaseGetcollation) MarshalJSON() ([]byte, error) + type NullableDatabaseGetcompatibility struct + func NewNullableDatabaseGetcompatibility(val *DatabaseGetcompatibility) *NullableDatabaseGetcompatibility + func (v *NullableDatabaseGetcompatibility) Set(val *DatabaseGetcompatibility) + func (v *NullableDatabaseGetcompatibility) UnmarshalJSON(src []byte) error + func (v *NullableDatabaseGetcompatibility) Unset() + func (v NullableDatabaseGetcompatibility) Get() *DatabaseGetcompatibility + func (v NullableDatabaseGetcompatibility) IsSet() bool + func (v NullableDatabaseGetcompatibility) MarshalJSON() ([]byte, error) + type NullableDatabaseRoles struct + func NewNullableDatabaseRoles(val *DatabaseRoles) *NullableDatabaseRoles + func (v *NullableDatabaseRoles) Set(val *DatabaseRoles) + func (v *NullableDatabaseRoles) UnmarshalJSON(src []byte) error + func (v *NullableDatabaseRoles) Unset() + func (v NullableDatabaseRoles) Get() *DatabaseRoles + func (v NullableDatabaseRoles) IsSet() bool + func (v NullableDatabaseRoles) MarshalJSON() ([]byte, error) + type NullableDatabaseSort struct + func NewNullableDatabaseSort(val *DatabaseSort) *NullableDatabaseSort + func (v *NullableDatabaseSort) Set(val *DatabaseSort) + func (v *NullableDatabaseSort) UnmarshalJSON(src []byte) error + func (v *NullableDatabaseSort) Unset() + func (v NullableDatabaseSort) Get() *DatabaseSort + func (v NullableDatabaseSort) IsSet() bool + func (v NullableDatabaseSort) MarshalJSON() ([]byte, error) + type NullableError struct + func NewNullableError(val *Error) *NullableError + func (v *NullableError) Set(val *Error) + func (v *NullableError) UnmarshalJSON(src []byte) error + func (v *NullableError) Unset() + func (v NullableError) Get() *Error + func (v NullableError) IsSet() bool + func (v NullableError) MarshalJSON() ([]byte, error) + type NullableExternalS3 struct + func NewNullableExternalS3(val *ExternalS3) *NullableExternalS3 + func (v *NullableExternalS3) Set(val *ExternalS3) + func (v *NullableExternalS3) UnmarshalJSON(src []byte) error + func (v *NullableExternalS3) Unset() + func (v NullableExternalS3) Get() *ExternalS3 + func (v NullableExternalS3) IsSet() bool + func (v NullableExternalS3) MarshalJSON() ([]byte, error) + type NullableFlavorSort struct + func NewNullableFlavorSort(val *FlavorSort) *NullableFlavorSort + func (v *NullableFlavorSort) Set(val *FlavorSort) + func (v *NullableFlavorSort) UnmarshalJSON(src []byte) error + func (v *NullableFlavorSort) Unset() + func (v NullableFlavorSort) Get() *FlavorSort + func (v NullableFlavorSort) IsSet() bool + func (v NullableFlavorSort) MarshalJSON() ([]byte, error) + type NullableFlavorStorageClassesStorageClass struct + func NewNullableFlavorStorageClassesStorageClass(val *FlavorStorageClassesStorageClass) *NullableFlavorStorageClassesStorageClass + func (v *NullableFlavorStorageClassesStorageClass) Set(val *FlavorStorageClassesStorageClass) + func (v *NullableFlavorStorageClassesStorageClass) UnmarshalJSON(src []byte) error + func (v *NullableFlavorStorageClassesStorageClass) Unset() + func (v NullableFlavorStorageClassesStorageClass) Get() *FlavorStorageClassesStorageClass + func (v NullableFlavorStorageClassesStorageClass) IsSet() bool + func (v NullableFlavorStorageClassesStorageClass) MarshalJSON() ([]byte, error) + type NullableFlavorStorageRange struct + func NewNullableFlavorStorageRange(val *FlavorStorageRange) *NullableFlavorStorageRange + func (v *NullableFlavorStorageRange) Set(val *FlavorStorageRange) + func (v *NullableFlavorStorageRange) UnmarshalJSON(src []byte) error + func (v *NullableFlavorStorageRange) Unset() + func (v NullableFlavorStorageRange) Get() *FlavorStorageRange + func (v NullableFlavorStorageRange) IsSet() bool + func (v NullableFlavorStorageRange) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableGetBackupResponse struct + func NewNullableGetBackupResponse(val *GetBackupResponse) *NullableGetBackupResponse + func (v *NullableGetBackupResponse) Set(val *GetBackupResponse) + func (v *NullableGetBackupResponse) UnmarshalJSON(src []byte) error + func (v *NullableGetBackupResponse) Unset() + func (v NullableGetBackupResponse) Get() *GetBackupResponse + func (v NullableGetBackupResponse) IsSet() bool + func (v NullableGetBackupResponse) MarshalJSON() ([]byte, error) + type NullableGetCollationsResponse struct + func NewNullableGetCollationsResponse(val *GetCollationsResponse) *NullableGetCollationsResponse + func (v *NullableGetCollationsResponse) Set(val *GetCollationsResponse) + func (v *NullableGetCollationsResponse) UnmarshalJSON(src []byte) error + func (v *NullableGetCollationsResponse) Unset() + func (v NullableGetCollationsResponse) Get() *GetCollationsResponse + func (v NullableGetCollationsResponse) IsSet() bool + func (v NullableGetCollationsResponse) MarshalJSON() ([]byte, error) + type NullableGetDatabaseResponse struct + func NewNullableGetDatabaseResponse(val *GetDatabaseResponse) *NullableGetDatabaseResponse + func (v *NullableGetDatabaseResponse) Set(val *GetDatabaseResponse) + func (v *NullableGetDatabaseResponse) UnmarshalJSON(src []byte) error + func (v *NullableGetDatabaseResponse) Unset() + func (v NullableGetDatabaseResponse) Get() *GetDatabaseResponse + func (v NullableGetDatabaseResponse) IsSet() bool + func (v NullableGetDatabaseResponse) MarshalJSON() ([]byte, error) + type NullableGetFlavorsResponse struct + func NewNullableGetFlavorsResponse(val *GetFlavorsResponse) *NullableGetFlavorsResponse + func (v *NullableGetFlavorsResponse) Set(val *GetFlavorsResponse) + func (v *NullableGetFlavorsResponse) UnmarshalJSON(src []byte) error + func (v *NullableGetFlavorsResponse) Unset() + func (v NullableGetFlavorsResponse) Get() *GetFlavorsResponse + func (v NullableGetFlavorsResponse) IsSet() bool + func (v NullableGetFlavorsResponse) MarshalJSON() ([]byte, error) + type NullableGetInstanceResponse struct + func NewNullableGetInstanceResponse(val *GetInstanceResponse) *NullableGetInstanceResponse + func (v *NullableGetInstanceResponse) Set(val *GetInstanceResponse) + func (v *NullableGetInstanceResponse) UnmarshalJSON(src []byte) error + func (v *NullableGetInstanceResponse) Unset() + func (v NullableGetInstanceResponse) Get() *GetInstanceResponse + func (v NullableGetInstanceResponse) IsSet() bool + func (v NullableGetInstanceResponse) MarshalJSON() ([]byte, error) + type NullableGetStoragesResponse struct + func NewNullableGetStoragesResponse(val *GetStoragesResponse) *NullableGetStoragesResponse + func (v *NullableGetStoragesResponse) Set(val *GetStoragesResponse) + func (v *NullableGetStoragesResponse) UnmarshalJSON(src []byte) error + func (v *NullableGetStoragesResponse) Unset() + func (v NullableGetStoragesResponse) Get() *GetStoragesResponse + func (v NullableGetStoragesResponse) IsSet() bool + func (v NullableGetStoragesResponse) MarshalJSON() ([]byte, error) + type NullableGetUserResponse struct + func NewNullableGetUserResponse(val *GetUserResponse) *NullableGetUserResponse + func (v *NullableGetUserResponse) Set(val *GetUserResponse) + func (v *NullableGetUserResponse) UnmarshalJSON(src []byte) error + func (v *NullableGetUserResponse) Unset() + func (v NullableGetUserResponse) Get() *GetUserResponse + func (v NullableGetUserResponse) IsSet() bool + func (v NullableGetUserResponse) MarshalJSON() ([]byte, error) + type NullableGetVersionsResponse struct + func NewNullableGetVersionsResponse(val *GetVersionsResponse) *NullableGetVersionsResponse + func (v *NullableGetVersionsResponse) Set(val *GetVersionsResponse) + func (v *NullableGetVersionsResponse) UnmarshalJSON(src []byte) error + func (v *NullableGetVersionsResponse) Unset() + func (v NullableGetVersionsResponse) Get() *GetVersionsResponse + func (v NullableGetVersionsResponse) IsSet() bool + func (v NullableGetVersionsResponse) MarshalJSON() ([]byte, error) + type NullableInstanceEdition struct + func NewNullableInstanceEdition(val *InstanceEdition) *NullableInstanceEdition + func (v *NullableInstanceEdition) Set(val *InstanceEdition) + func (v *NullableInstanceEdition) UnmarshalJSON(src []byte) error + func (v *NullableInstanceEdition) Unset() + func (v NullableInstanceEdition) Get() *InstanceEdition + func (v NullableInstanceEdition) IsSet() bool + func (v NullableInstanceEdition) MarshalJSON() ([]byte, error) + type NullableInstanceEncryption struct + func NewNullableInstanceEncryption(val *InstanceEncryption) *NullableInstanceEncryption + func (v *NullableInstanceEncryption) Set(val *InstanceEncryption) + func (v *NullableInstanceEncryption) UnmarshalJSON(src []byte) error + func (v *NullableInstanceEncryption) Unset() + func (v NullableInstanceEncryption) Get() *InstanceEncryption + func (v NullableInstanceEncryption) IsSet() bool + func (v NullableInstanceEncryption) MarshalJSON() ([]byte, error) + type NullableInstanceNetwork struct + func NewNullableInstanceNetwork(val *InstanceNetwork) *NullableInstanceNetwork + func (v *NullableInstanceNetwork) Set(val *InstanceNetwork) + func (v *NullableInstanceNetwork) UnmarshalJSON(src []byte) error + func (v *NullableInstanceNetwork) Unset() + func (v NullableInstanceNetwork) Get() *InstanceNetwork + func (v NullableInstanceNetwork) IsSet() bool + func (v NullableInstanceNetwork) MarshalJSON() ([]byte, error) + type NullableInstanceNetworkAccessScope struct + func NewNullableInstanceNetworkAccessScope(val *InstanceNetworkAccessScope) *NullableInstanceNetworkAccessScope + func (v *NullableInstanceNetworkAccessScope) Set(val *InstanceNetworkAccessScope) + func (v *NullableInstanceNetworkAccessScope) UnmarshalJSON(src []byte) error + func (v *NullableInstanceNetworkAccessScope) Unset() + func (v NullableInstanceNetworkAccessScope) Get() *InstanceNetworkAccessScope + func (v NullableInstanceNetworkAccessScope) IsSet() bool + func (v NullableInstanceNetworkAccessScope) MarshalJSON() ([]byte, error) + type NullableInstanceSort struct + func NewNullableInstanceSort(val *InstanceSort) *NullableInstanceSort + func (v *NullableInstanceSort) Set(val *InstanceSort) + func (v *NullableInstanceSort) UnmarshalJSON(src []byte) error + func (v *NullableInstanceSort) Unset() + func (v NullableInstanceSort) Get() *InstanceSort + func (v NullableInstanceSort) IsSet() bool + func (v NullableInstanceSort) MarshalJSON() ([]byte, error) + type NullableInstanceVersion struct + func NewNullableInstanceVersion(val *InstanceVersion) *NullableInstanceVersion + func (v *NullableInstanceVersion) Set(val *InstanceVersion) + func (v *NullableInstanceVersion) UnmarshalJSON(src []byte) error + func (v *NullableInstanceVersion) Unset() + func (v NullableInstanceVersion) Get() *InstanceVersion + func (v NullableInstanceVersion) IsSet() bool + func (v NullableInstanceVersion) MarshalJSON() ([]byte, error) + type NullableInstanceVersionOpt struct + func NewNullableInstanceVersionOpt(val *InstanceVersionOpt) *NullableInstanceVersionOpt + func (v *NullableInstanceVersionOpt) Set(val *InstanceVersionOpt) + func (v *NullableInstanceVersionOpt) UnmarshalJSON(src []byte) error + func (v *NullableInstanceVersionOpt) Unset() + func (v NullableInstanceVersionOpt) Get() *InstanceVersionOpt + func (v NullableInstanceVersionOpt) IsSet() bool + func (v NullableInstanceVersionOpt) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableListBackup struct + func NewNullableListBackup(val *ListBackup) *NullableListBackup + func (v *NullableListBackup) Set(val *ListBackup) + func (v *NullableListBackup) UnmarshalJSON(src []byte) error + func (v *NullableListBackup) Unset() + func (v NullableListBackup) Get() *ListBackup + func (v NullableListBackup) IsSet() bool + func (v NullableListBackup) MarshalJSON() ([]byte, error) + type NullableListBackupResponse struct + func NewNullableListBackupResponse(val *ListBackupResponse) *NullableListBackupResponse + func (v *NullableListBackupResponse) Set(val *ListBackupResponse) + func (v *NullableListBackupResponse) UnmarshalJSON(src []byte) error + func (v *NullableListBackupResponse) Unset() + func (v NullableListBackupResponse) Get() *ListBackupResponse + func (v NullableListBackupResponse) IsSet() bool + func (v NullableListBackupResponse) MarshalJSON() ([]byte, error) + type NullableListBackupsResponse struct + func NewNullableListBackupsResponse(val *ListBackupsResponse) *NullableListBackupsResponse + func (v *NullableListBackupsResponse) Set(val *ListBackupsResponse) + func (v *NullableListBackupsResponse) UnmarshalJSON(src []byte) error + func (v *NullableListBackupsResponse) Unset() + func (v NullableListBackupsResponse) Get() *ListBackupsResponse + func (v NullableListBackupsResponse) IsSet() bool + func (v NullableListBackupsResponse) MarshalJSON() ([]byte, error) + type NullableListCompatibilityResponse struct + func NewNullableListCompatibilityResponse(val *ListCompatibilityResponse) *NullableListCompatibilityResponse + func (v *NullableListCompatibilityResponse) Set(val *ListCompatibilityResponse) + func (v *NullableListCompatibilityResponse) UnmarshalJSON(src []byte) error + func (v *NullableListCompatibilityResponse) Unset() + func (v NullableListCompatibilityResponse) Get() *ListCompatibilityResponse + func (v NullableListCompatibilityResponse) IsSet() bool + func (v NullableListCompatibilityResponse) MarshalJSON() ([]byte, error) + type NullableListCurrentRunningRestoreJobs struct + func NewNullableListCurrentRunningRestoreJobs(val *ListCurrentRunningRestoreJobs) *NullableListCurrentRunningRestoreJobs + func (v *NullableListCurrentRunningRestoreJobs) Set(val *ListCurrentRunningRestoreJobs) + func (v *NullableListCurrentRunningRestoreJobs) UnmarshalJSON(src []byte) error + func (v *NullableListCurrentRunningRestoreJobs) Unset() + func (v NullableListCurrentRunningRestoreJobs) Get() *ListCurrentRunningRestoreJobs + func (v NullableListCurrentRunningRestoreJobs) IsSet() bool + func (v NullableListCurrentRunningRestoreJobs) MarshalJSON() ([]byte, error) + type NullableListDatabase struct + func NewNullableListDatabase(val *ListDatabase) *NullableListDatabase + func (v *NullableListDatabase) Set(val *ListDatabase) + func (v *NullableListDatabase) UnmarshalJSON(src []byte) error + func (v *NullableListDatabase) Unset() + func (v NullableListDatabase) Get() *ListDatabase + func (v NullableListDatabase) IsSet() bool + func (v NullableListDatabase) MarshalJSON() ([]byte, error) + type NullableListDatabasesResponse struct + func NewNullableListDatabasesResponse(val *ListDatabasesResponse) *NullableListDatabasesResponse + func (v *NullableListDatabasesResponse) Set(val *ListDatabasesResponse) + func (v *NullableListDatabasesResponse) UnmarshalJSON(src []byte) error + func (v *NullableListDatabasesResponse) Unset() + func (v NullableListDatabasesResponse) Get() *ListDatabasesResponse + func (v NullableListDatabasesResponse) IsSet() bool + func (v NullableListDatabasesResponse) MarshalJSON() ([]byte, error) + type NullableListFlavors struct + func NewNullableListFlavors(val *ListFlavors) *NullableListFlavors + func (v *NullableListFlavors) Set(val *ListFlavors) + func (v *NullableListFlavors) UnmarshalJSON(src []byte) error + func (v *NullableListFlavors) Unset() + func (v NullableListFlavors) Get() *ListFlavors + func (v NullableListFlavors) IsSet() bool + func (v NullableListFlavors) MarshalJSON() ([]byte, error) + type NullableListInstance struct + func NewNullableListInstance(val *ListInstance) *NullableListInstance + func (v *NullableListInstance) Set(val *ListInstance) + func (v *NullableListInstance) UnmarshalJSON(src []byte) error + func (v *NullableListInstance) Unset() + func (v NullableListInstance) Get() *ListInstance + func (v NullableListInstance) IsSet() bool + func (v NullableListInstance) MarshalJSON() ([]byte, error) + type NullableListInstancesResponse struct + func NewNullableListInstancesResponse(val *ListInstancesResponse) *NullableListInstancesResponse + func (v *NullableListInstancesResponse) Set(val *ListInstancesResponse) + func (v *NullableListInstancesResponse) UnmarshalJSON(src []byte) error + func (v *NullableListInstancesResponse) Unset() + func (v NullableListInstancesResponse) Get() *ListInstancesResponse + func (v NullableListInstancesResponse) IsSet() bool + func (v NullableListInstancesResponse) MarshalJSON() ([]byte, error) + type NullableListRolesResponse struct + func NewNullableListRolesResponse(val *ListRolesResponse) *NullableListRolesResponse + func (v *NullableListRolesResponse) Set(val *ListRolesResponse) + func (v *NullableListRolesResponse) UnmarshalJSON(src []byte) error + func (v *NullableListRolesResponse) Unset() + func (v NullableListRolesResponse) Get() *ListRolesResponse + func (v NullableListRolesResponse) IsSet() bool + func (v NullableListRolesResponse) MarshalJSON() ([]byte, error) + type NullableListUser struct + func NewNullableListUser(val *ListUser) *NullableListUser + func (v *NullableListUser) Set(val *ListUser) + func (v *NullableListUser) UnmarshalJSON(src []byte) error + func (v *NullableListUser) Unset() + func (v NullableListUser) Get() *ListUser + func (v NullableListUser) IsSet() bool + func (v NullableListUser) MarshalJSON() ([]byte, error) + type NullableListUserResponse struct + func NewNullableListUserResponse(val *ListUserResponse) *NullableListUserResponse + func (v *NullableListUserResponse) Set(val *ListUserResponse) + func (v *NullableListUserResponse) UnmarshalJSON(src []byte) error + func (v *NullableListUserResponse) Unset() + func (v NullableListUserResponse) Get() *ListUserResponse + func (v NullableListUserResponse) IsSet() bool + func (v NullableListUserResponse) MarshalJSON() ([]byte, error) + type NullablePagination struct + func NewNullablePagination(val *Pagination) *NullablePagination + func (v *NullablePagination) Set(val *Pagination) + func (v *NullablePagination) UnmarshalJSON(src []byte) error + func (v *NullablePagination) Unset() + func (v NullablePagination) Get() *Pagination + func (v NullablePagination) IsSet() bool + func (v NullablePagination) MarshalJSON() ([]byte, error) + type NullableProtectInstanceRequestPayload struct + func NewNullableProtectInstanceRequestPayload(val *ProtectInstanceRequestPayload) *NullableProtectInstanceRequestPayload + func (v *NullableProtectInstanceRequestPayload) Set(val *ProtectInstanceRequestPayload) + func (v *NullableProtectInstanceRequestPayload) UnmarshalJSON(src []byte) error + func (v *NullableProtectInstanceRequestPayload) Unset() + func (v NullableProtectInstanceRequestPayload) Get() *ProtectInstanceRequestPayload + func (v NullableProtectInstanceRequestPayload) IsSet() bool + func (v NullableProtectInstanceRequestPayload) MarshalJSON() ([]byte, error) + type NullableProtectInstanceResponse struct + func NewNullableProtectInstanceResponse(val *ProtectInstanceResponse) *NullableProtectInstanceResponse + func (v *NullableProtectInstanceResponse) Set(val *ProtectInstanceResponse) + func (v *NullableProtectInstanceResponse) UnmarshalJSON(src []byte) error + func (v *NullableProtectInstanceResponse) Unset() + func (v NullableProtectInstanceResponse) Get() *ProtectInstanceResponse + func (v NullableProtectInstanceResponse) IsSet() bool + func (v NullableProtectInstanceResponse) MarshalJSON() ([]byte, error) + type NullableReplicas struct + func NewNullableReplicas(val *Replicas) *NullableReplicas + func (v *NullableReplicas) Set(val *Replicas) + func (v *NullableReplicas) UnmarshalJSON(src []byte) error + func (v *NullableReplicas) Unset() + func (v NullableReplicas) Get() *Replicas + func (v NullableReplicas) IsSet() bool + func (v NullableReplicas) MarshalJSON() ([]byte, error) + type NullableReplicasOpt struct + func NewNullableReplicasOpt(val *ReplicasOpt) *NullableReplicasOpt + func (v *NullableReplicasOpt) Set(val *ReplicasOpt) + func (v *NullableReplicasOpt) UnmarshalJSON(src []byte) error + func (v *NullableReplicasOpt) Unset() + func (v NullableReplicasOpt) Get() *ReplicasOpt + func (v NullableReplicasOpt) IsSet() bool + func (v NullableReplicasOpt) MarshalJSON() ([]byte, error) + type NullableResetUserResponse struct + func NewNullableResetUserResponse(val *ResetUserResponse) *NullableResetUserResponse + func (v *NullableResetUserResponse) Set(val *ResetUserResponse) + func (v *NullableResetUserResponse) UnmarshalJSON(src []byte) error + func (v *NullableResetUserResponse) Unset() + func (v NullableResetUserResponse) Get() *ResetUserResponse + func (v NullableResetUserResponse) IsSet() bool + func (v NullableResetUserResponse) MarshalJSON() ([]byte, error) + type NullableRestoreDatabaseFromBackupPayload struct + func NewNullableRestoreDatabaseFromBackupPayload(val *RestoreDatabaseFromBackupPayload) *NullableRestoreDatabaseFromBackupPayload + func (v *NullableRestoreDatabaseFromBackupPayload) Set(val *RestoreDatabaseFromBackupPayload) + func (v *NullableRestoreDatabaseFromBackupPayload) UnmarshalJSON(src []byte) error + func (v *NullableRestoreDatabaseFromBackupPayload) Unset() + func (v NullableRestoreDatabaseFromBackupPayload) Get() *RestoreDatabaseFromBackupPayload + func (v NullableRestoreDatabaseFromBackupPayload) IsSet() bool + func (v NullableRestoreDatabaseFromBackupPayload) MarshalJSON() ([]byte, error) + type NullableRestoreDatabaseFromBackupPayloadSource struct + func NewNullableRestoreDatabaseFromBackupPayloadSource(val *RestoreDatabaseFromBackupPayloadSource) *NullableRestoreDatabaseFromBackupPayloadSource + func (v *NullableRestoreDatabaseFromBackupPayloadSource) Set(val *RestoreDatabaseFromBackupPayloadSource) + func (v *NullableRestoreDatabaseFromBackupPayloadSource) UnmarshalJSON(src []byte) error + func (v *NullableRestoreDatabaseFromBackupPayloadSource) Unset() + func (v NullableRestoreDatabaseFromBackupPayloadSource) Get() *RestoreDatabaseFromBackupPayloadSource + func (v NullableRestoreDatabaseFromBackupPayloadSource) IsSet() bool + func (v NullableRestoreDatabaseFromBackupPayloadSource) MarshalJSON() ([]byte, error) + type NullableS3fileInfo struct + func NewNullableS3fileInfo(val *S3fileInfo) *NullableS3fileInfo + func (v *NullableS3fileInfo) Set(val *S3fileInfo) + func (v *NullableS3fileInfo) UnmarshalJSON(src []byte) error + func (v *NullableS3fileInfo) Unset() + func (v NullableS3fileInfo) Get() *S3fileInfo + func (v NullableS3fileInfo) IsSet() bool + func (v NullableS3fileInfo) MarshalJSON() ([]byte, error) + type NullableSourceBackup struct + func NewNullableSourceBackup(val *SourceBackup) *NullableSourceBackup + func (v *NullableSourceBackup) Set(val *SourceBackup) + func (v *NullableSourceBackup) UnmarshalJSON(src []byte) error + func (v *NullableSourceBackup) Unset() + func (v NullableSourceBackup) Get() *SourceBackup + func (v NullableSourceBackup) IsSet() bool + func (v NullableSourceBackup) MarshalJSON() ([]byte, error) + type NullableSourceExternalS3 struct + func NewNullableSourceExternalS3(val *SourceExternalS3) *NullableSourceExternalS3 + func (v *NullableSourceExternalS3) Set(val *SourceExternalS3) + func (v *NullableSourceExternalS3) UnmarshalJSON(src []byte) error + func (v *NullableSourceExternalS3) Unset() + func (v NullableSourceExternalS3) Get() *SourceExternalS3 + func (v NullableSourceExternalS3) IsSet() bool + func (v NullableSourceExternalS3) MarshalJSON() ([]byte, error) + type NullableStatus struct + func NewNullableStatus(val *Status) *NullableStatus + func (v *NullableStatus) Set(val *Status) + func (v *NullableStatus) UnmarshalJSON(src []byte) error + func (v *NullableStatus) Unset() + func (v NullableStatus) Get() *Status + func (v NullableStatus) IsSet() bool + func (v NullableStatus) MarshalJSON() ([]byte, error) + type NullableStorage struct + func NewNullableStorage(val *Storage) *NullableStorage + func (v *NullableStorage) Set(val *Storage) + func (v *NullableStorage) UnmarshalJSON(src []byte) error + func (v *NullableStorage) Unset() + func (v NullableStorage) Get() *Storage + func (v NullableStorage) IsSet() bool + func (v NullableStorage) MarshalJSON() ([]byte, error) + type NullableStorageCreate struct + func NewNullableStorageCreate(val *StorageCreate) *NullableStorageCreate + func (v *NullableStorageCreate) Set(val *StorageCreate) + func (v *NullableStorageCreate) UnmarshalJSON(src []byte) error + func (v *NullableStorageCreate) Unset() + func (v NullableStorageCreate) Get() *StorageCreate + func (v NullableStorageCreate) IsSet() bool + func (v NullableStorageCreate) MarshalJSON() ([]byte, error) + type NullableStorageUpdate struct + func NewNullableStorageUpdate(val *StorageUpdate) *NullableStorageUpdate + func (v *NullableStorageUpdate) Set(val *StorageUpdate) + func (v *NullableStorageUpdate) UnmarshalJSON(src []byte) error + func (v *NullableStorageUpdate) Unset() + func (v NullableStorageUpdate) Get() *StorageUpdate + func (v NullableStorageUpdate) IsSet() bool + func (v NullableStorageUpdate) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type NullableTriggerRestoreRequestPayload struct + func NewNullableTriggerRestoreRequestPayload(val *TriggerRestoreRequestPayload) *NullableTriggerRestoreRequestPayload + func (v *NullableTriggerRestoreRequestPayload) Set(val *TriggerRestoreRequestPayload) + func (v *NullableTriggerRestoreRequestPayload) UnmarshalJSON(src []byte) error + func (v *NullableTriggerRestoreRequestPayload) Unset() + func (v NullableTriggerRestoreRequestPayload) Get() *TriggerRestoreRequestPayload + func (v NullableTriggerRestoreRequestPayload) IsSet() bool + func (v NullableTriggerRestoreRequestPayload) MarshalJSON() ([]byte, error) + type NullableUpdateInstancePartiallyRequestPayload struct + func NewNullableUpdateInstancePartiallyRequestPayload(val *UpdateInstancePartiallyRequestPayload) *NullableUpdateInstancePartiallyRequestPayload + func (v *NullableUpdateInstancePartiallyRequestPayload) Set(val *UpdateInstancePartiallyRequestPayload) + func (v *NullableUpdateInstancePartiallyRequestPayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdateInstancePartiallyRequestPayload) Unset() + func (v NullableUpdateInstancePartiallyRequestPayload) Get() *UpdateInstancePartiallyRequestPayload + func (v NullableUpdateInstancePartiallyRequestPayload) IsSet() bool + func (v NullableUpdateInstancePartiallyRequestPayload) MarshalJSON() ([]byte, error) + type NullableUpdateInstancePartiallyRequestPayloadNetwork struct + func NewNullableUpdateInstancePartiallyRequestPayloadNetwork(val *UpdateInstancePartiallyRequestPayloadNetwork) *NullableUpdateInstancePartiallyRequestPayloadNetwork + func (v *NullableUpdateInstancePartiallyRequestPayloadNetwork) Set(val *UpdateInstancePartiallyRequestPayloadNetwork) + func (v *NullableUpdateInstancePartiallyRequestPayloadNetwork) UnmarshalJSON(src []byte) error + func (v *NullableUpdateInstancePartiallyRequestPayloadNetwork) Unset() + func (v NullableUpdateInstancePartiallyRequestPayloadNetwork) Get() *UpdateInstancePartiallyRequestPayloadNetwork + func (v NullableUpdateInstancePartiallyRequestPayloadNetwork) IsSet() bool + func (v NullableUpdateInstancePartiallyRequestPayloadNetwork) MarshalJSON() ([]byte, error) + type NullableUpdateInstanceRequestPayload struct + func NewNullableUpdateInstanceRequestPayload(val *UpdateInstanceRequestPayload) *NullableUpdateInstanceRequestPayload + func (v *NullableUpdateInstanceRequestPayload) Set(val *UpdateInstanceRequestPayload) + func (v *NullableUpdateInstanceRequestPayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdateInstanceRequestPayload) Unset() + func (v NullableUpdateInstanceRequestPayload) Get() *UpdateInstanceRequestPayload + func (v NullableUpdateInstanceRequestPayload) IsSet() bool + func (v NullableUpdateInstanceRequestPayload) MarshalJSON() ([]byte, error) + type NullableUpdateInstanceRequestPayloadNetwork struct + func NewNullableUpdateInstanceRequestPayloadNetwork(val *UpdateInstanceRequestPayloadNetwork) *NullableUpdateInstanceRequestPayloadNetwork + func (v *NullableUpdateInstanceRequestPayloadNetwork) Set(val *UpdateInstanceRequestPayloadNetwork) + func (v *NullableUpdateInstanceRequestPayloadNetwork) UnmarshalJSON(src []byte) error + func (v *NullableUpdateInstanceRequestPayloadNetwork) Unset() + func (v NullableUpdateInstanceRequestPayloadNetwork) Get() *UpdateInstanceRequestPayloadNetwork + func (v NullableUpdateInstanceRequestPayloadNetwork) IsSet() bool + func (v NullableUpdateInstanceRequestPayloadNetwork) MarshalJSON() ([]byte, error) + type NullableUserSort struct + func NewNullableUserSort(val *UserSort) *NullableUserSort + func (v *NullableUserSort) Set(val *UserSort) + func (v *NullableUserSort) UnmarshalJSON(src []byte) error + func (v *NullableUserSort) Unset() + func (v NullableUserSort) Get() *UserSort + func (v NullableUserSort) IsSet() bool + func (v NullableUserSort) MarshalJSON() ([]byte, error) + type NullableValidationError struct + func NewNullableValidationError(val *ValidationError) *NullableValidationError + func (v *NullableValidationError) Set(val *ValidationError) + func (v *NullableValidationError) UnmarshalJSON(src []byte) error + func (v *NullableValidationError) Unset() + func (v NullableValidationError) Get() *ValidationError + func (v NullableValidationError) IsSet() bool + func (v NullableValidationError) MarshalJSON() ([]byte, error) + type NullableValidationErrorValidationInner struct + func NewNullableValidationErrorValidationInner(val *ValidationErrorValidationInner) *NullableValidationErrorValidationInner + func (v *NullableValidationErrorValidationInner) Set(val *ValidationErrorValidationInner) + func (v *NullableValidationErrorValidationInner) UnmarshalJSON(src []byte) error + func (v *NullableValidationErrorValidationInner) Unset() + func (v NullableValidationErrorValidationInner) Get() *ValidationErrorValidationInner + func (v NullableValidationErrorValidationInner) IsSet() bool + func (v NullableValidationErrorValidationInner) MarshalJSON() ([]byte, error) + type NullableVersion struct + func NewNullableVersion(val *Version) *NullableVersion + func (v *NullableVersion) Set(val *Version) + func (v *NullableVersion) UnmarshalJSON(src []byte) error + func (v *NullableVersion) Unset() + func (v NullableVersion) Get() *Version + func (v NullableVersion) IsSet() bool + func (v NullableVersion) MarshalJSON() ([]byte, error) + type Pagination struct + Page int64 + Size int64 + Sort string + TotalPages int64 + TotalRows int64 + func NewPagination(page int64, size int64, sort string, totalPages int64, totalRows int64) *Pagination + func NewPaginationWithDefaults() *Pagination + func (o *Pagination) GetPage() int64 + func (o *Pagination) GetPageOk() (*int64, bool) + func (o *Pagination) GetSize() int64 + func (o *Pagination) GetSizeOk() (*int64, bool) + func (o *Pagination) GetSort() string + func (o *Pagination) GetSortOk() (*string, bool) + func (o *Pagination) GetTotalPages() int64 + func (o *Pagination) GetTotalPagesOk() (*int64, bool) + func (o *Pagination) GetTotalRows() int64 + func (o *Pagination) GetTotalRowsOk() (*int64, bool) + func (o *Pagination) SetPage(v int64) + func (o *Pagination) SetSize(v int64) + func (o *Pagination) SetSort(v string) + func (o *Pagination) SetTotalPages(v int64) + func (o *Pagination) SetTotalRows(v int64) + func (o *Pagination) UnmarshalJSON(data []byte) (err error) + func (o Pagination) MarshalJSON() ([]byte, error) + func (o Pagination) ToMap() (map[string]interface{}, error) + type ProtectInstanceRequestPayload struct + IsDeletable bool + func NewProtectInstanceRequestPayload(isDeletable bool) *ProtectInstanceRequestPayload + func NewProtectInstanceRequestPayloadWithDefaults() *ProtectInstanceRequestPayload + func (o *ProtectInstanceRequestPayload) GetIsDeletable() bool + func (o *ProtectInstanceRequestPayload) GetIsDeletableOk() (*bool, bool) + func (o *ProtectInstanceRequestPayload) SetIsDeletable(v bool) + func (o *ProtectInstanceRequestPayload) UnmarshalJSON(data []byte) (err error) + func (o ProtectInstanceRequestPayload) MarshalJSON() ([]byte, error) + func (o ProtectInstanceRequestPayload) ToMap() (map[string]interface{}, error) + type ProtectInstanceResponse struct + IsDeletable bool + func NewProtectInstanceResponse(isDeletable bool) *ProtectInstanceResponse + func NewProtectInstanceResponseWithDefaults() *ProtectInstanceResponse + func (o *ProtectInstanceResponse) GetIsDeletable() bool + func (o *ProtectInstanceResponse) GetIsDeletableOk() (*bool, bool) + func (o *ProtectInstanceResponse) SetIsDeletable(v bool) + func (o *ProtectInstanceResponse) UnmarshalJSON(data []byte) (err error) + func (o ProtectInstanceResponse) MarshalJSON() ([]byte, error) + func (o ProtectInstanceResponse) ToMap() (map[string]interface{}, error) + type Replicas int32 + const REPLICAS__1 + const REPLICAS__3 + func NewReplicasFromValue(v int32) (*Replicas, error) + func (v *Replicas) UnmarshalJSON(src []byte) error + func (v Replicas) IsValid() bool + func (v Replicas) Ptr() *Replicas + type ReplicasOpt int32 + const REPLICASOPT__1 + const REPLICASOPT__3 + func NewReplicasOptFromValue(v int32) (*ReplicasOpt, error) + func (v *ReplicasOpt) UnmarshalJSON(src []byte) error + func (v ReplicasOpt) IsValid() bool + func (v ReplicasOpt) Ptr() *ReplicasOpt + type ResetUserResponse struct + Password string + Status string + Uri string + Username string + func NewResetUserResponse(password string, status string, uri string, username string) *ResetUserResponse + func NewResetUserResponseWithDefaults() *ResetUserResponse + func (o *ResetUserResponse) GetPassword() string + func (o *ResetUserResponse) GetPasswordOk() (*string, bool) + func (o *ResetUserResponse) GetStatus() string + func (o *ResetUserResponse) GetStatusOk() (*string, bool) + func (o *ResetUserResponse) GetUri() string + func (o *ResetUserResponse) GetUriOk() (*string, bool) + func (o *ResetUserResponse) GetUsername() string + func (o *ResetUserResponse) GetUsernameOk() (*string, bool) + func (o *ResetUserResponse) SetPassword(v string) + func (o *ResetUserResponse) SetStatus(v string) + func (o *ResetUserResponse) SetUri(v string) + func (o *ResetUserResponse) SetUsername(v string) + func (o *ResetUserResponse) UnmarshalJSON(data []byte) (err error) + func (o ResetUserResponse) MarshalJSON() ([]byte, error) + func (o ResetUserResponse) ToMap() (map[string]interface{}, error) + type RestoreDatabaseFromBackupPayload struct + DatabaseName string + Source RestoreDatabaseFromBackupPayloadSource + func NewRestoreDatabaseFromBackupPayload(databaseName string, source RestoreDatabaseFromBackupPayloadSource) *RestoreDatabaseFromBackupPayload + func NewRestoreDatabaseFromBackupPayloadWithDefaults() *RestoreDatabaseFromBackupPayload + func (o *RestoreDatabaseFromBackupPayload) GetDatabaseName() string + func (o *RestoreDatabaseFromBackupPayload) GetDatabaseNameOk() (*string, bool) + func (o *RestoreDatabaseFromBackupPayload) GetSource() RestoreDatabaseFromBackupPayloadSource + func (o *RestoreDatabaseFromBackupPayload) GetSourceOk() (*RestoreDatabaseFromBackupPayloadSource, bool) + func (o *RestoreDatabaseFromBackupPayload) SetDatabaseName(v string) + func (o *RestoreDatabaseFromBackupPayload) SetSource(v RestoreDatabaseFromBackupPayloadSource) + func (o *RestoreDatabaseFromBackupPayload) UnmarshalJSON(data []byte) (err error) + func (o RestoreDatabaseFromBackupPayload) MarshalJSON() ([]byte, error) + func (o RestoreDatabaseFromBackupPayload) ToMap() (map[string]interface{}, error) + type RestoreDatabaseFromBackupPayloadSource struct + SourceBackup *SourceBackup + SourceExternalS3 *SourceExternalS3 + func SourceBackupAsRestoreDatabaseFromBackupPayloadSource(v *SourceBackup) RestoreDatabaseFromBackupPayloadSource + func SourceExternalS3AsRestoreDatabaseFromBackupPayloadSource(v *SourceExternalS3) RestoreDatabaseFromBackupPayloadSource + func (dst *RestoreDatabaseFromBackupPayloadSource) UnmarshalJSON(data []byte) error + func (obj *RestoreDatabaseFromBackupPayloadSource) GetActualInstance() interface{} + func (obj RestoreDatabaseFromBackupPayloadSource) GetActualInstanceValue() interface{} + func (src RestoreDatabaseFromBackupPayloadSource) MarshalJSON() ([]byte, error) + type S3fileInfo struct + FileNumber *int32 + FilePath *string + func NewS3fileInfo() *S3fileInfo + func NewS3fileInfoWithDefaults() *S3fileInfo + func (o *S3fileInfo) GetFileNumber() int32 + func (o *S3fileInfo) GetFileNumberOk() (*int32, bool) + func (o *S3fileInfo) GetFilePath() string + func (o *S3fileInfo) GetFilePathOk() (*string, bool) + func (o *S3fileInfo) HasFileNumber() bool + func (o *S3fileInfo) HasFilePath() bool + func (o *S3fileInfo) SetFileNumber(v int32) + func (o *S3fileInfo) SetFilePath(v string) + func (o S3fileInfo) MarshalJSON() ([]byte, error) + func (o S3fileInfo) ToMap() (map[string]interface{}, error) + type SourceBackup struct + Type string + func NewSourceBackup(types string) *SourceBackup + func NewSourceBackupWithDefaults() *SourceBackup + func (o *SourceBackup) GetType() string + func (o *SourceBackup) GetTypeOk() (*string, bool) + func (o *SourceBackup) SetType(v string) + func (o *SourceBackup) UnmarshalJSON(data []byte) (err error) + func (o SourceBackup) MarshalJSON() ([]byte, error) + func (o SourceBackup) ToMap() (map[string]interface{}, error) + type SourceExternalS3 struct + DatabaseOwner string + LoggingGuid *string + S3Details ExternalS3 + Type string + func NewSourceExternalS3(databaseOwner string, s3Details ExternalS3, types string) *SourceExternalS3 + func NewSourceExternalS3WithDefaults() *SourceExternalS3 + func (o *SourceExternalS3) GetDatabaseOwner() string + func (o *SourceExternalS3) GetDatabaseOwnerOk() (*string, bool) + func (o *SourceExternalS3) GetLoggingGuid() string + func (o *SourceExternalS3) GetLoggingGuidOk() (*string, bool) + func (o *SourceExternalS3) GetS3Details() ExternalS3 + func (o *SourceExternalS3) GetS3DetailsOk() (*ExternalS3, bool) + func (o *SourceExternalS3) GetType() string + func (o *SourceExternalS3) GetTypeOk() (*string, bool) + func (o *SourceExternalS3) HasLoggingGuid() bool + func (o *SourceExternalS3) SetDatabaseOwner(v string) + func (o *SourceExternalS3) SetLoggingGuid(v string) + func (o *SourceExternalS3) SetS3Details(v ExternalS3) + func (o *SourceExternalS3) SetType(v string) + func (o *SourceExternalS3) UnmarshalJSON(data []byte) (err error) + func (o SourceExternalS3) MarshalJSON() ([]byte, error) + func (o SourceExternalS3) ToMap() (map[string]interface{}, error) + type Status string + const STATUS_FAILURE + const STATUS_PENDING + const STATUS_PROGRESSING + const STATUS_READY + const STATUS_TERMINATING + const STATUS_UNKNOWN + func NewStatusFromValue(v string) (*Status, error) + func (v *Status) UnmarshalJSON(src []byte) error + func (v Status) IsValid() bool + func (v Status) Ptr() *Status + type Storage struct + Class *string + Size *int64 + func NewStorage() *Storage + func NewStorageWithDefaults() *Storage + func (o *Storage) GetClass() string + func (o *Storage) GetClassOk() (*string, bool) + func (o *Storage) GetSize() int64 + func (o *Storage) GetSizeOk() (*int64, bool) + func (o *Storage) HasClass() bool + func (o *Storage) HasSize() bool + func (o *Storage) SetClass(v string) + func (o *Storage) SetSize(v int64) + func (o Storage) MarshalJSON() ([]byte, error) + func (o Storage) ToMap() (map[string]interface{}, error) + type StorageCreate struct + Class string + Size int64 + func NewStorageCreate(class string, size int64) *StorageCreate + func NewStorageCreateWithDefaults() *StorageCreate + func (o *StorageCreate) GetClass() string + func (o *StorageCreate) GetClassOk() (*string, bool) + func (o *StorageCreate) GetSize() int64 + func (o *StorageCreate) GetSizeOk() (*int64, bool) + func (o *StorageCreate) SetClass(v string) + func (o *StorageCreate) SetSize(v int64) + func (o *StorageCreate) UnmarshalJSON(data []byte) (err error) + func (o StorageCreate) MarshalJSON() ([]byte, error) + func (o StorageCreate) ToMap() (map[string]interface{}, error) + type StorageUpdate struct + Size *int64 + func NewStorageUpdate() *StorageUpdate + func NewStorageUpdateWithDefaults() *StorageUpdate + func (o *StorageUpdate) GetSize() int64 + func (o *StorageUpdate) GetSizeOk() (*int64, bool) + func (o *StorageUpdate) HasSize() bool + func (o *StorageUpdate) SetSize(v int64) + func (o StorageUpdate) MarshalJSON() ([]byte, error) + func (o StorageUpdate) ToMap() (map[string]interface{}, error) + type TriggerRestoreRequestPayload struct + Name string + RestoreDateTime string + func NewTriggerRestoreRequestPayload(name string, restoreDateTime string) *TriggerRestoreRequestPayload + func NewTriggerRestoreRequestPayloadWithDefaults() *TriggerRestoreRequestPayload + func (o *TriggerRestoreRequestPayload) GetName() string + func (o *TriggerRestoreRequestPayload) GetNameOk() (*string, bool) + func (o *TriggerRestoreRequestPayload) GetRestoreDateTime() string + func (o *TriggerRestoreRequestPayload) GetRestoreDateTimeOk() (*string, bool) + func (o *TriggerRestoreRequestPayload) SetName(v string) + func (o *TriggerRestoreRequestPayload) SetRestoreDateTime(v string) + func (o *TriggerRestoreRequestPayload) UnmarshalJSON(data []byte) (err error) + func (o TriggerRestoreRequestPayload) MarshalJSON() ([]byte, error) + func (o TriggerRestoreRequestPayload) ToMap() (map[string]interface{}, error) + type UpdateInstancePartiallyRequestPayload struct + BackupSchedule *string + FlavorId *string + Name *string + Network *UpdateInstancePartiallyRequestPayloadNetwork + Replicas *ReplicasOpt + RetentionDays *int32 + Storage *StorageUpdate + Version *InstanceVersionOpt + func NewUpdateInstancePartiallyRequestPayload() *UpdateInstancePartiallyRequestPayload + func NewUpdateInstancePartiallyRequestPayloadWithDefaults() *UpdateInstancePartiallyRequestPayload + func (o *UpdateInstancePartiallyRequestPayload) GetBackupSchedule() string + func (o *UpdateInstancePartiallyRequestPayload) GetBackupScheduleOk() (*string, bool) + func (o *UpdateInstancePartiallyRequestPayload) GetFlavorId() string + func (o *UpdateInstancePartiallyRequestPayload) GetFlavorIdOk() (*string, bool) + func (o *UpdateInstancePartiallyRequestPayload) GetName() string + func (o *UpdateInstancePartiallyRequestPayload) GetNameOk() (*string, bool) + func (o *UpdateInstancePartiallyRequestPayload) GetNetwork() UpdateInstancePartiallyRequestPayloadNetwork + func (o *UpdateInstancePartiallyRequestPayload) GetNetworkOk() (*UpdateInstancePartiallyRequestPayloadNetwork, bool) + func (o *UpdateInstancePartiallyRequestPayload) GetReplicas() ReplicasOpt + func (o *UpdateInstancePartiallyRequestPayload) GetReplicasOk() (*ReplicasOpt, bool) + func (o *UpdateInstancePartiallyRequestPayload) GetRetentionDays() int32 + func (o *UpdateInstancePartiallyRequestPayload) GetRetentionDaysOk() (*int32, bool) + func (o *UpdateInstancePartiallyRequestPayload) GetStorage() StorageUpdate + func (o *UpdateInstancePartiallyRequestPayload) GetStorageOk() (*StorageUpdate, bool) + func (o *UpdateInstancePartiallyRequestPayload) GetVersion() InstanceVersionOpt + func (o *UpdateInstancePartiallyRequestPayload) GetVersionOk() (*InstanceVersionOpt, bool) + func (o *UpdateInstancePartiallyRequestPayload) HasBackupSchedule() bool + func (o *UpdateInstancePartiallyRequestPayload) HasFlavorId() bool + func (o *UpdateInstancePartiallyRequestPayload) HasName() bool + func (o *UpdateInstancePartiallyRequestPayload) HasNetwork() bool + func (o *UpdateInstancePartiallyRequestPayload) HasReplicas() bool + func (o *UpdateInstancePartiallyRequestPayload) HasRetentionDays() bool + func (o *UpdateInstancePartiallyRequestPayload) HasStorage() bool + func (o *UpdateInstancePartiallyRequestPayload) HasVersion() bool + func (o *UpdateInstancePartiallyRequestPayload) SetBackupSchedule(v string) + func (o *UpdateInstancePartiallyRequestPayload) SetFlavorId(v string) + func (o *UpdateInstancePartiallyRequestPayload) SetName(v string) + func (o *UpdateInstancePartiallyRequestPayload) SetNetwork(v UpdateInstancePartiallyRequestPayloadNetwork) + func (o *UpdateInstancePartiallyRequestPayload) SetReplicas(v ReplicasOpt) + func (o *UpdateInstancePartiallyRequestPayload) SetRetentionDays(v int32) + func (o *UpdateInstancePartiallyRequestPayload) SetStorage(v StorageUpdate) + func (o *UpdateInstancePartiallyRequestPayload) SetVersion(v InstanceVersionOpt) + func (o UpdateInstancePartiallyRequestPayload) MarshalJSON() ([]byte, error) + func (o UpdateInstancePartiallyRequestPayload) ToMap() (map[string]interface{}, error) + type UpdateInstancePartiallyRequestPayloadNetwork struct + Acl []string + func NewUpdateInstancePartiallyRequestPayloadNetwork() *UpdateInstancePartiallyRequestPayloadNetwork + func NewUpdateInstancePartiallyRequestPayloadNetworkWithDefaults() *UpdateInstancePartiallyRequestPayloadNetwork + func (o *UpdateInstancePartiallyRequestPayloadNetwork) GetAcl() []string + func (o *UpdateInstancePartiallyRequestPayloadNetwork) GetAclOk() ([]string, bool) + func (o *UpdateInstancePartiallyRequestPayloadNetwork) HasAcl() bool + func (o *UpdateInstancePartiallyRequestPayloadNetwork) SetAcl(v []string) + func (o UpdateInstancePartiallyRequestPayloadNetwork) MarshalJSON() ([]byte, error) + func (o UpdateInstancePartiallyRequestPayloadNetwork) ToMap() (map[string]interface{}, error) + type UpdateInstanceRequestPayload struct + BackupSchedule string + FlavorId string + Name string + Network UpdateInstanceRequestPayloadNetwork + Replicas Replicas + RetentionDays int32 + Storage StorageUpdate + Version InstanceVersion + func NewUpdateInstanceRequestPayload(backupSchedule string, flavorId string, name string, ...) *UpdateInstanceRequestPayload + func NewUpdateInstanceRequestPayloadWithDefaults() *UpdateInstanceRequestPayload + func (o *UpdateInstanceRequestPayload) GetBackupSchedule() string + func (o *UpdateInstanceRequestPayload) GetBackupScheduleOk() (*string, bool) + func (o *UpdateInstanceRequestPayload) GetFlavorId() string + func (o *UpdateInstanceRequestPayload) GetFlavorIdOk() (*string, bool) + func (o *UpdateInstanceRequestPayload) GetName() string + func (o *UpdateInstanceRequestPayload) GetNameOk() (*string, bool) + func (o *UpdateInstanceRequestPayload) GetNetwork() UpdateInstanceRequestPayloadNetwork + func (o *UpdateInstanceRequestPayload) GetNetworkOk() (*UpdateInstanceRequestPayloadNetwork, bool) + func (o *UpdateInstanceRequestPayload) GetReplicas() Replicas + func (o *UpdateInstanceRequestPayload) GetReplicasOk() (*Replicas, bool) + func (o *UpdateInstanceRequestPayload) GetRetentionDays() int32 + func (o *UpdateInstanceRequestPayload) GetRetentionDaysOk() (*int32, bool) + func (o *UpdateInstanceRequestPayload) GetStorage() StorageUpdate + func (o *UpdateInstanceRequestPayload) GetStorageOk() (*StorageUpdate, bool) + func (o *UpdateInstanceRequestPayload) GetVersion() InstanceVersion + func (o *UpdateInstanceRequestPayload) GetVersionOk() (*InstanceVersion, bool) + func (o *UpdateInstanceRequestPayload) SetBackupSchedule(v string) + func (o *UpdateInstanceRequestPayload) SetFlavorId(v string) + func (o *UpdateInstanceRequestPayload) SetName(v string) + func (o *UpdateInstanceRequestPayload) SetNetwork(v UpdateInstanceRequestPayloadNetwork) + func (o *UpdateInstanceRequestPayload) SetReplicas(v Replicas) + func (o *UpdateInstanceRequestPayload) SetRetentionDays(v int32) + func (o *UpdateInstanceRequestPayload) SetStorage(v StorageUpdate) + func (o *UpdateInstanceRequestPayload) SetVersion(v InstanceVersion) + func (o *UpdateInstanceRequestPayload) UnmarshalJSON(data []byte) (err error) + func (o UpdateInstanceRequestPayload) MarshalJSON() ([]byte, error) + func (o UpdateInstanceRequestPayload) ToMap() (map[string]interface{}, error) + type UpdateInstanceRequestPayloadNetwork struct + Acl []string + func NewUpdateInstanceRequestPayloadNetwork(acl []string) *UpdateInstanceRequestPayloadNetwork + func NewUpdateInstanceRequestPayloadNetworkWithDefaults() *UpdateInstanceRequestPayloadNetwork + func (o *UpdateInstanceRequestPayloadNetwork) GetAcl() []string + func (o *UpdateInstanceRequestPayloadNetwork) GetAclOk() ([]string, bool) + func (o *UpdateInstanceRequestPayloadNetwork) SetAcl(v []string) + func (o *UpdateInstanceRequestPayloadNetwork) UnmarshalJSON(data []byte) (err error) + func (o UpdateInstanceRequestPayloadNetwork) MarshalJSON() ([]byte, error) + func (o UpdateInstanceRequestPayloadNetwork) ToMap() (map[string]interface{}, error) + type UserSort string + const USERSORT_ID_ASC + const USERSORT_ID_DESC + const USERSORT_INDEX_ASC + const USERSORT_INDEX_DESC + const USERSORT_NAME_ASC + const USERSORT_NAME_DESC + const USERSORT_STATUS_ASC + const USERSORT_STATUS_DESC + func NewUserSortFromValue(v string) (*UserSort, error) + func (v *UserSort) UnmarshalJSON(src []byte) error + func (v UserSort) IsValid() bool + func (v UserSort) Ptr() *UserSort + type ValidationError struct + Code int32 + Validation []ValidationErrorValidationInner + func NewValidationError(code int32, validation []ValidationErrorValidationInner) *ValidationError + func NewValidationErrorWithDefaults() *ValidationError + func (o *ValidationError) GetCode() int32 + func (o *ValidationError) GetCodeOk() (*int32, bool) + func (o *ValidationError) GetValidation() []ValidationErrorValidationInner + func (o *ValidationError) GetValidationOk() ([]ValidationErrorValidationInner, bool) + func (o *ValidationError) SetCode(v int32) + func (o *ValidationError) SetValidation(v []ValidationErrorValidationInner) + func (o *ValidationError) UnmarshalJSON(data []byte) (err error) + func (o ValidationError) MarshalJSON() ([]byte, error) + func (o ValidationError) ToMap() (map[string]interface{}, error) + type ValidationErrorValidationInner struct + Field string + Message string + func NewValidationErrorValidationInner(field string, message string) *ValidationErrorValidationInner + func NewValidationErrorValidationInnerWithDefaults() *ValidationErrorValidationInner + func (o *ValidationErrorValidationInner) GetField() string + func (o *ValidationErrorValidationInner) GetFieldOk() (*string, bool) + func (o *ValidationErrorValidationInner) GetMessage() string + func (o *ValidationErrorValidationInner) GetMessageOk() (*string, bool) + func (o *ValidationErrorValidationInner) SetField(v string) + func (o *ValidationErrorValidationInner) SetMessage(v string) + func (o *ValidationErrorValidationInner) UnmarshalJSON(data []byte) (err error) + func (o ValidationErrorValidationInner) MarshalJSON() ([]byte, error) + func (o ValidationErrorValidationInner) ToMap() (map[string]interface{}, error) + type Version struct + Beta bool + Deprecated string + Recommend bool + Version string + func NewVersion(beta bool, deprecated string, recommend bool, version string) *Version + func NewVersionWithDefaults() *Version + func (o *Version) GetBeta() bool + func (o *Version) GetBetaOk() (*bool, bool) + func (o *Version) GetDeprecated() string + func (o *Version) GetDeprecatedOk() (*string, bool) + func (o *Version) GetRecommend() bool + func (o *Version) GetRecommendOk() (*bool, bool) + func (o *Version) GetVersion() string + func (o *Version) GetVersionOk() (*string, bool) + func (o *Version) SetBeta(v bool) + func (o *Version) SetDeprecated(v string) + func (o *Version) SetRecommend(v bool) + func (o *Version) SetVersion(v string) + func (o *Version) UnmarshalJSON(data []byte) (err error) + func (o Version) MarshalJSON() ([]byte, error) + func (o Version) ToMap() (map[string]interface{}, error)