Versions in this module Expand all Collapse all v1 v1.18.1 Sep 8, 2026 v1.18.0 Aug 10, 2026 v1.17.0 Aug 5, 2026 v1.16.1 Jul 16, 2026 v1.16.0 Jul 8, 2026 v1.15.0 Jul 7, 2026 Changes in this version + type ApiListCollationsRequest struct + ApiService DefaultAPI + func (r ApiListCollationsRequest) Execute() (*ListCollationsResponse, error) + type ApiListFlavorsRequest struct + ApiService DefaultAPI + func (r ApiListFlavorsRequest) Execute() (*ListFlavorsResponse, error) + func (r ApiListFlavorsRequest) Page(page int64) ApiListFlavorsRequest + func (r ApiListFlavorsRequest) Size(size int64) ApiListFlavorsRequest + func (r ApiListFlavorsRequest) Sort(sort FlavorSort) ApiListFlavorsRequest + type ApiListStoragesRequest struct + ApiService DefaultAPI + func (r ApiListStoragesRequest) Execute() (*ListStoragesResponse, error) + type ApiListVersionsRequest struct + ApiService DefaultAPI + func (r ApiListVersionsRequest) Execute() (*ListVersionsResponse, error) + type ApiPartialUpdateInstanceRequest struct + ApiService DefaultAPI + func (r ApiPartialUpdateInstanceRequest) Execute() error + func (r ApiPartialUpdateInstanceRequest) PartialUpdateInstancePayload(partialUpdateInstancePayload PartialUpdateInstancePayload) ApiPartialUpdateInstanceRequest + type ApiUpdateInstanceProtectionRequest struct + ApiService DefaultAPI + func (r ApiUpdateInstanceProtectionRequest) Execute() (*UpdateInstanceProtectionResponse, error) + func (r ApiUpdateInstanceProtectionRequest) UpdateInstanceProtectionPayload(updateInstanceProtectionPayload UpdateInstanceProtectionPayload) ApiUpdateInstanceProtectionRequest type DefaultAPI + ListCollations func(ctx context.Context, projectId string, region string, instanceId string) ApiListCollationsRequest + ListCollationsExecute func(r ApiListCollationsRequest) (*ListCollationsResponse, error) + ListFlavors func(ctx context.Context, projectId string, region string) ApiListFlavorsRequest + ListFlavorsExecute func(r ApiListFlavorsRequest) (*ListFlavorsResponse, error) + ListStorages func(ctx context.Context, projectId string, region string, flavorId string) ApiListStoragesRequest + ListStoragesExecute func(r ApiListStoragesRequest) (*ListStoragesResponse, error) + ListVersions func(ctx context.Context, projectId string, region string) ApiListVersionsRequest + ListVersionsExecute func(r ApiListVersionsRequest) (*ListVersionsResponse, error) + PartialUpdateInstance func(ctx context.Context, projectId string, region string, instanceId string) ApiPartialUpdateInstanceRequest + PartialUpdateInstanceExecute func(r ApiPartialUpdateInstanceRequest) error + UpdateInstanceProtection func(ctx context.Context, projectId string, region string, instanceId string) ApiUpdateInstanceProtectionRequest + UpdateInstanceProtectionExecute func(r ApiUpdateInstanceProtectionRequest) (*UpdateInstanceProtectionResponse, error) type DefaultAPIService + func (a *DefaultAPIService) ListCollations(ctx context.Context, projectId string, region string, instanceId string) ApiListCollationsRequest + func (a *DefaultAPIService) ListCollationsExecute(r ApiListCollationsRequest) (*ListCollationsResponse, error) + func (a *DefaultAPIService) ListFlavors(ctx context.Context, projectId string, region string) ApiListFlavorsRequest + func (a *DefaultAPIService) ListFlavorsExecute(r ApiListFlavorsRequest) (*ListFlavorsResponse, error) + func (a *DefaultAPIService) ListStorages(ctx context.Context, projectId string, region string, flavorId string) ApiListStoragesRequest + func (a *DefaultAPIService) ListStoragesExecute(r ApiListStoragesRequest) (*ListStoragesResponse, error) + func (a *DefaultAPIService) ListVersions(ctx context.Context, projectId string, region string) ApiListVersionsRequest + func (a *DefaultAPIService) ListVersionsExecute(r ApiListVersionsRequest) (*ListVersionsResponse, error) + func (a *DefaultAPIService) PartialUpdateInstance(ctx context.Context, projectId string, region string, instanceId string) ApiPartialUpdateInstanceRequest + func (a *DefaultAPIService) PartialUpdateInstanceExecute(r ApiPartialUpdateInstanceRequest) error + func (a *DefaultAPIService) UpdateInstanceProtection(ctx context.Context, projectId string, region string, instanceId string) ApiUpdateInstanceProtectionRequest + func (a *DefaultAPIService) UpdateInstanceProtectionExecute(r ApiUpdateInstanceProtectionRequest) (*UpdateInstanceProtectionResponse, error) type DefaultAPIServiceMock + ListCollationsExecuteMock *func(r ApiListCollationsRequest) (*ListCollationsResponse, error) + ListFlavorsExecuteMock *func(r ApiListFlavorsRequest) (*ListFlavorsResponse, error) + ListStoragesExecuteMock *func(r ApiListStoragesRequest) (*ListStoragesResponse, error) + ListVersionsExecuteMock *func(r ApiListVersionsRequest) (*ListVersionsResponse, error) + PartialUpdateInstanceExecuteMock *func(r ApiPartialUpdateInstanceRequest) error + UpdateInstanceProtectionExecuteMock *func(r ApiUpdateInstanceProtectionRequest) (*UpdateInstanceProtectionResponse, error) + func (a DefaultAPIServiceMock) ListCollations(ctx context.Context, projectId string, region string, instanceId string) ApiListCollationsRequest + func (a DefaultAPIServiceMock) ListCollationsExecute(r ApiListCollationsRequest) (*ListCollationsResponse, error) + func (a DefaultAPIServiceMock) ListFlavors(ctx context.Context, projectId string, region string) ApiListFlavorsRequest + func (a DefaultAPIServiceMock) ListFlavorsExecute(r ApiListFlavorsRequest) (*ListFlavorsResponse, error) + func (a DefaultAPIServiceMock) ListStorages(ctx context.Context, projectId string, region string, flavorId string) ApiListStoragesRequest + func (a DefaultAPIServiceMock) ListStoragesExecute(r ApiListStoragesRequest) (*ListStoragesResponse, error) + func (a DefaultAPIServiceMock) ListVersions(ctx context.Context, projectId string, region string) ApiListVersionsRequest + func (a DefaultAPIServiceMock) ListVersionsExecute(r ApiListVersionsRequest) (*ListVersionsResponse, error) + func (a DefaultAPIServiceMock) PartialUpdateInstance(ctx context.Context, projectId string, region string, instanceId string) ApiPartialUpdateInstanceRequest + func (a DefaultAPIServiceMock) PartialUpdateInstanceExecute(r ApiPartialUpdateInstanceRequest) error + func (a DefaultAPIServiceMock) UpdateInstanceProtection(ctx context.Context, projectId string, region string, instanceId string) ApiUpdateInstanceProtectionRequest + func (a DefaultAPIServiceMock) UpdateInstanceProtectionExecute(r ApiUpdateInstanceProtectionRequest) (*UpdateInstanceProtectionResponse, error) + type ListCollationsResponse struct + AdditionalProperties map[string]interface{} + Collations []DatabaseGetcollation + func NewListCollationsResponse(collations []DatabaseGetcollation) *ListCollationsResponse + func NewListCollationsResponseWithDefaults() *ListCollationsResponse + func (o *ListCollationsResponse) GetCollations() []DatabaseGetcollation + func (o *ListCollationsResponse) GetCollationsOk() ([]DatabaseGetcollation, bool) + func (o *ListCollationsResponse) SetCollations(v []DatabaseGetcollation) + func (o *ListCollationsResponse) UnmarshalJSON(data []byte) (err error) + func (o ListCollationsResponse) MarshalJSON() ([]byte, error) + func (o ListCollationsResponse) ToMap() (map[string]interface{}, error) + type ListFlavorsResponse struct + AdditionalProperties map[string]interface{} + Flavors []ListFlavors + Pagination Pagination + func NewListFlavorsResponse(flavors []ListFlavors, pagination Pagination) *ListFlavorsResponse + func NewListFlavorsResponseWithDefaults() *ListFlavorsResponse + func (o *ListFlavorsResponse) GetFlavors() []ListFlavors + func (o *ListFlavorsResponse) GetFlavorsOk() ([]ListFlavors, bool) + func (o *ListFlavorsResponse) GetPagination() Pagination + func (o *ListFlavorsResponse) GetPaginationOk() (*Pagination, bool) + func (o *ListFlavorsResponse) SetFlavors(v []ListFlavors) + func (o *ListFlavorsResponse) SetPagination(v Pagination) + func (o *ListFlavorsResponse) UnmarshalJSON(data []byte) (err error) + func (o ListFlavorsResponse) MarshalJSON() ([]byte, error) + func (o ListFlavorsResponse) ToMap() (map[string]interface{}, error) + type ListStoragesResponse struct + AdditionalProperties map[string]interface{} + StorageClasses []FlavorStorageClassesStorageClass + StorageRange FlavorStorageRange + func NewListStoragesResponse(storageClasses []FlavorStorageClassesStorageClass, ...) *ListStoragesResponse + func NewListStoragesResponseWithDefaults() *ListStoragesResponse + func (o *ListStoragesResponse) GetStorageClasses() []FlavorStorageClassesStorageClass + func (o *ListStoragesResponse) GetStorageClassesOk() ([]FlavorStorageClassesStorageClass, bool) + func (o *ListStoragesResponse) GetStorageRange() FlavorStorageRange + func (o *ListStoragesResponse) GetStorageRangeOk() (*FlavorStorageRange, bool) + func (o *ListStoragesResponse) SetStorageClasses(v []FlavorStorageClassesStorageClass) + func (o *ListStoragesResponse) SetStorageRange(v FlavorStorageRange) + func (o *ListStoragesResponse) UnmarshalJSON(data []byte) (err error) + func (o ListStoragesResponse) MarshalJSON() ([]byte, error) + func (o ListStoragesResponse) ToMap() (map[string]interface{}, error) + type ListVersionsResponse struct + AdditionalProperties map[string]interface{} + Versions []Version + func NewListVersionsResponse(versions []Version) *ListVersionsResponse + func NewListVersionsResponseWithDefaults() *ListVersionsResponse + func (o *ListVersionsResponse) GetVersions() []Version + func (o *ListVersionsResponse) GetVersionsOk() ([]Version, bool) + func (o *ListVersionsResponse) SetVersions(v []Version) + func (o *ListVersionsResponse) UnmarshalJSON(data []byte) (err error) + func (o ListVersionsResponse) MarshalJSON() ([]byte, error) + func (o ListVersionsResponse) ToMap() (map[string]interface{}, error) + type NullableListCollationsResponse struct + func NewNullableListCollationsResponse(val *ListCollationsResponse) *NullableListCollationsResponse + func (v *NullableListCollationsResponse) Set(val *ListCollationsResponse) + func (v *NullableListCollationsResponse) UnmarshalJSON(src []byte) error + func (v *NullableListCollationsResponse) Unset() + func (v NullableListCollationsResponse) Get() *ListCollationsResponse + func (v NullableListCollationsResponse) IsSet() bool + func (v NullableListCollationsResponse) MarshalJSON() ([]byte, error) + type NullableListFlavorsResponse struct + func NewNullableListFlavorsResponse(val *ListFlavorsResponse) *NullableListFlavorsResponse + func (v *NullableListFlavorsResponse) Set(val *ListFlavorsResponse) + func (v *NullableListFlavorsResponse) UnmarshalJSON(src []byte) error + func (v *NullableListFlavorsResponse) Unset() + func (v NullableListFlavorsResponse) Get() *ListFlavorsResponse + func (v NullableListFlavorsResponse) IsSet() bool + func (v NullableListFlavorsResponse) MarshalJSON() ([]byte, error) + type NullableListStoragesResponse struct + func NewNullableListStoragesResponse(val *ListStoragesResponse) *NullableListStoragesResponse + func (v *NullableListStoragesResponse) Set(val *ListStoragesResponse) + func (v *NullableListStoragesResponse) UnmarshalJSON(src []byte) error + func (v *NullableListStoragesResponse) Unset() + func (v NullableListStoragesResponse) Get() *ListStoragesResponse + func (v NullableListStoragesResponse) IsSet() bool + func (v NullableListStoragesResponse) MarshalJSON() ([]byte, error) + type NullableListVersionsResponse struct + func NewNullableListVersionsResponse(val *ListVersionsResponse) *NullableListVersionsResponse + func (v *NullableListVersionsResponse) Set(val *ListVersionsResponse) + func (v *NullableListVersionsResponse) UnmarshalJSON(src []byte) error + func (v *NullableListVersionsResponse) Unset() + func (v NullableListVersionsResponse) Get() *ListVersionsResponse + func (v NullableListVersionsResponse) IsSet() bool + func (v NullableListVersionsResponse) MarshalJSON() ([]byte, error) + type NullablePartialUpdateInstancePayload struct + func NewNullablePartialUpdateInstancePayload(val *PartialUpdateInstancePayload) *NullablePartialUpdateInstancePayload + func (v *NullablePartialUpdateInstancePayload) Set(val *PartialUpdateInstancePayload) + func (v *NullablePartialUpdateInstancePayload) UnmarshalJSON(src []byte) error + func (v *NullablePartialUpdateInstancePayload) Unset() + func (v NullablePartialUpdateInstancePayload) Get() *PartialUpdateInstancePayload + func (v NullablePartialUpdateInstancePayload) IsSet() bool + func (v NullablePartialUpdateInstancePayload) MarshalJSON() ([]byte, error) + type NullablePartialUpdateInstancePayloadNetwork struct + func NewNullablePartialUpdateInstancePayloadNetwork(val *PartialUpdateInstancePayloadNetwork) *NullablePartialUpdateInstancePayloadNetwork + func (v *NullablePartialUpdateInstancePayloadNetwork) Set(val *PartialUpdateInstancePayloadNetwork) + func (v *NullablePartialUpdateInstancePayloadNetwork) UnmarshalJSON(src []byte) error + func (v *NullablePartialUpdateInstancePayloadNetwork) Unset() + func (v NullablePartialUpdateInstancePayloadNetwork) Get() *PartialUpdateInstancePayloadNetwork + func (v NullablePartialUpdateInstancePayloadNetwork) IsSet() bool + func (v NullablePartialUpdateInstancePayloadNetwork) MarshalJSON() ([]byte, error) + type NullableUpdateInstanceProtectionPayload struct + func NewNullableUpdateInstanceProtectionPayload(val *UpdateInstanceProtectionPayload) *NullableUpdateInstanceProtectionPayload + func (v *NullableUpdateInstanceProtectionPayload) Set(val *UpdateInstanceProtectionPayload) + func (v *NullableUpdateInstanceProtectionPayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdateInstanceProtectionPayload) Unset() + func (v NullableUpdateInstanceProtectionPayload) Get() *UpdateInstanceProtectionPayload + func (v NullableUpdateInstanceProtectionPayload) IsSet() bool + func (v NullableUpdateInstanceProtectionPayload) MarshalJSON() ([]byte, error) + type NullableUpdateInstanceProtectionResponse struct + func NewNullableUpdateInstanceProtectionResponse(val *UpdateInstanceProtectionResponse) *NullableUpdateInstanceProtectionResponse + func (v *NullableUpdateInstanceProtectionResponse) Set(val *UpdateInstanceProtectionResponse) + func (v *NullableUpdateInstanceProtectionResponse) UnmarshalJSON(src []byte) error + func (v *NullableUpdateInstanceProtectionResponse) Unset() + func (v NullableUpdateInstanceProtectionResponse) Get() *UpdateInstanceProtectionResponse + func (v NullableUpdateInstanceProtectionResponse) IsSet() bool + func (v NullableUpdateInstanceProtectionResponse) MarshalJSON() ([]byte, error) + type PartialUpdateInstancePayload struct + AdditionalProperties map[string]interface{} + BackupSchedule *string + FlavorId *string + Labels *map[string]string + Name *string + Network *PartialUpdateInstancePayloadNetwork + RetentionDays *int32 + Storage *StorageUpdate + Version *InstanceVersionOpt + func NewPartialUpdateInstancePayload() *PartialUpdateInstancePayload + func NewPartialUpdateInstancePayloadWithDefaults() *PartialUpdateInstancePayload + func (o *PartialUpdateInstancePayload) GetBackupSchedule() string + func (o *PartialUpdateInstancePayload) GetBackupScheduleOk() (*string, bool) + func (o *PartialUpdateInstancePayload) GetFlavorId() string + func (o *PartialUpdateInstancePayload) GetFlavorIdOk() (*string, bool) + func (o *PartialUpdateInstancePayload) GetLabels() map[string]string + func (o *PartialUpdateInstancePayload) GetLabelsOk() (*map[string]string, bool) + func (o *PartialUpdateInstancePayload) GetName() string + func (o *PartialUpdateInstancePayload) GetNameOk() (*string, bool) + func (o *PartialUpdateInstancePayload) GetNetwork() PartialUpdateInstancePayloadNetwork + func (o *PartialUpdateInstancePayload) GetNetworkOk() (*PartialUpdateInstancePayloadNetwork, bool) + func (o *PartialUpdateInstancePayload) GetRetentionDays() int32 + func (o *PartialUpdateInstancePayload) GetRetentionDaysOk() (*int32, bool) + func (o *PartialUpdateInstancePayload) GetStorage() StorageUpdate + func (o *PartialUpdateInstancePayload) GetStorageOk() (*StorageUpdate, bool) + func (o *PartialUpdateInstancePayload) GetVersion() InstanceVersionOpt + func (o *PartialUpdateInstancePayload) GetVersionOk() (*InstanceVersionOpt, bool) + func (o *PartialUpdateInstancePayload) HasBackupSchedule() bool + func (o *PartialUpdateInstancePayload) HasFlavorId() bool + func (o *PartialUpdateInstancePayload) HasLabels() bool + func (o *PartialUpdateInstancePayload) HasName() bool + func (o *PartialUpdateInstancePayload) HasNetwork() bool + func (o *PartialUpdateInstancePayload) HasRetentionDays() bool + func (o *PartialUpdateInstancePayload) HasStorage() bool + func (o *PartialUpdateInstancePayload) HasVersion() bool + func (o *PartialUpdateInstancePayload) SetBackupSchedule(v string) + func (o *PartialUpdateInstancePayload) SetFlavorId(v string) + func (o *PartialUpdateInstancePayload) SetLabels(v map[string]string) + func (o *PartialUpdateInstancePayload) SetName(v string) + func (o *PartialUpdateInstancePayload) SetNetwork(v PartialUpdateInstancePayloadNetwork) + func (o *PartialUpdateInstancePayload) SetRetentionDays(v int32) + func (o *PartialUpdateInstancePayload) SetStorage(v StorageUpdate) + func (o *PartialUpdateInstancePayload) SetVersion(v InstanceVersionOpt) + func (o *PartialUpdateInstancePayload) UnmarshalJSON(data []byte) (err error) + func (o PartialUpdateInstancePayload) MarshalJSON() ([]byte, error) + func (o PartialUpdateInstancePayload) ToMap() (map[string]interface{}, error) + type PartialUpdateInstancePayloadNetwork struct + Acl []string + AdditionalProperties map[string]interface{} + func NewPartialUpdateInstancePayloadNetwork() *PartialUpdateInstancePayloadNetwork + func NewPartialUpdateInstancePayloadNetworkWithDefaults() *PartialUpdateInstancePayloadNetwork + func (o *PartialUpdateInstancePayloadNetwork) GetAcl() []string + func (o *PartialUpdateInstancePayloadNetwork) GetAclOk() ([]string, bool) + func (o *PartialUpdateInstancePayloadNetwork) HasAcl() bool + func (o *PartialUpdateInstancePayloadNetwork) SetAcl(v []string) + func (o *PartialUpdateInstancePayloadNetwork) UnmarshalJSON(data []byte) (err error) + func (o PartialUpdateInstancePayloadNetwork) MarshalJSON() ([]byte, error) + func (o PartialUpdateInstancePayloadNetwork) ToMap() (map[string]interface{}, error) + type UpdateInstanceProtectionPayload struct + AdditionalProperties map[string]interface{} + IsDeletable bool + func NewUpdateInstanceProtectionPayload(isDeletable bool) *UpdateInstanceProtectionPayload + func NewUpdateInstanceProtectionPayloadWithDefaults() *UpdateInstanceProtectionPayload + func (o *UpdateInstanceProtectionPayload) GetIsDeletable() bool + func (o *UpdateInstanceProtectionPayload) GetIsDeletableOk() (*bool, bool) + func (o *UpdateInstanceProtectionPayload) SetIsDeletable(v bool) + func (o *UpdateInstanceProtectionPayload) UnmarshalJSON(data []byte) (err error) + func (o UpdateInstanceProtectionPayload) MarshalJSON() ([]byte, error) + func (o UpdateInstanceProtectionPayload) ToMap() (map[string]interface{}, error) + type UpdateInstanceProtectionResponse struct + AdditionalProperties map[string]interface{} + IsDeletable bool + func NewUpdateInstanceProtectionResponse(isDeletable bool) *UpdateInstanceProtectionResponse + func NewUpdateInstanceProtectionResponseWithDefaults() *UpdateInstanceProtectionResponse + func (o *UpdateInstanceProtectionResponse) GetIsDeletable() bool + func (o *UpdateInstanceProtectionResponse) GetIsDeletableOk() (*bool, bool) + func (o *UpdateInstanceProtectionResponse) SetIsDeletable(v bool) + func (o *UpdateInstanceProtectionResponse) UnmarshalJSON(data []byte) (err error) + func (o UpdateInstanceProtectionResponse) MarshalJSON() ([]byte, error) + func (o UpdateInstanceProtectionResponse) ToMap() (map[string]interface{}, error) v1.14.0 Jun 29, 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 AllowedSourceBackupTypeEnumValues = []SourceBackupType + var AllowedSourceExternalS3TypeEnumValues = []SourceExternalS3Type + var AllowedStateEnumValues = []State + 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 ApiCreateDatabaseRequest struct + ApiService DefaultAPI + func (r ApiCreateDatabaseRequest) CreateDatabasePayload(createDatabasePayload CreateDatabasePayload) ApiCreateDatabaseRequest + func (r ApiCreateDatabaseRequest) Execute() (*CreateDatabaseResponse, error) + type ApiCreateInstanceRequest struct + ApiService DefaultAPI + func (r ApiCreateInstanceRequest) CreateInstancePayload(createInstancePayload CreateInstancePayload) ApiCreateInstanceRequest + func (r ApiCreateInstanceRequest) Execute() (*CreateInstanceResponse, error) + type ApiCreateUserRequest struct + ApiService DefaultAPI + func (r ApiCreateUserRequest) CreateUserPayload(createUserPayload CreateUserPayload) ApiCreateUserRequest + func (r ApiCreateUserRequest) Execute() (*CreateUserResponse, error) + type ApiDeleteDatabaseRequest struct + ApiService DefaultAPI + func (r ApiDeleteDatabaseRequest) Execute() error + type ApiDeleteInstanceRequest struct + ApiService DefaultAPI + func (r ApiDeleteInstanceRequest) Execute() error + type ApiDeleteUserRequest struct + ApiService DefaultAPI + func (r ApiDeleteUserRequest) Execute() error + type ApiGetBackupRequest struct + ApiService DefaultAPI + func (r ApiGetBackupRequest) Execute() (*GetBackupResponse, error) + type ApiGetCollationsRequest struct + ApiService DefaultAPI + func (r ApiGetCollationsRequest) Execute() (*GetCollationsResponse, error) + type ApiGetDatabaseRequest struct + ApiService DefaultAPI + func (r ApiGetDatabaseRequest) Execute() (*GetDatabaseResponse, error) + type ApiGetFlavorsRequest struct + ApiService DefaultAPI + func (r ApiGetFlavorsRequest) Execute() (*GetFlavorsResponse, error) + func (r ApiGetFlavorsRequest) Page(page int64) ApiGetFlavorsRequest + func (r ApiGetFlavorsRequest) Size(size int64) ApiGetFlavorsRequest + func (r ApiGetFlavorsRequest) Sort(sort FlavorSort) ApiGetFlavorsRequest + type ApiGetInstanceRequest struct + ApiService DefaultAPI + func (r ApiGetInstanceRequest) Execute() (*GetInstanceResponse, error) + type ApiGetStoragesRequest struct + ApiService DefaultAPI + func (r ApiGetStoragesRequest) Execute() (*GetStoragesResponse, error) + type ApiGetUserRequest struct + ApiService DefaultAPI + func (r ApiGetUserRequest) Execute() (*GetUserResponse, error) + type ApiGetVersionsRequest struct + ApiService DefaultAPI + func (r ApiGetVersionsRequest) Execute() (*GetVersionsResponse, error) + type ApiListBackupsRequest struct + ApiService DefaultAPI + func (r ApiListBackupsRequest) Execute() (*ListBackupResponse, error) + func (r ApiListBackupsRequest) Page(page int64) ApiListBackupsRequest + func (r ApiListBackupsRequest) Size(size int64) ApiListBackupsRequest + func (r ApiListBackupsRequest) Sort(sort BackupSort) ApiListBackupsRequest + type ApiListCompatibilitiesRequest struct + ApiService DefaultAPI + func (r ApiListCompatibilitiesRequest) Execute() (*ListCompatibilityResponse, error) + type ApiListCurrentRunningRestoreJobsRequest struct + ApiService DefaultAPI + func (r ApiListCurrentRunningRestoreJobsRequest) Execute() (*ListCurrentRunningRestoreJobs, error) + type ApiListDatabasesRequest struct + ApiService DefaultAPI + func (r ApiListDatabasesRequest) Execute() (*ListDatabasesResponse, error) + func (r ApiListDatabasesRequest) Page(page int64) ApiListDatabasesRequest + func (r ApiListDatabasesRequest) Size(size int64) ApiListDatabasesRequest + func (r ApiListDatabasesRequest) Sort(sort DatabaseSort) ApiListDatabasesRequest + type ApiListInstancesRequest struct + ApiService DefaultAPI + func (r ApiListInstancesRequest) Execute() (*ListInstancesResponse, error) + func (r ApiListInstancesRequest) Page(page int64) ApiListInstancesRequest + func (r ApiListInstancesRequest) Size(size int64) ApiListInstancesRequest + func (r ApiListInstancesRequest) Sort(sort InstanceSort) ApiListInstancesRequest + type ApiListRolesRequest struct + ApiService DefaultAPI + func (r ApiListRolesRequest) Execute() (*ListRolesResponse, error) + type ApiListUsersRequest struct + ApiService DefaultAPI + func (r ApiListUsersRequest) Execute() (*ListUserResponse, error) + func (r ApiListUsersRequest) Page(page int64) ApiListUsersRequest + func (r ApiListUsersRequest) Size(size int64) ApiListUsersRequest + func (r ApiListUsersRequest) Sort(sort UserSort) ApiListUsersRequest + type ApiProtectInstanceRequest struct + ApiService DefaultAPI + func (r ApiProtectInstanceRequest) Execute() (*ProtectInstanceResponse, error) + func (r ApiProtectInstanceRequest) ProtectInstancePayload(protectInstancePayload ProtectInstancePayload) ApiProtectInstanceRequest + type ApiResetUserRequest struct + ApiService DefaultAPI + func (r ApiResetUserRequest) Execute() (*ResetUserResponse, error) + type ApiRestoreDatabaseFromBackupRequest struct + ApiService DefaultAPI + func (r ApiRestoreDatabaseFromBackupRequest) Execute() error + func (r ApiRestoreDatabaseFromBackupRequest) RestoreDatabaseFromBackupPayload(restoreDatabaseFromBackupPayload RestoreDatabaseFromBackupPayload) ApiRestoreDatabaseFromBackupRequest + type ApiTriggerBackupRequest struct + ApiService DefaultAPI + func (r ApiTriggerBackupRequest) Execute() error + type ApiTriggerRestoreRequest struct + ApiService DefaultAPI + func (r ApiTriggerRestoreRequest) Execute() error + func (r ApiTriggerRestoreRequest) TriggerRestorePayload(triggerRestorePayload TriggerRestorePayload) ApiTriggerRestoreRequest + type ApiUpdateInstancePartiallyRequest struct + ApiService DefaultAPI + func (r ApiUpdateInstancePartiallyRequest) Execute() error + func (r ApiUpdateInstancePartiallyRequest) UpdateInstancePartiallyPayload(updateInstancePartiallyPayload UpdateInstancePartiallyPayload) ApiUpdateInstancePartiallyRequest + type ApiUpdateInstanceRequest struct + ApiService DefaultAPI + func (r ApiUpdateInstanceRequest) Execute() error + func (r ApiUpdateInstanceRequest) UpdateInstancePayload(updateInstancePayload UpdateInstancePayload) ApiUpdateInstanceRequest + type BackupRunningRestore struct + AdditionalProperties map[string]interface{} + 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 + const BACKUPSORT_UNKNOWN_DEFAULT_OPEN_API + func NewBackupSortFromValue(v string) (*BackupSort, error) + func (v *BackupSort) UnmarshalJSON(src []byte) error + func (v BackupSort) IsValid() bool + func (v BackupSort) Ptr() *BackupSort + type CreateDatabasePayload struct + AdditionalProperties map[string]interface{} + Collation *string + Compatibility *int32 + Name string + Owner string + func NewCreateDatabasePayload(name string, owner string) *CreateDatabasePayload + func NewCreateDatabasePayloadWithDefaults() *CreateDatabasePayload + func (o *CreateDatabasePayload) GetCollation() string + func (o *CreateDatabasePayload) GetCollationOk() (*string, bool) + func (o *CreateDatabasePayload) GetCompatibility() int32 + func (o *CreateDatabasePayload) GetCompatibilityOk() (*int32, bool) + func (o *CreateDatabasePayload) GetName() string + func (o *CreateDatabasePayload) GetNameOk() (*string, bool) + func (o *CreateDatabasePayload) GetOwner() string + func (o *CreateDatabasePayload) GetOwnerOk() (*string, bool) + func (o *CreateDatabasePayload) HasCollation() bool + func (o *CreateDatabasePayload) HasCompatibility() bool + func (o *CreateDatabasePayload) SetCollation(v string) + func (o *CreateDatabasePayload) SetCompatibility(v int32) + func (o *CreateDatabasePayload) SetName(v string) + func (o *CreateDatabasePayload) SetOwner(v string) + func (o *CreateDatabasePayload) UnmarshalJSON(data []byte) (err error) + func (o CreateDatabasePayload) MarshalJSON() ([]byte, error) + func (o CreateDatabasePayload) ToMap() (map[string]interface{}, error) + type CreateDatabaseResponse struct + AdditionalProperties map[string]interface{} + 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 CreateInstancePayload struct + AdditionalProperties map[string]interface{} + BackupSchedule string + Encryption *InstanceEncryption + FlavorId string + Labels *map[string]string + Name string + Network CreateInstancePayloadNetwork + RetentionDays int32 + Storage StorageCreate + Version InstanceVersion + func NewCreateInstancePayload(backupSchedule string, flavorId string, name string, ...) *CreateInstancePayload + func NewCreateInstancePayloadWithDefaults() *CreateInstancePayload + func (o *CreateInstancePayload) GetBackupSchedule() string + func (o *CreateInstancePayload) GetBackupScheduleOk() (*string, bool) + func (o *CreateInstancePayload) GetEncryption() InstanceEncryption + func (o *CreateInstancePayload) GetEncryptionOk() (*InstanceEncryption, bool) + func (o *CreateInstancePayload) GetFlavorId() string + func (o *CreateInstancePayload) GetFlavorIdOk() (*string, bool) + func (o *CreateInstancePayload) GetLabels() map[string]string + func (o *CreateInstancePayload) GetLabelsOk() (*map[string]string, bool) + func (o *CreateInstancePayload) GetName() string + func (o *CreateInstancePayload) GetNameOk() (*string, bool) + func (o *CreateInstancePayload) GetNetwork() CreateInstancePayloadNetwork + func (o *CreateInstancePayload) GetNetworkOk() (*CreateInstancePayloadNetwork, bool) + func (o *CreateInstancePayload) GetRetentionDays() int32 + func (o *CreateInstancePayload) GetRetentionDaysOk() (*int32, bool) + func (o *CreateInstancePayload) GetStorage() StorageCreate + func (o *CreateInstancePayload) GetStorageOk() (*StorageCreate, bool) + func (o *CreateInstancePayload) GetVersion() InstanceVersion + func (o *CreateInstancePayload) GetVersionOk() (*InstanceVersion, bool) + func (o *CreateInstancePayload) HasEncryption() bool + func (o *CreateInstancePayload) HasLabels() bool + func (o *CreateInstancePayload) SetBackupSchedule(v string) + func (o *CreateInstancePayload) SetEncryption(v InstanceEncryption) + func (o *CreateInstancePayload) SetFlavorId(v string) + func (o *CreateInstancePayload) SetLabels(v map[string]string) + func (o *CreateInstancePayload) SetName(v string) + func (o *CreateInstancePayload) SetNetwork(v CreateInstancePayloadNetwork) + func (o *CreateInstancePayload) SetRetentionDays(v int32) + func (o *CreateInstancePayload) SetStorage(v StorageCreate) + func (o *CreateInstancePayload) SetVersion(v InstanceVersion) + func (o *CreateInstancePayload) UnmarshalJSON(data []byte) (err error) + func (o CreateInstancePayload) MarshalJSON() ([]byte, error) + func (o CreateInstancePayload) ToMap() (map[string]interface{}, error) + type CreateInstancePayloadNetwork struct + AccessScope *InstanceNetworkAccessScope + Acl []string + AdditionalProperties map[string]interface{} + func NewCreateInstancePayloadNetwork(acl []string) *CreateInstancePayloadNetwork + func NewCreateInstancePayloadNetworkWithDefaults() *CreateInstancePayloadNetwork + func (o *CreateInstancePayloadNetwork) GetAccessScope() InstanceNetworkAccessScope + func (o *CreateInstancePayloadNetwork) GetAccessScopeOk() (*InstanceNetworkAccessScope, bool) + func (o *CreateInstancePayloadNetwork) GetAcl() []string + func (o *CreateInstancePayloadNetwork) GetAclOk() ([]string, bool) + func (o *CreateInstancePayloadNetwork) HasAccessScope() bool + func (o *CreateInstancePayloadNetwork) SetAccessScope(v InstanceNetworkAccessScope) + func (o *CreateInstancePayloadNetwork) SetAcl(v []string) + func (o *CreateInstancePayloadNetwork) UnmarshalJSON(data []byte) (err error) + func (o CreateInstancePayloadNetwork) MarshalJSON() ([]byte, error) + func (o CreateInstancePayloadNetwork) ToMap() (map[string]interface{}, error) + type CreateInstanceResponse struct + AdditionalProperties map[string]interface{} + 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 CreateUserPayload struct + AdditionalProperties map[string]interface{} + DefaultDatabase *string + Roles []string + Username string + func NewCreateUserPayload(roles []string, username string) *CreateUserPayload + func NewCreateUserPayloadWithDefaults() *CreateUserPayload + func (o *CreateUserPayload) GetDefaultDatabase() string + func (o *CreateUserPayload) GetDefaultDatabaseOk() (*string, bool) + func (o *CreateUserPayload) GetRoles() []string + func (o *CreateUserPayload) GetRolesOk() ([]string, bool) + func (o *CreateUserPayload) GetUsername() string + func (o *CreateUserPayload) GetUsernameOk() (*string, bool) + func (o *CreateUserPayload) HasDefaultDatabase() bool + func (o *CreateUserPayload) SetDefaultDatabase(v string) + func (o *CreateUserPayload) SetRoles(v []string) + func (o *CreateUserPayload) SetUsername(v string) + func (o *CreateUserPayload) UnmarshalJSON(data []byte) (err error) + func (o CreateUserPayload) MarshalJSON() ([]byte, error) + func (o CreateUserPayload) ToMap() (map[string]interface{}, error) + type CreateUserResponse struct + AdditionalProperties map[string]interface{} + 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 + AdditionalProperties map[string]interface{} + 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) UnmarshalJSON(data []byte) (err error) + func (o DatabaseGetcollation) MarshalJSON() ([]byte, error) + func (o DatabaseGetcollation) ToMap() (map[string]interface{}, error) + type DatabaseGetcompatibility struct + AdditionalProperties map[string]interface{} + 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) UnmarshalJSON(data []byte) (err error) + func (o DatabaseGetcompatibility) MarshalJSON() ([]byte, error) + func (o DatabaseGetcompatibility) ToMap() (map[string]interface{}, error) + type DatabaseRoles struct + AdditionalProperties map[string]interface{} + 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 + const DATABASESORT_UNKNOWN_DEFAULT_OPEN_API + 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 + CreateDatabase func(ctx context.Context, projectId string, region string, instanceId string) ApiCreateDatabaseRequest + CreateDatabaseExecute func(r ApiCreateDatabaseRequest) (*CreateDatabaseResponse, error) + CreateInstance func(ctx context.Context, projectId string, region string) ApiCreateInstanceRequest + CreateInstanceExecute func(r ApiCreateInstanceRequest) (*CreateInstanceResponse, error) + CreateUser func(ctx context.Context, projectId string, region string, instanceId string) ApiCreateUserRequest + CreateUserExecute func(r ApiCreateUserRequest) (*CreateUserResponse, error) + DeleteDatabase func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiDeleteDatabaseRequest + DeleteDatabaseExecute func(r ApiDeleteDatabaseRequest) error + DeleteInstance func(ctx context.Context, projectId string, region string, instanceId string) ApiDeleteInstanceRequest + DeleteInstanceExecute func(r ApiDeleteInstanceRequest) error + DeleteUser func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiDeleteUserRequest + DeleteUserExecute func(r ApiDeleteUserRequest) error + GetBackup func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiGetBackupRequest + GetBackupExecute func(r ApiGetBackupRequest) (*GetBackupResponse, error) + GetCollations func(ctx context.Context, projectId string, region string, instanceId string) ApiGetCollationsRequest + GetCollationsExecute func(r ApiGetCollationsRequest) (*GetCollationsResponse, error) + GetDatabase func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiGetDatabaseRequest + GetDatabaseExecute func(r ApiGetDatabaseRequest) (*GetDatabaseResponse, error) + GetFlavors func(ctx context.Context, projectId string, region string) ApiGetFlavorsRequest + GetFlavorsExecute func(r ApiGetFlavorsRequest) (*GetFlavorsResponse, error) + GetInstance func(ctx context.Context, projectId string, region string, instanceId string) ApiGetInstanceRequest + GetInstanceExecute func(r ApiGetInstanceRequest) (*GetInstanceResponse, error) + GetStorages func(ctx context.Context, projectId string, region string, flavorId string) ApiGetStoragesRequest + GetStoragesExecute func(r ApiGetStoragesRequest) (*GetStoragesResponse, error) + GetUser func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiGetUserRequest + GetUserExecute func(r ApiGetUserRequest) (*GetUserResponse, error) + GetVersions func(ctx context.Context, projectId string, region string) ApiGetVersionsRequest + GetVersionsExecute func(r ApiGetVersionsRequest) (*GetVersionsResponse, error) + ListBackups func(ctx context.Context, projectId string, region string, instanceId string) ApiListBackupsRequest + ListBackupsExecute func(r ApiListBackupsRequest) (*ListBackupResponse, error) + ListCompatibilities func(ctx context.Context, projectId string, region string, instanceId string) ApiListCompatibilitiesRequest + ListCompatibilitiesExecute func(r ApiListCompatibilitiesRequest) (*ListCompatibilityResponse, error) + ListCurrentRunningRestoreJobs func(ctx context.Context, projectId string, region string, instanceId string) ApiListCurrentRunningRestoreJobsRequest + ListCurrentRunningRestoreJobsExecute func(r ApiListCurrentRunningRestoreJobsRequest) (*ListCurrentRunningRestoreJobs, error) + ListDatabases func(ctx context.Context, projectId string, region string, instanceId string) ApiListDatabasesRequest + ListDatabasesExecute func(r ApiListDatabasesRequest) (*ListDatabasesResponse, error) + ListInstances func(ctx context.Context, projectId string, region string) ApiListInstancesRequest + ListInstancesExecute func(r ApiListInstancesRequest) (*ListInstancesResponse, error) + ListRoles func(ctx context.Context, projectId string, region string, instanceId string) ApiListRolesRequest + ListRolesExecute func(r ApiListRolesRequest) (*ListRolesResponse, error) + ListUsers func(ctx context.Context, projectId string, region string, instanceId string) ApiListUsersRequest + ListUsersExecute func(r ApiListUsersRequest) (*ListUserResponse, error) + ProtectInstance func(ctx context.Context, projectId string, region string, instanceId string) ApiProtectInstanceRequest + ProtectInstanceExecute func(r ApiProtectInstanceRequest) (*ProtectInstanceResponse, error) + ResetUser func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiResetUserRequest + ResetUserExecute func(r ApiResetUserRequest) (*ResetUserResponse, error) + RestoreDatabaseFromBackup func(ctx context.Context, projectId string, region string, instanceId string) ApiRestoreDatabaseFromBackupRequest + RestoreDatabaseFromBackupExecute func(r ApiRestoreDatabaseFromBackupRequest) error + TriggerBackup func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiTriggerBackupRequest + TriggerBackupExecute func(r ApiTriggerBackupRequest) error + TriggerRestore func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiTriggerRestoreRequest + TriggerRestoreExecute func(r ApiTriggerRestoreRequest) error + UpdateInstance func(ctx context.Context, projectId string, region string, instanceId string) ApiUpdateInstanceRequest + UpdateInstanceExecute func(r ApiUpdateInstanceRequest) error + UpdateInstancePartially func(ctx context.Context, projectId string, region string, instanceId string) ApiUpdateInstancePartiallyRequest + UpdateInstancePartiallyExecute func(r ApiUpdateInstancePartiallyRequest) error + type DefaultAPIService service + func (a *DefaultAPIService) CreateDatabase(ctx context.Context, projectId string, region string, instanceId string) ApiCreateDatabaseRequest + func (a *DefaultAPIService) CreateDatabaseExecute(r ApiCreateDatabaseRequest) (*CreateDatabaseResponse, error) + func (a *DefaultAPIService) CreateInstance(ctx context.Context, projectId string, region string) ApiCreateInstanceRequest + func (a *DefaultAPIService) CreateInstanceExecute(r ApiCreateInstanceRequest) (*CreateInstanceResponse, error) + func (a *DefaultAPIService) CreateUser(ctx context.Context, projectId string, region string, instanceId string) ApiCreateUserRequest + func (a *DefaultAPIService) CreateUserExecute(r ApiCreateUserRequest) (*CreateUserResponse, error) + func (a *DefaultAPIService) DeleteDatabase(ctx context.Context, projectId string, region string, instanceId string, ...) ApiDeleteDatabaseRequest + func (a *DefaultAPIService) DeleteDatabaseExecute(r ApiDeleteDatabaseRequest) error + func (a *DefaultAPIService) DeleteInstance(ctx context.Context, projectId string, region string, instanceId string) ApiDeleteInstanceRequest + func (a *DefaultAPIService) DeleteInstanceExecute(r ApiDeleteInstanceRequest) error + func (a *DefaultAPIService) DeleteUser(ctx context.Context, projectId string, region string, instanceId string, ...) ApiDeleteUserRequest + func (a *DefaultAPIService) DeleteUserExecute(r ApiDeleteUserRequest) error + func (a *DefaultAPIService) GetBackup(ctx context.Context, projectId string, region string, instanceId string, ...) ApiGetBackupRequest + func (a *DefaultAPIService) GetBackupExecute(r ApiGetBackupRequest) (*GetBackupResponse, error) + func (a *DefaultAPIService) GetCollations(ctx context.Context, projectId string, region string, instanceId string) ApiGetCollationsRequest + func (a *DefaultAPIService) GetCollationsExecute(r ApiGetCollationsRequest) (*GetCollationsResponse, error) + func (a *DefaultAPIService) GetDatabase(ctx context.Context, projectId string, region string, instanceId string, ...) ApiGetDatabaseRequest + func (a *DefaultAPIService) GetDatabaseExecute(r ApiGetDatabaseRequest) (*GetDatabaseResponse, error) + func (a *DefaultAPIService) GetFlavors(ctx context.Context, projectId string, region string) ApiGetFlavorsRequest + func (a *DefaultAPIService) GetFlavorsExecute(r ApiGetFlavorsRequest) (*GetFlavorsResponse, error) + func (a *DefaultAPIService) GetInstance(ctx context.Context, projectId string, region string, instanceId string) ApiGetInstanceRequest + func (a *DefaultAPIService) GetInstanceExecute(r ApiGetInstanceRequest) (*GetInstanceResponse, error) + func (a *DefaultAPIService) GetStorages(ctx context.Context, projectId string, region string, flavorId string) ApiGetStoragesRequest + func (a *DefaultAPIService) GetStoragesExecute(r ApiGetStoragesRequest) (*GetStoragesResponse, error) + func (a *DefaultAPIService) GetUser(ctx context.Context, projectId string, region string, instanceId string, ...) ApiGetUserRequest + func (a *DefaultAPIService) GetUserExecute(r ApiGetUserRequest) (*GetUserResponse, error) + func (a *DefaultAPIService) GetVersions(ctx context.Context, projectId string, region string) ApiGetVersionsRequest + func (a *DefaultAPIService) GetVersionsExecute(r ApiGetVersionsRequest) (*GetVersionsResponse, error) + func (a *DefaultAPIService) ListBackups(ctx context.Context, projectId string, region string, instanceId string) ApiListBackupsRequest + func (a *DefaultAPIService) ListBackupsExecute(r ApiListBackupsRequest) (*ListBackupResponse, error) + func (a *DefaultAPIService) ListCompatibilities(ctx context.Context, projectId string, region string, instanceId string) ApiListCompatibilitiesRequest + func (a *DefaultAPIService) ListCompatibilitiesExecute(r ApiListCompatibilitiesRequest) (*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) ListDatabases(ctx context.Context, projectId string, region string, instanceId string) ApiListDatabasesRequest + func (a *DefaultAPIService) ListDatabasesExecute(r ApiListDatabasesRequest) (*ListDatabasesResponse, error) + func (a *DefaultAPIService) ListInstances(ctx context.Context, projectId string, region string) ApiListInstancesRequest + func (a *DefaultAPIService) ListInstancesExecute(r ApiListInstancesRequest) (*ListInstancesResponse, error) + func (a *DefaultAPIService) ListRoles(ctx context.Context, projectId string, region string, instanceId string) ApiListRolesRequest + func (a *DefaultAPIService) ListRolesExecute(r ApiListRolesRequest) (*ListRolesResponse, error) + func (a *DefaultAPIService) ListUsers(ctx context.Context, projectId string, region string, instanceId string) ApiListUsersRequest + func (a *DefaultAPIService) ListUsersExecute(r ApiListUsersRequest) (*ListUserResponse, error) + func (a *DefaultAPIService) ProtectInstance(ctx context.Context, projectId string, region string, instanceId string) ApiProtectInstanceRequest + func (a *DefaultAPIService) ProtectInstanceExecute(r ApiProtectInstanceRequest) (*ProtectInstanceResponse, error) + func (a *DefaultAPIService) ResetUser(ctx context.Context, projectId string, region string, instanceId string, ...) ApiResetUserRequest + func (a *DefaultAPIService) ResetUserExecute(r ApiResetUserRequest) (*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) TriggerBackup(ctx context.Context, projectId string, region string, instanceId string, ...) ApiTriggerBackupRequest + func (a *DefaultAPIService) TriggerBackupExecute(r ApiTriggerBackupRequest) error + func (a *DefaultAPIService) TriggerRestore(ctx context.Context, projectId string, region string, instanceId string, ...) ApiTriggerRestoreRequest + func (a *DefaultAPIService) TriggerRestoreExecute(r ApiTriggerRestoreRequest) error + func (a *DefaultAPIService) UpdateInstance(ctx context.Context, projectId string, region string, instanceId string) ApiUpdateInstanceRequest + func (a *DefaultAPIService) UpdateInstanceExecute(r ApiUpdateInstanceRequest) error + func (a *DefaultAPIService) UpdateInstancePartially(ctx context.Context, projectId string, region string, instanceId string) ApiUpdateInstancePartiallyRequest + func (a *DefaultAPIService) UpdateInstancePartiallyExecute(r ApiUpdateInstancePartiallyRequest) error + type DefaultAPIServiceMock struct + CreateDatabaseExecuteMock *func(r ApiCreateDatabaseRequest) (*CreateDatabaseResponse, error) + CreateInstanceExecuteMock *func(r ApiCreateInstanceRequest) (*CreateInstanceResponse, error) + CreateUserExecuteMock *func(r ApiCreateUserRequest) (*CreateUserResponse, error) + DeleteDatabaseExecuteMock *func(r ApiDeleteDatabaseRequest) error + DeleteInstanceExecuteMock *func(r ApiDeleteInstanceRequest) error + DeleteUserExecuteMock *func(r ApiDeleteUserRequest) error + GetBackupExecuteMock *func(r ApiGetBackupRequest) (*GetBackupResponse, error) + GetCollationsExecuteMock *func(r ApiGetCollationsRequest) (*GetCollationsResponse, error) + GetDatabaseExecuteMock *func(r ApiGetDatabaseRequest) (*GetDatabaseResponse, error) + GetFlavorsExecuteMock *func(r ApiGetFlavorsRequest) (*GetFlavorsResponse, error) + GetInstanceExecuteMock *func(r ApiGetInstanceRequest) (*GetInstanceResponse, error) + GetStoragesExecuteMock *func(r ApiGetStoragesRequest) (*GetStoragesResponse, error) + GetUserExecuteMock *func(r ApiGetUserRequest) (*GetUserResponse, error) + GetVersionsExecuteMock *func(r ApiGetVersionsRequest) (*GetVersionsResponse, error) + ListBackupsExecuteMock *func(r ApiListBackupsRequest) (*ListBackupResponse, error) + ListCompatibilitiesExecuteMock *func(r ApiListCompatibilitiesRequest) (*ListCompatibilityResponse, error) + ListCurrentRunningRestoreJobsExecuteMock *func(r ApiListCurrentRunningRestoreJobsRequest) (*ListCurrentRunningRestoreJobs, error) + ListDatabasesExecuteMock *func(r ApiListDatabasesRequest) (*ListDatabasesResponse, error) + ListInstancesExecuteMock *func(r ApiListInstancesRequest) (*ListInstancesResponse, error) + ListRolesExecuteMock *func(r ApiListRolesRequest) (*ListRolesResponse, error) + ListUsersExecuteMock *func(r ApiListUsersRequest) (*ListUserResponse, error) + ProtectInstanceExecuteMock *func(r ApiProtectInstanceRequest) (*ProtectInstanceResponse, error) + ResetUserExecuteMock *func(r ApiResetUserRequest) (*ResetUserResponse, error) + RestoreDatabaseFromBackupExecuteMock *func(r ApiRestoreDatabaseFromBackupRequest) error + TriggerBackupExecuteMock *func(r ApiTriggerBackupRequest) error + TriggerRestoreExecuteMock *func(r ApiTriggerRestoreRequest) error + UpdateInstanceExecuteMock *func(r ApiUpdateInstanceRequest) error + UpdateInstancePartiallyExecuteMock *func(r ApiUpdateInstancePartiallyRequest) error + func (a DefaultAPIServiceMock) CreateDatabase(ctx context.Context, projectId string, region string, instanceId string) ApiCreateDatabaseRequest + func (a DefaultAPIServiceMock) CreateDatabaseExecute(r ApiCreateDatabaseRequest) (*CreateDatabaseResponse, error) + func (a DefaultAPIServiceMock) CreateInstance(ctx context.Context, projectId string, region string) ApiCreateInstanceRequest + func (a DefaultAPIServiceMock) CreateInstanceExecute(r ApiCreateInstanceRequest) (*CreateInstanceResponse, error) + func (a DefaultAPIServiceMock) CreateUser(ctx context.Context, projectId string, region string, instanceId string) ApiCreateUserRequest + func (a DefaultAPIServiceMock) CreateUserExecute(r ApiCreateUserRequest) (*CreateUserResponse, error) + func (a DefaultAPIServiceMock) DeleteDatabase(ctx context.Context, projectId string, region string, instanceId string, ...) ApiDeleteDatabaseRequest + func (a DefaultAPIServiceMock) DeleteDatabaseExecute(r ApiDeleteDatabaseRequest) error + func (a DefaultAPIServiceMock) DeleteInstance(ctx context.Context, projectId string, region string, instanceId string) ApiDeleteInstanceRequest + func (a DefaultAPIServiceMock) DeleteInstanceExecute(r ApiDeleteInstanceRequest) error + func (a DefaultAPIServiceMock) DeleteUser(ctx context.Context, projectId string, region string, instanceId string, ...) ApiDeleteUserRequest + func (a DefaultAPIServiceMock) DeleteUserExecute(r ApiDeleteUserRequest) error + func (a DefaultAPIServiceMock) GetBackup(ctx context.Context, projectId string, region string, instanceId string, ...) ApiGetBackupRequest + func (a DefaultAPIServiceMock) GetBackupExecute(r ApiGetBackupRequest) (*GetBackupResponse, error) + func (a DefaultAPIServiceMock) GetCollations(ctx context.Context, projectId string, region string, instanceId string) ApiGetCollationsRequest + func (a DefaultAPIServiceMock) GetCollationsExecute(r ApiGetCollationsRequest) (*GetCollationsResponse, error) + func (a DefaultAPIServiceMock) GetDatabase(ctx context.Context, projectId string, region string, instanceId string, ...) ApiGetDatabaseRequest + func (a DefaultAPIServiceMock) GetDatabaseExecute(r ApiGetDatabaseRequest) (*GetDatabaseResponse, error) + func (a DefaultAPIServiceMock) GetFlavors(ctx context.Context, projectId string, region string) ApiGetFlavorsRequest + func (a DefaultAPIServiceMock) GetFlavorsExecute(r ApiGetFlavorsRequest) (*GetFlavorsResponse, error) + func (a DefaultAPIServiceMock) GetInstance(ctx context.Context, projectId string, region string, instanceId string) ApiGetInstanceRequest + func (a DefaultAPIServiceMock) GetInstanceExecute(r ApiGetInstanceRequest) (*GetInstanceResponse, error) + func (a DefaultAPIServiceMock) GetStorages(ctx context.Context, projectId string, region string, flavorId string) ApiGetStoragesRequest + func (a DefaultAPIServiceMock) GetStoragesExecute(r ApiGetStoragesRequest) (*GetStoragesResponse, error) + func (a DefaultAPIServiceMock) GetUser(ctx context.Context, projectId string, region string, instanceId string, ...) ApiGetUserRequest + func (a DefaultAPIServiceMock) GetUserExecute(r ApiGetUserRequest) (*GetUserResponse, error) + func (a DefaultAPIServiceMock) GetVersions(ctx context.Context, projectId string, region string) ApiGetVersionsRequest + func (a DefaultAPIServiceMock) GetVersionsExecute(r ApiGetVersionsRequest) (*GetVersionsResponse, error) + func (a DefaultAPIServiceMock) ListBackups(ctx context.Context, projectId string, region string, instanceId string) ApiListBackupsRequest + func (a DefaultAPIServiceMock) ListBackupsExecute(r ApiListBackupsRequest) (*ListBackupResponse, error) + func (a DefaultAPIServiceMock) ListCompatibilities(ctx context.Context, projectId string, region string, instanceId string) ApiListCompatibilitiesRequest + func (a DefaultAPIServiceMock) ListCompatibilitiesExecute(r ApiListCompatibilitiesRequest) (*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) ListDatabases(ctx context.Context, projectId string, region string, instanceId string) ApiListDatabasesRequest + func (a DefaultAPIServiceMock) ListDatabasesExecute(r ApiListDatabasesRequest) (*ListDatabasesResponse, error) + func (a DefaultAPIServiceMock) ListInstances(ctx context.Context, projectId string, region string) ApiListInstancesRequest + func (a DefaultAPIServiceMock) ListInstancesExecute(r ApiListInstancesRequest) (*ListInstancesResponse, error) + func (a DefaultAPIServiceMock) ListRoles(ctx context.Context, projectId string, region string, instanceId string) ApiListRolesRequest + func (a DefaultAPIServiceMock) ListRolesExecute(r ApiListRolesRequest) (*ListRolesResponse, error) + func (a DefaultAPIServiceMock) ListUsers(ctx context.Context, projectId string, region string, instanceId string) ApiListUsersRequest + func (a DefaultAPIServiceMock) ListUsersExecute(r ApiListUsersRequest) (*ListUserResponse, error) + func (a DefaultAPIServiceMock) ProtectInstance(ctx context.Context, projectId string, region string, instanceId string) ApiProtectInstanceRequest + func (a DefaultAPIServiceMock) ProtectInstanceExecute(r ApiProtectInstanceRequest) (*ProtectInstanceResponse, error) + func (a DefaultAPIServiceMock) ResetUser(ctx context.Context, projectId string, region string, instanceId string, ...) ApiResetUserRequest + func (a DefaultAPIServiceMock) ResetUserExecute(r ApiResetUserRequest) (*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) TriggerBackup(ctx context.Context, projectId string, region string, instanceId string, ...) ApiTriggerBackupRequest + func (a DefaultAPIServiceMock) TriggerBackupExecute(r ApiTriggerBackupRequest) error + func (a DefaultAPIServiceMock) TriggerRestore(ctx context.Context, projectId string, region string, instanceId string, ...) ApiTriggerRestoreRequest + func (a DefaultAPIServiceMock) TriggerRestoreExecute(r ApiTriggerRestoreRequest) error + func (a DefaultAPIServiceMock) UpdateInstance(ctx context.Context, projectId string, region string, instanceId string) ApiUpdateInstanceRequest + func (a DefaultAPIServiceMock) UpdateInstanceExecute(r ApiUpdateInstanceRequest) error + func (a DefaultAPIServiceMock) UpdateInstancePartially(ctx context.Context, projectId string, region string, instanceId string) ApiUpdateInstancePartiallyRequest + func (a DefaultAPIServiceMock) UpdateInstancePartiallyExecute(r ApiUpdateInstancePartiallyRequest) error + type Error struct + AdditionalProperties map[string]interface{} + 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 + AdditionalProperties map[string]interface{} + 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 + const FLAVORSORT_UNKNOWN_DEFAULT_OPEN_API + 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 + AdditionalProperties map[string]interface{} + 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 + AdditionalProperties map[string]interface{} + 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 + AdditionalProperties map[string]interface{} + 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 + AdditionalProperties map[string]interface{} + 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 + AdditionalProperties map[string]interface{} + 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 + AdditionalProperties map[string]interface{} + 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 + AdditionalProperties map[string]interface{} + BackupSchedule string + Edition InstanceEdition + Encryption *InstanceEncryption + FlavorId string + Id string + IsDeletable bool + Labels *map[string]string + Name string + Network InstanceNetwork + Replicas Replicas + RetentionDays int32 + State State + 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) GetLabels() map[string]string + func (o *GetInstanceResponse) GetLabelsOk() (*map[string]string, 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) GetState() State + func (o *GetInstanceResponse) GetStateOk() (*State, 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) HasLabels() 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) SetLabels(v map[string]string) + 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) SetState(v State) + 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 + AdditionalProperties map[string]interface{} + 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 + AdditionalProperties map[string]interface{} + 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 + AdditionalProperties map[string]interface{} + 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 + const INSTANCEEDITION_UNKNOWN_DEFAULT_OPEN_API + 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 + AdditionalProperties map[string]interface{} + 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 + AdditionalProperties map[string]interface{} + 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) UnmarshalJSON(data []byte) (err error) + func (o InstanceNetwork) MarshalJSON() ([]byte, error) + func (o InstanceNetwork) ToMap() (map[string]interface{}, error) + type InstanceNetworkAccessScope string + const INSTANCENETWORKACCESSSCOPE_PUBLIC + const INSTANCENETWORKACCESSSCOPE_SNA + const INSTANCENETWORKACCESSSCOPE_UNKNOWN_DEFAULT_OPEN_API + 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_STATE_ASC + const INSTANCESORT_STATE_DESC + const INSTANCESORT_UNKNOWN_DEFAULT_OPEN_API + 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_UNKNOWN_DEFAULT_OPEN_API + 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_UNKNOWN_DEFAULT_OPEN_API + 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 + AdditionalProperties map[string]interface{} + 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 + AdditionalProperties map[string]interface{} + 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 + AdditionalProperties map[string]interface{} + 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 + AdditionalProperties map[string]interface{} + 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 + AdditionalProperties map[string]interface{} + 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 + AdditionalProperties map[string]interface{} + 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 + AdditionalProperties map[string]interface{} + 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 + AdditionalProperties map[string]interface{} + 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 + AdditionalProperties map[string]interface{} + Id string + IsDeletable bool + Name string + State State + func NewListInstance(id string, isDeletable bool, name string, state State) *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) GetState() State + func (o *ListInstance) GetStateOk() (*State, bool) + func (o *ListInstance) SetId(v string) + func (o *ListInstance) SetIsDeletable(v bool) + func (o *ListInstance) SetName(v string) + func (o *ListInstance) SetState(v State) + 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 + AdditionalProperties map[string]interface{} + 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 + AdditionalProperties map[string]interface{} + 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 + AdditionalProperties map[string]interface{} + 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 + AdditionalProperties map[string]interface{} + 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 NullableCreateDatabasePayload struct + func NewNullableCreateDatabasePayload(val *CreateDatabasePayload) *NullableCreateDatabasePayload + func (v *NullableCreateDatabasePayload) Set(val *CreateDatabasePayload) + func (v *NullableCreateDatabasePayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateDatabasePayload) Unset() + func (v NullableCreateDatabasePayload) Get() *CreateDatabasePayload + func (v NullableCreateDatabasePayload) IsSet() bool + func (v NullableCreateDatabasePayload) 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 NullableCreateInstancePayload struct + func NewNullableCreateInstancePayload(val *CreateInstancePayload) *NullableCreateInstancePayload + func (v *NullableCreateInstancePayload) Set(val *CreateInstancePayload) + func (v *NullableCreateInstancePayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateInstancePayload) Unset() + func (v NullableCreateInstancePayload) Get() *CreateInstancePayload + func (v NullableCreateInstancePayload) IsSet() bool + func (v NullableCreateInstancePayload) MarshalJSON() ([]byte, error) + type NullableCreateInstancePayloadNetwork struct + func NewNullableCreateInstancePayloadNetwork(val *CreateInstancePayloadNetwork) *NullableCreateInstancePayloadNetwork + func (v *NullableCreateInstancePayloadNetwork) Set(val *CreateInstancePayloadNetwork) + func (v *NullableCreateInstancePayloadNetwork) UnmarshalJSON(src []byte) error + func (v *NullableCreateInstancePayloadNetwork) Unset() + func (v NullableCreateInstancePayloadNetwork) Get() *CreateInstancePayloadNetwork + func (v NullableCreateInstancePayloadNetwork) IsSet() bool + func (v NullableCreateInstancePayloadNetwork) 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 NullableCreateUserPayload struct + func NewNullableCreateUserPayload(val *CreateUserPayload) *NullableCreateUserPayload + func (v *NullableCreateUserPayload) Set(val *CreateUserPayload) + func (v *NullableCreateUserPayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateUserPayload) Unset() + func (v NullableCreateUserPayload) Get() *CreateUserPayload + func (v NullableCreateUserPayload) IsSet() bool + func (v NullableCreateUserPayload) 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 NullableProtectInstancePayload struct + func NewNullableProtectInstancePayload(val *ProtectInstancePayload) *NullableProtectInstancePayload + func (v *NullableProtectInstancePayload) Set(val *ProtectInstancePayload) + func (v *NullableProtectInstancePayload) UnmarshalJSON(src []byte) error + func (v *NullableProtectInstancePayload) Unset() + func (v NullableProtectInstancePayload) Get() *ProtectInstancePayload + func (v NullableProtectInstancePayload) IsSet() bool + func (v NullableProtectInstancePayload) 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 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 NullableSourceBackupType struct + func NewNullableSourceBackupType(val *SourceBackupType) *NullableSourceBackupType + func (v *NullableSourceBackupType) Set(val *SourceBackupType) + func (v *NullableSourceBackupType) UnmarshalJSON(src []byte) error + func (v *NullableSourceBackupType) Unset() + func (v NullableSourceBackupType) Get() *SourceBackupType + func (v NullableSourceBackupType) IsSet() bool + func (v NullableSourceBackupType) 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 NullableSourceExternalS3Type struct + func NewNullableSourceExternalS3Type(val *SourceExternalS3Type) *NullableSourceExternalS3Type + func (v *NullableSourceExternalS3Type) Set(val *SourceExternalS3Type) + func (v *NullableSourceExternalS3Type) UnmarshalJSON(src []byte) error + func (v *NullableSourceExternalS3Type) Unset() + func (v NullableSourceExternalS3Type) Get() *SourceExternalS3Type + func (v NullableSourceExternalS3Type) IsSet() bool + func (v NullableSourceExternalS3Type) MarshalJSON() ([]byte, error) + type NullableState struct + func NewNullableState(val *State) *NullableState + func (v *NullableState) Set(val *State) + func (v *NullableState) UnmarshalJSON(src []byte) error + func (v *NullableState) Unset() + func (v NullableState) Get() *State + func (v NullableState) IsSet() bool + func (v NullableState) 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 NullableTriggerRestorePayload struct + func NewNullableTriggerRestorePayload(val *TriggerRestorePayload) *NullableTriggerRestorePayload + func (v *NullableTriggerRestorePayload) Set(val *TriggerRestorePayload) + func (v *NullableTriggerRestorePayload) UnmarshalJSON(src []byte) error + func (v *NullableTriggerRestorePayload) Unset() + func (v NullableTriggerRestorePayload) Get() *TriggerRestorePayload + func (v NullableTriggerRestorePayload) IsSet() bool + func (v NullableTriggerRestorePayload) MarshalJSON() ([]byte, error) + type NullableUpdateInstancePartiallyPayload struct + func NewNullableUpdateInstancePartiallyPayload(val *UpdateInstancePartiallyPayload) *NullableUpdateInstancePartiallyPayload + func (v *NullableUpdateInstancePartiallyPayload) Set(val *UpdateInstancePartiallyPayload) + func (v *NullableUpdateInstancePartiallyPayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdateInstancePartiallyPayload) Unset() + func (v NullableUpdateInstancePartiallyPayload) Get() *UpdateInstancePartiallyPayload + func (v NullableUpdateInstancePartiallyPayload) IsSet() bool + func (v NullableUpdateInstancePartiallyPayload) MarshalJSON() ([]byte, error) + type NullableUpdateInstancePartiallyPayloadNetwork struct + func NewNullableUpdateInstancePartiallyPayloadNetwork(val *UpdateInstancePartiallyPayloadNetwork) *NullableUpdateInstancePartiallyPayloadNetwork + func (v *NullableUpdateInstancePartiallyPayloadNetwork) Set(val *UpdateInstancePartiallyPayloadNetwork) + func (v *NullableUpdateInstancePartiallyPayloadNetwork) UnmarshalJSON(src []byte) error + func (v *NullableUpdateInstancePartiallyPayloadNetwork) Unset() + func (v NullableUpdateInstancePartiallyPayloadNetwork) Get() *UpdateInstancePartiallyPayloadNetwork + func (v NullableUpdateInstancePartiallyPayloadNetwork) IsSet() bool + func (v NullableUpdateInstancePartiallyPayloadNetwork) MarshalJSON() ([]byte, error) + type NullableUpdateInstancePayload struct + func NewNullableUpdateInstancePayload(val *UpdateInstancePayload) *NullableUpdateInstancePayload + func (v *NullableUpdateInstancePayload) Set(val *UpdateInstancePayload) + func (v *NullableUpdateInstancePayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdateInstancePayload) Unset() + func (v NullableUpdateInstancePayload) Get() *UpdateInstancePayload + func (v NullableUpdateInstancePayload) IsSet() bool + func (v NullableUpdateInstancePayload) MarshalJSON() ([]byte, error) + type NullableUpdateInstancePayloadNetwork struct + func NewNullableUpdateInstancePayloadNetwork(val *UpdateInstancePayloadNetwork) *NullableUpdateInstancePayloadNetwork + func (v *NullableUpdateInstancePayloadNetwork) Set(val *UpdateInstancePayloadNetwork) + func (v *NullableUpdateInstancePayloadNetwork) UnmarshalJSON(src []byte) error + func (v *NullableUpdateInstancePayloadNetwork) Unset() + func (v NullableUpdateInstancePayloadNetwork) Get() *UpdateInstancePayloadNetwork + func (v NullableUpdateInstancePayloadNetwork) IsSet() bool + func (v NullableUpdateInstancePayloadNetwork) 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 + AdditionalProperties map[string]interface{} + 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 ProtectInstancePayload struct + AdditionalProperties map[string]interface{} + IsDeletable bool + func NewProtectInstancePayload(isDeletable bool) *ProtectInstancePayload + func NewProtectInstancePayloadWithDefaults() *ProtectInstancePayload + func (o *ProtectInstancePayload) GetIsDeletable() bool + func (o *ProtectInstancePayload) GetIsDeletableOk() (*bool, bool) + func (o *ProtectInstancePayload) SetIsDeletable(v bool) + func (o *ProtectInstancePayload) UnmarshalJSON(data []byte) (err error) + func (o ProtectInstancePayload) MarshalJSON() ([]byte, error) + func (o ProtectInstancePayload) ToMap() (map[string]interface{}, error) + type ProtectInstanceResponse struct + AdditionalProperties map[string]interface{} + 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 + const REPLICAS__unknown_default_open_api + func NewReplicasFromValue(v int32) (*Replicas, error) + func (v *Replicas) UnmarshalJSON(src []byte) error + func (v Replicas) IsValid() bool + func (v Replicas) Ptr() *Replicas + type ResetUserResponse struct + AdditionalProperties map[string]interface{} + 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 + AdditionalProperties map[string]interface{} + 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 + AdditionalProperties map[string]interface{} + 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) UnmarshalJSON(data []byte) (err error) + func (o S3fileInfo) MarshalJSON() ([]byte, error) + func (o S3fileInfo) ToMap() (map[string]interface{}, error) + type SourceBackup struct + AdditionalProperties map[string]interface{} + Type SourceBackupType + func NewSourceBackup(types SourceBackupType) *SourceBackup + func NewSourceBackupWithDefaults() *SourceBackup + func (o *SourceBackup) GetType() SourceBackupType + func (o *SourceBackup) GetTypeOk() (*SourceBackupType, bool) + func (o *SourceBackup) SetType(v SourceBackupType) + func (o *SourceBackup) UnmarshalJSON(data []byte) (err error) + func (o SourceBackup) MarshalJSON() ([]byte, error) + func (o SourceBackup) ToMap() (map[string]interface{}, error) + type SourceBackupType string + const SOURCEBACKUPTYPE_BACKUP + const SOURCEBACKUPTYPE_UNKNOWN_DEFAULT_OPEN_API + func NewSourceBackupTypeFromValue(v string) (*SourceBackupType, error) + func (v *SourceBackupType) UnmarshalJSON(src []byte) error + func (v SourceBackupType) IsValid() bool + func (v SourceBackupType) Ptr() *SourceBackupType + type SourceExternalS3 struct + AdditionalProperties map[string]interface{} + DatabaseOwner string + LoggingGuid *string + S3Details ExternalS3 + Type SourceExternalS3Type + func NewSourceExternalS3(databaseOwner string, s3Details ExternalS3, types SourceExternalS3Type) *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() SourceExternalS3Type + func (o *SourceExternalS3) GetTypeOk() (*SourceExternalS3Type, 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 SourceExternalS3Type) + func (o *SourceExternalS3) UnmarshalJSON(data []byte) (err error) + func (o SourceExternalS3) MarshalJSON() ([]byte, error) + func (o SourceExternalS3) ToMap() (map[string]interface{}, error) + type SourceExternalS3Type string + const SOURCEEXTERNALS3TYPE_EXTERNAL_S3 + const SOURCEEXTERNALS3TYPE_UNKNOWN_DEFAULT_OPEN_API + func NewSourceExternalS3TypeFromValue(v string) (*SourceExternalS3Type, error) + func (v *SourceExternalS3Type) UnmarshalJSON(src []byte) error + func (v SourceExternalS3Type) IsValid() bool + func (v SourceExternalS3Type) Ptr() *SourceExternalS3Type + type State string + const STATE_FAILURE + const STATE_PENDING + const STATE_PROGRESSING + const STATE_READY + const STATE_TERMINATING + const STATE_UNKNOWN + const STATE_UNKNOWN_DEFAULT_OPEN_API + func NewStateFromValue(v string) (*State, error) + func (v *State) UnmarshalJSON(src []byte) error + func (v State) IsValid() bool + func (v State) Ptr() *State + type Storage struct + AdditionalProperties map[string]interface{} + 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) UnmarshalJSON(data []byte) (err error) + func (o Storage) MarshalJSON() ([]byte, error) + func (o Storage) ToMap() (map[string]interface{}, error) + type StorageCreate struct + AdditionalProperties map[string]interface{} + 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 + AdditionalProperties map[string]interface{} + 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) UnmarshalJSON(data []byte) (err error) + func (o StorageUpdate) MarshalJSON() ([]byte, error) + func (o StorageUpdate) ToMap() (map[string]interface{}, error) + type TriggerRestorePayload struct + AdditionalProperties map[string]interface{} + Name string + RestoreDateTime string + func NewTriggerRestorePayload(name string, restoreDateTime string) *TriggerRestorePayload + func NewTriggerRestorePayloadWithDefaults() *TriggerRestorePayload + func (o *TriggerRestorePayload) GetName() string + func (o *TriggerRestorePayload) GetNameOk() (*string, bool) + func (o *TriggerRestorePayload) GetRestoreDateTime() string + func (o *TriggerRestorePayload) GetRestoreDateTimeOk() (*string, bool) + func (o *TriggerRestorePayload) SetName(v string) + func (o *TriggerRestorePayload) SetRestoreDateTime(v string) + func (o *TriggerRestorePayload) UnmarshalJSON(data []byte) (err error) + func (o TriggerRestorePayload) MarshalJSON() ([]byte, error) + func (o TriggerRestorePayload) ToMap() (map[string]interface{}, error) + type UpdateInstancePartiallyPayload struct + AdditionalProperties map[string]interface{} + BackupSchedule *string + FlavorId *string + Labels *map[string]string + Name *string + Network *UpdateInstancePartiallyPayloadNetwork + RetentionDays *int32 + Storage *StorageUpdate + Version *InstanceVersionOpt + func NewUpdateInstancePartiallyPayload() *UpdateInstancePartiallyPayload + func NewUpdateInstancePartiallyPayloadWithDefaults() *UpdateInstancePartiallyPayload + func (o *UpdateInstancePartiallyPayload) GetBackupSchedule() string + func (o *UpdateInstancePartiallyPayload) GetBackupScheduleOk() (*string, bool) + func (o *UpdateInstancePartiallyPayload) GetFlavorId() string + func (o *UpdateInstancePartiallyPayload) GetFlavorIdOk() (*string, bool) + func (o *UpdateInstancePartiallyPayload) GetLabels() map[string]string + func (o *UpdateInstancePartiallyPayload) GetLabelsOk() (*map[string]string, bool) + func (o *UpdateInstancePartiallyPayload) GetName() string + func (o *UpdateInstancePartiallyPayload) GetNameOk() (*string, bool) + func (o *UpdateInstancePartiallyPayload) GetNetwork() UpdateInstancePartiallyPayloadNetwork + func (o *UpdateInstancePartiallyPayload) GetNetworkOk() (*UpdateInstancePartiallyPayloadNetwork, bool) + func (o *UpdateInstancePartiallyPayload) GetRetentionDays() int32 + func (o *UpdateInstancePartiallyPayload) GetRetentionDaysOk() (*int32, bool) + func (o *UpdateInstancePartiallyPayload) GetStorage() StorageUpdate + func (o *UpdateInstancePartiallyPayload) GetStorageOk() (*StorageUpdate, bool) + func (o *UpdateInstancePartiallyPayload) GetVersion() InstanceVersionOpt + func (o *UpdateInstancePartiallyPayload) GetVersionOk() (*InstanceVersionOpt, bool) + func (o *UpdateInstancePartiallyPayload) HasBackupSchedule() bool + func (o *UpdateInstancePartiallyPayload) HasFlavorId() bool + func (o *UpdateInstancePartiallyPayload) HasLabels() bool + func (o *UpdateInstancePartiallyPayload) HasName() bool + func (o *UpdateInstancePartiallyPayload) HasNetwork() bool + func (o *UpdateInstancePartiallyPayload) HasRetentionDays() bool + func (o *UpdateInstancePartiallyPayload) HasStorage() bool + func (o *UpdateInstancePartiallyPayload) HasVersion() bool + func (o *UpdateInstancePartiallyPayload) SetBackupSchedule(v string) + func (o *UpdateInstancePartiallyPayload) SetFlavorId(v string) + func (o *UpdateInstancePartiallyPayload) SetLabels(v map[string]string) + func (o *UpdateInstancePartiallyPayload) SetName(v string) + func (o *UpdateInstancePartiallyPayload) SetNetwork(v UpdateInstancePartiallyPayloadNetwork) + func (o *UpdateInstancePartiallyPayload) SetRetentionDays(v int32) + func (o *UpdateInstancePartiallyPayload) SetStorage(v StorageUpdate) + func (o *UpdateInstancePartiallyPayload) SetVersion(v InstanceVersionOpt) + func (o *UpdateInstancePartiallyPayload) UnmarshalJSON(data []byte) (err error) + func (o UpdateInstancePartiallyPayload) MarshalJSON() ([]byte, error) + func (o UpdateInstancePartiallyPayload) ToMap() (map[string]interface{}, error) + type UpdateInstancePartiallyPayloadNetwork struct + Acl []string + AdditionalProperties map[string]interface{} + func NewUpdateInstancePartiallyPayloadNetwork() *UpdateInstancePartiallyPayloadNetwork + func NewUpdateInstancePartiallyPayloadNetworkWithDefaults() *UpdateInstancePartiallyPayloadNetwork + func (o *UpdateInstancePartiallyPayloadNetwork) GetAcl() []string + func (o *UpdateInstancePartiallyPayloadNetwork) GetAclOk() ([]string, bool) + func (o *UpdateInstancePartiallyPayloadNetwork) HasAcl() bool + func (o *UpdateInstancePartiallyPayloadNetwork) SetAcl(v []string) + func (o *UpdateInstancePartiallyPayloadNetwork) UnmarshalJSON(data []byte) (err error) + func (o UpdateInstancePartiallyPayloadNetwork) MarshalJSON() ([]byte, error) + func (o UpdateInstancePartiallyPayloadNetwork) ToMap() (map[string]interface{}, error) + type UpdateInstancePayload struct + AdditionalProperties map[string]interface{} + BackupSchedule string + FlavorId string + Labels *map[string]string + Name string + Network UpdateInstancePayloadNetwork + RetentionDays int32 + Storage StorageUpdate + Version InstanceVersion + func NewUpdateInstancePayload(backupSchedule string, flavorId string, name string, ...) *UpdateInstancePayload + func NewUpdateInstancePayloadWithDefaults() *UpdateInstancePayload + func (o *UpdateInstancePayload) GetBackupSchedule() string + func (o *UpdateInstancePayload) GetBackupScheduleOk() (*string, bool) + func (o *UpdateInstancePayload) GetFlavorId() string + func (o *UpdateInstancePayload) GetFlavorIdOk() (*string, bool) + func (o *UpdateInstancePayload) GetLabels() map[string]string + func (o *UpdateInstancePayload) GetLabelsOk() (*map[string]string, bool) + func (o *UpdateInstancePayload) GetName() string + func (o *UpdateInstancePayload) GetNameOk() (*string, bool) + func (o *UpdateInstancePayload) GetNetwork() UpdateInstancePayloadNetwork + func (o *UpdateInstancePayload) GetNetworkOk() (*UpdateInstancePayloadNetwork, bool) + func (o *UpdateInstancePayload) GetRetentionDays() int32 + func (o *UpdateInstancePayload) GetRetentionDaysOk() (*int32, bool) + func (o *UpdateInstancePayload) GetStorage() StorageUpdate + func (o *UpdateInstancePayload) GetStorageOk() (*StorageUpdate, bool) + func (o *UpdateInstancePayload) GetVersion() InstanceVersion + func (o *UpdateInstancePayload) GetVersionOk() (*InstanceVersion, bool) + func (o *UpdateInstancePayload) HasLabels() bool + func (o *UpdateInstancePayload) SetBackupSchedule(v string) + func (o *UpdateInstancePayload) SetFlavorId(v string) + func (o *UpdateInstancePayload) SetLabels(v map[string]string) + func (o *UpdateInstancePayload) SetName(v string) + func (o *UpdateInstancePayload) SetNetwork(v UpdateInstancePayloadNetwork) + func (o *UpdateInstancePayload) SetRetentionDays(v int32) + func (o *UpdateInstancePayload) SetStorage(v StorageUpdate) + func (o *UpdateInstancePayload) SetVersion(v InstanceVersion) + func (o *UpdateInstancePayload) UnmarshalJSON(data []byte) (err error) + func (o UpdateInstancePayload) MarshalJSON() ([]byte, error) + func (o UpdateInstancePayload) ToMap() (map[string]interface{}, error) + type UpdateInstancePayloadNetwork struct + Acl []string + AdditionalProperties map[string]interface{} + func NewUpdateInstancePayloadNetwork(acl []string) *UpdateInstancePayloadNetwork + func NewUpdateInstancePayloadNetworkWithDefaults() *UpdateInstancePayloadNetwork + func (o *UpdateInstancePayloadNetwork) GetAcl() []string + func (o *UpdateInstancePayloadNetwork) GetAclOk() ([]string, bool) + func (o *UpdateInstancePayloadNetwork) SetAcl(v []string) + func (o *UpdateInstancePayloadNetwork) UnmarshalJSON(data []byte) (err error) + func (o UpdateInstancePayloadNetwork) MarshalJSON() ([]byte, error) + func (o UpdateInstancePayloadNetwork) 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 + const USERSORT_UNKNOWN_DEFAULT_OPEN_API + 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 + AdditionalProperties map[string]interface{} + 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 + AdditionalProperties map[string]interface{} + 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 + AdditionalProperties map[string]interface{} + 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)