Versions in this module Expand all Collapse all v1 v1.4.0 Mar 6, 2026 Changes in this version + var AllowedBackupSortEnumValues = []BackupSort + var AllowedDatabaseSortEnumValues = []DatabaseSort + var AllowedFlavorSortEnumValues = []FlavorSort + var AllowedInstanceNetworkAccessScopeEnumValues = []InstanceNetworkAccessScope + var AllowedInstanceSortEnumValues = []InstanceSort + var AllowedReplicasEnumValues = []Replicas + var AllowedReplicasOptEnumValues = []ReplicasOpt + var AllowedStatusEnumValues = []Status + var AllowedUserRoleEnumValues = []UserRole + 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 ApiCloneRequestRequest struct + ApiService DefaultAPI + func (r ApiCloneRequestRequest) CloneRequestPayload(cloneRequestPayload CloneRequestPayload) ApiCloneRequestRequest + func (r ApiCloneRequestRequest) Execute() (*CloneResponse, error) + type ApiCreateDatabaseRequestRequest struct + ApiService DefaultAPI + func (r ApiCreateDatabaseRequestRequest) CreateDatabaseRequestPayload(createDatabaseRequestPayload CreateDatabaseRequestPayload) ApiCreateDatabaseRequestRequest + func (r ApiCreateDatabaseRequestRequest) Execute() (*CreateDatabaseResponse, error) + type ApiCreateInstanceRequestRequest struct + ApiService DefaultAPI + func (r ApiCreateInstanceRequestRequest) CreateInstanceRequestPayload(createInstanceRequestPayload CreateInstanceRequestPayload) ApiCreateInstanceRequestRequest + func (r ApiCreateInstanceRequestRequest) Execute() (*CreateInstanceResponse, error) + type ApiCreateUserRequestRequest struct + ApiService DefaultAPI + func (r ApiCreateUserRequestRequest) CreateUserRequestPayload(createUserRequestPayload CreateUserRequestPayload) ApiCreateUserRequestRequest + func (r ApiCreateUserRequestRequest) Execute() (*CreateUserResponse, error) + type ApiDeleteDatabaseRequestRequest struct + ApiService DefaultAPI + func (r ApiDeleteDatabaseRequestRequest) Execute() error + type ApiDeleteInstanceRequestRequest struct + ApiService DefaultAPI + func (r ApiDeleteInstanceRequestRequest) Execute() error + type ApiDeleteUserRequestRequest struct + ApiService DefaultAPI + func (r ApiDeleteUserRequestRequest) Execute() error + type ApiGetBackupRequestRequest struct + ApiService DefaultAPI + func (r ApiGetBackupRequestRequest) Execute() (*GetBackupResponse, error) + type ApiGetCollationsRequestRequest struct + ApiService DefaultAPI + func (r ApiGetCollationsRequestRequest) Execute() (*GetCollationsResponse, error) + type ApiGetDatabaseRequestRequest struct + ApiService DefaultAPI + func (r ApiGetDatabaseRequestRequest) Execute() (*GetDatabaseResponse, error) + type ApiGetFlavorsRequestRequest struct + ApiService DefaultAPI + func (r ApiGetFlavorsRequestRequest) Execute() (*GetFlavorsResponse, error) + func (r ApiGetFlavorsRequestRequest) Page(page int32) ApiGetFlavorsRequestRequest + func (r ApiGetFlavorsRequestRequest) Size(size int32) ApiGetFlavorsRequestRequest + func (r ApiGetFlavorsRequestRequest) Sort(sort FlavorSort) ApiGetFlavorsRequestRequest + type ApiGetInstanceRequestRequest struct + ApiService DefaultAPI + func (r ApiGetInstanceRequestRequest) Execute() (*GetInstanceResponse, error) + type ApiGetUserRequestRequest struct + ApiService DefaultAPI + func (r ApiGetUserRequestRequest) Execute() (*GetUserResponse, error) + type ApiGetVersionsRequestRequest struct + ApiService DefaultAPI + func (r ApiGetVersionsRequestRequest) Execute() (*GetVersionsResponse, error) + type ApiListBackupsRequestRequest struct + ApiService DefaultAPI + func (r ApiListBackupsRequestRequest) Execute() (*ListBackupResponse, error) + func (r ApiListBackupsRequestRequest) Page(page int32) ApiListBackupsRequestRequest + func (r ApiListBackupsRequestRequest) Size(size int32) ApiListBackupsRequestRequest + func (r ApiListBackupsRequestRequest) Sort(sort BackupSort) ApiListBackupsRequestRequest + type ApiListDatabasesRequestRequest struct + ApiService DefaultAPI + func (r ApiListDatabasesRequestRequest) Execute() (*ListDatabasesResponse, error) + func (r ApiListDatabasesRequestRequest) Page(page int32) ApiListDatabasesRequestRequest + func (r ApiListDatabasesRequestRequest) Size(size int32) ApiListDatabasesRequestRequest + func (r ApiListDatabasesRequestRequest) Sort(sort DatabaseSort) ApiListDatabasesRequestRequest + type ApiListInstancesRequestRequest struct + ApiService DefaultAPI + func (r ApiListInstancesRequestRequest) Execute() (*ListInstancesResponse, error) + func (r ApiListInstancesRequestRequest) Page(page int32) ApiListInstancesRequestRequest + func (r ApiListInstancesRequestRequest) Size(size int32) ApiListInstancesRequestRequest + func (r ApiListInstancesRequestRequest) Sort(sort InstanceSort) ApiListInstancesRequestRequest + type ApiListRolesRequestRequest struct + ApiService DefaultAPI + func (r ApiListRolesRequestRequest) Execute() (*ListRolesResponse, error) + type ApiListUsersRequestRequest struct + ApiService DefaultAPI + func (r ApiListUsersRequestRequest) Execute() (*ListUserResponse, error) + func (r ApiListUsersRequestRequest) Page(page int32) ApiListUsersRequestRequest + func (r ApiListUsersRequestRequest) Size(size int32) ApiListUsersRequestRequest + func (r ApiListUsersRequestRequest) Sort(sort UserSort) ApiListUsersRequestRequest + type ApiProtectInstanceRequestRequest struct + ApiService DefaultAPI + func (r ApiProtectInstanceRequestRequest) Execute() (*ProtectInstanceResponse, error) + func (r ApiProtectInstanceRequestRequest) ProtectInstanceRequestPayload(protectInstanceRequestPayload ProtectInstanceRequestPayload) ApiProtectInstanceRequestRequest + type ApiResetUserRequestRequest struct + ApiService DefaultAPI + func (r ApiResetUserRequestRequest) Execute() (*ResetUserResponse, error) + type ApiUpdateDatabasePartiallyRequestRequest struct + ApiService DefaultAPI + func (r ApiUpdateDatabasePartiallyRequestRequest) Execute() error + func (r ApiUpdateDatabasePartiallyRequestRequest) UpdateDatabasePartiallyRequestPayload(updateDatabasePartiallyRequestPayload UpdateDatabasePartiallyRequestPayload) ApiUpdateDatabasePartiallyRequestRequest + type ApiUpdateDatabaseRequestRequest struct + ApiService DefaultAPI + func (r ApiUpdateDatabaseRequestRequest) Execute() error + func (r ApiUpdateDatabaseRequestRequest) UpdateDatabaseRequestPayload(updateDatabaseRequestPayload UpdateDatabaseRequestPayload) ApiUpdateDatabaseRequestRequest + type ApiUpdateInstancePartiallyRequestRequest struct + ApiService DefaultAPI + func (r ApiUpdateInstancePartiallyRequestRequest) Execute() error + func (r ApiUpdateInstancePartiallyRequestRequest) UpdateInstancePartiallyRequestPayload(updateInstancePartiallyRequestPayload UpdateInstancePartiallyRequestPayload) ApiUpdateInstancePartiallyRequestRequest + type ApiUpdateInstanceRequestRequest struct + ApiService DefaultAPI + func (r ApiUpdateInstanceRequestRequest) Execute() error + func (r ApiUpdateInstanceRequestRequest) UpdateInstanceRequestPayload(updateInstanceRequestPayload UpdateInstanceRequestPayload) ApiUpdateInstanceRequestRequest + type ApiUpdateUserPartiallyRequestRequest struct + ApiService DefaultAPI + func (r ApiUpdateUserPartiallyRequestRequest) Execute() error + func (r ApiUpdateUserPartiallyRequestRequest) UpdateUserPartiallyRequestPayload(updateUserPartiallyRequestPayload UpdateUserPartiallyRequestPayload) ApiUpdateUserPartiallyRequestRequest + type ApiUpdateUserRequestRequest struct + ApiService DefaultAPI + func (r ApiUpdateUserRequestRequest) Execute() error + func (r ApiUpdateUserRequestRequest) UpdateUserRequestPayload(updateUserRequestPayload UpdateUserRequestPayload) ApiUpdateUserRequestRequest + 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 + 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 + PerformanceClass string + Size int32 + func NewCloneInstanceOverrides(performanceClass string, size int32) *CloneInstanceOverrides + func NewCloneInstanceOverridesWithDefaults() *CloneInstanceOverrides + func (o *CloneInstanceOverrides) GetPerformanceClass() string + func (o *CloneInstanceOverrides) GetPerformanceClassOk() (*string, bool) + func (o *CloneInstanceOverrides) GetSize() int32 + func (o *CloneInstanceOverrides) GetSizeOk() (*int32, bool) + func (o *CloneInstanceOverrides) SetPerformanceClass(v string) + func (o *CloneInstanceOverrides) SetSize(v int32) + func (o *CloneInstanceOverrides) UnmarshalJSON(data []byte) (err error) + func (o CloneInstanceOverrides) MarshalJSON() ([]byte, error) + func (o CloneInstanceOverrides) ToMap() (map[string]interface{}, error) + type CloneRequestPayload struct + InstanceOverrides CloneInstanceOverrides + PointInTime time.Time + func NewCloneRequestPayload(instanceOverrides CloneInstanceOverrides, pointInTime time.Time) *CloneRequestPayload + func NewCloneRequestPayloadWithDefaults() *CloneRequestPayload + func (o *CloneRequestPayload) GetInstanceOverrides() CloneInstanceOverrides + func (o *CloneRequestPayload) GetInstanceOverridesOk() (*CloneInstanceOverrides, bool) + func (o *CloneRequestPayload) GetPointInTime() time.Time + func (o *CloneRequestPayload) GetPointInTimeOk() (*time.Time, bool) + func (o *CloneRequestPayload) SetInstanceOverrides(v CloneInstanceOverrides) + func (o *CloneRequestPayload) SetPointInTime(v time.Time) + func (o *CloneRequestPayload) UnmarshalJSON(data []byte) (err error) + func (o CloneRequestPayload) MarshalJSON() ([]byte, error) + func (o CloneRequestPayload) ToMap() (map[string]interface{}, error) + type CloneResponse struct + Id string + func NewCloneResponse(id string) *CloneResponse + func NewCloneResponseWithDefaults() *CloneResponse + func (o *CloneResponse) GetId() string + func (o *CloneResponse) GetIdOk() (*string, bool) + func (o *CloneResponse) SetId(v string) + func (o *CloneResponse) UnmarshalJSON(data []byte) (err error) + func (o CloneResponse) MarshalJSON() ([]byte, error) + func (o CloneResponse) ToMap() (map[string]interface{}, error) + type CreateDatabaseRequestPayload struct + Name string + Owner *string + func NewCreateDatabaseRequestPayload(name string) *CreateDatabaseRequestPayload + func NewCreateDatabaseRequestPayloadWithDefaults() *CreateDatabaseRequestPayload + func (o *CreateDatabaseRequestPayload) GetName() string + func (o *CreateDatabaseRequestPayload) GetNameOk() (*string, bool) + func (o *CreateDatabaseRequestPayload) GetOwner() string + func (o *CreateDatabaseRequestPayload) GetOwnerOk() (*string, bool) + func (o *CreateDatabaseRequestPayload) HasOwner() bool + func (o *CreateDatabaseRequestPayload) SetName(v string) + func (o *CreateDatabaseRequestPayload) SetOwner(v string) + func (o *CreateDatabaseRequestPayload) UnmarshalJSON(data []byte) (err error) + func (o CreateDatabaseRequestPayload) MarshalJSON() ([]byte, error) + func (o CreateDatabaseRequestPayload) ToMap() (map[string]interface{}, error) + type CreateDatabaseResponse struct + Id int32 + func NewCreateDatabaseResponse(id int32) *CreateDatabaseResponse + func NewCreateDatabaseResponseWithDefaults() *CreateDatabaseResponse + func (o *CreateDatabaseResponse) GetId() int32 + func (o *CreateDatabaseResponse) GetIdOk() (*int32, bool) + func (o *CreateDatabaseResponse) SetId(v int32) + func (o *CreateDatabaseResponse) UnmarshalJSON(data []byte) (err error) + func (o CreateDatabaseResponse) MarshalJSON() ([]byte, error) + func (o CreateDatabaseResponse) ToMap() (map[string]interface{}, error) + type CreateInstanceRequestPayload struct + BackupSchedule string + Encryption *InstanceEncryption + FlavorId string + Name string + Network InstanceNetworkCreate + Replicas Replicas + RetentionDays int32 + Storage StorageCreate + Version string + func NewCreateInstanceRequestPayload(backupSchedule string, flavorId string, name string, ...) *CreateInstanceRequestPayload + func NewCreateInstanceRequestPayloadWithDefaults() *CreateInstanceRequestPayload + func (o *CreateInstanceRequestPayload) GetBackupSchedule() string + func (o *CreateInstanceRequestPayload) GetBackupScheduleOk() (*string, bool) + func (o *CreateInstanceRequestPayload) GetEncryption() InstanceEncryption + func (o *CreateInstanceRequestPayload) GetEncryptionOk() (*InstanceEncryption, bool) + func (o *CreateInstanceRequestPayload) GetFlavorId() string + func (o *CreateInstanceRequestPayload) GetFlavorIdOk() (*string, bool) + func (o *CreateInstanceRequestPayload) GetName() string + func (o *CreateInstanceRequestPayload) GetNameOk() (*string, bool) + func (o *CreateInstanceRequestPayload) GetNetwork() InstanceNetworkCreate + func (o *CreateInstanceRequestPayload) GetNetworkOk() (*InstanceNetworkCreate, bool) + func (o *CreateInstanceRequestPayload) GetReplicas() Replicas + func (o *CreateInstanceRequestPayload) GetReplicasOk() (*Replicas, bool) + func (o *CreateInstanceRequestPayload) GetRetentionDays() int32 + func (o *CreateInstanceRequestPayload) GetRetentionDaysOk() (*int32, bool) + func (o *CreateInstanceRequestPayload) GetStorage() StorageCreate + func (o *CreateInstanceRequestPayload) GetStorageOk() (*StorageCreate, bool) + func (o *CreateInstanceRequestPayload) GetVersion() string + func (o *CreateInstanceRequestPayload) GetVersionOk() (*string, bool) + func (o *CreateInstanceRequestPayload) HasEncryption() bool + func (o *CreateInstanceRequestPayload) SetBackupSchedule(v string) + func (o *CreateInstanceRequestPayload) SetEncryption(v InstanceEncryption) + func (o *CreateInstanceRequestPayload) SetFlavorId(v string) + func (o *CreateInstanceRequestPayload) SetName(v string) + func (o *CreateInstanceRequestPayload) SetNetwork(v InstanceNetworkCreate) + func (o *CreateInstanceRequestPayload) SetReplicas(v Replicas) + func (o *CreateInstanceRequestPayload) SetRetentionDays(v int32) + func (o *CreateInstanceRequestPayload) SetStorage(v StorageCreate) + func (o *CreateInstanceRequestPayload) SetVersion(v string) + func (o *CreateInstanceRequestPayload) UnmarshalJSON(data []byte) (err error) + func (o CreateInstanceRequestPayload) MarshalJSON() ([]byte, error) + func (o CreateInstanceRequestPayload) ToMap() (map[string]interface{}, error) + type CreateInstanceResponse struct + Id string + func NewCreateInstanceResponse(id string) *CreateInstanceResponse + func NewCreateInstanceResponseWithDefaults() *CreateInstanceResponse + func (o *CreateInstanceResponse) GetId() string + func (o *CreateInstanceResponse) GetIdOk() (*string, bool) + func (o *CreateInstanceResponse) SetId(v string) + func (o *CreateInstanceResponse) UnmarshalJSON(data []byte) (err error) + func (o CreateInstanceResponse) MarshalJSON() ([]byte, error) + func (o CreateInstanceResponse) ToMap() (map[string]interface{}, error) + type CreateUserRequestPayload struct + Name string + Roles []UserRole + func NewCreateUserRequestPayload(name string) *CreateUserRequestPayload + func NewCreateUserRequestPayloadWithDefaults() *CreateUserRequestPayload + func (o *CreateUserRequestPayload) GetName() string + func (o *CreateUserRequestPayload) GetNameOk() (*string, bool) + func (o *CreateUserRequestPayload) GetRoles() []UserRole + func (o *CreateUserRequestPayload) GetRolesOk() ([]UserRole, bool) + func (o *CreateUserRequestPayload) HasRoles() bool + func (o *CreateUserRequestPayload) SetName(v string) + func (o *CreateUserRequestPayload) SetRoles(v []UserRole) + func (o *CreateUserRequestPayload) UnmarshalJSON(data []byte) (err error) + func (o CreateUserRequestPayload) MarshalJSON() ([]byte, error) + func (o CreateUserRequestPayload) ToMap() (map[string]interface{}, error) + type CreateUserResponse struct + Id int32 + Name string + Password string + Status string + func NewCreateUserResponse(id int32, name string, password string, status string) *CreateUserResponse + func NewCreateUserResponseWithDefaults() *CreateUserResponse + func (o *CreateUserResponse) GetId() int32 + func (o *CreateUserResponse) GetIdOk() (*int32, 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) GetStatus() string + func (o *CreateUserResponse) GetStatusOk() (*string, bool) + func (o *CreateUserResponse) SetId(v int32) + func (o *CreateUserResponse) SetName(v string) + func (o *CreateUserResponse) SetPassword(v string) + func (o *CreateUserResponse) SetStatus(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 + 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 + 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 + CloneRequest func(ctx context.Context, projectId string, region string, instanceId string) ApiCloneRequestRequest + CloneRequestExecute func(r ApiCloneRequestRequest) (*CloneResponse, error) + CreateDatabaseRequest func(ctx context.Context, projectId string, region string, instanceId string) ApiCreateDatabaseRequestRequest + CreateDatabaseRequestExecute func(r ApiCreateDatabaseRequestRequest) (*CreateDatabaseResponse, error) + CreateInstanceRequest func(ctx context.Context, projectId string, region string) ApiCreateInstanceRequestRequest + CreateInstanceRequestExecute func(r ApiCreateInstanceRequestRequest) (*CreateInstanceResponse, error) + CreateUserRequest func(ctx context.Context, projectId string, region string, instanceId string) ApiCreateUserRequestRequest + CreateUserRequestExecute func(r ApiCreateUserRequestRequest) (*CreateUserResponse, error) + DeleteDatabaseRequest func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiDeleteDatabaseRequestRequest + DeleteDatabaseRequestExecute func(r ApiDeleteDatabaseRequestRequest) error + DeleteInstanceRequest func(ctx context.Context, projectId string, region string, instanceId string) ApiDeleteInstanceRequestRequest + DeleteInstanceRequestExecute func(r ApiDeleteInstanceRequestRequest) error + DeleteUserRequest func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiDeleteUserRequestRequest + DeleteUserRequestExecute func(r ApiDeleteUserRequestRequest) error + GetBackupRequest func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiGetBackupRequestRequest + GetBackupRequestExecute func(r ApiGetBackupRequestRequest) (*GetBackupResponse, error) + GetCollationsRequest func(ctx context.Context, projectId string, region string, instanceId string) ApiGetCollationsRequestRequest + GetCollationsRequestExecute func(r ApiGetCollationsRequestRequest) (*GetCollationsResponse, error) + GetDatabaseRequest func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiGetDatabaseRequestRequest + GetDatabaseRequestExecute func(r ApiGetDatabaseRequestRequest) (*GetDatabaseResponse, error) + GetFlavorsRequest func(ctx context.Context, projectId string, region string) ApiGetFlavorsRequestRequest + GetFlavorsRequestExecute func(r ApiGetFlavorsRequestRequest) (*GetFlavorsResponse, error) + GetInstanceRequest func(ctx context.Context, projectId string, region string, instanceId string) ApiGetInstanceRequestRequest + GetInstanceRequestExecute func(r ApiGetInstanceRequestRequest) (*GetInstanceResponse, error) + GetUserRequest func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiGetUserRequestRequest + GetUserRequestExecute func(r ApiGetUserRequestRequest) (*GetUserResponse, error) + GetVersionsRequest func(ctx context.Context, projectId string, region string) ApiGetVersionsRequestRequest + GetVersionsRequestExecute func(r ApiGetVersionsRequestRequest) (*GetVersionsResponse, error) + ListBackupsRequest func(ctx context.Context, projectId string, region string, instanceId string) ApiListBackupsRequestRequest + ListBackupsRequestExecute func(r ApiListBackupsRequestRequest) (*ListBackupResponse, error) + ListDatabasesRequest func(ctx context.Context, projectId string, region string, instanceId string) ApiListDatabasesRequestRequest + ListDatabasesRequestExecute func(r ApiListDatabasesRequestRequest) (*ListDatabasesResponse, error) + ListInstancesRequest func(ctx context.Context, projectId string, region string) ApiListInstancesRequestRequest + ListInstancesRequestExecute func(r ApiListInstancesRequestRequest) (*ListInstancesResponse, error) + ListRolesRequest func(ctx context.Context, projectId string, region string, instanceId string) ApiListRolesRequestRequest + ListRolesRequestExecute func(r ApiListRolesRequestRequest) (*ListRolesResponse, error) + ListUsersRequest func(ctx context.Context, projectId string, region string, instanceId string) ApiListUsersRequestRequest + ListUsersRequestExecute func(r ApiListUsersRequestRequest) (*ListUserResponse, error) + ProtectInstanceRequest func(ctx context.Context, projectId string, region string, instanceId string) ApiProtectInstanceRequestRequest + ProtectInstanceRequestExecute func(r ApiProtectInstanceRequestRequest) (*ProtectInstanceResponse, error) + ResetUserRequest func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiResetUserRequestRequest + ResetUserRequestExecute func(r ApiResetUserRequestRequest) (*ResetUserResponse, error) + UpdateDatabasePartiallyRequest func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiUpdateDatabasePartiallyRequestRequest + UpdateDatabasePartiallyRequestExecute func(r ApiUpdateDatabasePartiallyRequestRequest) error + UpdateDatabaseRequest func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiUpdateDatabaseRequestRequest + UpdateDatabaseRequestExecute func(r ApiUpdateDatabaseRequestRequest) error + UpdateInstancePartiallyRequest func(ctx context.Context, projectId string, region string, instanceId string) ApiUpdateInstancePartiallyRequestRequest + UpdateInstancePartiallyRequestExecute func(r ApiUpdateInstancePartiallyRequestRequest) error + UpdateInstanceRequest func(ctx context.Context, projectId string, region string, instanceId string) ApiUpdateInstanceRequestRequest + UpdateInstanceRequestExecute func(r ApiUpdateInstanceRequestRequest) error + UpdateUserPartiallyRequest func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiUpdateUserPartiallyRequestRequest + UpdateUserPartiallyRequestExecute func(r ApiUpdateUserPartiallyRequestRequest) error + UpdateUserRequest func(ctx context.Context, projectId string, region string, instanceId string, ...) ApiUpdateUserRequestRequest + UpdateUserRequestExecute func(r ApiUpdateUserRequestRequest) error + type DefaultAPIService service + func (a *DefaultAPIService) CloneRequest(ctx context.Context, projectId string, region string, instanceId string) ApiCloneRequestRequest + func (a *DefaultAPIService) CloneRequestExecute(r ApiCloneRequestRequest) (*CloneResponse, error) + func (a *DefaultAPIService) CreateDatabaseRequest(ctx context.Context, projectId string, region string, instanceId string) ApiCreateDatabaseRequestRequest + func (a *DefaultAPIService) CreateDatabaseRequestExecute(r ApiCreateDatabaseRequestRequest) (*CreateDatabaseResponse, error) + func (a *DefaultAPIService) CreateInstanceRequest(ctx context.Context, projectId string, region string) ApiCreateInstanceRequestRequest + func (a *DefaultAPIService) CreateInstanceRequestExecute(r ApiCreateInstanceRequestRequest) (*CreateInstanceResponse, error) + func (a *DefaultAPIService) CreateUserRequest(ctx context.Context, projectId string, region string, instanceId string) ApiCreateUserRequestRequest + func (a *DefaultAPIService) CreateUserRequestExecute(r ApiCreateUserRequestRequest) (*CreateUserResponse, error) + func (a *DefaultAPIService) DeleteDatabaseRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiDeleteDatabaseRequestRequest + func (a *DefaultAPIService) DeleteDatabaseRequestExecute(r ApiDeleteDatabaseRequestRequest) error + func (a *DefaultAPIService) DeleteInstanceRequest(ctx context.Context, projectId string, region string, instanceId string) ApiDeleteInstanceRequestRequest + func (a *DefaultAPIService) DeleteInstanceRequestExecute(r ApiDeleteInstanceRequestRequest) error + func (a *DefaultAPIService) DeleteUserRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiDeleteUserRequestRequest + func (a *DefaultAPIService) DeleteUserRequestExecute(r ApiDeleteUserRequestRequest) error + func (a *DefaultAPIService) GetBackupRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiGetBackupRequestRequest + func (a *DefaultAPIService) GetBackupRequestExecute(r ApiGetBackupRequestRequest) (*GetBackupResponse, error) + func (a *DefaultAPIService) GetCollationsRequest(ctx context.Context, projectId string, region string, instanceId string) ApiGetCollationsRequestRequest + func (a *DefaultAPIService) GetCollationsRequestExecute(r ApiGetCollationsRequestRequest) (*GetCollationsResponse, error) + func (a *DefaultAPIService) GetDatabaseRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiGetDatabaseRequestRequest + func (a *DefaultAPIService) GetDatabaseRequestExecute(r ApiGetDatabaseRequestRequest) (*GetDatabaseResponse, error) + func (a *DefaultAPIService) GetFlavorsRequest(ctx context.Context, projectId string, region string) ApiGetFlavorsRequestRequest + func (a *DefaultAPIService) GetFlavorsRequestExecute(r ApiGetFlavorsRequestRequest) (*GetFlavorsResponse, error) + func (a *DefaultAPIService) GetInstanceRequest(ctx context.Context, projectId string, region string, instanceId string) ApiGetInstanceRequestRequest + func (a *DefaultAPIService) GetInstanceRequestExecute(r ApiGetInstanceRequestRequest) (*GetInstanceResponse, error) + func (a *DefaultAPIService) GetUserRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiGetUserRequestRequest + func (a *DefaultAPIService) GetUserRequestExecute(r ApiGetUserRequestRequest) (*GetUserResponse, error) + func (a *DefaultAPIService) GetVersionsRequest(ctx context.Context, projectId string, region string) ApiGetVersionsRequestRequest + func (a *DefaultAPIService) GetVersionsRequestExecute(r ApiGetVersionsRequestRequest) (*GetVersionsResponse, error) + func (a *DefaultAPIService) ListBackupsRequest(ctx context.Context, projectId string, region string, instanceId string) ApiListBackupsRequestRequest + func (a *DefaultAPIService) ListBackupsRequestExecute(r ApiListBackupsRequestRequest) (*ListBackupResponse, error) + func (a *DefaultAPIService) ListDatabasesRequest(ctx context.Context, projectId string, region string, instanceId string) ApiListDatabasesRequestRequest + func (a *DefaultAPIService) ListDatabasesRequestExecute(r ApiListDatabasesRequestRequest) (*ListDatabasesResponse, error) + func (a *DefaultAPIService) ListInstancesRequest(ctx context.Context, projectId string, region string) ApiListInstancesRequestRequest + func (a *DefaultAPIService) ListInstancesRequestExecute(r ApiListInstancesRequestRequest) (*ListInstancesResponse, error) + func (a *DefaultAPIService) ListRolesRequest(ctx context.Context, projectId string, region string, instanceId string) ApiListRolesRequestRequest + func (a *DefaultAPIService) ListRolesRequestExecute(r ApiListRolesRequestRequest) (*ListRolesResponse, error) + func (a *DefaultAPIService) ListUsersRequest(ctx context.Context, projectId string, region string, instanceId string) ApiListUsersRequestRequest + func (a *DefaultAPIService) ListUsersRequestExecute(r ApiListUsersRequestRequest) (*ListUserResponse, error) + func (a *DefaultAPIService) ProtectInstanceRequest(ctx context.Context, projectId string, region string, instanceId string) ApiProtectInstanceRequestRequest + func (a *DefaultAPIService) ProtectInstanceRequestExecute(r ApiProtectInstanceRequestRequest) (*ProtectInstanceResponse, error) + func (a *DefaultAPIService) ResetUserRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiResetUserRequestRequest + func (a *DefaultAPIService) ResetUserRequestExecute(r ApiResetUserRequestRequest) (*ResetUserResponse, error) + func (a *DefaultAPIService) UpdateDatabasePartiallyRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiUpdateDatabasePartiallyRequestRequest + func (a *DefaultAPIService) UpdateDatabasePartiallyRequestExecute(r ApiUpdateDatabasePartiallyRequestRequest) error + func (a *DefaultAPIService) UpdateDatabaseRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiUpdateDatabaseRequestRequest + func (a *DefaultAPIService) UpdateDatabaseRequestExecute(r ApiUpdateDatabaseRequestRequest) error + func (a *DefaultAPIService) UpdateInstancePartiallyRequest(ctx context.Context, projectId string, region string, instanceId string) ApiUpdateInstancePartiallyRequestRequest + func (a *DefaultAPIService) UpdateInstancePartiallyRequestExecute(r ApiUpdateInstancePartiallyRequestRequest) error + func (a *DefaultAPIService) UpdateInstanceRequest(ctx context.Context, projectId string, region string, instanceId string) ApiUpdateInstanceRequestRequest + func (a *DefaultAPIService) UpdateInstanceRequestExecute(r ApiUpdateInstanceRequestRequest) error + func (a *DefaultAPIService) UpdateUserPartiallyRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiUpdateUserPartiallyRequestRequest + func (a *DefaultAPIService) UpdateUserPartiallyRequestExecute(r ApiUpdateUserPartiallyRequestRequest) error + func (a *DefaultAPIService) UpdateUserRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiUpdateUserRequestRequest + func (a *DefaultAPIService) UpdateUserRequestExecute(r ApiUpdateUserRequestRequest) error + type DefaultAPIServiceMock struct + CloneRequestExecuteMock *func(r ApiCloneRequestRequest) (*CloneResponse, error) + CreateDatabaseRequestExecuteMock *func(r ApiCreateDatabaseRequestRequest) (*CreateDatabaseResponse, error) + CreateInstanceRequestExecuteMock *func(r ApiCreateInstanceRequestRequest) (*CreateInstanceResponse, error) + CreateUserRequestExecuteMock *func(r ApiCreateUserRequestRequest) (*CreateUserResponse, error) + DeleteDatabaseRequestExecuteMock *func(r ApiDeleteDatabaseRequestRequest) error + DeleteInstanceRequestExecuteMock *func(r ApiDeleteInstanceRequestRequest) error + DeleteUserRequestExecuteMock *func(r ApiDeleteUserRequestRequest) error + GetBackupRequestExecuteMock *func(r ApiGetBackupRequestRequest) (*GetBackupResponse, error) + GetCollationsRequestExecuteMock *func(r ApiGetCollationsRequestRequest) (*GetCollationsResponse, error) + GetDatabaseRequestExecuteMock *func(r ApiGetDatabaseRequestRequest) (*GetDatabaseResponse, error) + GetFlavorsRequestExecuteMock *func(r ApiGetFlavorsRequestRequest) (*GetFlavorsResponse, error) + GetInstanceRequestExecuteMock *func(r ApiGetInstanceRequestRequest) (*GetInstanceResponse, error) + GetUserRequestExecuteMock *func(r ApiGetUserRequestRequest) (*GetUserResponse, error) + GetVersionsRequestExecuteMock *func(r ApiGetVersionsRequestRequest) (*GetVersionsResponse, error) + ListBackupsRequestExecuteMock *func(r ApiListBackupsRequestRequest) (*ListBackupResponse, error) + ListDatabasesRequestExecuteMock *func(r ApiListDatabasesRequestRequest) (*ListDatabasesResponse, error) + ListInstancesRequestExecuteMock *func(r ApiListInstancesRequestRequest) (*ListInstancesResponse, error) + ListRolesRequestExecuteMock *func(r ApiListRolesRequestRequest) (*ListRolesResponse, error) + ListUsersRequestExecuteMock *func(r ApiListUsersRequestRequest) (*ListUserResponse, error) + ProtectInstanceRequestExecuteMock *func(r ApiProtectInstanceRequestRequest) (*ProtectInstanceResponse, error) + ResetUserRequestExecuteMock *func(r ApiResetUserRequestRequest) (*ResetUserResponse, error) + UpdateDatabasePartiallyRequestExecuteMock *func(r ApiUpdateDatabasePartiallyRequestRequest) error + UpdateDatabaseRequestExecuteMock *func(r ApiUpdateDatabaseRequestRequest) error + UpdateInstancePartiallyRequestExecuteMock *func(r ApiUpdateInstancePartiallyRequestRequest) error + UpdateInstanceRequestExecuteMock *func(r ApiUpdateInstanceRequestRequest) error + UpdateUserPartiallyRequestExecuteMock *func(r ApiUpdateUserPartiallyRequestRequest) error + UpdateUserRequestExecuteMock *func(r ApiUpdateUserRequestRequest) error + func (a DefaultAPIServiceMock) CloneRequest(ctx context.Context, projectId string, region string, instanceId string) ApiCloneRequestRequest + func (a DefaultAPIServiceMock) CloneRequestExecute(r ApiCloneRequestRequest) (*CloneResponse, error) + func (a DefaultAPIServiceMock) CreateDatabaseRequest(ctx context.Context, projectId string, region string, instanceId string) ApiCreateDatabaseRequestRequest + func (a DefaultAPIServiceMock) CreateDatabaseRequestExecute(r ApiCreateDatabaseRequestRequest) (*CreateDatabaseResponse, error) + func (a DefaultAPIServiceMock) CreateInstanceRequest(ctx context.Context, projectId string, region string) ApiCreateInstanceRequestRequest + func (a DefaultAPIServiceMock) CreateInstanceRequestExecute(r ApiCreateInstanceRequestRequest) (*CreateInstanceResponse, error) + func (a DefaultAPIServiceMock) CreateUserRequest(ctx context.Context, projectId string, region string, instanceId string) ApiCreateUserRequestRequest + func (a DefaultAPIServiceMock) CreateUserRequestExecute(r ApiCreateUserRequestRequest) (*CreateUserResponse, error) + func (a DefaultAPIServiceMock) DeleteDatabaseRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiDeleteDatabaseRequestRequest + func (a DefaultAPIServiceMock) DeleteDatabaseRequestExecute(r ApiDeleteDatabaseRequestRequest) error + func (a DefaultAPIServiceMock) DeleteInstanceRequest(ctx context.Context, projectId string, region string, instanceId string) ApiDeleteInstanceRequestRequest + func (a DefaultAPIServiceMock) DeleteInstanceRequestExecute(r ApiDeleteInstanceRequestRequest) error + func (a DefaultAPIServiceMock) DeleteUserRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiDeleteUserRequestRequest + func (a DefaultAPIServiceMock) DeleteUserRequestExecute(r ApiDeleteUserRequestRequest) error + func (a DefaultAPIServiceMock) GetBackupRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiGetBackupRequestRequest + func (a DefaultAPIServiceMock) GetBackupRequestExecute(r ApiGetBackupRequestRequest) (*GetBackupResponse, error) + func (a DefaultAPIServiceMock) GetCollationsRequest(ctx context.Context, projectId string, region string, instanceId string) ApiGetCollationsRequestRequest + func (a DefaultAPIServiceMock) GetCollationsRequestExecute(r ApiGetCollationsRequestRequest) (*GetCollationsResponse, error) + func (a DefaultAPIServiceMock) GetDatabaseRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiGetDatabaseRequestRequest + func (a DefaultAPIServiceMock) GetDatabaseRequestExecute(r ApiGetDatabaseRequestRequest) (*GetDatabaseResponse, error) + func (a DefaultAPIServiceMock) GetFlavorsRequest(ctx context.Context, projectId string, region string) ApiGetFlavorsRequestRequest + func (a DefaultAPIServiceMock) GetFlavorsRequestExecute(r ApiGetFlavorsRequestRequest) (*GetFlavorsResponse, error) + func (a DefaultAPIServiceMock) GetInstanceRequest(ctx context.Context, projectId string, region string, instanceId string) ApiGetInstanceRequestRequest + func (a DefaultAPIServiceMock) GetInstanceRequestExecute(r ApiGetInstanceRequestRequest) (*GetInstanceResponse, error) + func (a DefaultAPIServiceMock) GetUserRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiGetUserRequestRequest + func (a DefaultAPIServiceMock) GetUserRequestExecute(r ApiGetUserRequestRequest) (*GetUserResponse, error) + func (a DefaultAPIServiceMock) GetVersionsRequest(ctx context.Context, projectId string, region string) ApiGetVersionsRequestRequest + func (a DefaultAPIServiceMock) GetVersionsRequestExecute(r ApiGetVersionsRequestRequest) (*GetVersionsResponse, error) + func (a DefaultAPIServiceMock) ListBackupsRequest(ctx context.Context, projectId string, region string, instanceId string) ApiListBackupsRequestRequest + func (a DefaultAPIServiceMock) ListBackupsRequestExecute(r ApiListBackupsRequestRequest) (*ListBackupResponse, error) + func (a DefaultAPIServiceMock) ListDatabasesRequest(ctx context.Context, projectId string, region string, instanceId string) ApiListDatabasesRequestRequest + func (a DefaultAPIServiceMock) ListDatabasesRequestExecute(r ApiListDatabasesRequestRequest) (*ListDatabasesResponse, error) + func (a DefaultAPIServiceMock) ListInstancesRequest(ctx context.Context, projectId string, region string) ApiListInstancesRequestRequest + func (a DefaultAPIServiceMock) ListInstancesRequestExecute(r ApiListInstancesRequestRequest) (*ListInstancesResponse, error) + func (a DefaultAPIServiceMock) ListRolesRequest(ctx context.Context, projectId string, region string, instanceId string) ApiListRolesRequestRequest + func (a DefaultAPIServiceMock) ListRolesRequestExecute(r ApiListRolesRequestRequest) (*ListRolesResponse, error) + func (a DefaultAPIServiceMock) ListUsersRequest(ctx context.Context, projectId string, region string, instanceId string) ApiListUsersRequestRequest + func (a DefaultAPIServiceMock) ListUsersRequestExecute(r ApiListUsersRequestRequest) (*ListUserResponse, error) + func (a DefaultAPIServiceMock) ProtectInstanceRequest(ctx context.Context, projectId string, region string, instanceId string) ApiProtectInstanceRequestRequest + func (a DefaultAPIServiceMock) ProtectInstanceRequestExecute(r ApiProtectInstanceRequestRequest) (*ProtectInstanceResponse, error) + func (a DefaultAPIServiceMock) ResetUserRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiResetUserRequestRequest + func (a DefaultAPIServiceMock) ResetUserRequestExecute(r ApiResetUserRequestRequest) (*ResetUserResponse, error) + func (a DefaultAPIServiceMock) UpdateDatabasePartiallyRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiUpdateDatabasePartiallyRequestRequest + func (a DefaultAPIServiceMock) UpdateDatabasePartiallyRequestExecute(r ApiUpdateDatabasePartiallyRequestRequest) error + func (a DefaultAPIServiceMock) UpdateDatabaseRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiUpdateDatabaseRequestRequest + func (a DefaultAPIServiceMock) UpdateDatabaseRequestExecute(r ApiUpdateDatabaseRequestRequest) error + func (a DefaultAPIServiceMock) UpdateInstancePartiallyRequest(ctx context.Context, projectId string, region string, instanceId string) ApiUpdateInstancePartiallyRequestRequest + func (a DefaultAPIServiceMock) UpdateInstancePartiallyRequestExecute(r ApiUpdateInstancePartiallyRequestRequest) error + func (a DefaultAPIServiceMock) UpdateInstanceRequest(ctx context.Context, projectId string, region string, instanceId string) ApiUpdateInstanceRequestRequest + func (a DefaultAPIServiceMock) UpdateInstanceRequestExecute(r ApiUpdateInstanceRequestRequest) error + func (a DefaultAPIServiceMock) UpdateUserPartiallyRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiUpdateUserPartiallyRequestRequest + func (a DefaultAPIServiceMock) UpdateUserPartiallyRequestExecute(r ApiUpdateUserPartiallyRequestRequest) error + func (a DefaultAPIServiceMock) UpdateUserRequest(ctx context.Context, projectId string, region string, instanceId string, ...) ApiUpdateUserRequestRequest + func (a DefaultAPIServiceMock) UpdateUserRequestExecute(r ApiUpdateUserRequestRequest) error + type Error struct + Code int32 + Message string + TraceId string + Type string + func NewError(code int32, message string, traceId string, types string) *Error + func NewErrorWithDefaults() *Error + func (o *Error) GetCode() int32 + func (o *Error) GetCodeOk() (*int32, bool) + func (o *Error) GetMessage() string + func (o *Error) GetMessageOk() (*string, bool) + func (o *Error) GetTraceId() string + func (o *Error) GetTraceIdOk() (*string, bool) + func (o *Error) GetType() string + func (o *Error) GetTypeOk() (*string, bool) + func (o *Error) SetCode(v int32) + func (o *Error) SetMessage(v string) + func (o *Error) SetTraceId(v string) + func (o *Error) SetType(v string) + func (o *Error) UnmarshalJSON(data []byte) (err error) + func (o Error) MarshalJSON() ([]byte, error) + func (o Error) ToMap() (map[string]interface{}, error) + type 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 + func NewFlavorSortFromValue(v string) (*FlavorSort, error) + func (v *FlavorSort) UnmarshalJSON(src []byte) error + func (v FlavorSort) IsValid() bool + func (v FlavorSort) Ptr() *FlavorSort + type FlavorStorageClassesStorageClass struct + Class string + MaxIoPerSec int32 + MaxThroughInMb int32 + func NewFlavorStorageClassesStorageClass(class string, maxIoPerSec int32, maxThroughInMb int32) *FlavorStorageClassesStorageClass + func NewFlavorStorageClassesStorageClassWithDefaults() *FlavorStorageClassesStorageClass + func (o *FlavorStorageClassesStorageClass) GetClass() string + func (o *FlavorStorageClassesStorageClass) GetClassOk() (*string, bool) + func (o *FlavorStorageClassesStorageClass) GetMaxIoPerSec() int32 + func (o *FlavorStorageClassesStorageClass) GetMaxIoPerSecOk() (*int32, bool) + func (o *FlavorStorageClassesStorageClass) GetMaxThroughInMb() int32 + func (o *FlavorStorageClassesStorageClass) GetMaxThroughInMbOk() (*int32, bool) + func (o *FlavorStorageClassesStorageClass) SetClass(v string) + func (o *FlavorStorageClassesStorageClass) SetMaxIoPerSec(v int32) + func (o *FlavorStorageClassesStorageClass) SetMaxThroughInMb(v int32) + func (o *FlavorStorageClassesStorageClass) UnmarshalJSON(data []byte) (err error) + func (o FlavorStorageClassesStorageClass) MarshalJSON() ([]byte, error) + func (o FlavorStorageClassesStorageClass) ToMap() (map[string]interface{}, error) + type GetBackupResponse struct + CompletionTime string + Id int32 + Name string + RetainedUntil string + Size int32 + Type string + func NewGetBackupResponse(completionTime string, id int32, name string, retainedUntil string, size int32, ...) *GetBackupResponse + func NewGetBackupResponseWithDefaults() *GetBackupResponse + func (o *GetBackupResponse) GetCompletionTime() string + func (o *GetBackupResponse) GetCompletionTimeOk() (*string, bool) + func (o *GetBackupResponse) GetId() int32 + func (o *GetBackupResponse) GetIdOk() (*int32, bool) + func (o *GetBackupResponse) GetName() string + func (o *GetBackupResponse) GetNameOk() (*string, bool) + func (o *GetBackupResponse) GetRetainedUntil() string + func (o *GetBackupResponse) GetRetainedUntilOk() (*string, bool) + func (o *GetBackupResponse) GetSize() int32 + func (o *GetBackupResponse) GetSizeOk() (*int32, bool) + func (o *GetBackupResponse) GetType() string + func (o *GetBackupResponse) GetTypeOk() (*string, bool) + func (o *GetBackupResponse) SetCompletionTime(v string) + func (o *GetBackupResponse) SetId(v int32) + func (o *GetBackupResponse) SetName(v string) + func (o *GetBackupResponse) SetRetainedUntil(v string) + func (o *GetBackupResponse) SetSize(v int32) + func (o *GetBackupResponse) SetType(v string) + func (o *GetBackupResponse) UnmarshalJSON(data []byte) (err error) + func (o GetBackupResponse) MarshalJSON() ([]byte, error) + func (o GetBackupResponse) ToMap() (map[string]interface{}, error) + type GetCollationsResponse struct + Collations []string + func NewGetCollationsResponse(collations []string) *GetCollationsResponse + func NewGetCollationsResponseWithDefaults() *GetCollationsResponse + func (o *GetCollationsResponse) GetCollations() []string + func (o *GetCollationsResponse) GetCollationsOk() ([]string, bool) + func (o *GetCollationsResponse) SetCollations(v []string) + func (o *GetCollationsResponse) UnmarshalJSON(data []byte) (err error) + func (o GetCollationsResponse) MarshalJSON() ([]byte, error) + func (o GetCollationsResponse) ToMap() (map[string]interface{}, error) + type GetDatabaseResponse struct + Id int32 + Name string + Owner string + func NewGetDatabaseResponse(id int32, name string, owner string) *GetDatabaseResponse + func NewGetDatabaseResponseWithDefaults() *GetDatabaseResponse + func (o *GetDatabaseResponse) GetId() int32 + func (o *GetDatabaseResponse) GetIdOk() (*int32, 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 int32) + func (o *GetDatabaseResponse) SetName(v string) + func (o *GetDatabaseResponse) SetOwner(v string) + func (o *GetDatabaseResponse) UnmarshalJSON(data []byte) (err error) + func (o GetDatabaseResponse) MarshalJSON() ([]byte, error) + func (o GetDatabaseResponse) ToMap() (map[string]interface{}, error) + type GetFlavorsResponse struct + Flavors []ListFlavors + Pagination Pagination + func NewGetFlavorsResponse(flavors []ListFlavors, pagination Pagination) *GetFlavorsResponse + func NewGetFlavorsResponseWithDefaults() *GetFlavorsResponse + func (o *GetFlavorsResponse) GetFlavors() []ListFlavors + func (o *GetFlavorsResponse) GetFlavorsOk() ([]ListFlavors, bool) + func (o *GetFlavorsResponse) GetPagination() Pagination + func (o *GetFlavorsResponse) GetPaginationOk() (*Pagination, bool) + func (o *GetFlavorsResponse) SetFlavors(v []ListFlavors) + func (o *GetFlavorsResponse) SetPagination(v Pagination) + func (o *GetFlavorsResponse) UnmarshalJSON(data []byte) (err error) + func (o GetFlavorsResponse) MarshalJSON() ([]byte, error) + func (o GetFlavorsResponse) ToMap() (map[string]interface{}, error) + type GetInstanceResponse struct + Acl []string + BackupSchedule string + ConnectionInfo InstanceConnectionInfo + Encryption *InstanceEncryption + FlavorId string + Id string + IsDeletable bool + Name string + Network InstanceNetwork + Replicas Replicas + RetentionDays int32 + Status Status + 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) GetName() string + func (o *GetInstanceResponse) GetNameOk() (*string, bool) + func (o *GetInstanceResponse) GetNetwork() InstanceNetwork + func (o *GetInstanceResponse) GetNetworkOk() (*InstanceNetwork, bool) + func (o *GetInstanceResponse) GetReplicas() Replicas + func (o *GetInstanceResponse) GetReplicasOk() (*Replicas, bool) + func (o *GetInstanceResponse) GetRetentionDays() int32 + func (o *GetInstanceResponse) GetRetentionDaysOk() (*int32, bool) + func (o *GetInstanceResponse) GetStatus() Status + func (o *GetInstanceResponse) GetStatusOk() (*Status, bool) + func (o *GetInstanceResponse) GetStorage() Storage + func (o *GetInstanceResponse) GetStorageOk() (*Storage, bool) + func (o *GetInstanceResponse) GetVersion() string + func (o *GetInstanceResponse) GetVersionOk() (*string, bool) + func (o *GetInstanceResponse) HasAcl() bool + func (o *GetInstanceResponse) HasEncryption() 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) SetName(v string) + func (o *GetInstanceResponse) SetNetwork(v InstanceNetwork) + func (o *GetInstanceResponse) SetReplicas(v Replicas) + func (o *GetInstanceResponse) SetRetentionDays(v int32) + func (o *GetInstanceResponse) SetStatus(v Status) + func (o *GetInstanceResponse) SetStorage(v Storage) + func (o *GetInstanceResponse) SetVersion(v 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 + Id int32 + Name string + Roles []UserRole + Status string + func NewGetUserResponse(id int32, name string, roles []UserRole, status string) *GetUserResponse + func NewGetUserResponseWithDefaults() *GetUserResponse + func (o *GetUserResponse) GetId() int32 + func (o *GetUserResponse) GetIdOk() (*int32, bool) + func (o *GetUserResponse) GetName() string + func (o *GetUserResponse) GetNameOk() (*string, bool) + func (o *GetUserResponse) GetRoles() []UserRole + func (o *GetUserResponse) GetRolesOk() ([]UserRole, bool) + func (o *GetUserResponse) GetStatus() string + func (o *GetUserResponse) GetStatusOk() (*string, bool) + func (o *GetUserResponse) SetId(v int32) + func (o *GetUserResponse) SetName(v string) + func (o *GetUserResponse) SetRoles(v []UserRole) + func (o *GetUserResponse) SetStatus(v string) + func (o *GetUserResponse) UnmarshalJSON(data []byte) (err error) + func (o GetUserResponse) MarshalJSON() ([]byte, error) + func (o GetUserResponse) ToMap() (map[string]interface{}, error) + type GetVersionsResponse struct + Versions []Version + func NewGetVersionsResponse(versions []Version) *GetVersionsResponse + func NewGetVersionsResponseWithDefaults() *GetVersionsResponse + func (o *GetVersionsResponse) GetVersions() []Version + func (o *GetVersionsResponse) GetVersionsOk() ([]Version, bool) + func (o *GetVersionsResponse) SetVersions(v []Version) + func (o *GetVersionsResponse) UnmarshalJSON(data []byte) (err error) + func (o GetVersionsResponse) MarshalJSON() ([]byte, error) + func (o GetVersionsResponse) ToMap() (map[string]interface{}, error) + type InstanceConnectionInfo struct + 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 + 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 + KekKeyId string + KekKeyRingId string + KekKeyVersion string + ServiceAccount string + func NewInstanceEncryption(kekKeyId string, kekKeyRingId string, kekKeyVersion string, ...) *InstanceEncryption + func NewInstanceEncryptionWithDefaults() *InstanceEncryption + func (o *InstanceEncryption) GetKekKeyId() string + func (o *InstanceEncryption) GetKekKeyIdOk() (*string, bool) + func (o *InstanceEncryption) GetKekKeyRingId() string + func (o *InstanceEncryption) GetKekKeyRingIdOk() (*string, bool) + func (o *InstanceEncryption) GetKekKeyVersion() string + func (o *InstanceEncryption) GetKekKeyVersionOk() (*string, bool) + func (o *InstanceEncryption) GetServiceAccount() string + func (o *InstanceEncryption) GetServiceAccountOk() (*string, bool) + func (o *InstanceEncryption) SetKekKeyId(v string) + func (o *InstanceEncryption) SetKekKeyRingId(v string) + func (o *InstanceEncryption) SetKekKeyVersion(v string) + func (o *InstanceEncryption) SetServiceAccount(v string) + func (o *InstanceEncryption) UnmarshalJSON(data []byte) (err error) + func (o InstanceEncryption) MarshalJSON() ([]byte, error) + func (o InstanceEncryption) ToMap() (map[string]interface{}, error) + type InstanceNetwork struct + AccessScope *InstanceNetworkAccessScope + Acl []string + InstanceAddress *string + RouterAddress *string + func NewInstanceNetwork(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 + 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 + 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 + 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) MarshalJSON() ([]byte, error) + func (o InstanceNetworkOpt) ToMap() (map[string]interface{}, error) + type InstanceNetworkUpdate struct + Acl []string + 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_STATUS_ASC + const INSTANCESORT_STATUS_DESC + func NewInstanceSortFromValue(v string) (*InstanceSort, error) + func (v *InstanceSort) UnmarshalJSON(src []byte) error + func (v InstanceSort) IsValid() bool + func (v InstanceSort) Ptr() *InstanceSort + type InstanceStorageRange struct + 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 ListBackup struct + CompletionTime string + Id int32 + Name string + RetainedUntil string + Size int32 + Type string + func NewListBackup(completionTime string, id int32, name string, retainedUntil string, size int32, ...) *ListBackup + func NewListBackupWithDefaults() *ListBackup + func (o *ListBackup) GetCompletionTime() string + func (o *ListBackup) GetCompletionTimeOk() (*string, bool) + func (o *ListBackup) GetId() int32 + func (o *ListBackup) GetIdOk() (*int32, bool) + func (o *ListBackup) GetName() string + func (o *ListBackup) GetNameOk() (*string, bool) + func (o *ListBackup) GetRetainedUntil() string + func (o *ListBackup) GetRetainedUntilOk() (*string, bool) + func (o *ListBackup) GetSize() int32 + func (o *ListBackup) GetSizeOk() (*int32, bool) + func (o *ListBackup) GetType() string + func (o *ListBackup) GetTypeOk() (*string, bool) + func (o *ListBackup) SetCompletionTime(v string) + func (o *ListBackup) SetId(v int32) + func (o *ListBackup) SetName(v string) + func (o *ListBackup) SetRetainedUntil(v string) + func (o *ListBackup) SetSize(v int32) + func (o *ListBackup) SetType(v string) + func (o *ListBackup) UnmarshalJSON(data []byte) (err error) + func (o ListBackup) MarshalJSON() ([]byte, error) + func (o ListBackup) ToMap() (map[string]interface{}, error) + type ListBackupResponse struct + Backups []ListBackup + Pagination Pagination + func NewListBackupResponse(backups []ListBackup, pagination Pagination) *ListBackupResponse + func NewListBackupResponseWithDefaults() *ListBackupResponse + func (o *ListBackupResponse) GetBackups() []ListBackup + func (o *ListBackupResponse) GetBackupsOk() ([]ListBackup, bool) + func (o *ListBackupResponse) GetPagination() Pagination + func (o *ListBackupResponse) GetPaginationOk() (*Pagination, bool) + func (o *ListBackupResponse) SetBackups(v []ListBackup) + 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 ListDatabase struct + Id int32 + Name string + Owner string + func NewListDatabase(id int32, name string, owner string) *ListDatabase + func NewListDatabaseWithDefaults() *ListDatabase + func (o *ListDatabase) GetId() int32 + func (o *ListDatabase) GetIdOk() (*int32, 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 int32) + func (o *ListDatabase) SetName(v string) + func (o *ListDatabase) SetOwner(v string) + func (o *ListDatabase) UnmarshalJSON(data []byte) (err error) + func (o ListDatabase) MarshalJSON() ([]byte, error) + func (o ListDatabase) ToMap() (map[string]interface{}, error) + type ListDatabasesResponse struct + Databases []ListDatabase + Pagination Pagination + func NewListDatabasesResponse(databases []ListDatabase, pagination Pagination) *ListDatabasesResponse + func NewListDatabasesResponseWithDefaults() *ListDatabasesResponse + func (o *ListDatabasesResponse) GetDatabases() []ListDatabase + func (o *ListDatabasesResponse) GetDatabasesOk() ([]ListDatabase, bool) + func (o *ListDatabasesResponse) GetPagination() Pagination + func (o *ListDatabasesResponse) GetPaginationOk() (*Pagination, bool) + func (o *ListDatabasesResponse) SetDatabases(v []ListDatabase) + func (o *ListDatabasesResponse) SetPagination(v Pagination) + func (o *ListDatabasesResponse) UnmarshalJSON(data []byte) (err error) + func (o ListDatabasesResponse) MarshalJSON() ([]byte, error) + func (o ListDatabasesResponse) ToMap() (map[string]interface{}, error) + type ListFlavors struct + Cpu int32 + Description string + Id string + MaxGB int32 + Memory int32 + MinGB int32 + NodeType string + StorageClasses []FlavorStorageClassesStorageClass + func NewListFlavors(cpu int32, description string, id string, maxGB int32, memory int32, ...) *ListFlavors + func NewListFlavorsWithDefaults() *ListFlavors + func (o *ListFlavors) GetCpu() int32 + func (o *ListFlavors) GetCpuOk() (*int32, 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() int32 + func (o *ListFlavors) GetMemoryOk() (*int32, 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 int32) + func (o *ListFlavors) SetDescription(v string) + func (o *ListFlavors) SetId(v string) + func (o *ListFlavors) SetMaxGB(v int32) + func (o *ListFlavors) SetMemory(v int32) + func (o *ListFlavors) SetMinGB(v int32) + func (o *ListFlavors) SetNodeType(v string) + func (o *ListFlavors) SetStorageClasses(v []FlavorStorageClassesStorageClass) + func (o *ListFlavors) UnmarshalJSON(data []byte) (err error) + func (o ListFlavors) MarshalJSON() ([]byte, error) + func (o ListFlavors) ToMap() (map[string]interface{}, error) + type ListInstance struct + Id string + IsDeletable bool + Name string + Status Status + func NewListInstance(id string, isDeletable bool, name string, status Status) *ListInstance + func NewListInstanceWithDefaults() *ListInstance + func (o *ListInstance) GetId() string + func (o *ListInstance) GetIdOk() (*string, bool) + func (o *ListInstance) GetIsDeletable() bool + func (o *ListInstance) GetIsDeletableOk() (*bool, bool) + func (o *ListInstance) GetName() string + func (o *ListInstance) GetNameOk() (*string, bool) + func (o *ListInstance) GetStatus() Status + func (o *ListInstance) GetStatusOk() (*Status, bool) + func (o *ListInstance) SetId(v string) + func (o *ListInstance) SetIsDeletable(v bool) + func (o *ListInstance) SetName(v string) + func (o *ListInstance) SetStatus(v Status) + func (o *ListInstance) UnmarshalJSON(data []byte) (err error) + func (o ListInstance) MarshalJSON() ([]byte, error) + func (o ListInstance) ToMap() (map[string]interface{}, error) + type ListInstancesResponse struct + Instances []ListInstance + Pagination Pagination + func NewListInstancesResponse(instances []ListInstance, pagination Pagination) *ListInstancesResponse + func NewListInstancesResponseWithDefaults() *ListInstancesResponse + func (o *ListInstancesResponse) GetInstances() []ListInstance + func (o *ListInstancesResponse) GetInstancesOk() ([]ListInstance, bool) + func (o *ListInstancesResponse) GetPagination() Pagination + func (o *ListInstancesResponse) GetPaginationOk() (*Pagination, bool) + func (o *ListInstancesResponse) SetInstances(v []ListInstance) + func (o *ListInstancesResponse) SetPagination(v Pagination) + func (o *ListInstancesResponse) UnmarshalJSON(data []byte) (err error) + func (o ListInstancesResponse) MarshalJSON() ([]byte, error) + func (o ListInstancesResponse) ToMap() (map[string]interface{}, error) + type ListRolesResponse struct + Roles []string + func NewListRolesResponse(roles []string) *ListRolesResponse + func NewListRolesResponseWithDefaults() *ListRolesResponse + func (o *ListRolesResponse) GetRoles() []string + func (o *ListRolesResponse) GetRolesOk() ([]string, bool) + func (o *ListRolesResponse) SetRoles(v []string) + func (o *ListRolesResponse) UnmarshalJSON(data []byte) (err error) + func (o ListRolesResponse) MarshalJSON() ([]byte, error) + func (o ListRolesResponse) ToMap() (map[string]interface{}, error) + type ListUser struct + Id int32 + Name string + Status string + func NewListUser(id int32, name string, status string) *ListUser + func NewListUserWithDefaults() *ListUser + func (o *ListUser) GetId() int32 + func (o *ListUser) GetIdOk() (*int32, bool) + func (o *ListUser) GetName() string + func (o *ListUser) GetNameOk() (*string, bool) + func (o *ListUser) GetStatus() string + func (o *ListUser) GetStatusOk() (*string, bool) + func (o *ListUser) SetId(v int32) + func (o *ListUser) SetName(v string) + func (o *ListUser) SetStatus(v string) + func (o *ListUser) UnmarshalJSON(data []byte) (err error) + func (o ListUser) MarshalJSON() ([]byte, error) + func (o ListUser) ToMap() (map[string]interface{}, error) + type ListUserResponse struct + Pagination Pagination + Users []ListUser + func NewListUserResponse(pagination Pagination, users []ListUser) *ListUserResponse + func NewListUserResponseWithDefaults() *ListUserResponse + func (o *ListUserResponse) GetPagination() Pagination + func (o *ListUserResponse) GetPaginationOk() (*Pagination, bool) + func (o *ListUserResponse) GetUsers() []ListUser + func (o *ListUserResponse) GetUsersOk() ([]ListUser, bool) + func (o *ListUserResponse) SetPagination(v Pagination) + func (o *ListUserResponse) SetUsers(v []ListUser) + func (o *ListUserResponse) UnmarshalJSON(data []byte) (err error) + func (o ListUserResponse) MarshalJSON() ([]byte, error) + func (o ListUserResponse) ToMap() (map[string]interface{}, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type 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 NullableCloneRequestPayload struct + func NewNullableCloneRequestPayload(val *CloneRequestPayload) *NullableCloneRequestPayload + func (v *NullableCloneRequestPayload) Set(val *CloneRequestPayload) + func (v *NullableCloneRequestPayload) UnmarshalJSON(src []byte) error + func (v *NullableCloneRequestPayload) Unset() + func (v NullableCloneRequestPayload) Get() *CloneRequestPayload + func (v NullableCloneRequestPayload) IsSet() bool + func (v NullableCloneRequestPayload) MarshalJSON() ([]byte, error) + type NullableCloneResponse struct + func NewNullableCloneResponse(val *CloneResponse) *NullableCloneResponse + func (v *NullableCloneResponse) Set(val *CloneResponse) + func (v *NullableCloneResponse) UnmarshalJSON(src []byte) error + func (v *NullableCloneResponse) Unset() + func (v NullableCloneResponse) Get() *CloneResponse + func (v NullableCloneResponse) IsSet() bool + func (v NullableCloneResponse) MarshalJSON() ([]byte, error) + type NullableCreateDatabaseRequestPayload struct + func NewNullableCreateDatabaseRequestPayload(val *CreateDatabaseRequestPayload) *NullableCreateDatabaseRequestPayload + func (v *NullableCreateDatabaseRequestPayload) Set(val *CreateDatabaseRequestPayload) + func (v *NullableCreateDatabaseRequestPayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateDatabaseRequestPayload) Unset() + func (v NullableCreateDatabaseRequestPayload) Get() *CreateDatabaseRequestPayload + func (v NullableCreateDatabaseRequestPayload) IsSet() bool + func (v NullableCreateDatabaseRequestPayload) MarshalJSON() ([]byte, error) + type NullableCreateDatabaseResponse struct + func NewNullableCreateDatabaseResponse(val *CreateDatabaseResponse) *NullableCreateDatabaseResponse + func (v *NullableCreateDatabaseResponse) Set(val *CreateDatabaseResponse) + func (v *NullableCreateDatabaseResponse) UnmarshalJSON(src []byte) error + func (v *NullableCreateDatabaseResponse) Unset() + func (v NullableCreateDatabaseResponse) Get() *CreateDatabaseResponse + func (v NullableCreateDatabaseResponse) IsSet() bool + func (v NullableCreateDatabaseResponse) MarshalJSON() ([]byte, error) + type NullableCreateInstanceRequestPayload struct + func NewNullableCreateInstanceRequestPayload(val *CreateInstanceRequestPayload) *NullableCreateInstanceRequestPayload + func (v *NullableCreateInstanceRequestPayload) Set(val *CreateInstanceRequestPayload) + func (v *NullableCreateInstanceRequestPayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateInstanceRequestPayload) Unset() + func (v NullableCreateInstanceRequestPayload) Get() *CreateInstanceRequestPayload + func (v NullableCreateInstanceRequestPayload) IsSet() bool + func (v NullableCreateInstanceRequestPayload) MarshalJSON() ([]byte, error) + type NullableCreateInstanceResponse struct + func NewNullableCreateInstanceResponse(val *CreateInstanceResponse) *NullableCreateInstanceResponse + func (v *NullableCreateInstanceResponse) Set(val *CreateInstanceResponse) + func (v *NullableCreateInstanceResponse) UnmarshalJSON(src []byte) error + func (v *NullableCreateInstanceResponse) Unset() + func (v NullableCreateInstanceResponse) Get() *CreateInstanceResponse + func (v NullableCreateInstanceResponse) IsSet() bool + func (v NullableCreateInstanceResponse) MarshalJSON() ([]byte, error) + type NullableCreateUserRequestPayload struct + func NewNullableCreateUserRequestPayload(val *CreateUserRequestPayload) *NullableCreateUserRequestPayload + func (v *NullableCreateUserRequestPayload) Set(val *CreateUserRequestPayload) + func (v *NullableCreateUserRequestPayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateUserRequestPayload) Unset() + func (v NullableCreateUserRequestPayload) Get() *CreateUserRequestPayload + func (v NullableCreateUserRequestPayload) IsSet() bool + func (v NullableCreateUserRequestPayload) MarshalJSON() ([]byte, error) + type NullableCreateUserResponse struct + func NewNullableCreateUserResponse(val *CreateUserResponse) *NullableCreateUserResponse + func (v *NullableCreateUserResponse) Set(val *CreateUserResponse) + func (v *NullableCreateUserResponse) UnmarshalJSON(src []byte) error + func (v *NullableCreateUserResponse) Unset() + func (v NullableCreateUserResponse) Get() *CreateUserResponse + func (v NullableCreateUserResponse) IsSet() bool + func (v NullableCreateUserResponse) MarshalJSON() ([]byte, error) + type 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 NullableGetBackupResponse struct + func NewNullableGetBackupResponse(val *GetBackupResponse) *NullableGetBackupResponse + func (v *NullableGetBackupResponse) Set(val *GetBackupResponse) + func (v *NullableGetBackupResponse) UnmarshalJSON(src []byte) error + func (v *NullableGetBackupResponse) Unset() + func (v NullableGetBackupResponse) Get() *GetBackupResponse + func (v NullableGetBackupResponse) IsSet() bool + func (v NullableGetBackupResponse) MarshalJSON() ([]byte, error) + type NullableGetCollationsResponse struct + func NewNullableGetCollationsResponse(val *GetCollationsResponse) *NullableGetCollationsResponse + func (v *NullableGetCollationsResponse) Set(val *GetCollationsResponse) + func (v *NullableGetCollationsResponse) UnmarshalJSON(src []byte) error + func (v *NullableGetCollationsResponse) Unset() + func (v NullableGetCollationsResponse) Get() *GetCollationsResponse + func (v NullableGetCollationsResponse) IsSet() bool + func (v NullableGetCollationsResponse) MarshalJSON() ([]byte, error) + type NullableGetDatabaseResponse struct + func NewNullableGetDatabaseResponse(val *GetDatabaseResponse) *NullableGetDatabaseResponse + func (v *NullableGetDatabaseResponse) Set(val *GetDatabaseResponse) + func (v *NullableGetDatabaseResponse) UnmarshalJSON(src []byte) error + func (v *NullableGetDatabaseResponse) Unset() + func (v NullableGetDatabaseResponse) Get() *GetDatabaseResponse + func (v NullableGetDatabaseResponse) IsSet() bool + func (v NullableGetDatabaseResponse) MarshalJSON() ([]byte, error) + type NullableGetFlavorsResponse struct + func NewNullableGetFlavorsResponse(val *GetFlavorsResponse) *NullableGetFlavorsResponse + func (v *NullableGetFlavorsResponse) Set(val *GetFlavorsResponse) + func (v *NullableGetFlavorsResponse) UnmarshalJSON(src []byte) error + func (v *NullableGetFlavorsResponse) Unset() + func (v NullableGetFlavorsResponse) Get() *GetFlavorsResponse + func (v NullableGetFlavorsResponse) IsSet() bool + func (v NullableGetFlavorsResponse) MarshalJSON() ([]byte, error) + type NullableGetInstanceResponse struct + func NewNullableGetInstanceResponse(val *GetInstanceResponse) *NullableGetInstanceResponse + func (v *NullableGetInstanceResponse) Set(val *GetInstanceResponse) + func (v *NullableGetInstanceResponse) UnmarshalJSON(src []byte) error + func (v *NullableGetInstanceResponse) Unset() + func (v NullableGetInstanceResponse) Get() *GetInstanceResponse + func (v NullableGetInstanceResponse) IsSet() bool + func (v NullableGetInstanceResponse) MarshalJSON() ([]byte, error) + type NullableGetUserResponse struct + func NewNullableGetUserResponse(val *GetUserResponse) *NullableGetUserResponse + func (v *NullableGetUserResponse) Set(val *GetUserResponse) + func (v *NullableGetUserResponse) UnmarshalJSON(src []byte) error + func (v *NullableGetUserResponse) Unset() + func (v NullableGetUserResponse) Get() *GetUserResponse + func (v NullableGetUserResponse) IsSet() bool + func (v NullableGetUserResponse) MarshalJSON() ([]byte, error) + type NullableGetVersionsResponse struct + func NewNullableGetVersionsResponse(val *GetVersionsResponse) *NullableGetVersionsResponse + func (v *NullableGetVersionsResponse) Set(val *GetVersionsResponse) + func (v *NullableGetVersionsResponse) UnmarshalJSON(src []byte) error + func (v *NullableGetVersionsResponse) Unset() + func (v NullableGetVersionsResponse) Get() *GetVersionsResponse + func (v NullableGetVersionsResponse) IsSet() bool + func (v NullableGetVersionsResponse) MarshalJSON() ([]byte, error) + type 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 NullableListBackup struct + func NewNullableListBackup(val *ListBackup) *NullableListBackup + func (v *NullableListBackup) Set(val *ListBackup) + func (v *NullableListBackup) UnmarshalJSON(src []byte) error + func (v *NullableListBackup) Unset() + func (v NullableListBackup) Get() *ListBackup + func (v NullableListBackup) IsSet() bool + func (v NullableListBackup) MarshalJSON() ([]byte, error) + type NullableListBackupResponse struct + func NewNullableListBackupResponse(val *ListBackupResponse) *NullableListBackupResponse + func (v *NullableListBackupResponse) Set(val *ListBackupResponse) + func (v *NullableListBackupResponse) UnmarshalJSON(src []byte) error + func (v *NullableListBackupResponse) Unset() + func (v NullableListBackupResponse) Get() *ListBackupResponse + func (v NullableListBackupResponse) IsSet() bool + func (v NullableListBackupResponse) MarshalJSON() ([]byte, error) + type NullableListDatabase struct + func NewNullableListDatabase(val *ListDatabase) *NullableListDatabase + func (v *NullableListDatabase) Set(val *ListDatabase) + func (v *NullableListDatabase) UnmarshalJSON(src []byte) error + func (v *NullableListDatabase) Unset() + func (v NullableListDatabase) Get() *ListDatabase + func (v NullableListDatabase) IsSet() bool + func (v NullableListDatabase) MarshalJSON() ([]byte, error) + type NullableListDatabasesResponse struct + func NewNullableListDatabasesResponse(val *ListDatabasesResponse) *NullableListDatabasesResponse + func (v *NullableListDatabasesResponse) Set(val *ListDatabasesResponse) + func (v *NullableListDatabasesResponse) UnmarshalJSON(src []byte) error + func (v *NullableListDatabasesResponse) Unset() + func (v NullableListDatabasesResponse) Get() *ListDatabasesResponse + func (v NullableListDatabasesResponse) IsSet() bool + func (v NullableListDatabasesResponse) MarshalJSON() ([]byte, error) + type NullableListFlavors struct + func NewNullableListFlavors(val *ListFlavors) *NullableListFlavors + func (v *NullableListFlavors) Set(val *ListFlavors) + func (v *NullableListFlavors) UnmarshalJSON(src []byte) error + func (v *NullableListFlavors) Unset() + func (v NullableListFlavors) Get() *ListFlavors + func (v NullableListFlavors) IsSet() bool + func (v NullableListFlavors) MarshalJSON() ([]byte, error) + type NullableListInstance struct + func NewNullableListInstance(val *ListInstance) *NullableListInstance + func (v *NullableListInstance) Set(val *ListInstance) + func (v *NullableListInstance) UnmarshalJSON(src []byte) error + func (v *NullableListInstance) Unset() + func (v NullableListInstance) Get() *ListInstance + func (v NullableListInstance) IsSet() bool + func (v NullableListInstance) MarshalJSON() ([]byte, error) + type NullableListInstancesResponse struct + func NewNullableListInstancesResponse(val *ListInstancesResponse) *NullableListInstancesResponse + func (v *NullableListInstancesResponse) Set(val *ListInstancesResponse) + func (v *NullableListInstancesResponse) UnmarshalJSON(src []byte) error + func (v *NullableListInstancesResponse) Unset() + func (v NullableListInstancesResponse) Get() *ListInstancesResponse + func (v NullableListInstancesResponse) IsSet() bool + func (v NullableListInstancesResponse) MarshalJSON() ([]byte, error) + type NullableListRolesResponse struct + func NewNullableListRolesResponse(val *ListRolesResponse) *NullableListRolesResponse + func (v *NullableListRolesResponse) Set(val *ListRolesResponse) + func (v *NullableListRolesResponse) UnmarshalJSON(src []byte) error + func (v *NullableListRolesResponse) Unset() + func (v NullableListRolesResponse) Get() *ListRolesResponse + func (v NullableListRolesResponse) IsSet() bool + func (v NullableListRolesResponse) MarshalJSON() ([]byte, error) + type NullableListUser struct + func NewNullableListUser(val *ListUser) *NullableListUser + func (v *NullableListUser) Set(val *ListUser) + func (v *NullableListUser) UnmarshalJSON(src []byte) error + func (v *NullableListUser) Unset() + func (v NullableListUser) Get() *ListUser + func (v NullableListUser) IsSet() bool + func (v NullableListUser) MarshalJSON() ([]byte, error) + type NullableListUserResponse struct + func NewNullableListUserResponse(val *ListUserResponse) *NullableListUserResponse + func (v *NullableListUserResponse) Set(val *ListUserResponse) + func (v *NullableListUserResponse) UnmarshalJSON(src []byte) error + func (v *NullableListUserResponse) Unset() + func (v NullableListUserResponse) Get() *ListUserResponse + func (v NullableListUserResponse) IsSet() bool + func (v NullableListUserResponse) MarshalJSON() ([]byte, error) + type NullablePagination struct + func NewNullablePagination(val *Pagination) *NullablePagination + func (v *NullablePagination) Set(val *Pagination) + func (v *NullablePagination) UnmarshalJSON(src []byte) error + func (v *NullablePagination) Unset() + func (v NullablePagination) Get() *Pagination + func (v NullablePagination) IsSet() bool + func (v NullablePagination) MarshalJSON() ([]byte, error) + type NullableProtectInstanceRequestPayload struct + func NewNullableProtectInstanceRequestPayload(val *ProtectInstanceRequestPayload) *NullableProtectInstanceRequestPayload + func (v *NullableProtectInstanceRequestPayload) Set(val *ProtectInstanceRequestPayload) + func (v *NullableProtectInstanceRequestPayload) UnmarshalJSON(src []byte) error + func (v *NullableProtectInstanceRequestPayload) Unset() + func (v NullableProtectInstanceRequestPayload) Get() *ProtectInstanceRequestPayload + func (v NullableProtectInstanceRequestPayload) IsSet() bool + func (v NullableProtectInstanceRequestPayload) MarshalJSON() ([]byte, error) + type NullableProtectInstanceResponse struct + func NewNullableProtectInstanceResponse(val *ProtectInstanceResponse) *NullableProtectInstanceResponse + func (v *NullableProtectInstanceResponse) Set(val *ProtectInstanceResponse) + func (v *NullableProtectInstanceResponse) UnmarshalJSON(src []byte) error + func (v *NullableProtectInstanceResponse) Unset() + func (v NullableProtectInstanceResponse) Get() *ProtectInstanceResponse + func (v NullableProtectInstanceResponse) IsSet() bool + func (v NullableProtectInstanceResponse) MarshalJSON() ([]byte, error) + type NullableReplicas struct + func NewNullableReplicas(val *Replicas) *NullableReplicas + func (v *NullableReplicas) Set(val *Replicas) + func (v *NullableReplicas) UnmarshalJSON(src []byte) error + func (v *NullableReplicas) Unset() + func (v NullableReplicas) Get() *Replicas + func (v NullableReplicas) IsSet() bool + func (v NullableReplicas) MarshalJSON() ([]byte, error) + type NullableReplicasOpt struct + func NewNullableReplicasOpt(val *ReplicasOpt) *NullableReplicasOpt + func (v *NullableReplicasOpt) Set(val *ReplicasOpt) + func (v *NullableReplicasOpt) UnmarshalJSON(src []byte) error + func (v *NullableReplicasOpt) Unset() + func (v NullableReplicasOpt) Get() *ReplicasOpt + func (v NullableReplicasOpt) IsSet() bool + func (v NullableReplicasOpt) MarshalJSON() ([]byte, error) + type NullableResetUserResponse struct + func NewNullableResetUserResponse(val *ResetUserResponse) *NullableResetUserResponse + func (v *NullableResetUserResponse) Set(val *ResetUserResponse) + func (v *NullableResetUserResponse) UnmarshalJSON(src []byte) error + func (v *NullableResetUserResponse) Unset() + func (v NullableResetUserResponse) Get() *ResetUserResponse + func (v NullableResetUserResponse) IsSet() bool + func (v NullableResetUserResponse) MarshalJSON() ([]byte, error) + type NullableStatus struct + func NewNullableStatus(val *Status) *NullableStatus + func (v *NullableStatus) Set(val *Status) + func (v *NullableStatus) UnmarshalJSON(src []byte) error + func (v *NullableStatus) Unset() + func (v NullableStatus) Get() *Status + func (v NullableStatus) IsSet() bool + func (v NullableStatus) MarshalJSON() ([]byte, error) + type NullableStorage struct + func NewNullableStorage(val *Storage) *NullableStorage + func (v *NullableStorage) Set(val *Storage) + func (v *NullableStorage) UnmarshalJSON(src []byte) error + func (v *NullableStorage) Unset() + func (v NullableStorage) Get() *Storage + func (v NullableStorage) IsSet() bool + func (v NullableStorage) MarshalJSON() ([]byte, error) + type NullableStorageCreate struct + func NewNullableStorageCreate(val *StorageCreate) *NullableStorageCreate + func (v *NullableStorageCreate) Set(val *StorageCreate) + func (v *NullableStorageCreate) UnmarshalJSON(src []byte) error + func (v *NullableStorageCreate) Unset() + func (v NullableStorageCreate) Get() *StorageCreate + func (v NullableStorageCreate) IsSet() bool + func (v NullableStorageCreate) MarshalJSON() ([]byte, error) + type NullableStorageUpdate struct + func NewNullableStorageUpdate(val *StorageUpdate) *NullableStorageUpdate + func (v *NullableStorageUpdate) Set(val *StorageUpdate) + func (v *NullableStorageUpdate) UnmarshalJSON(src []byte) error + func (v *NullableStorageUpdate) Unset() + func (v NullableStorageUpdate) Get() *StorageUpdate + func (v NullableStorageUpdate) IsSet() bool + func (v NullableStorageUpdate) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type NullableUpdateDatabasePartiallyRequestPayload struct + func NewNullableUpdateDatabasePartiallyRequestPayload(val *UpdateDatabasePartiallyRequestPayload) *NullableUpdateDatabasePartiallyRequestPayload + func (v *NullableUpdateDatabasePartiallyRequestPayload) Set(val *UpdateDatabasePartiallyRequestPayload) + func (v *NullableUpdateDatabasePartiallyRequestPayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdateDatabasePartiallyRequestPayload) Unset() + func (v NullableUpdateDatabasePartiallyRequestPayload) Get() *UpdateDatabasePartiallyRequestPayload + func (v NullableUpdateDatabasePartiallyRequestPayload) IsSet() bool + func (v NullableUpdateDatabasePartiallyRequestPayload) 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 NullableUpdateDatabaseRequestPayload struct + func NewNullableUpdateDatabaseRequestPayload(val *UpdateDatabaseRequestPayload) *NullableUpdateDatabaseRequestPayload + func (v *NullableUpdateDatabaseRequestPayload) Set(val *UpdateDatabaseRequestPayload) + func (v *NullableUpdateDatabaseRequestPayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdateDatabaseRequestPayload) Unset() + func (v NullableUpdateDatabaseRequestPayload) Get() *UpdateDatabaseRequestPayload + func (v NullableUpdateDatabaseRequestPayload) IsSet() bool + func (v NullableUpdateDatabaseRequestPayload) 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 NullableUpdateInstancePartiallyRequestPayload struct + func NewNullableUpdateInstancePartiallyRequestPayload(val *UpdateInstancePartiallyRequestPayload) *NullableUpdateInstancePartiallyRequestPayload + func (v *NullableUpdateInstancePartiallyRequestPayload) Set(val *UpdateInstancePartiallyRequestPayload) + func (v *NullableUpdateInstancePartiallyRequestPayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdateInstancePartiallyRequestPayload) Unset() + func (v NullableUpdateInstancePartiallyRequestPayload) Get() *UpdateInstancePartiallyRequestPayload + func (v NullableUpdateInstancePartiallyRequestPayload) IsSet() bool + func (v NullableUpdateInstancePartiallyRequestPayload) MarshalJSON() ([]byte, error) + type NullableUpdateInstanceRequestPayload struct + func NewNullableUpdateInstanceRequestPayload(val *UpdateInstanceRequestPayload) *NullableUpdateInstanceRequestPayload + func (v *NullableUpdateInstanceRequestPayload) Set(val *UpdateInstanceRequestPayload) + func (v *NullableUpdateInstanceRequestPayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdateInstanceRequestPayload) Unset() + func (v NullableUpdateInstanceRequestPayload) Get() *UpdateInstanceRequestPayload + func (v NullableUpdateInstanceRequestPayload) IsSet() bool + func (v NullableUpdateInstanceRequestPayload) MarshalJSON() ([]byte, error) + type NullableUpdateUserPartiallyRequestPayload struct + func NewNullableUpdateUserPartiallyRequestPayload(val *UpdateUserPartiallyRequestPayload) *NullableUpdateUserPartiallyRequestPayload + func (v *NullableUpdateUserPartiallyRequestPayload) Set(val *UpdateUserPartiallyRequestPayload) + func (v *NullableUpdateUserPartiallyRequestPayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdateUserPartiallyRequestPayload) Unset() + func (v NullableUpdateUserPartiallyRequestPayload) Get() *UpdateUserPartiallyRequestPayload + func (v NullableUpdateUserPartiallyRequestPayload) IsSet() bool + func (v NullableUpdateUserPartiallyRequestPayload) MarshalJSON() ([]byte, error) + type NullableUpdateUserRequestPayload struct + func NewNullableUpdateUserRequestPayload(val *UpdateUserRequestPayload) *NullableUpdateUserRequestPayload + func (v *NullableUpdateUserRequestPayload) Set(val *UpdateUserRequestPayload) + func (v *NullableUpdateUserRequestPayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdateUserRequestPayload) Unset() + func (v NullableUpdateUserRequestPayload) Get() *UpdateUserRequestPayload + func (v NullableUpdateUserRequestPayload) IsSet() bool + func (v NullableUpdateUserRequestPayload) MarshalJSON() ([]byte, error) + type NullableUserRole struct + func NewNullableUserRole(val *UserRole) *NullableUserRole + func (v *NullableUserRole) Set(val *UserRole) + func (v *NullableUserRole) UnmarshalJSON(src []byte) error + func (v *NullableUserRole) Unset() + func (v NullableUserRole) Get() *UserRole + func (v NullableUserRole) IsSet() bool + func (v NullableUserRole) MarshalJSON() ([]byte, error) + type NullableUserSort struct + func NewNullableUserSort(val *UserSort) *NullableUserSort + func (v *NullableUserSort) Set(val *UserSort) + func (v *NullableUserSort) UnmarshalJSON(src []byte) error + func (v *NullableUserSort) Unset() + func (v NullableUserSort) Get() *UserSort + func (v NullableUserSort) IsSet() bool + func (v NullableUserSort) MarshalJSON() ([]byte, error) + type NullableValidationError struct + func NewNullableValidationError(val *ValidationError) *NullableValidationError + func (v *NullableValidationError) Set(val *ValidationError) + func (v *NullableValidationError) UnmarshalJSON(src []byte) error + func (v *NullableValidationError) Unset() + func (v NullableValidationError) Get() *ValidationError + func (v NullableValidationError) IsSet() bool + func (v NullableValidationError) MarshalJSON() ([]byte, error) + type NullableValidationErrorValidationInner struct + func NewNullableValidationErrorValidationInner(val *ValidationErrorValidationInner) *NullableValidationErrorValidationInner + func (v *NullableValidationErrorValidationInner) Set(val *ValidationErrorValidationInner) + func (v *NullableValidationErrorValidationInner) UnmarshalJSON(src []byte) error + func (v *NullableValidationErrorValidationInner) Unset() + func (v NullableValidationErrorValidationInner) Get() *ValidationErrorValidationInner + func (v NullableValidationErrorValidationInner) IsSet() bool + func (v NullableValidationErrorValidationInner) MarshalJSON() ([]byte, error) + type NullableVersion struct + func NewNullableVersion(val *Version) *NullableVersion + func (v *NullableVersion) Set(val *Version) + func (v *NullableVersion) UnmarshalJSON(src []byte) error + func (v *NullableVersion) Unset() + func (v NullableVersion) Get() *Version + func (v NullableVersion) IsSet() bool + func (v NullableVersion) MarshalJSON() ([]byte, error) + type Pagination struct + Page int32 + Size int32 + Sort string + TotalPages int32 + TotalRows int32 + func NewPagination(page int32, size int32, sort string, totalPages int32, totalRows int32) *Pagination + func NewPaginationWithDefaults() *Pagination + func (o *Pagination) GetPage() int32 + func (o *Pagination) GetPageOk() (*int32, bool) + func (o *Pagination) GetSize() int32 + func (o *Pagination) GetSizeOk() (*int32, bool) + func (o *Pagination) GetSort() string + func (o *Pagination) GetSortOk() (*string, bool) + func (o *Pagination) GetTotalPages() int32 + func (o *Pagination) GetTotalPagesOk() (*int32, bool) + func (o *Pagination) GetTotalRows() int32 + func (o *Pagination) GetTotalRowsOk() (*int32, bool) + func (o *Pagination) SetPage(v int32) + func (o *Pagination) SetSize(v int32) + func (o *Pagination) SetSort(v string) + func (o *Pagination) SetTotalPages(v int32) + func (o *Pagination) SetTotalRows(v int32) + func (o *Pagination) UnmarshalJSON(data []byte) (err error) + func (o Pagination) MarshalJSON() ([]byte, error) + func (o Pagination) ToMap() (map[string]interface{}, error) + type ProtectInstanceRequestPayload struct + IsDeletable bool + func NewProtectInstanceRequestPayload(isDeletable bool) *ProtectInstanceRequestPayload + func NewProtectInstanceRequestPayloadWithDefaults() *ProtectInstanceRequestPayload + func (o *ProtectInstanceRequestPayload) GetIsDeletable() bool + func (o *ProtectInstanceRequestPayload) GetIsDeletableOk() (*bool, bool) + func (o *ProtectInstanceRequestPayload) SetIsDeletable(v bool) + func (o *ProtectInstanceRequestPayload) UnmarshalJSON(data []byte) (err error) + func (o ProtectInstanceRequestPayload) MarshalJSON() ([]byte, error) + func (o ProtectInstanceRequestPayload) ToMap() (map[string]interface{}, error) + type ProtectInstanceResponse struct + IsDeletable bool + func NewProtectInstanceResponse(isDeletable bool) *ProtectInstanceResponse + func NewProtectInstanceResponseWithDefaults() *ProtectInstanceResponse + func (o *ProtectInstanceResponse) GetIsDeletable() bool + func (o *ProtectInstanceResponse) GetIsDeletableOk() (*bool, bool) + func (o *ProtectInstanceResponse) SetIsDeletable(v bool) + func (o *ProtectInstanceResponse) UnmarshalJSON(data []byte) (err error) + func (o ProtectInstanceResponse) MarshalJSON() ([]byte, error) + func (o ProtectInstanceResponse) ToMap() (map[string]interface{}, error) + type Replicas uint32 + const REPLICAS__1 + const REPLICAS__3 + func NewReplicasFromValue(v uint32) (*Replicas, error) + func (v *Replicas) UnmarshalJSON(src []byte) error + func (v Replicas) IsValid() bool + func (v Replicas) Ptr() *Replicas + type ReplicasOpt uint32 + const REPLICASOPT__1 + const REPLICASOPT__3 + func NewReplicasOptFromValue(v uint32) (*ReplicasOpt, error) + func (v *ReplicasOpt) UnmarshalJSON(src []byte) error + func (v ReplicasOpt) IsValid() bool + func (v ReplicasOpt) Ptr() *ReplicasOpt + type ResetUserResponse struct + Name string + Password string + Status string + func NewResetUserResponse(name string, password string, status string) *ResetUserResponse + func NewResetUserResponseWithDefaults() *ResetUserResponse + func (o *ResetUserResponse) GetName() string + func (o *ResetUserResponse) GetNameOk() (*string, bool) + func (o *ResetUserResponse) GetPassword() string + func (o *ResetUserResponse) GetPasswordOk() (*string, bool) + func (o *ResetUserResponse) GetStatus() string + func (o *ResetUserResponse) GetStatusOk() (*string, bool) + func (o *ResetUserResponse) SetName(v string) + func (o *ResetUserResponse) SetPassword(v string) + func (o *ResetUserResponse) SetStatus(v string) + func (o *ResetUserResponse) UnmarshalJSON(data []byte) (err error) + func (o ResetUserResponse) MarshalJSON() ([]byte, error) + func (o ResetUserResponse) ToMap() (map[string]interface{}, error) + type Status string + const STATUS_FAILURE + const STATUS_PENDING + const STATUS_PROGRESSING + const STATUS_READY + const STATUS_TERMINATING + const STATUS_UNKNOWN + func NewStatusFromValue(v string) (*Status, error) + func (v *Status) UnmarshalJSON(src []byte) error + func (v Status) IsValid() bool + func (v Status) Ptr() *Status + type Storage struct + PerformanceClass *string + Size *int32 + func NewStorage() *Storage + func NewStorageWithDefaults() *Storage + func (o *Storage) GetPerformanceClass() string + func (o *Storage) GetPerformanceClassOk() (*string, bool) + func (o *Storage) GetSize() int32 + func (o *Storage) GetSizeOk() (*int32, bool) + func (o *Storage) HasPerformanceClass() bool + func (o *Storage) HasSize() bool + func (o *Storage) SetPerformanceClass(v string) + func (o *Storage) SetSize(v int32) + func (o Storage) MarshalJSON() ([]byte, error) + func (o Storage) ToMap() (map[string]interface{}, error) + type StorageCreate struct + PerformanceClass string + Size int32 + func NewStorageCreate(performanceClass string, size int32) *StorageCreate + func NewStorageCreateWithDefaults() *StorageCreate + func (o *StorageCreate) GetPerformanceClass() string + func (o *StorageCreate) GetPerformanceClassOk() (*string, bool) + func (o *StorageCreate) GetSize() int32 + func (o *StorageCreate) GetSizeOk() (*int32, bool) + func (o *StorageCreate) SetPerformanceClass(v string) + func (o *StorageCreate) SetSize(v int32) + func (o *StorageCreate) UnmarshalJSON(data []byte) (err error) + func (o StorageCreate) MarshalJSON() ([]byte, error) + func (o StorageCreate) ToMap() (map[string]interface{}, error) + type StorageUpdate struct + Size *int32 + func NewStorageUpdate() *StorageUpdate + func NewStorageUpdateWithDefaults() *StorageUpdate + func (o *StorageUpdate) GetSize() int32 + func (o *StorageUpdate) GetSizeOk() (*int32, bool) + func (o *StorageUpdate) HasSize() bool + func (o *StorageUpdate) SetSize(v int32) + func (o StorageUpdate) MarshalJSON() ([]byte, error) + func (o StorageUpdate) ToMap() (map[string]interface{}, error) + type UpdateDatabasePartiallyRequestPayload struct + Name *string + Owner *string + func NewUpdateDatabasePartiallyRequestPayload() *UpdateDatabasePartiallyRequestPayload + func NewUpdateDatabasePartiallyRequestPayloadWithDefaults() *UpdateDatabasePartiallyRequestPayload + func (o *UpdateDatabasePartiallyRequestPayload) GetName() string + func (o *UpdateDatabasePartiallyRequestPayload) GetNameOk() (*string, bool) + func (o *UpdateDatabasePartiallyRequestPayload) GetOwner() string + func (o *UpdateDatabasePartiallyRequestPayload) GetOwnerOk() (*string, bool) + func (o *UpdateDatabasePartiallyRequestPayload) HasName() bool + func (o *UpdateDatabasePartiallyRequestPayload) HasOwner() bool + func (o *UpdateDatabasePartiallyRequestPayload) SetName(v string) + func (o *UpdateDatabasePartiallyRequestPayload) SetOwner(v string) + func (o UpdateDatabasePartiallyRequestPayload) MarshalJSON() ([]byte, error) + func (o UpdateDatabasePartiallyRequestPayload) ToMap() (map[string]interface{}, error) + type UpdateDatabasePartiallyResponse struct + 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 UpdateDatabaseRequestPayload struct + Name string + Owner string + func NewUpdateDatabaseRequestPayload(name string, owner string) *UpdateDatabaseRequestPayload + func NewUpdateDatabaseRequestPayloadWithDefaults() *UpdateDatabaseRequestPayload + func (o *UpdateDatabaseRequestPayload) GetName() string + func (o *UpdateDatabaseRequestPayload) GetNameOk() (*string, bool) + func (o *UpdateDatabaseRequestPayload) GetOwner() string + func (o *UpdateDatabaseRequestPayload) GetOwnerOk() (*string, bool) + func (o *UpdateDatabaseRequestPayload) SetName(v string) + func (o *UpdateDatabaseRequestPayload) SetOwner(v string) + func (o *UpdateDatabaseRequestPayload) UnmarshalJSON(data []byte) (err error) + func (o UpdateDatabaseRequestPayload) MarshalJSON() ([]byte, error) + func (o UpdateDatabaseRequestPayload) ToMap() (map[string]interface{}, error) + type UpdateDatabaseResponse struct + 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 UpdateInstancePartiallyRequestPayload struct + BackupSchedule *string + FlavorId *string + Name *string + Network *InstanceNetworkOpt + Replicas *ReplicasOpt + RetentionDays *int32 + Storage *StorageUpdate + Version *string + func NewUpdateInstancePartiallyRequestPayload() *UpdateInstancePartiallyRequestPayload + func NewUpdateInstancePartiallyRequestPayloadWithDefaults() *UpdateInstancePartiallyRequestPayload + func (o *UpdateInstancePartiallyRequestPayload) GetBackupSchedule() string + func (o *UpdateInstancePartiallyRequestPayload) GetBackupScheduleOk() (*string, bool) + func (o *UpdateInstancePartiallyRequestPayload) GetFlavorId() string + func (o *UpdateInstancePartiallyRequestPayload) GetFlavorIdOk() (*string, bool) + func (o *UpdateInstancePartiallyRequestPayload) GetName() string + func (o *UpdateInstancePartiallyRequestPayload) GetNameOk() (*string, bool) + func (o *UpdateInstancePartiallyRequestPayload) GetNetwork() InstanceNetworkOpt + func (o *UpdateInstancePartiallyRequestPayload) GetNetworkOk() (*InstanceNetworkOpt, bool) + func (o *UpdateInstancePartiallyRequestPayload) GetReplicas() ReplicasOpt + func (o *UpdateInstancePartiallyRequestPayload) GetReplicasOk() (*ReplicasOpt, bool) + func (o *UpdateInstancePartiallyRequestPayload) GetRetentionDays() int32 + func (o *UpdateInstancePartiallyRequestPayload) GetRetentionDaysOk() (*int32, bool) + func (o *UpdateInstancePartiallyRequestPayload) GetStorage() StorageUpdate + func (o *UpdateInstancePartiallyRequestPayload) GetStorageOk() (*StorageUpdate, bool) + func (o *UpdateInstancePartiallyRequestPayload) GetVersion() string + func (o *UpdateInstancePartiallyRequestPayload) GetVersionOk() (*string, bool) + func (o *UpdateInstancePartiallyRequestPayload) HasBackupSchedule() bool + func (o *UpdateInstancePartiallyRequestPayload) HasFlavorId() bool + func (o *UpdateInstancePartiallyRequestPayload) HasName() bool + func (o *UpdateInstancePartiallyRequestPayload) HasNetwork() bool + func (o *UpdateInstancePartiallyRequestPayload) HasReplicas() bool + func (o *UpdateInstancePartiallyRequestPayload) HasRetentionDays() bool + func (o *UpdateInstancePartiallyRequestPayload) HasStorage() bool + func (o *UpdateInstancePartiallyRequestPayload) HasVersion() bool + func (o *UpdateInstancePartiallyRequestPayload) SetBackupSchedule(v string) + func (o *UpdateInstancePartiallyRequestPayload) SetFlavorId(v string) + func (o *UpdateInstancePartiallyRequestPayload) SetName(v string) + func (o *UpdateInstancePartiallyRequestPayload) SetNetwork(v InstanceNetworkOpt) + func (o *UpdateInstancePartiallyRequestPayload) SetReplicas(v ReplicasOpt) + func (o *UpdateInstancePartiallyRequestPayload) SetRetentionDays(v int32) + func (o *UpdateInstancePartiallyRequestPayload) SetStorage(v StorageUpdate) + func (o *UpdateInstancePartiallyRequestPayload) SetVersion(v string) + func (o UpdateInstancePartiallyRequestPayload) MarshalJSON() ([]byte, error) + func (o UpdateInstancePartiallyRequestPayload) ToMap() (map[string]interface{}, error) + type UpdateInstanceRequestPayload struct + BackupSchedule string + FlavorId string + Name string + Network InstanceNetworkUpdate + Replicas Replicas + RetentionDays int32 + Storage StorageUpdate + Version string + func NewUpdateInstanceRequestPayload(backupSchedule string, flavorId string, name string, ...) *UpdateInstanceRequestPayload + func NewUpdateInstanceRequestPayloadWithDefaults() *UpdateInstanceRequestPayload + func (o *UpdateInstanceRequestPayload) GetBackupSchedule() string + func (o *UpdateInstanceRequestPayload) GetBackupScheduleOk() (*string, bool) + func (o *UpdateInstanceRequestPayload) GetFlavorId() string + func (o *UpdateInstanceRequestPayload) GetFlavorIdOk() (*string, bool) + func (o *UpdateInstanceRequestPayload) GetName() string + func (o *UpdateInstanceRequestPayload) GetNameOk() (*string, bool) + func (o *UpdateInstanceRequestPayload) GetNetwork() InstanceNetworkUpdate + func (o *UpdateInstanceRequestPayload) GetNetworkOk() (*InstanceNetworkUpdate, bool) + func (o *UpdateInstanceRequestPayload) GetReplicas() Replicas + func (o *UpdateInstanceRequestPayload) GetReplicasOk() (*Replicas, bool) + func (o *UpdateInstanceRequestPayload) GetRetentionDays() int32 + func (o *UpdateInstanceRequestPayload) GetRetentionDaysOk() (*int32, bool) + func (o *UpdateInstanceRequestPayload) GetStorage() StorageUpdate + func (o *UpdateInstanceRequestPayload) GetStorageOk() (*StorageUpdate, bool) + func (o *UpdateInstanceRequestPayload) GetVersion() string + func (o *UpdateInstanceRequestPayload) GetVersionOk() (*string, bool) + func (o *UpdateInstanceRequestPayload) SetBackupSchedule(v string) + func (o *UpdateInstanceRequestPayload) SetFlavorId(v string) + func (o *UpdateInstanceRequestPayload) SetName(v string) + func (o *UpdateInstanceRequestPayload) SetNetwork(v InstanceNetworkUpdate) + func (o *UpdateInstanceRequestPayload) SetReplicas(v Replicas) + func (o *UpdateInstanceRequestPayload) SetRetentionDays(v int32) + func (o *UpdateInstanceRequestPayload) SetStorage(v StorageUpdate) + func (o *UpdateInstanceRequestPayload) SetVersion(v string) + func (o *UpdateInstanceRequestPayload) UnmarshalJSON(data []byte) (err error) + func (o UpdateInstanceRequestPayload) MarshalJSON() ([]byte, error) + func (o UpdateInstanceRequestPayload) ToMap() (map[string]interface{}, error) + type UpdateUserPartiallyRequestPayload struct + Name *string + Roles []UserRole + func NewUpdateUserPartiallyRequestPayload() *UpdateUserPartiallyRequestPayload + func NewUpdateUserPartiallyRequestPayloadWithDefaults() *UpdateUserPartiallyRequestPayload + func (o *UpdateUserPartiallyRequestPayload) GetName() string + func (o *UpdateUserPartiallyRequestPayload) GetNameOk() (*string, bool) + func (o *UpdateUserPartiallyRequestPayload) GetRoles() []UserRole + func (o *UpdateUserPartiallyRequestPayload) GetRolesOk() ([]UserRole, bool) + func (o *UpdateUserPartiallyRequestPayload) HasName() bool + func (o *UpdateUserPartiallyRequestPayload) HasRoles() bool + func (o *UpdateUserPartiallyRequestPayload) SetName(v string) + func (o *UpdateUserPartiallyRequestPayload) SetRoles(v []UserRole) + func (o UpdateUserPartiallyRequestPayload) MarshalJSON() ([]byte, error) + func (o UpdateUserPartiallyRequestPayload) ToMap() (map[string]interface{}, error) + type UpdateUserRequestPayload struct + Name *string + Roles []UserRole + func NewUpdateUserRequestPayload(roles []UserRole) *UpdateUserRequestPayload + func NewUpdateUserRequestPayloadWithDefaults() *UpdateUserRequestPayload + func (o *UpdateUserRequestPayload) GetName() string + func (o *UpdateUserRequestPayload) GetNameOk() (*string, bool) + func (o *UpdateUserRequestPayload) GetRoles() []UserRole + func (o *UpdateUserRequestPayload) GetRolesOk() ([]UserRole, bool) + func (o *UpdateUserRequestPayload) HasName() bool + func (o *UpdateUserRequestPayload) SetName(v string) + func (o *UpdateUserRequestPayload) SetRoles(v []UserRole) + func (o *UpdateUserRequestPayload) UnmarshalJSON(data []byte) (err error) + func (o UpdateUserRequestPayload) MarshalJSON() ([]byte, error) + func (o UpdateUserRequestPayload) ToMap() (map[string]interface{}, error) + type UserRole string + const USERROLE_CREATEDB + const USERROLE_LOGIN + func NewUserRoleFromValue(v string) (*UserRole, error) + func (v *UserRole) UnmarshalJSON(src []byte) error + func (v UserRole) IsValid() bool + func (v UserRole) Ptr() *UserRole + type UserSort string + const USERSORT_ID_ASC + const USERSORT_ID_DESC + const USERSORT_NAME_ASC + const USERSORT_NAME_DESC + const USERSORT_STATUS_ASC + const USERSORT_STATUS_DESC + func NewUserSortFromValue(v string) (*UserSort, error) + func (v *UserSort) UnmarshalJSON(src []byte) error + func (v UserSort) IsValid() bool + func (v UserSort) Ptr() *UserSort + type ValidationError struct + Code int32 + Validation []ValidationErrorValidationInner + func NewValidationError(code int32, validation []ValidationErrorValidationInner) *ValidationError + func NewValidationErrorWithDefaults() *ValidationError + func (o *ValidationError) GetCode() int32 + func (o *ValidationError) GetCodeOk() (*int32, bool) + func (o *ValidationError) GetValidation() []ValidationErrorValidationInner + func (o *ValidationError) GetValidationOk() ([]ValidationErrorValidationInner, bool) + func (o *ValidationError) SetCode(v int32) + func (o *ValidationError) SetValidation(v []ValidationErrorValidationInner) + func (o *ValidationError) UnmarshalJSON(data []byte) (err error) + func (o ValidationError) MarshalJSON() ([]byte, error) + func (o ValidationError) ToMap() (map[string]interface{}, error) + type ValidationErrorValidationInner struct + Field string + Message string + func NewValidationErrorValidationInner(field string, message string) *ValidationErrorValidationInner + func NewValidationErrorValidationInnerWithDefaults() *ValidationErrorValidationInner + func (o *ValidationErrorValidationInner) GetField() string + func (o *ValidationErrorValidationInner) GetFieldOk() (*string, bool) + func (o *ValidationErrorValidationInner) GetMessage() string + func (o *ValidationErrorValidationInner) GetMessageOk() (*string, bool) + func (o *ValidationErrorValidationInner) SetField(v string) + func (o *ValidationErrorValidationInner) SetMessage(v string) + func (o *ValidationErrorValidationInner) UnmarshalJSON(data []byte) (err error) + func (o ValidationErrorValidationInner) MarshalJSON() ([]byte, error) + func (o ValidationErrorValidationInner) ToMap() (map[string]interface{}, error) + type Version struct + Beta bool + Deprecated string + Recommend bool + Version string + func NewVersion(beta bool, deprecated string, recommend bool, version string) *Version + func NewVersionWithDefaults() *Version + func (o *Version) GetBeta() bool + func (o *Version) GetBetaOk() (*bool, bool) + func (o *Version) GetDeprecated() string + func (o *Version) GetDeprecatedOk() (*string, bool) + func (o *Version) GetRecommend() bool + func (o *Version) GetRecommendOk() (*bool, bool) + func (o *Version) GetVersion() string + func (o *Version) GetVersionOk() (*string, bool) + func (o *Version) SetBeta(v bool) + func (o *Version) SetDeprecated(v string) + func (o *Version) SetRecommend(v bool) + func (o *Version) SetVersion(v string) + func (o *Version) UnmarshalJSON(data []byte) (err error) + func (o Version) MarshalJSON() ([]byte, error) + func (o Version) ToMap() (map[string]interface{}, error)