Versions in this module Expand all Collapse all v1 v1.14.1 Sep 8, 2026 v1.14.0 Sep 3, 2026 v1.13.0 Aug 21, 2026 v1.12.0 Jul 23, 2026 v1.11.0 Jul 13, 2026 Changes in this version + var AllowedBackupSortEnumValues = []BackupSort + var AllowedDatabaseSortEnumValues = []DatabaseSort + var AllowedFlavorSortEnumValues = []FlavorSort + var AllowedInstanceNetworkAccessScopeEnumValues = []InstanceNetworkAccessScope + var AllowedInstanceSortEnumValues = []InstanceSort + 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 ApiCloneInstanceRequest struct + ApiService DefaultAPI + func (r ApiCloneInstanceRequest) CloneInstancePayload(cloneInstancePayload CloneInstancePayload) ApiCloneInstanceRequest + func (r ApiCloneInstanceRequest) Execute() (*CloneInstanceResponse, error) + 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() (*BackupData, error) + type ApiGetDatabaseRequest struct + ApiService DefaultAPI + func (r ApiGetDatabaseRequest) Execute() (*GetDatabaseResponse, error) + type ApiGetInstanceRequest struct + ApiService DefaultAPI + func (r ApiGetInstanceRequest) Execute() (*GetInstanceResponse, error) + type ApiGetUserRequest struct + ApiService DefaultAPI + func (r ApiGetUserRequest) Execute() (*GetUserResponse, 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 ApiListCollationsRequest struct + ApiService DefaultAPI + func (r ApiListCollationsRequest) Execute() (*ListCollationsResponse, 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 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 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 ApiListVersionsRequest struct + ApiService DefaultAPI + func (r ApiListVersionsRequest) Execute() (*ListVersionResponse, error) + type ApiPartialUpdateDatabaseRequest struct + ApiService DefaultAPI + func (r ApiPartialUpdateDatabaseRequest) Execute() error + func (r ApiPartialUpdateDatabaseRequest) PartialUpdateDatabasePayload(partialUpdateDatabasePayload PartialUpdateDatabasePayload) ApiPartialUpdateDatabaseRequest + type ApiPartialUpdateInstanceRequest struct + ApiService DefaultAPI + func (r ApiPartialUpdateInstanceRequest) Execute() error + func (r ApiPartialUpdateInstanceRequest) PartialUpdateInstancePayload(partialUpdateInstancePayload PartialUpdateInstancePayload) ApiPartialUpdateInstanceRequest + type ApiPartialUpdateUserRequest struct + ApiService DefaultAPI + func (r ApiPartialUpdateUserRequest) Execute() error + func (r ApiPartialUpdateUserRequest) PartialUpdateUserPayload(partialUpdateUserPayload PartialUpdateUserPayload) ApiPartialUpdateUserRequest + type ApiResetUserPasswordRequest struct + ApiService DefaultAPI + func (r ApiResetUserPasswordRequest) Execute() (*ResetUserPasswordResponse, error) + type ApiUpdateDatabaseRequest struct + ApiService DefaultAPI + func (r ApiUpdateDatabaseRequest) Execute() error + func (r ApiUpdateDatabaseRequest) UpdateDatabasePayload(updateDatabasePayload UpdateDatabasePayload) ApiUpdateDatabaseRequest + type ApiUpdateInstanceProtectionRequest struct + ApiService DefaultAPI + func (r ApiUpdateInstanceProtectionRequest) Execute() (*UpdateInstanceProtectionResponse, error) + func (r ApiUpdateInstanceProtectionRequest) UpdateInstanceProtectionPayload(updateInstanceProtectionPayload UpdateInstanceProtectionPayload) ApiUpdateInstanceProtectionRequest + type ApiUpdateInstanceRequest struct + ApiService DefaultAPI + func (r ApiUpdateInstanceRequest) Execute() error + func (r ApiUpdateInstanceRequest) UpdateInstancePayload(updateInstancePayload UpdateInstancePayload) ApiUpdateInstanceRequest + type ApiUpdateUserRequest struct + ApiService DefaultAPI + func (r ApiUpdateUserRequest) Execute() error + func (r ApiUpdateUserRequest) UpdateUserPayload(updateUserPayload UpdateUserPayload) ApiUpdateUserRequest + type BackupData struct + AdditionalProperties map[string]interface{} + CompletionTime string + Id int64 + Name string + RetainedUntil string + Size int64 + Type string + func NewBackupData(completionTime string, id int64, name string, retainedUntil string, size int64, ...) *BackupData + func NewBackupDataWithDefaults() *BackupData + func (o *BackupData) GetCompletionTime() string + func (o *BackupData) GetCompletionTimeOk() (*string, bool) + func (o *BackupData) GetId() int64 + func (o *BackupData) GetIdOk() (*int64, bool) + func (o *BackupData) GetName() string + func (o *BackupData) GetNameOk() (*string, bool) + func (o *BackupData) GetRetainedUntil() string + func (o *BackupData) GetRetainedUntilOk() (*string, bool) + func (o *BackupData) GetSize() int64 + func (o *BackupData) GetSizeOk() (*int64, bool) + func (o *BackupData) GetType() string + func (o *BackupData) GetTypeOk() (*string, bool) + func (o *BackupData) SetCompletionTime(v string) + func (o *BackupData) SetId(v int64) + func (o *BackupData) SetName(v string) + func (o *BackupData) SetRetainedUntil(v string) + func (o *BackupData) SetSize(v int64) + func (o *BackupData) SetType(v string) + func (o *BackupData) UnmarshalJSON(data []byte) (err error) + func (o BackupData) MarshalJSON() ([]byte, error) + func (o BackupData) ToMap() (map[string]interface{}, error) + type BackupSort string + const BACKUPSORT_COMPLETION_TIME_ASC + const BACKUPSORT_COMPLETION_TIME_DESC + const BACKUPSORT_END_TIME_ASC + const BACKUPSORT_END_TIME_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 CloneInstanceOverrides struct + AdditionalProperties map[string]interface{} + Class *string + Name *string + Size int64 + func NewCloneInstanceOverrides(size int64) *CloneInstanceOverrides + func NewCloneInstanceOverridesWithDefaults() *CloneInstanceOverrides + func (o *CloneInstanceOverrides) GetClass() string + func (o *CloneInstanceOverrides) GetClassOk() (*string, bool) + func (o *CloneInstanceOverrides) GetName() string + func (o *CloneInstanceOverrides) GetNameOk() (*string, bool) + func (o *CloneInstanceOverrides) GetSize() int64 + func (o *CloneInstanceOverrides) GetSizeOk() (*int64, bool) + func (o *CloneInstanceOverrides) HasClass() bool + func (o *CloneInstanceOverrides) HasName() bool + func (o *CloneInstanceOverrides) SetClass(v string) + func (o *CloneInstanceOverrides) SetName(v string) + func (o *CloneInstanceOverrides) SetSize(v int64) + func (o *CloneInstanceOverrides) UnmarshalJSON(data []byte) (err error) + func (o CloneInstanceOverrides) MarshalJSON() ([]byte, error) + func (o CloneInstanceOverrides) ToMap() (map[string]interface{}, error) + type CloneInstancePayload struct + AdditionalProperties map[string]interface{} + InstanceOverrides CloneInstanceOverrides + PointInTime time.Time + func NewCloneInstancePayload(instanceOverrides CloneInstanceOverrides, pointInTime time.Time) *CloneInstancePayload + func NewCloneInstancePayloadWithDefaults() *CloneInstancePayload + func (o *CloneInstancePayload) GetInstanceOverrides() CloneInstanceOverrides + func (o *CloneInstancePayload) GetInstanceOverridesOk() (*CloneInstanceOverrides, bool) + func (o *CloneInstancePayload) GetPointInTime() time.Time + func (o *CloneInstancePayload) GetPointInTimeOk() (*time.Time, bool) + func (o *CloneInstancePayload) SetInstanceOverrides(v CloneInstanceOverrides) + func (o *CloneInstancePayload) SetPointInTime(v time.Time) + func (o *CloneInstancePayload) UnmarshalJSON(data []byte) (err error) + func (o CloneInstancePayload) MarshalJSON() ([]byte, error) + func (o CloneInstancePayload) ToMap() (map[string]interface{}, error) + type CloneInstanceResponse struct + AdditionalProperties map[string]interface{} + Id string + func NewCloneInstanceResponse(id string) *CloneInstanceResponse + func NewCloneInstanceResponseWithDefaults() *CloneInstanceResponse + func (o *CloneInstanceResponse) GetId() string + func (o *CloneInstanceResponse) GetIdOk() (*string, bool) + func (o *CloneInstanceResponse) SetId(v string) + func (o *CloneInstanceResponse) UnmarshalJSON(data []byte) (err error) + func (o CloneInstanceResponse) MarshalJSON() ([]byte, error) + func (o CloneInstanceResponse) ToMap() (map[string]interface{}, error) + type CreateDatabasePayload struct + AdditionalProperties map[string]interface{} + Name string + Owner *string + func NewCreateDatabasePayload(name string) *CreateDatabasePayload + func NewCreateDatabasePayloadWithDefaults() *CreateDatabasePayload + 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) HasOwner() bool + 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 InstanceNetworkCreate + RetentionDays NullableInt32 + Storage StorageCreate + Version string + 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() InstanceNetworkCreate + func (o *CreateInstancePayload) GetNetworkOk() (*InstanceNetworkCreate, 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() string + func (o *CreateInstancePayload) GetVersionOk() (*string, 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 InstanceNetworkCreate) + func (o *CreateInstancePayload) SetRetentionDays(v int32) + func (o *CreateInstancePayload) SetStorage(v StorageCreate) + func (o *CreateInstancePayload) SetVersion(v string) + func (o *CreateInstancePayload) UnmarshalJSON(data []byte) (err error) + func (o CreateInstancePayload) MarshalJSON() ([]byte, error) + func (o CreateInstancePayload) 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{} + Name string + Roles []string + func NewCreateUserPayload(name string) *CreateUserPayload + func NewCreateUserPayloadWithDefaults() *CreateUserPayload + func (o *CreateUserPayload) GetName() string + func (o *CreateUserPayload) GetNameOk() (*string, bool) + func (o *CreateUserPayload) GetRoles() []string + func (o *CreateUserPayload) GetRolesOk() ([]string, bool) + func (o *CreateUserPayload) HasRoles() bool + func (o *CreateUserPayload) SetName(v string) + func (o *CreateUserPayload) SetRoles(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{} + Id int64 + Name string + Password string + State string + func NewCreateUserResponse(id int64, name string, password string, state string) *CreateUserResponse + func NewCreateUserResponseWithDefaults() *CreateUserResponse + func (o *CreateUserResponse) GetId() int64 + func (o *CreateUserResponse) GetIdOk() (*int64, bool) + func (o *CreateUserResponse) GetName() string + func (o *CreateUserResponse) GetNameOk() (*string, bool) + func (o *CreateUserResponse) GetPassword() string + func (o *CreateUserResponse) GetPasswordOk() (*string, bool) + func (o *CreateUserResponse) GetState() string + func (o *CreateUserResponse) GetStateOk() (*string, bool) + func (o *CreateUserResponse) SetId(v int64) + func (o *CreateUserResponse) SetName(v string) + func (o *CreateUserResponse) SetPassword(v string) + func (o *CreateUserResponse) SetState(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 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_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 + CloneInstance func(ctx context.Context, projectId string, region string, instanceId string) ApiCloneInstanceRequest + CloneInstanceExecute func(r ApiCloneInstanceRequest) (*CloneInstanceResponse, error) + 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) (*BackupData, error) + GetDatabase func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiGetDatabaseRequest + GetDatabaseExecute func(r ApiGetDatabaseRequest) (*GetDatabaseResponse, error) + GetInstance func(ctx context.Context, projectId string, region string, instanceId string) ApiGetInstanceRequest + GetInstanceExecute func(r ApiGetInstanceRequest) (*GetInstanceResponse, error) + GetUser func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiGetUserRequest + GetUserExecute func(r ApiGetUserRequest) (*GetUserResponse, error) + ListBackups func(ctx context.Context, projectId string, region string, instanceId string) ApiListBackupsRequest + ListBackupsExecute func(r ApiListBackupsRequest) (*ListBackupResponse, error) + ListCollations func(ctx context.Context, projectId string, region string, instanceId string) ApiListCollationsRequest + ListCollationsExecute func(r ApiListCollationsRequest) (*ListCollationsResponse, error) + ListDatabases func(ctx context.Context, projectId string, region string, instanceId string) ApiListDatabasesRequest + ListDatabasesExecute func(r ApiListDatabasesRequest) (*ListDatabasesResponse, error) + ListFlavors func(ctx context.Context, projectId string, region string) ApiListFlavorsRequest + ListFlavorsExecute func(r ApiListFlavorsRequest) (*ListFlavorsResponse, 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) + ListVersions func(ctx context.Context, projectId string, region string) ApiListVersionsRequest + ListVersionsExecute func(r ApiListVersionsRequest) (*ListVersionResponse, error) + PartialUpdateDatabase func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiPartialUpdateDatabaseRequest + PartialUpdateDatabaseExecute func(r ApiPartialUpdateDatabaseRequest) error + PartialUpdateInstance func(ctx context.Context, projectId string, region string, instanceId string) ApiPartialUpdateInstanceRequest + PartialUpdateInstanceExecute func(r ApiPartialUpdateInstanceRequest) error + PartialUpdateUser func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiPartialUpdateUserRequest + PartialUpdateUserExecute func(r ApiPartialUpdateUserRequest) error + ResetUserPassword func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiResetUserPasswordRequest + ResetUserPasswordExecute func(r ApiResetUserPasswordRequest) (*ResetUserPasswordResponse, error) + UpdateDatabase func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiUpdateDatabaseRequest + UpdateDatabaseExecute func(r ApiUpdateDatabaseRequest) error + UpdateInstance func(ctx context.Context, projectId string, region string, instanceId string) ApiUpdateInstanceRequest + UpdateInstanceExecute func(r ApiUpdateInstanceRequest) error + UpdateInstanceProtection func(ctx context.Context, projectId string, region string, instanceId string) ApiUpdateInstanceProtectionRequest + UpdateInstanceProtectionExecute func(r ApiUpdateInstanceProtectionRequest) (*UpdateInstanceProtectionResponse, error) + UpdateUser func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiUpdateUserRequest + UpdateUserExecute func(r ApiUpdateUserRequest) error + type DefaultAPIService service + func (a *DefaultAPIService) CloneInstance(ctx context.Context, projectId string, region string, instanceId string) ApiCloneInstanceRequest + func (a *DefaultAPIService) CloneInstanceExecute(r ApiCloneInstanceRequest) (*CloneInstanceResponse, error) + 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) (*BackupData, 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) GetInstance(ctx context.Context, projectId string, region string, instanceId string) ApiGetInstanceRequest + func (a *DefaultAPIService) GetInstanceExecute(r ApiGetInstanceRequest) (*GetInstanceResponse, 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) ListBackups(ctx context.Context, projectId string, region string, instanceId string) ApiListBackupsRequest + func (a *DefaultAPIService) ListBackupsExecute(r ApiListBackupsRequest) (*ListBackupResponse, error) + 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) ListDatabases(ctx context.Context, projectId string, region string, instanceId string) ApiListDatabasesRequest + func (a *DefaultAPIService) ListDatabasesExecute(r ApiListDatabasesRequest) (*ListDatabasesResponse, error) + func (a *DefaultAPIService) ListFlavors(ctx context.Context, projectId string, region string) ApiListFlavorsRequest + func (a *DefaultAPIService) ListFlavorsExecute(r ApiListFlavorsRequest) (*ListFlavorsResponse, 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) ListVersions(ctx context.Context, projectId string, region string) ApiListVersionsRequest + func (a *DefaultAPIService) ListVersionsExecute(r ApiListVersionsRequest) (*ListVersionResponse, error) + func (a *DefaultAPIService) PartialUpdateDatabase(ctx context.Context, projectId string, region string, instanceId string, ...) ApiPartialUpdateDatabaseRequest + func (a *DefaultAPIService) PartialUpdateDatabaseExecute(r ApiPartialUpdateDatabaseRequest) 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) PartialUpdateUser(ctx context.Context, projectId string, region string, instanceId string, ...) ApiPartialUpdateUserRequest + func (a *DefaultAPIService) PartialUpdateUserExecute(r ApiPartialUpdateUserRequest) error + func (a *DefaultAPIService) ResetUserPassword(ctx context.Context, projectId string, region string, instanceId string, ...) ApiResetUserPasswordRequest + func (a *DefaultAPIService) ResetUserPasswordExecute(r ApiResetUserPasswordRequest) (*ResetUserPasswordResponse, error) + func (a *DefaultAPIService) UpdateDatabase(ctx context.Context, projectId string, region string, instanceId string, ...) ApiUpdateDatabaseRequest + func (a *DefaultAPIService) UpdateDatabaseExecute(r ApiUpdateDatabaseRequest) 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) UpdateInstanceProtection(ctx context.Context, projectId string, region string, instanceId string) ApiUpdateInstanceProtectionRequest + func (a *DefaultAPIService) UpdateInstanceProtectionExecute(r ApiUpdateInstanceProtectionRequest) (*UpdateInstanceProtectionResponse, error) + func (a *DefaultAPIService) UpdateUser(ctx context.Context, projectId string, region string, instanceId string, ...) ApiUpdateUserRequest + func (a *DefaultAPIService) UpdateUserExecute(r ApiUpdateUserRequest) error + type DefaultAPIServiceMock struct + CloneInstanceExecuteMock *func(r ApiCloneInstanceRequest) (*CloneInstanceResponse, error) + 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) (*BackupData, error) + GetDatabaseExecuteMock *func(r ApiGetDatabaseRequest) (*GetDatabaseResponse, error) + GetInstanceExecuteMock *func(r ApiGetInstanceRequest) (*GetInstanceResponse, error) + GetUserExecuteMock *func(r ApiGetUserRequest) (*GetUserResponse, error) + ListBackupsExecuteMock *func(r ApiListBackupsRequest) (*ListBackupResponse, error) + ListCollationsExecuteMock *func(r ApiListCollationsRequest) (*ListCollationsResponse, error) + ListDatabasesExecuteMock *func(r ApiListDatabasesRequest) (*ListDatabasesResponse, error) + ListFlavorsExecuteMock *func(r ApiListFlavorsRequest) (*ListFlavorsResponse, error) + ListInstancesExecuteMock *func(r ApiListInstancesRequest) (*ListInstancesResponse, error) + ListRolesExecuteMock *func(r ApiListRolesRequest) (*ListRolesResponse, error) + ListUsersExecuteMock *func(r ApiListUsersRequest) (*ListUserResponse, error) + ListVersionsExecuteMock *func(r ApiListVersionsRequest) (*ListVersionResponse, error) + PartialUpdateDatabaseExecuteMock *func(r ApiPartialUpdateDatabaseRequest) error + PartialUpdateInstanceExecuteMock *func(r ApiPartialUpdateInstanceRequest) error + PartialUpdateUserExecuteMock *func(r ApiPartialUpdateUserRequest) error + ResetUserPasswordExecuteMock *func(r ApiResetUserPasswordRequest) (*ResetUserPasswordResponse, error) + UpdateDatabaseExecuteMock *func(r ApiUpdateDatabaseRequest) error + UpdateInstanceExecuteMock *func(r ApiUpdateInstanceRequest) error + UpdateInstanceProtectionExecuteMock *func(r ApiUpdateInstanceProtectionRequest) (*UpdateInstanceProtectionResponse, error) + UpdateUserExecuteMock *func(r ApiUpdateUserRequest) error + func (a DefaultAPIServiceMock) CloneInstance(ctx context.Context, projectId string, region string, instanceId string) ApiCloneInstanceRequest + func (a DefaultAPIServiceMock) CloneInstanceExecute(r ApiCloneInstanceRequest) (*CloneInstanceResponse, 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) (*BackupData, 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) GetInstance(ctx context.Context, projectId string, region string, instanceId string) ApiGetInstanceRequest + func (a DefaultAPIServiceMock) GetInstanceExecute(r ApiGetInstanceRequest) (*GetInstanceResponse, 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) ListBackups(ctx context.Context, projectId string, region string, instanceId string) ApiListBackupsRequest + func (a DefaultAPIServiceMock) ListBackupsExecute(r ApiListBackupsRequest) (*ListBackupResponse, 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) ListDatabases(ctx context.Context, projectId string, region string, instanceId string) ApiListDatabasesRequest + func (a DefaultAPIServiceMock) ListDatabasesExecute(r ApiListDatabasesRequest) (*ListDatabasesResponse, error) + func (a DefaultAPIServiceMock) ListFlavors(ctx context.Context, projectId string, region string) ApiListFlavorsRequest + func (a DefaultAPIServiceMock) ListFlavorsExecute(r ApiListFlavorsRequest) (*ListFlavorsResponse, 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) ListVersions(ctx context.Context, projectId string, region string) ApiListVersionsRequest + func (a DefaultAPIServiceMock) ListVersionsExecute(r ApiListVersionsRequest) (*ListVersionResponse, error) + func (a DefaultAPIServiceMock) PartialUpdateDatabase(ctx context.Context, projectId string, region string, instanceId string, ...) ApiPartialUpdateDatabaseRequest + func (a DefaultAPIServiceMock) PartialUpdateDatabaseExecute(r ApiPartialUpdateDatabaseRequest) 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) PartialUpdateUser(ctx context.Context, projectId string, region string, instanceId string, ...) ApiPartialUpdateUserRequest + func (a DefaultAPIServiceMock) PartialUpdateUserExecute(r ApiPartialUpdateUserRequest) error + func (a DefaultAPIServiceMock) ResetUserPassword(ctx context.Context, projectId string, region string, instanceId string, ...) ApiResetUserPasswordRequest + func (a DefaultAPIServiceMock) ResetUserPasswordExecute(r ApiResetUserPasswordRequest) (*ResetUserPasswordResponse, error) + func (a DefaultAPIServiceMock) UpdateDatabase(ctx context.Context, projectId string, region string, instanceId string, ...) ApiUpdateDatabaseRequest + func (a DefaultAPIServiceMock) UpdateDatabaseExecute(r ApiUpdateDatabaseRequest) 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) UpdateInstanceProtection(ctx context.Context, projectId string, region string, instanceId string) ApiUpdateInstanceProtectionRequest + func (a DefaultAPIServiceMock) UpdateInstanceProtectionExecute(r ApiUpdateInstanceProtectionRequest) (*UpdateInstanceProtectionResponse, error) + func (a DefaultAPIServiceMock) UpdateUser(ctx context.Context, projectId string, region string, instanceId string, ...) ApiUpdateUserRequest + func (a DefaultAPIServiceMock) UpdateUserExecute(r ApiUpdateUserRequest) 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 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_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 GetDatabaseResponse struct + AdditionalProperties map[string]interface{} + Id int64 + Name string + Owner string + func NewGetDatabaseResponse(id int64, name string, owner string) *GetDatabaseResponse + func NewGetDatabaseResponseWithDefaults() *GetDatabaseResponse + 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) 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 GetInstanceResponse struct + Acl []string + AdditionalProperties map[string]interface{} + BackupSchedule string + ConnectionInfo InstanceConnectionInfo + Encryption *InstanceEncryption + FlavorId string + Id string + IsDeletable bool + Labels *map[string]string + Name string + Network InstanceNetwork + RetentionDays NullableInt32 + State State + Storage Storage + Version string + func NewGetInstanceResponse(backupSchedule string, connectionInfo InstanceConnectionInfo, flavorId string, ...) *GetInstanceResponse + func NewGetInstanceResponseWithDefaults() *GetInstanceResponse + func (o *GetInstanceResponse) GetAcl() []string + func (o *GetInstanceResponse) GetAclOk() ([]string, bool) + func (o *GetInstanceResponse) GetBackupSchedule() string + func (o *GetInstanceResponse) GetBackupScheduleOk() (*string, bool) + func (o *GetInstanceResponse) GetConnectionInfo() InstanceConnectionInfo + func (o *GetInstanceResponse) GetConnectionInfoOk() (*InstanceConnectionInfo, 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) 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() string + func (o *GetInstanceResponse) GetVersionOk() (*string, bool) + func (o *GetInstanceResponse) HasAcl() bool + func (o *GetInstanceResponse) HasEncryption() bool + func (o *GetInstanceResponse) HasLabels() bool + func (o *GetInstanceResponse) SetAcl(v []string) + func (o *GetInstanceResponse) SetBackupSchedule(v string) + func (o *GetInstanceResponse) SetConnectionInfo(v InstanceConnectionInfo) + 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) SetRetentionDays(v int32) + func (o *GetInstanceResponse) SetState(v State) + func (o *GetInstanceResponse) SetStorage(v Storage) + func (o *GetInstanceResponse) SetVersion(v string) + func (o *GetInstanceResponse) UnmarshalJSON(data []byte) (err error) + func (o GetInstanceResponse) MarshalJSON() ([]byte, error) + func (o GetInstanceResponse) ToMap() (map[string]interface{}, error) + type GetUserResponse struct + AdditionalProperties map[string]interface{} + Id int64 + Name string + Roles []string + State string + func NewGetUserResponse(id int64, name string, roles []string, state string) *GetUserResponse + func NewGetUserResponseWithDefaults() *GetUserResponse + func (o *GetUserResponse) GetId() int64 + func (o *GetUserResponse) GetIdOk() (*int64, bool) + func (o *GetUserResponse) GetName() string + func (o *GetUserResponse) GetNameOk() (*string, bool) + func (o *GetUserResponse) GetRoles() []string + func (o *GetUserResponse) GetRolesOk() ([]string, bool) + func (o *GetUserResponse) GetState() string + func (o *GetUserResponse) GetStateOk() (*string, bool) + func (o *GetUserResponse) SetId(v int64) + func (o *GetUserResponse) SetName(v string) + func (o *GetUserResponse) SetRoles(v []string) + func (o *GetUserResponse) SetState(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 InstanceConnectionInfo struct + AdditionalProperties map[string]interface{} + Write InstanceConnectionInfoWrite + func NewInstanceConnectionInfo(write InstanceConnectionInfoWrite) *InstanceConnectionInfo + func NewInstanceConnectionInfoWithDefaults() *InstanceConnectionInfo + func (o *InstanceConnectionInfo) GetWrite() InstanceConnectionInfoWrite + func (o *InstanceConnectionInfo) GetWriteOk() (*InstanceConnectionInfoWrite, bool) + func (o *InstanceConnectionInfo) SetWrite(v InstanceConnectionInfoWrite) + func (o *InstanceConnectionInfo) UnmarshalJSON(data []byte) (err error) + func (o InstanceConnectionInfo) MarshalJSON() ([]byte, error) + func (o InstanceConnectionInfo) ToMap() (map[string]interface{}, error) + type InstanceConnectionInfoWrite struct + AdditionalProperties map[string]interface{} + Host string + Port int32 + func NewInstanceConnectionInfoWrite(host string, port int32) *InstanceConnectionInfoWrite + func NewInstanceConnectionInfoWriteWithDefaults() *InstanceConnectionInfoWrite + func (o *InstanceConnectionInfoWrite) GetHost() string + func (o *InstanceConnectionInfoWrite) GetHostOk() (*string, bool) + func (o *InstanceConnectionInfoWrite) GetPort() int32 + func (o *InstanceConnectionInfoWrite) GetPortOk() (*int32, bool) + func (o *InstanceConnectionInfoWrite) SetHost(v string) + func (o *InstanceConnectionInfoWrite) SetPort(v int32) + func (o *InstanceConnectionInfoWrite) UnmarshalJSON(data []byte) (err error) + func (o InstanceConnectionInfoWrite) MarshalJSON() ([]byte, error) + func (o InstanceConnectionInfoWrite) ToMap() (map[string]interface{}, error) + 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(acl []string) *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) 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 InstanceNetworkCreate struct + AccessScope *InstanceNetworkAccessScope + Acl []string + AdditionalProperties map[string]interface{} + func NewInstanceNetworkCreate(acl []string) *InstanceNetworkCreate + func NewInstanceNetworkCreateWithDefaults() *InstanceNetworkCreate + func (o *InstanceNetworkCreate) GetAccessScope() InstanceNetworkAccessScope + func (o *InstanceNetworkCreate) GetAccessScopeOk() (*InstanceNetworkAccessScope, bool) + func (o *InstanceNetworkCreate) GetAcl() []string + func (o *InstanceNetworkCreate) GetAclOk() ([]string, bool) + func (o *InstanceNetworkCreate) HasAccessScope() bool + func (o *InstanceNetworkCreate) SetAccessScope(v InstanceNetworkAccessScope) + func (o *InstanceNetworkCreate) SetAcl(v []string) + func (o *InstanceNetworkCreate) UnmarshalJSON(data []byte) (err error) + func (o InstanceNetworkCreate) MarshalJSON() ([]byte, error) + func (o InstanceNetworkCreate) ToMap() (map[string]interface{}, error) + type InstanceNetworkOpt struct + Acl []string + AdditionalProperties map[string]interface{} + func NewInstanceNetworkOpt() *InstanceNetworkOpt + func NewInstanceNetworkOptWithDefaults() *InstanceNetworkOpt + func (o *InstanceNetworkOpt) GetAcl() []string + func (o *InstanceNetworkOpt) GetAclOk() ([]string, bool) + func (o *InstanceNetworkOpt) HasAcl() bool + func (o *InstanceNetworkOpt) SetAcl(v []string) + func (o *InstanceNetworkOpt) UnmarshalJSON(data []byte) (err error) + func (o InstanceNetworkOpt) MarshalJSON() ([]byte, error) + func (o InstanceNetworkOpt) ToMap() (map[string]interface{}, error) + type InstanceNetworkUpdate struct + Acl []string + AdditionalProperties map[string]interface{} + func NewInstanceNetworkUpdate(acl []string) *InstanceNetworkUpdate + func NewInstanceNetworkUpdateWithDefaults() *InstanceNetworkUpdate + func (o *InstanceNetworkUpdate) GetAcl() []string + func (o *InstanceNetworkUpdate) GetAclOk() ([]string, bool) + func (o *InstanceNetworkUpdate) SetAcl(v []string) + func (o *InstanceNetworkUpdate) UnmarshalJSON(data []byte) (err error) + func (o InstanceNetworkUpdate) MarshalJSON() ([]byte, error) + func (o InstanceNetworkUpdate) ToMap() (map[string]interface{}, error) + type InstanceSort string + const INSTANCESORT_ID_ASC + const INSTANCESORT_ID_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 InstanceStorageRange struct + AdditionalProperties map[string]interface{} + Max int32 + Min int32 + func NewInstanceStorageRange(max int32, min int32) *InstanceStorageRange + func NewInstanceStorageRangeWithDefaults() *InstanceStorageRange + func (o *InstanceStorageRange) GetMax() int32 + func (o *InstanceStorageRange) GetMaxOk() (*int32, bool) + func (o *InstanceStorageRange) GetMin() int32 + func (o *InstanceStorageRange) GetMinOk() (*int32, bool) + func (o *InstanceStorageRange) SetMax(v int32) + func (o *InstanceStorageRange) SetMin(v int32) + func (o *InstanceStorageRange) UnmarshalJSON(data []byte) (err error) + func (o InstanceStorageRange) MarshalJSON() ([]byte, error) + func (o InstanceStorageRange) ToMap() (map[string]interface{}, error) + type ListBackupResponse struct + AdditionalProperties map[string]interface{} + Backups []BackupData + Pagination Pagination + func NewListBackupResponse(backups []BackupData, pagination Pagination) *ListBackupResponse + func NewListBackupResponseWithDefaults() *ListBackupResponse + func (o *ListBackupResponse) GetBackups() []BackupData + func (o *ListBackupResponse) GetBackupsOk() ([]BackupData, bool) + func (o *ListBackupResponse) GetPagination() Pagination + func (o *ListBackupResponse) GetPaginationOk() (*Pagination, bool) + func (o *ListBackupResponse) SetBackups(v []BackupData) + 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 ListCollationsResponse struct + AdditionalProperties map[string]interface{} + Collations []string + func NewListCollationsResponse(collations []string) *ListCollationsResponse + func NewListCollationsResponseWithDefaults() *ListCollationsResponse + func (o *ListCollationsResponse) GetCollations() []string + func (o *ListCollationsResponse) GetCollationsOk() ([]string, bool) + func (o *ListCollationsResponse) SetCollations(v []string) + func (o *ListCollationsResponse) UnmarshalJSON(data []byte) (err error) + func (o ListCollationsResponse) MarshalJSON() ([]byte, error) + func (o ListCollationsResponse) ToMap() (map[string]interface{}, error) + type ListDatabase struct + AdditionalProperties map[string]interface{} + Id int64 + Name string + Owner string + func NewListDatabase(id int64, name string, owner string) *ListDatabase + func NewListDatabaseWithDefaults() *ListDatabase + 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) 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 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 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 + Name string + State string + func NewListUser(id int64, name string, state string) *ListUser + func NewListUserWithDefaults() *ListUser + func (o *ListUser) GetId() int64 + func (o *ListUser) GetIdOk() (*int64, bool) + func (o *ListUser) GetName() string + func (o *ListUser) GetNameOk() (*string, bool) + func (o *ListUser) GetState() string + func (o *ListUser) GetStateOk() (*string, bool) + func (o *ListUser) SetId(v int64) + func (o *ListUser) SetName(v string) + func (o *ListUser) SetState(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 ListVersionResponse struct + AdditionalProperties map[string]interface{} + Versions []Version + func NewListVersionResponse(versions []Version) *ListVersionResponse + func NewListVersionResponseWithDefaults() *ListVersionResponse + func (o *ListVersionResponse) GetVersions() []Version + func (o *ListVersionResponse) GetVersionsOk() ([]Version, bool) + func (o *ListVersionResponse) SetVersions(v []Version) + func (o *ListVersionResponse) UnmarshalJSON(data []byte) (err error) + func (o ListVersionResponse) MarshalJSON() ([]byte, error) + func (o ListVersionResponse) ToMap() (map[string]interface{}, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type NullableBackupData struct + func NewNullableBackupData(val *BackupData) *NullableBackupData + func (v *NullableBackupData) Set(val *BackupData) + func (v *NullableBackupData) UnmarshalJSON(src []byte) error + func (v *NullableBackupData) Unset() + func (v NullableBackupData) Get() *BackupData + func (v NullableBackupData) IsSet() bool + func (v NullableBackupData) 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 NullableCloneInstanceOverrides struct + func NewNullableCloneInstanceOverrides(val *CloneInstanceOverrides) *NullableCloneInstanceOverrides + func (v *NullableCloneInstanceOverrides) Set(val *CloneInstanceOverrides) + func (v *NullableCloneInstanceOverrides) UnmarshalJSON(src []byte) error + func (v *NullableCloneInstanceOverrides) Unset() + func (v NullableCloneInstanceOverrides) Get() *CloneInstanceOverrides + func (v NullableCloneInstanceOverrides) IsSet() bool + func (v NullableCloneInstanceOverrides) MarshalJSON() ([]byte, error) + type NullableCloneInstancePayload struct + func NewNullableCloneInstancePayload(val *CloneInstancePayload) *NullableCloneInstancePayload + func (v *NullableCloneInstancePayload) Set(val *CloneInstancePayload) + func (v *NullableCloneInstancePayload) UnmarshalJSON(src []byte) error + func (v *NullableCloneInstancePayload) Unset() + func (v NullableCloneInstancePayload) Get() *CloneInstancePayload + func (v NullableCloneInstancePayload) IsSet() bool + func (v NullableCloneInstancePayload) MarshalJSON() ([]byte, error) + type NullableCloneInstanceResponse struct + func NewNullableCloneInstanceResponse(val *CloneInstanceResponse) *NullableCloneInstanceResponse + func (v *NullableCloneInstanceResponse) Set(val *CloneInstanceResponse) + func (v *NullableCloneInstanceResponse) UnmarshalJSON(src []byte) error + func (v *NullableCloneInstanceResponse) Unset() + func (v NullableCloneInstanceResponse) Get() *CloneInstanceResponse + func (v NullableCloneInstanceResponse) IsSet() bool + func (v NullableCloneInstanceResponse) 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 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 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 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 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 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 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 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 NullableInstanceConnectionInfo struct + func NewNullableInstanceConnectionInfo(val *InstanceConnectionInfo) *NullableInstanceConnectionInfo + func (v *NullableInstanceConnectionInfo) Set(val *InstanceConnectionInfo) + func (v *NullableInstanceConnectionInfo) UnmarshalJSON(src []byte) error + func (v *NullableInstanceConnectionInfo) Unset() + func (v NullableInstanceConnectionInfo) Get() *InstanceConnectionInfo + func (v NullableInstanceConnectionInfo) IsSet() bool + func (v NullableInstanceConnectionInfo) MarshalJSON() ([]byte, error) + type NullableInstanceConnectionInfoWrite struct + func NewNullableInstanceConnectionInfoWrite(val *InstanceConnectionInfoWrite) *NullableInstanceConnectionInfoWrite + func (v *NullableInstanceConnectionInfoWrite) Set(val *InstanceConnectionInfoWrite) + func (v *NullableInstanceConnectionInfoWrite) UnmarshalJSON(src []byte) error + func (v *NullableInstanceConnectionInfoWrite) Unset() + func (v NullableInstanceConnectionInfoWrite) Get() *InstanceConnectionInfoWrite + func (v NullableInstanceConnectionInfoWrite) IsSet() bool + func (v NullableInstanceConnectionInfoWrite) 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 NullableInstanceNetworkCreate struct + func NewNullableInstanceNetworkCreate(val *InstanceNetworkCreate) *NullableInstanceNetworkCreate + func (v *NullableInstanceNetworkCreate) Set(val *InstanceNetworkCreate) + func (v *NullableInstanceNetworkCreate) UnmarshalJSON(src []byte) error + func (v *NullableInstanceNetworkCreate) Unset() + func (v NullableInstanceNetworkCreate) Get() *InstanceNetworkCreate + func (v NullableInstanceNetworkCreate) IsSet() bool + func (v NullableInstanceNetworkCreate) MarshalJSON() ([]byte, error) + type NullableInstanceNetworkOpt struct + func NewNullableInstanceNetworkOpt(val *InstanceNetworkOpt) *NullableInstanceNetworkOpt + func (v *NullableInstanceNetworkOpt) Set(val *InstanceNetworkOpt) + func (v *NullableInstanceNetworkOpt) UnmarshalJSON(src []byte) error + func (v *NullableInstanceNetworkOpt) Unset() + func (v NullableInstanceNetworkOpt) Get() *InstanceNetworkOpt + func (v NullableInstanceNetworkOpt) IsSet() bool + func (v NullableInstanceNetworkOpt) MarshalJSON() ([]byte, error) + type NullableInstanceNetworkUpdate struct + func NewNullableInstanceNetworkUpdate(val *InstanceNetworkUpdate) *NullableInstanceNetworkUpdate + func (v *NullableInstanceNetworkUpdate) Set(val *InstanceNetworkUpdate) + func (v *NullableInstanceNetworkUpdate) UnmarshalJSON(src []byte) error + func (v *NullableInstanceNetworkUpdate) Unset() + func (v NullableInstanceNetworkUpdate) Get() *InstanceNetworkUpdate + func (v NullableInstanceNetworkUpdate) IsSet() bool + func (v NullableInstanceNetworkUpdate) 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 NullableInstanceStorageRange struct + func NewNullableInstanceStorageRange(val *InstanceStorageRange) *NullableInstanceStorageRange + func (v *NullableInstanceStorageRange) Set(val *InstanceStorageRange) + func (v *NullableInstanceStorageRange) UnmarshalJSON(src []byte) error + func (v *NullableInstanceStorageRange) Unset() + func (v NullableInstanceStorageRange) Get() *InstanceStorageRange + func (v NullableInstanceStorageRange) IsSet() bool + func (v NullableInstanceStorageRange) 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 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 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 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 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 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 NullableListVersionResponse struct + func NewNullableListVersionResponse(val *ListVersionResponse) *NullableListVersionResponse + func (v *NullableListVersionResponse) Set(val *ListVersionResponse) + func (v *NullableListVersionResponse) UnmarshalJSON(src []byte) error + func (v *NullableListVersionResponse) Unset() + func (v NullableListVersionResponse) Get() *ListVersionResponse + func (v NullableListVersionResponse) IsSet() bool + func (v NullableListVersionResponse) 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 NullablePartialUpdateDatabasePayload struct + func NewNullablePartialUpdateDatabasePayload(val *PartialUpdateDatabasePayload) *NullablePartialUpdateDatabasePayload + func (v *NullablePartialUpdateDatabasePayload) Set(val *PartialUpdateDatabasePayload) + func (v *NullablePartialUpdateDatabasePayload) UnmarshalJSON(src []byte) error + func (v *NullablePartialUpdateDatabasePayload) Unset() + func (v NullablePartialUpdateDatabasePayload) Get() *PartialUpdateDatabasePayload + func (v NullablePartialUpdateDatabasePayload) IsSet() bool + func (v NullablePartialUpdateDatabasePayload) 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 NullablePartialUpdateUserPayload struct + func NewNullablePartialUpdateUserPayload(val *PartialUpdateUserPayload) *NullablePartialUpdateUserPayload + func (v *NullablePartialUpdateUserPayload) Set(val *PartialUpdateUserPayload) + func (v *NullablePartialUpdateUserPayload) UnmarshalJSON(src []byte) error + func (v *NullablePartialUpdateUserPayload) Unset() + func (v NullablePartialUpdateUserPayload) Get() *PartialUpdateUserPayload + func (v NullablePartialUpdateUserPayload) IsSet() bool + func (v NullablePartialUpdateUserPayload) MarshalJSON() ([]byte, error) + type NullableResetUserPasswordResponse struct + func NewNullableResetUserPasswordResponse(val *ResetUserPasswordResponse) *NullableResetUserPasswordResponse + func (v *NullableResetUserPasswordResponse) Set(val *ResetUserPasswordResponse) + func (v *NullableResetUserPasswordResponse) UnmarshalJSON(src []byte) error + func (v *NullableResetUserPasswordResponse) Unset() + func (v NullableResetUserPasswordResponse) Get() *ResetUserPasswordResponse + func (v NullableResetUserPasswordResponse) IsSet() bool + func (v NullableResetUserPasswordResponse) 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 NullableUpdateDatabasePartiallyResponse struct + func NewNullableUpdateDatabasePartiallyResponse(val *UpdateDatabasePartiallyResponse) *NullableUpdateDatabasePartiallyResponse + func (v *NullableUpdateDatabasePartiallyResponse) Set(val *UpdateDatabasePartiallyResponse) + func (v *NullableUpdateDatabasePartiallyResponse) UnmarshalJSON(src []byte) error + func (v *NullableUpdateDatabasePartiallyResponse) Unset() + func (v NullableUpdateDatabasePartiallyResponse) Get() *UpdateDatabasePartiallyResponse + func (v NullableUpdateDatabasePartiallyResponse) IsSet() bool + func (v NullableUpdateDatabasePartiallyResponse) MarshalJSON() ([]byte, error) + type NullableUpdateDatabasePayload struct + func NewNullableUpdateDatabasePayload(val *UpdateDatabasePayload) *NullableUpdateDatabasePayload + func (v *NullableUpdateDatabasePayload) Set(val *UpdateDatabasePayload) + func (v *NullableUpdateDatabasePayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdateDatabasePayload) Unset() + func (v NullableUpdateDatabasePayload) Get() *UpdateDatabasePayload + func (v NullableUpdateDatabasePayload) IsSet() bool + func (v NullableUpdateDatabasePayload) MarshalJSON() ([]byte, error) + type NullableUpdateDatabaseResponse struct + func NewNullableUpdateDatabaseResponse(val *UpdateDatabaseResponse) *NullableUpdateDatabaseResponse + func (v *NullableUpdateDatabaseResponse) Set(val *UpdateDatabaseResponse) + func (v *NullableUpdateDatabaseResponse) UnmarshalJSON(src []byte) error + func (v *NullableUpdateDatabaseResponse) Unset() + func (v NullableUpdateDatabaseResponse) Get() *UpdateDatabaseResponse + func (v NullableUpdateDatabaseResponse) IsSet() bool + func (v NullableUpdateDatabaseResponse) 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 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 NullableUpdateUserPayload struct + func NewNullableUpdateUserPayload(val *UpdateUserPayload) *NullableUpdateUserPayload + func (v *NullableUpdateUserPayload) Set(val *UpdateUserPayload) + func (v *NullableUpdateUserPayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdateUserPayload) Unset() + func (v NullableUpdateUserPayload) Get() *UpdateUserPayload + func (v NullableUpdateUserPayload) IsSet() bool + func (v NullableUpdateUserPayload) 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 PartialUpdateDatabasePayload struct + AdditionalProperties map[string]interface{} + Name *string + Owner *string + func NewPartialUpdateDatabasePayload() *PartialUpdateDatabasePayload + func NewPartialUpdateDatabasePayloadWithDefaults() *PartialUpdateDatabasePayload + func (o *PartialUpdateDatabasePayload) GetName() string + func (o *PartialUpdateDatabasePayload) GetNameOk() (*string, bool) + func (o *PartialUpdateDatabasePayload) GetOwner() string + func (o *PartialUpdateDatabasePayload) GetOwnerOk() (*string, bool) + func (o *PartialUpdateDatabasePayload) HasName() bool + func (o *PartialUpdateDatabasePayload) HasOwner() bool + func (o *PartialUpdateDatabasePayload) SetName(v string) + func (o *PartialUpdateDatabasePayload) SetOwner(v string) + func (o *PartialUpdateDatabasePayload) UnmarshalJSON(data []byte) (err error) + func (o PartialUpdateDatabasePayload) MarshalJSON() ([]byte, error) + func (o PartialUpdateDatabasePayload) ToMap() (map[string]interface{}, error) + type PartialUpdateInstancePayload struct + AdditionalProperties map[string]interface{} + BackupSchedule *string + FlavorId *string + Labels *map[string]string + Name *string + Network *InstanceNetworkOpt + RetentionDays *int32 + Storage *StorageUpdate + Version *string + 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() InstanceNetworkOpt + func (o *PartialUpdateInstancePayload) GetNetworkOk() (*InstanceNetworkOpt, 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() string + func (o *PartialUpdateInstancePayload) GetVersionOk() (*string, 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 InstanceNetworkOpt) + func (o *PartialUpdateInstancePayload) SetRetentionDays(v int32) + func (o *PartialUpdateInstancePayload) SetStorage(v StorageUpdate) + func (o *PartialUpdateInstancePayload) SetVersion(v string) + func (o *PartialUpdateInstancePayload) UnmarshalJSON(data []byte) (err error) + func (o PartialUpdateInstancePayload) MarshalJSON() ([]byte, error) + func (o PartialUpdateInstancePayload) ToMap() (map[string]interface{}, error) + type PartialUpdateUserPayload struct + AdditionalProperties map[string]interface{} + Name *string + Roles []string + func NewPartialUpdateUserPayload() *PartialUpdateUserPayload + func NewPartialUpdateUserPayloadWithDefaults() *PartialUpdateUserPayload + func (o *PartialUpdateUserPayload) GetName() string + func (o *PartialUpdateUserPayload) GetNameOk() (*string, bool) + func (o *PartialUpdateUserPayload) GetRoles() []string + func (o *PartialUpdateUserPayload) GetRolesOk() ([]string, bool) + func (o *PartialUpdateUserPayload) HasName() bool + func (o *PartialUpdateUserPayload) HasRoles() bool + func (o *PartialUpdateUserPayload) SetName(v string) + func (o *PartialUpdateUserPayload) SetRoles(v []string) + func (o *PartialUpdateUserPayload) UnmarshalJSON(data []byte) (err error) + func (o PartialUpdateUserPayload) MarshalJSON() ([]byte, error) + func (o PartialUpdateUserPayload) ToMap() (map[string]interface{}, error) + type ResetUserPasswordResponse struct + AdditionalProperties map[string]interface{} + Name string + Password string + State string + func NewResetUserPasswordResponse(name string, password string, state string) *ResetUserPasswordResponse + func NewResetUserPasswordResponseWithDefaults() *ResetUserPasswordResponse + func (o *ResetUserPasswordResponse) GetName() string + func (o *ResetUserPasswordResponse) GetNameOk() (*string, bool) + func (o *ResetUserPasswordResponse) GetPassword() string + func (o *ResetUserPasswordResponse) GetPasswordOk() (*string, bool) + func (o *ResetUserPasswordResponse) GetState() string + func (o *ResetUserPasswordResponse) GetStateOk() (*string, bool) + func (o *ResetUserPasswordResponse) SetName(v string) + func (o *ResetUserPasswordResponse) SetPassword(v string) + func (o *ResetUserPasswordResponse) SetState(v string) + func (o *ResetUserPasswordResponse) UnmarshalJSON(data []byte) (err error) + func (o ResetUserPasswordResponse) MarshalJSON() ([]byte, error) + func (o ResetUserPasswordResponse) ToMap() (map[string]interface{}, error) + 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(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) HasClass() 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 UpdateDatabasePartiallyResponse struct + AdditionalProperties map[string]interface{} + Database ListDatabase + func NewUpdateDatabasePartiallyResponse(database ListDatabase) *UpdateDatabasePartiallyResponse + func NewUpdateDatabasePartiallyResponseWithDefaults() *UpdateDatabasePartiallyResponse + func (o *UpdateDatabasePartiallyResponse) GetDatabase() ListDatabase + func (o *UpdateDatabasePartiallyResponse) GetDatabaseOk() (*ListDatabase, bool) + func (o *UpdateDatabasePartiallyResponse) SetDatabase(v ListDatabase) + func (o *UpdateDatabasePartiallyResponse) UnmarshalJSON(data []byte) (err error) + func (o UpdateDatabasePartiallyResponse) MarshalJSON() ([]byte, error) + func (o UpdateDatabasePartiallyResponse) ToMap() (map[string]interface{}, error) + type UpdateDatabasePayload struct + AdditionalProperties map[string]interface{} + Name string + Owner string + func NewUpdateDatabasePayload(name string, owner string) *UpdateDatabasePayload + func NewUpdateDatabasePayloadWithDefaults() *UpdateDatabasePayload + func (o *UpdateDatabasePayload) GetName() string + func (o *UpdateDatabasePayload) GetNameOk() (*string, bool) + func (o *UpdateDatabasePayload) GetOwner() string + func (o *UpdateDatabasePayload) GetOwnerOk() (*string, bool) + func (o *UpdateDatabasePayload) SetName(v string) + func (o *UpdateDatabasePayload) SetOwner(v string) + func (o *UpdateDatabasePayload) UnmarshalJSON(data []byte) (err error) + func (o UpdateDatabasePayload) MarshalJSON() ([]byte, error) + func (o UpdateDatabasePayload) ToMap() (map[string]interface{}, error) + type UpdateDatabaseResponse struct + AdditionalProperties map[string]interface{} + Database ListDatabase + func NewUpdateDatabaseResponse(database ListDatabase) *UpdateDatabaseResponse + func NewUpdateDatabaseResponseWithDefaults() *UpdateDatabaseResponse + func (o *UpdateDatabaseResponse) GetDatabase() ListDatabase + func (o *UpdateDatabaseResponse) GetDatabaseOk() (*ListDatabase, bool) + func (o *UpdateDatabaseResponse) SetDatabase(v ListDatabase) + func (o *UpdateDatabaseResponse) UnmarshalJSON(data []byte) (err error) + func (o UpdateDatabaseResponse) MarshalJSON() ([]byte, error) + func (o UpdateDatabaseResponse) ToMap() (map[string]interface{}, error) + type UpdateInstancePayload struct + AdditionalProperties map[string]interface{} + BackupSchedule string + FlavorId string + Labels *map[string]string + Name string + Network InstanceNetworkUpdate + RetentionDays NullableInt32 + Storage StorageUpdate + Version string + 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() InstanceNetworkUpdate + func (o *UpdateInstancePayload) GetNetworkOk() (*InstanceNetworkUpdate, 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() string + func (o *UpdateInstancePayload) GetVersionOk() (*string, 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 InstanceNetworkUpdate) + func (o *UpdateInstancePayload) SetRetentionDays(v int32) + func (o *UpdateInstancePayload) SetStorage(v StorageUpdate) + func (o *UpdateInstancePayload) SetVersion(v string) + func (o *UpdateInstancePayload) UnmarshalJSON(data []byte) (err error) + func (o UpdateInstancePayload) MarshalJSON() ([]byte, error) + func (o UpdateInstancePayload) 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) + type UpdateUserPayload struct + AdditionalProperties map[string]interface{} + Name *string + Roles []string + func NewUpdateUserPayload(roles []string) *UpdateUserPayload + func NewUpdateUserPayloadWithDefaults() *UpdateUserPayload + func (o *UpdateUserPayload) GetName() string + func (o *UpdateUserPayload) GetNameOk() (*string, bool) + func (o *UpdateUserPayload) GetRoles() []string + func (o *UpdateUserPayload) GetRolesOk() ([]string, bool) + func (o *UpdateUserPayload) HasName() bool + func (o *UpdateUserPayload) SetName(v string) + func (o *UpdateUserPayload) SetRoles(v []string) + func (o *UpdateUserPayload) UnmarshalJSON(data []byte) (err error) + func (o UpdateUserPayload) MarshalJSON() ([]byte, error) + func (o UpdateUserPayload) ToMap() (map[string]interface{}, error) + type UserSort string + const USERSORT_ID_ASC + const USERSORT_ID_DESC + const USERSORT_NAME_ASC + const USERSORT_NAME_DESC + const USERSORT_STATE_ASC + const USERSORT_STATE_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)