Versions in this module Expand all Collapse all v1 v1.6.0 Mar 10, 2026 Changes in this version + 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 ACL struct + Items []string + func NewACL() *ACL + func NewACLWithDefaults() *ACL + func (o *ACL) GetItems() []string + func (o *ACL) GetItemsOk() ([]string, bool) + func (o *ACL) HasItems() bool + func (o *ACL) SetItems(v []string) + func (o ACL) MarshalJSON() ([]byte, error) + func (o ACL) ToMap() (map[string]interface{}, error) + type APIClient struct + DefaultAPI DefaultAPI + func NewAPIClient(opts ...config.ConfigurationOption) (*APIClient, error) + func (c *APIClient) GetConfig() *config.Configuration + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type ApiCloneInstanceRequest struct + ApiService DefaultAPI + func (r ApiCloneInstanceRequest) CloneInstancePayload(cloneInstancePayload CloneInstancePayload) ApiCloneInstanceRequest + func (r ApiCloneInstanceRequest) Execute() (*CloneInstanceResponse, error) + type ApiCreateInstanceRequest struct + ApiService DefaultAPI + func (r ApiCreateInstanceRequest) CreateInstancePayload(createInstancePayload CreateInstancePayload) ApiCreateInstanceRequest + func (r ApiCreateInstanceRequest) Execute() (*CreateInstanceResponse, error) + type ApiCreateUserRequest struct + ApiService DefaultAPI + func (r ApiCreateUserRequest) CreateUserPayload(createUserPayload CreateUserPayload) ApiCreateUserRequest + func (r ApiCreateUserRequest) Execute() (*CreateUserResponse, error) + type ApiDeleteInstanceRequest struct + ApiService DefaultAPI + func (r ApiDeleteInstanceRequest) Execute() error + type ApiDeleteUserRequest struct + ApiService DefaultAPI + func (r ApiDeleteUserRequest) Execute() error + type ApiGetBackupRequest struct + ApiService DefaultAPI + func (r ApiGetBackupRequest) Execute() (*GetBackupResponse, error) + type ApiGetInstanceRequest struct + ApiService DefaultAPI + func (r ApiGetInstanceRequest) Execute() (*GetInstanceResponse, error) + type ApiGetUserRequest struct + ApiService DefaultAPI + func (r ApiGetUserRequest) Execute() (*GetUserResponse, error) + type ApiListAdvisorSlowQueriesRequest struct + ApiService DefaultAPI + func (r ApiListAdvisorSlowQueriesRequest) Execute() (*HandlersInstancesSlowQueriesResponse, error) + type ApiListBackupsRequest struct + ApiService DefaultAPI + func (r ApiListBackupsRequest) Execute() (*ListBackupsResponse, error) + type ApiListFlavorsRequest struct + ApiService DefaultAPI + func (r ApiListFlavorsRequest) Execute() (*ListFlavorsResponse, error) + type ApiListInstancesRequest struct + ApiService DefaultAPI + func (r ApiListInstancesRequest) Execute() (*ListInstancesResponse, error) + func (r ApiListInstancesRequest) Tag(tag string) ApiListInstancesRequest + type ApiListMetricsRequest struct + ApiService DefaultAPI + func (r ApiListMetricsRequest) End(end string) ApiListMetricsRequest + func (r ApiListMetricsRequest) Execute() (*ListMetricsResponse, error) + func (r ApiListMetricsRequest) Granularity(granularity string) ApiListMetricsRequest + func (r ApiListMetricsRequest) Period(period string) ApiListMetricsRequest + func (r ApiListMetricsRequest) Start(start string) ApiListMetricsRequest + type ApiListRestoreJobsRequest struct + ApiService DefaultAPI + func (r ApiListRestoreJobsRequest) Execute() (*ListRestoreJobsResponse, error) + type ApiListStoragesRequest struct + ApiService DefaultAPI + func (r ApiListStoragesRequest) Execute() (*ListStoragesResponse, error) + type ApiListSuggestedIndexesRequest struct + ApiService DefaultAPI + func (r ApiListSuggestedIndexesRequest) Execute() (*HandlersInstancesSuggestedIndexesResponse, error) + type ApiListUsersRequest struct + ApiService DefaultAPI + func (r ApiListUsersRequest) Execute() (*ListUsersResponse, error) + type ApiListVersionsRequest struct + ApiService DefaultAPI + func (r ApiListVersionsRequest) Execute() (*ListVersionsResponse, error) + type ApiPartialUpdateInstanceRequest struct + ApiService DefaultAPI + func (r ApiPartialUpdateInstanceRequest) Execute() (*UpdateInstanceResponse, error) + func (r ApiPartialUpdateInstanceRequest) PartialUpdateInstancePayload(partialUpdateInstancePayload PartialUpdateInstancePayload) ApiPartialUpdateInstanceRequest + type ApiPartialUpdateUserRequest struct + ApiService DefaultAPI + func (r ApiPartialUpdateUserRequest) Execute() error + func (r ApiPartialUpdateUserRequest) PartialUpdateUserPayload(partialUpdateUserPayload PartialUpdateUserPayload) ApiPartialUpdateUserRequest + type ApiResetUserRequest struct + ApiService DefaultAPI + func (r ApiResetUserRequest) Execute() (*User, error) + type ApiRestoreInstanceRequest struct + ApiService DefaultAPI + func (r ApiRestoreInstanceRequest) Execute() (*RestoreInstanceResponse, error) + func (r ApiRestoreInstanceRequest) RestoreInstancePayload(restoreInstancePayload RestoreInstancePayload) ApiRestoreInstanceRequest + type ApiUpdateBackupScheduleRequest struct + ApiService DefaultAPI + func (r ApiUpdateBackupScheduleRequest) Execute() (*BackupSchedule, error) + func (r ApiUpdateBackupScheduleRequest) UpdateBackupSchedulePayload(updateBackupSchedulePayload UpdateBackupSchedulePayload) ApiUpdateBackupScheduleRequest + type ApiUpdateInstanceRequest struct + ApiService DefaultAPI + func (r ApiUpdateInstanceRequest) Execute() (*UpdateInstanceResponse, error) + func (r ApiUpdateInstanceRequest) UpdateInstancePayload(updateInstancePayload UpdateInstancePayload) ApiUpdateInstanceRequest + type ApiUpdateUserRequest struct + ApiService DefaultAPI + func (r ApiUpdateUserRequest) Execute() error + func (r ApiUpdateUserRequest) UpdateUserPayload(updateUserPayload UpdateUserPayload) ApiUpdateUserRequest + type Backup struct + EndTime *string + Error *string + Id *string + Labels []string + Name *string + Options *map[string]string + Size *int32 + StartTime *string + func NewBackup() *Backup + func NewBackupWithDefaults() *Backup + func (o *Backup) GetEndTime() string + func (o *Backup) GetEndTimeOk() (*string, bool) + func (o *Backup) GetError() string + func (o *Backup) GetErrorOk() (*string, bool) + func (o *Backup) GetId() string + func (o *Backup) GetIdOk() (*string, bool) + func (o *Backup) GetLabels() []string + func (o *Backup) GetLabelsOk() ([]string, bool) + func (o *Backup) GetName() string + func (o *Backup) GetNameOk() (*string, bool) + func (o *Backup) GetOptions() map[string]string + func (o *Backup) GetOptionsOk() (*map[string]string, bool) + func (o *Backup) GetSize() int32 + func (o *Backup) GetSizeOk() (*int32, bool) + func (o *Backup) GetStartTime() string + func (o *Backup) GetStartTimeOk() (*string, bool) + func (o *Backup) HasEndTime() bool + func (o *Backup) HasError() bool + func (o *Backup) HasId() bool + func (o *Backup) HasLabels() bool + func (o *Backup) HasName() bool + func (o *Backup) HasOptions() bool + func (o *Backup) HasSize() bool + func (o *Backup) HasStartTime() bool + func (o *Backup) SetEndTime(v string) + func (o *Backup) SetError(v string) + func (o *Backup) SetId(v string) + func (o *Backup) SetLabels(v []string) + func (o *Backup) SetName(v string) + func (o *Backup) SetOptions(v map[string]string) + func (o *Backup) SetSize(v int32) + func (o *Backup) SetStartTime(v string) + func (o Backup) MarshalJSON() ([]byte, error) + func (o Backup) ToMap() (map[string]interface{}, error) + type BackupSchedule struct + BackupSchedule *string + DailySnapshotRetentionDays *int32 + MonthlySnapshotRetentionMonths *int32 + PointInTimeWindowHours *int32 + SnapshotRetentionDays *int32 + WeeklySnapshotRetentionWeeks *int32 + func NewBackupSchedule() *BackupSchedule + func NewBackupScheduleWithDefaults() *BackupSchedule + func (o *BackupSchedule) GetBackupSchedule() string + func (o *BackupSchedule) GetBackupScheduleOk() (*string, bool) + func (o *BackupSchedule) GetDailySnapshotRetentionDays() int32 + func (o *BackupSchedule) GetDailySnapshotRetentionDaysOk() (*int32, bool) + func (o *BackupSchedule) GetMonthlySnapshotRetentionMonths() int32 + func (o *BackupSchedule) GetMonthlySnapshotRetentionMonthsOk() (*int32, bool) + func (o *BackupSchedule) GetPointInTimeWindowHours() int32 + func (o *BackupSchedule) GetPointInTimeWindowHoursOk() (*int32, bool) + func (o *BackupSchedule) GetSnapshotRetentionDays() int32 + func (o *BackupSchedule) GetSnapshotRetentionDaysOk() (*int32, bool) + func (o *BackupSchedule) GetWeeklySnapshotRetentionWeeks() int32 + func (o *BackupSchedule) GetWeeklySnapshotRetentionWeeksOk() (*int32, bool) + func (o *BackupSchedule) HasBackupSchedule() bool + func (o *BackupSchedule) HasDailySnapshotRetentionDays() bool + func (o *BackupSchedule) HasMonthlySnapshotRetentionMonths() bool + func (o *BackupSchedule) HasPointInTimeWindowHours() bool + func (o *BackupSchedule) HasSnapshotRetentionDays() bool + func (o *BackupSchedule) HasWeeklySnapshotRetentionWeeks() bool + func (o *BackupSchedule) SetBackupSchedule(v string) + func (o *BackupSchedule) SetDailySnapshotRetentionDays(v int32) + func (o *BackupSchedule) SetMonthlySnapshotRetentionMonths(v int32) + func (o *BackupSchedule) SetPointInTimeWindowHours(v int32) + func (o *BackupSchedule) SetSnapshotRetentionDays(v int32) + func (o *BackupSchedule) SetWeeklySnapshotRetentionWeeks(v int32) + func (o BackupSchedule) MarshalJSON() ([]byte, error) + func (o BackupSchedule) ToMap() (map[string]interface{}, error) + type CloneInstancePayload struct + InstanceId string + Timestamp *string + func NewCloneInstancePayload(instanceId string) *CloneInstancePayload + func NewCloneInstancePayloadWithDefaults() *CloneInstancePayload + func (o *CloneInstancePayload) GetInstanceId() string + func (o *CloneInstancePayload) GetInstanceIdOk() (*string, bool) + func (o *CloneInstancePayload) GetTimestamp() string + func (o *CloneInstancePayload) GetTimestampOk() (*string, bool) + func (o *CloneInstancePayload) HasTimestamp() bool + func (o *CloneInstancePayload) SetInstanceId(v string) + func (o *CloneInstancePayload) SetTimestamp(v string) + func (o *CloneInstancePayload) UnmarshalJSON(data []byte) (err error) + func (o CloneInstancePayload) MarshalJSON() ([]byte, error) + func (o CloneInstancePayload) ToMap() (map[string]interface{}, error) + type CloneInstanceResponse struct + InstanceId *string + func NewCloneInstanceResponse() *CloneInstanceResponse + func NewCloneInstanceResponseWithDefaults() *CloneInstanceResponse + func (o *CloneInstanceResponse) GetInstanceId() string + func (o *CloneInstanceResponse) GetInstanceIdOk() (*string, bool) + func (o *CloneInstanceResponse) HasInstanceId() bool + func (o *CloneInstanceResponse) SetInstanceId(v string) + func (o CloneInstanceResponse) MarshalJSON() ([]byte, error) + func (o CloneInstanceResponse) ToMap() (map[string]interface{}, error) + type CreateInstancePayload struct + Acl ACL + BackupSchedule string + FlavorId string + Labels *map[string]string + Name string + Options map[string]string + Replicas int32 + Storage Storage + Version string + func NewCreateInstancePayload(acl ACL, backupSchedule string, flavorId string, name string, ...) *CreateInstancePayload + func NewCreateInstancePayloadWithDefaults() *CreateInstancePayload + func (o *CreateInstancePayload) GetAcl() ACL + func (o *CreateInstancePayload) GetAclOk() (*ACL, bool) + func (o *CreateInstancePayload) GetBackupSchedule() string + func (o *CreateInstancePayload) GetBackupScheduleOk() (*string, bool) + func (o *CreateInstancePayload) GetFlavorId() string + func (o *CreateInstancePayload) GetFlavorIdOk() (*string, bool) + func (o *CreateInstancePayload) GetLabels() map[string]string + func (o *CreateInstancePayload) GetLabelsOk() (*map[string]string, bool) + func (o *CreateInstancePayload) GetName() string + func (o *CreateInstancePayload) GetNameOk() (*string, bool) + func (o *CreateInstancePayload) GetOptions() map[string]string + func (o *CreateInstancePayload) GetOptionsOk() (*map[string]string, bool) + func (o *CreateInstancePayload) GetReplicas() int32 + func (o *CreateInstancePayload) GetReplicasOk() (*int32, bool) + func (o *CreateInstancePayload) GetStorage() Storage + func (o *CreateInstancePayload) GetStorageOk() (*Storage, bool) + func (o *CreateInstancePayload) GetVersion() string + func (o *CreateInstancePayload) GetVersionOk() (*string, bool) + func (o *CreateInstancePayload) HasLabels() bool + func (o *CreateInstancePayload) SetAcl(v ACL) + func (o *CreateInstancePayload) SetBackupSchedule(v string) + func (o *CreateInstancePayload) SetFlavorId(v string) + func (o *CreateInstancePayload) SetLabels(v map[string]string) + func (o *CreateInstancePayload) SetName(v string) + func (o *CreateInstancePayload) SetOptions(v map[string]string) + func (o *CreateInstancePayload) SetReplicas(v int32) + func (o *CreateInstancePayload) SetStorage(v Storage) + func (o *CreateInstancePayload) SetVersion(v string) + func (o *CreateInstancePayload) UnmarshalJSON(data []byte) (err error) + func (o CreateInstancePayload) MarshalJSON() ([]byte, error) + func (o CreateInstancePayload) ToMap() (map[string]interface{}, error) + type CreateInstanceResponse struct + Id *string + func NewCreateInstanceResponse() *CreateInstanceResponse + func NewCreateInstanceResponseWithDefaults() *CreateInstanceResponse + func (o *CreateInstanceResponse) GetId() string + func (o *CreateInstanceResponse) GetIdOk() (*string, bool) + func (o *CreateInstanceResponse) HasId() bool + func (o *CreateInstanceResponse) SetId(v string) + func (o CreateInstanceResponse) MarshalJSON() ([]byte, error) + func (o CreateInstanceResponse) ToMap() (map[string]interface{}, error) + type CreateUserPayload struct + Database string + Roles []string + Username *string + func NewCreateUserPayload(database string, roles []string) *CreateUserPayload + func NewCreateUserPayloadWithDefaults() *CreateUserPayload + func (o *CreateUserPayload) GetDatabase() string + func (o *CreateUserPayload) GetDatabaseOk() (*string, bool) + func (o *CreateUserPayload) GetRoles() []string + func (o *CreateUserPayload) GetRolesOk() ([]string, bool) + func (o *CreateUserPayload) GetUsername() string + func (o *CreateUserPayload) GetUsernameOk() (*string, bool) + func (o *CreateUserPayload) HasUsername() bool + func (o *CreateUserPayload) SetDatabase(v string) + func (o *CreateUserPayload) SetRoles(v []string) + func (o *CreateUserPayload) SetUsername(v string) + func (o *CreateUserPayload) UnmarshalJSON(data []byte) (err error) + func (o CreateUserPayload) MarshalJSON() ([]byte, error) + func (o CreateUserPayload) ToMap() (map[string]interface{}, error) + type CreateUserResponse struct + Item *User + func NewCreateUserResponse() *CreateUserResponse + func NewCreateUserResponseWithDefaults() *CreateUserResponse + func (o *CreateUserResponse) GetItem() User + func (o *CreateUserResponse) GetItemOk() (*User, bool) + func (o *CreateUserResponse) HasItem() bool + func (o *CreateUserResponse) SetItem(v User) + func (o CreateUserResponse) MarshalJSON() ([]byte, error) + func (o CreateUserResponse) ToMap() (map[string]interface{}, error) + type DataPoint struct + Timestamp *string + Value *float32 + func NewDataPoint() *DataPoint + func NewDataPointWithDefaults() *DataPoint + func (o *DataPoint) GetTimestamp() string + func (o *DataPoint) GetTimestampOk() (*string, bool) + func (o *DataPoint) GetValue() float32 + func (o *DataPoint) GetValueOk() (*float32, bool) + func (o *DataPoint) HasTimestamp() bool + func (o *DataPoint) HasValue() bool + func (o *DataPoint) SetTimestamp(v string) + func (o *DataPoint) SetValue(v float32) + func (o DataPoint) MarshalJSON() ([]byte, error) + func (o DataPoint) ToMap() (map[string]interface{}, error) + type DefaultAPI interface + CloneInstance func(ctx context.Context, projectId string, instanceId string) ApiCloneInstanceRequest + CloneInstanceExecute func(r ApiCloneInstanceRequest) (*CloneInstanceResponse, error) + CreateInstance func(ctx context.Context, projectId string) ApiCreateInstanceRequest + CreateInstanceExecute func(r ApiCreateInstanceRequest) (*CreateInstanceResponse, error) + CreateUser func(ctx context.Context, projectId string, instanceId string) ApiCreateUserRequest + CreateUserExecute func(r ApiCreateUserRequest) (*CreateUserResponse, error) + DeleteInstance func(ctx context.Context, projectId string, instanceId string) ApiDeleteInstanceRequest + DeleteInstanceExecute func(r ApiDeleteInstanceRequest) error + DeleteUser func(ctx context.Context, projectId string, instanceId string, userId string) ApiDeleteUserRequest + DeleteUserExecute func(r ApiDeleteUserRequest) error + GetBackup func(ctx context.Context, projectId string, instanceId string, backupId string) ApiGetBackupRequest + GetBackupExecute func(r ApiGetBackupRequest) (*GetBackupResponse, error) + GetInstance func(ctx context.Context, projectId string, instanceId string) ApiGetInstanceRequest + GetInstanceExecute func(r ApiGetInstanceRequest) (*GetInstanceResponse, error) + GetUser func(ctx context.Context, projectId string, instanceId string, userId string) ApiGetUserRequest + GetUserExecute func(r ApiGetUserRequest) (*GetUserResponse, error) + ListAdvisorSlowQueries func(ctx context.Context, projectId string, instanceId string) ApiListAdvisorSlowQueriesRequest + ListAdvisorSlowQueriesExecute func(r ApiListAdvisorSlowQueriesRequest) (*HandlersInstancesSlowQueriesResponse, error) + ListBackups func(ctx context.Context, projectId string, instanceId string) ApiListBackupsRequest + ListBackupsExecute func(r ApiListBackupsRequest) (*ListBackupsResponse, error) + ListFlavors func(ctx context.Context, projectId string) ApiListFlavorsRequest + ListFlavorsExecute func(r ApiListFlavorsRequest) (*ListFlavorsResponse, error) + ListInstances func(ctx context.Context, projectId string) ApiListInstancesRequest + ListInstancesExecute func(r ApiListInstancesRequest) (*ListInstancesResponse, error) + ListMetrics func(ctx context.Context, projectId string, instanceId string, metric string) ApiListMetricsRequest + ListMetricsExecute func(r ApiListMetricsRequest) (*ListMetricsResponse, error) + ListRestoreJobs func(ctx context.Context, projectId string, instanceId string) ApiListRestoreJobsRequest + ListRestoreJobsExecute func(r ApiListRestoreJobsRequest) (*ListRestoreJobsResponse, error) + ListStorages func(ctx context.Context, projectId string, flavor string) ApiListStoragesRequest + ListStoragesExecute func(r ApiListStoragesRequest) (*ListStoragesResponse, error) + ListSuggestedIndexes func(ctx context.Context, projectId string, instanceId string) ApiListSuggestedIndexesRequest + ListSuggestedIndexesExecute func(r ApiListSuggestedIndexesRequest) (*HandlersInstancesSuggestedIndexesResponse, error) + ListUsers func(ctx context.Context, projectId string, instanceId string) ApiListUsersRequest + ListUsersExecute func(r ApiListUsersRequest) (*ListUsersResponse, error) + ListVersions func(ctx context.Context, projectId string) ApiListVersionsRequest + ListVersionsExecute func(r ApiListVersionsRequest) (*ListVersionsResponse, error) + PartialUpdateInstance func(ctx context.Context, projectId string, instanceId string) ApiPartialUpdateInstanceRequest + PartialUpdateInstanceExecute func(r ApiPartialUpdateInstanceRequest) (*UpdateInstanceResponse, error) + PartialUpdateUser func(ctx context.Context, projectId string, instanceId string, userId string) ApiPartialUpdateUserRequest + PartialUpdateUserExecute func(r ApiPartialUpdateUserRequest) error + ResetUser func(ctx context.Context, projectId string, instanceId string, userId string) ApiResetUserRequest + ResetUserExecute func(r ApiResetUserRequest) (*User, error) + RestoreInstance func(ctx context.Context, projectId string, instanceId string) ApiRestoreInstanceRequest + RestoreInstanceExecute func(r ApiRestoreInstanceRequest) (*RestoreInstanceResponse, error) + UpdateBackupSchedule func(ctx context.Context, projectId string, instanceId string) ApiUpdateBackupScheduleRequest + UpdateBackupScheduleExecute func(r ApiUpdateBackupScheduleRequest) (*BackupSchedule, error) + UpdateInstance func(ctx context.Context, projectId string, instanceId string) ApiUpdateInstanceRequest + UpdateInstanceExecute func(r ApiUpdateInstanceRequest) (*UpdateInstanceResponse, error) + UpdateUser func(ctx context.Context, projectId string, instanceId string, userId string) ApiUpdateUserRequest + UpdateUserExecute func(r ApiUpdateUserRequest) error + type DefaultAPIService service + func (a *DefaultAPIService) CloneInstance(ctx context.Context, projectId string, instanceId string) ApiCloneInstanceRequest + func (a *DefaultAPIService) CloneInstanceExecute(r ApiCloneInstanceRequest) (*CloneInstanceResponse, error) + func (a *DefaultAPIService) CreateInstance(ctx context.Context, projectId string) ApiCreateInstanceRequest + func (a *DefaultAPIService) CreateInstanceExecute(r ApiCreateInstanceRequest) (*CreateInstanceResponse, error) + func (a *DefaultAPIService) CreateUser(ctx context.Context, projectId string, instanceId string) ApiCreateUserRequest + func (a *DefaultAPIService) CreateUserExecute(r ApiCreateUserRequest) (*CreateUserResponse, error) + func (a *DefaultAPIService) DeleteInstance(ctx context.Context, projectId string, instanceId string) ApiDeleteInstanceRequest + func (a *DefaultAPIService) DeleteInstanceExecute(r ApiDeleteInstanceRequest) error + func (a *DefaultAPIService) DeleteUser(ctx context.Context, projectId string, instanceId string, userId string) ApiDeleteUserRequest + func (a *DefaultAPIService) DeleteUserExecute(r ApiDeleteUserRequest) error + func (a *DefaultAPIService) GetBackup(ctx context.Context, projectId string, instanceId string, backupId string) ApiGetBackupRequest + func (a *DefaultAPIService) GetBackupExecute(r ApiGetBackupRequest) (*GetBackupResponse, error) + func (a *DefaultAPIService) GetInstance(ctx context.Context, projectId string, instanceId string) ApiGetInstanceRequest + func (a *DefaultAPIService) GetInstanceExecute(r ApiGetInstanceRequest) (*GetInstanceResponse, error) + func (a *DefaultAPIService) GetUser(ctx context.Context, projectId string, instanceId string, userId string) ApiGetUserRequest + func (a *DefaultAPIService) GetUserExecute(r ApiGetUserRequest) (*GetUserResponse, error) + func (a *DefaultAPIService) ListAdvisorSlowQueries(ctx context.Context, projectId string, instanceId string) ApiListAdvisorSlowQueriesRequest + func (a *DefaultAPIService) ListAdvisorSlowQueriesExecute(r ApiListAdvisorSlowQueriesRequest) (*HandlersInstancesSlowQueriesResponse, error) + func (a *DefaultAPIService) ListBackups(ctx context.Context, projectId string, instanceId string) ApiListBackupsRequest + func (a *DefaultAPIService) ListBackupsExecute(r ApiListBackupsRequest) (*ListBackupsResponse, error) + func (a *DefaultAPIService) ListFlavors(ctx context.Context, projectId string) ApiListFlavorsRequest + func (a *DefaultAPIService) ListFlavorsExecute(r ApiListFlavorsRequest) (*ListFlavorsResponse, error) + func (a *DefaultAPIService) ListInstances(ctx context.Context, projectId string) ApiListInstancesRequest + func (a *DefaultAPIService) ListInstancesExecute(r ApiListInstancesRequest) (*ListInstancesResponse, error) + func (a *DefaultAPIService) ListMetrics(ctx context.Context, projectId string, instanceId string, metric string) ApiListMetricsRequest + func (a *DefaultAPIService) ListMetricsExecute(r ApiListMetricsRequest) (*ListMetricsResponse, error) + func (a *DefaultAPIService) ListRestoreJobs(ctx context.Context, projectId string, instanceId string) ApiListRestoreJobsRequest + func (a *DefaultAPIService) ListRestoreJobsExecute(r ApiListRestoreJobsRequest) (*ListRestoreJobsResponse, error) + func (a *DefaultAPIService) ListStorages(ctx context.Context, projectId string, flavor string) ApiListStoragesRequest + func (a *DefaultAPIService) ListStoragesExecute(r ApiListStoragesRequest) (*ListStoragesResponse, error) + func (a *DefaultAPIService) ListSuggestedIndexes(ctx context.Context, projectId string, instanceId string) ApiListSuggestedIndexesRequest + func (a *DefaultAPIService) ListSuggestedIndexesExecute(r ApiListSuggestedIndexesRequest) (*HandlersInstancesSuggestedIndexesResponse, error) + func (a *DefaultAPIService) ListUsers(ctx context.Context, projectId string, instanceId string) ApiListUsersRequest + func (a *DefaultAPIService) ListUsersExecute(r ApiListUsersRequest) (*ListUsersResponse, error) + func (a *DefaultAPIService) ListVersions(ctx context.Context, projectId string) ApiListVersionsRequest + func (a *DefaultAPIService) ListVersionsExecute(r ApiListVersionsRequest) (*ListVersionsResponse, error) + func (a *DefaultAPIService) PartialUpdateInstance(ctx context.Context, projectId string, instanceId string) ApiPartialUpdateInstanceRequest + func (a *DefaultAPIService) PartialUpdateInstanceExecute(r ApiPartialUpdateInstanceRequest) (*UpdateInstanceResponse, error) + func (a *DefaultAPIService) PartialUpdateUser(ctx context.Context, projectId string, instanceId string, userId string) ApiPartialUpdateUserRequest + func (a *DefaultAPIService) PartialUpdateUserExecute(r ApiPartialUpdateUserRequest) error + func (a *DefaultAPIService) ResetUser(ctx context.Context, projectId string, instanceId string, userId string) ApiResetUserRequest + func (a *DefaultAPIService) ResetUserExecute(r ApiResetUserRequest) (*User, error) + func (a *DefaultAPIService) RestoreInstance(ctx context.Context, projectId string, instanceId string) ApiRestoreInstanceRequest + func (a *DefaultAPIService) RestoreInstanceExecute(r ApiRestoreInstanceRequest) (*RestoreInstanceResponse, error) + func (a *DefaultAPIService) UpdateBackupSchedule(ctx context.Context, projectId string, instanceId string) ApiUpdateBackupScheduleRequest + func (a *DefaultAPIService) UpdateBackupScheduleExecute(r ApiUpdateBackupScheduleRequest) (*BackupSchedule, error) + func (a *DefaultAPIService) UpdateInstance(ctx context.Context, projectId string, instanceId string) ApiUpdateInstanceRequest + func (a *DefaultAPIService) UpdateInstanceExecute(r ApiUpdateInstanceRequest) (*UpdateInstanceResponse, error) + func (a *DefaultAPIService) UpdateUser(ctx context.Context, projectId string, instanceId string, userId string) ApiUpdateUserRequest + func (a *DefaultAPIService) UpdateUserExecute(r ApiUpdateUserRequest) error + type DefaultAPIServiceMock struct + CloneInstanceExecuteMock *func(r ApiCloneInstanceRequest) (*CloneInstanceResponse, error) + CreateInstanceExecuteMock *func(r ApiCreateInstanceRequest) (*CreateInstanceResponse, error) + CreateUserExecuteMock *func(r ApiCreateUserRequest) (*CreateUserResponse, error) + DeleteInstanceExecuteMock *func(r ApiDeleteInstanceRequest) error + DeleteUserExecuteMock *func(r ApiDeleteUserRequest) error + GetBackupExecuteMock *func(r ApiGetBackupRequest) (*GetBackupResponse, error) + GetInstanceExecuteMock *func(r ApiGetInstanceRequest) (*GetInstanceResponse, error) + GetUserExecuteMock *func(r ApiGetUserRequest) (*GetUserResponse, error) + ListAdvisorSlowQueriesExecuteMock *func(r ApiListAdvisorSlowQueriesRequest) (*HandlersInstancesSlowQueriesResponse, error) + ListBackupsExecuteMock *func(r ApiListBackupsRequest) (*ListBackupsResponse, error) + ListFlavorsExecuteMock *func(r ApiListFlavorsRequest) (*ListFlavorsResponse, error) + ListInstancesExecuteMock *func(r ApiListInstancesRequest) (*ListInstancesResponse, error) + ListMetricsExecuteMock *func(r ApiListMetricsRequest) (*ListMetricsResponse, error) + ListRestoreJobsExecuteMock *func(r ApiListRestoreJobsRequest) (*ListRestoreJobsResponse, error) + ListStoragesExecuteMock *func(r ApiListStoragesRequest) (*ListStoragesResponse, error) + ListSuggestedIndexesExecuteMock *func(r ApiListSuggestedIndexesRequest) (*HandlersInstancesSuggestedIndexesResponse, error) + ListUsersExecuteMock *func(r ApiListUsersRequest) (*ListUsersResponse, error) + ListVersionsExecuteMock *func(r ApiListVersionsRequest) (*ListVersionsResponse, error) + PartialUpdateInstanceExecuteMock *func(r ApiPartialUpdateInstanceRequest) (*UpdateInstanceResponse, error) + PartialUpdateUserExecuteMock *func(r ApiPartialUpdateUserRequest) error + ResetUserExecuteMock *func(r ApiResetUserRequest) (*User, error) + RestoreInstanceExecuteMock *func(r ApiRestoreInstanceRequest) (*RestoreInstanceResponse, error) + UpdateBackupScheduleExecuteMock *func(r ApiUpdateBackupScheduleRequest) (*BackupSchedule, error) + UpdateInstanceExecuteMock *func(r ApiUpdateInstanceRequest) (*UpdateInstanceResponse, error) + UpdateUserExecuteMock *func(r ApiUpdateUserRequest) error + func (a DefaultAPIServiceMock) CloneInstance(ctx context.Context, projectId string, instanceId string) ApiCloneInstanceRequest + func (a DefaultAPIServiceMock) CloneInstanceExecute(r ApiCloneInstanceRequest) (*CloneInstanceResponse, error) + func (a DefaultAPIServiceMock) CreateInstance(ctx context.Context, projectId string) ApiCreateInstanceRequest + func (a DefaultAPIServiceMock) CreateInstanceExecute(r ApiCreateInstanceRequest) (*CreateInstanceResponse, error) + func (a DefaultAPIServiceMock) CreateUser(ctx context.Context, projectId string, instanceId string) ApiCreateUserRequest + func (a DefaultAPIServiceMock) CreateUserExecute(r ApiCreateUserRequest) (*CreateUserResponse, error) + func (a DefaultAPIServiceMock) DeleteInstance(ctx context.Context, projectId string, instanceId string) ApiDeleteInstanceRequest + func (a DefaultAPIServiceMock) DeleteInstanceExecute(r ApiDeleteInstanceRequest) error + func (a DefaultAPIServiceMock) DeleteUser(ctx context.Context, projectId string, instanceId string, userId string) ApiDeleteUserRequest + func (a DefaultAPIServiceMock) DeleteUserExecute(r ApiDeleteUserRequest) error + func (a DefaultAPIServiceMock) GetBackup(ctx context.Context, projectId string, instanceId string, backupId string) ApiGetBackupRequest + func (a DefaultAPIServiceMock) GetBackupExecute(r ApiGetBackupRequest) (*GetBackupResponse, error) + func (a DefaultAPIServiceMock) GetInstance(ctx context.Context, projectId string, instanceId string) ApiGetInstanceRequest + func (a DefaultAPIServiceMock) GetInstanceExecute(r ApiGetInstanceRequest) (*GetInstanceResponse, error) + func (a DefaultAPIServiceMock) GetUser(ctx context.Context, projectId string, instanceId string, userId string) ApiGetUserRequest + func (a DefaultAPIServiceMock) GetUserExecute(r ApiGetUserRequest) (*GetUserResponse, error) + func (a DefaultAPIServiceMock) ListAdvisorSlowQueries(ctx context.Context, projectId string, instanceId string) ApiListAdvisorSlowQueriesRequest + func (a DefaultAPIServiceMock) ListAdvisorSlowQueriesExecute(r ApiListAdvisorSlowQueriesRequest) (*HandlersInstancesSlowQueriesResponse, error) + func (a DefaultAPIServiceMock) ListBackups(ctx context.Context, projectId string, instanceId string) ApiListBackupsRequest + func (a DefaultAPIServiceMock) ListBackupsExecute(r ApiListBackupsRequest) (*ListBackupsResponse, error) + func (a DefaultAPIServiceMock) ListFlavors(ctx context.Context, projectId string) ApiListFlavorsRequest + func (a DefaultAPIServiceMock) ListFlavorsExecute(r ApiListFlavorsRequest) (*ListFlavorsResponse, error) + func (a DefaultAPIServiceMock) ListInstances(ctx context.Context, projectId string) ApiListInstancesRequest + func (a DefaultAPIServiceMock) ListInstancesExecute(r ApiListInstancesRequest) (*ListInstancesResponse, error) + func (a DefaultAPIServiceMock) ListMetrics(ctx context.Context, projectId string, instanceId string, metric string) ApiListMetricsRequest + func (a DefaultAPIServiceMock) ListMetricsExecute(r ApiListMetricsRequest) (*ListMetricsResponse, error) + func (a DefaultAPIServiceMock) ListRestoreJobs(ctx context.Context, projectId string, instanceId string) ApiListRestoreJobsRequest + func (a DefaultAPIServiceMock) ListRestoreJobsExecute(r ApiListRestoreJobsRequest) (*ListRestoreJobsResponse, error) + func (a DefaultAPIServiceMock) ListStorages(ctx context.Context, projectId string, flavor string) ApiListStoragesRequest + func (a DefaultAPIServiceMock) ListStoragesExecute(r ApiListStoragesRequest) (*ListStoragesResponse, error) + func (a DefaultAPIServiceMock) ListSuggestedIndexes(ctx context.Context, projectId string, instanceId string) ApiListSuggestedIndexesRequest + func (a DefaultAPIServiceMock) ListSuggestedIndexesExecute(r ApiListSuggestedIndexesRequest) (*HandlersInstancesSuggestedIndexesResponse, error) + func (a DefaultAPIServiceMock) ListUsers(ctx context.Context, projectId string, instanceId string) ApiListUsersRequest + func (a DefaultAPIServiceMock) ListUsersExecute(r ApiListUsersRequest) (*ListUsersResponse, error) + func (a DefaultAPIServiceMock) ListVersions(ctx context.Context, projectId string) ApiListVersionsRequest + func (a DefaultAPIServiceMock) ListVersionsExecute(r ApiListVersionsRequest) (*ListVersionsResponse, error) + func (a DefaultAPIServiceMock) PartialUpdateInstance(ctx context.Context, projectId string, instanceId string) ApiPartialUpdateInstanceRequest + func (a DefaultAPIServiceMock) PartialUpdateInstanceExecute(r ApiPartialUpdateInstanceRequest) (*UpdateInstanceResponse, error) + func (a DefaultAPIServiceMock) PartialUpdateUser(ctx context.Context, projectId string, instanceId string, userId string) ApiPartialUpdateUserRequest + func (a DefaultAPIServiceMock) PartialUpdateUserExecute(r ApiPartialUpdateUserRequest) error + func (a DefaultAPIServiceMock) ResetUser(ctx context.Context, projectId string, instanceId string, userId string) ApiResetUserRequest + func (a DefaultAPIServiceMock) ResetUserExecute(r ApiResetUserRequest) (*User, error) + func (a DefaultAPIServiceMock) RestoreInstance(ctx context.Context, projectId string, instanceId string) ApiRestoreInstanceRequest + func (a DefaultAPIServiceMock) RestoreInstanceExecute(r ApiRestoreInstanceRequest) (*RestoreInstanceResponse, error) + func (a DefaultAPIServiceMock) UpdateBackupSchedule(ctx context.Context, projectId string, instanceId string) ApiUpdateBackupScheduleRequest + func (a DefaultAPIServiceMock) UpdateBackupScheduleExecute(r ApiUpdateBackupScheduleRequest) (*BackupSchedule, error) + func (a DefaultAPIServiceMock) UpdateInstance(ctx context.Context, projectId string, instanceId string) ApiUpdateInstanceRequest + func (a DefaultAPIServiceMock) UpdateInstanceExecute(r ApiUpdateInstanceRequest) (*UpdateInstanceResponse, error) + func (a DefaultAPIServiceMock) UpdateUser(ctx context.Context, projectId string, instanceId string, userId string) ApiUpdateUserRequest + func (a DefaultAPIServiceMock) UpdateUserExecute(r ApiUpdateUserRequest) error + type Error struct + Code *int32 + Fields *map[string][]string + Message *string + Type *string + func NewError() *Error + func NewErrorWithDefaults() *Error + func (o *Error) GetCode() int32 + func (o *Error) GetCodeOk() (*int32, bool) + func (o *Error) GetFields() map[string][]string + func (o *Error) GetFieldsOk() (*map[string][]string, bool) + func (o *Error) GetMessage() string + func (o *Error) GetMessageOk() (*string, bool) + func (o *Error) GetType() string + func (o *Error) GetTypeOk() (*string, bool) + func (o *Error) HasCode() bool + func (o *Error) HasFields() bool + func (o *Error) HasMessage() bool + func (o *Error) HasType() bool + func (o *Error) SetCode(v int32) + func (o *Error) SetFields(v map[string][]string) + func (o *Error) SetMessage(v string) + func (o *Error) SetType(v string) + func (o Error) MarshalJSON() ([]byte, error) + func (o Error) ToMap() (map[string]interface{}, error) + type Flavor struct + Cpu *int32 + Description *string + Id *string + Memory *int32 + func NewFlavor() *Flavor + func NewFlavorWithDefaults() *Flavor + func (o *Flavor) GetCpu() int32 + func (o *Flavor) GetCpuOk() (*int32, bool) + func (o *Flavor) GetDescription() string + func (o *Flavor) GetDescriptionOk() (*string, bool) + func (o *Flavor) GetId() string + func (o *Flavor) GetIdOk() (*string, bool) + func (o *Flavor) GetMemory() int32 + func (o *Flavor) GetMemoryOk() (*int32, bool) + func (o *Flavor) HasCpu() bool + func (o *Flavor) HasDescription() bool + func (o *Flavor) HasId() bool + func (o *Flavor) HasMemory() bool + func (o *Flavor) SetCpu(v int32) + func (o *Flavor) SetDescription(v string) + func (o *Flavor) SetId(v string) + func (o *Flavor) SetMemory(v int32) + func (o Flavor) MarshalJSON() ([]byte, error) + func (o Flavor) ToMap() (map[string]interface{}, error) + type GetBackupResponse struct + Item *Backup + func NewGetBackupResponse() *GetBackupResponse + func NewGetBackupResponseWithDefaults() *GetBackupResponse + func (o *GetBackupResponse) GetItem() Backup + func (o *GetBackupResponse) GetItemOk() (*Backup, bool) + func (o *GetBackupResponse) HasItem() bool + func (o *GetBackupResponse) SetItem(v Backup) + func (o GetBackupResponse) MarshalJSON() ([]byte, error) + func (o GetBackupResponse) ToMap() (map[string]interface{}, error) + type GetInstanceResponse struct + Item *Instance + func NewGetInstanceResponse() *GetInstanceResponse + func NewGetInstanceResponseWithDefaults() *GetInstanceResponse + func (o *GetInstanceResponse) GetItem() Instance + func (o *GetInstanceResponse) GetItemOk() (*Instance, bool) + func (o *GetInstanceResponse) HasItem() bool + func (o *GetInstanceResponse) SetItem(v Instance) + func (o GetInstanceResponse) MarshalJSON() ([]byte, error) + func (o GetInstanceResponse) ToMap() (map[string]interface{}, error) + type GetUserResponse struct + Item *InstanceResponseUser + func NewGetUserResponse() *GetUserResponse + func NewGetUserResponseWithDefaults() *GetUserResponse + func (o *GetUserResponse) GetItem() InstanceResponseUser + func (o *GetUserResponse) GetItemOk() (*InstanceResponseUser, bool) + func (o *GetUserResponse) HasItem() bool + func (o *GetUserResponse) SetItem(v InstanceResponseUser) + func (o GetUserResponse) MarshalJSON() ([]byte, error) + func (o GetUserResponse) ToMap() (map[string]interface{}, error) + type HandlersInfraFlavor struct + Categories []string + Cpu *int32 + Description *string + Id *string + Memory *int32 + func NewHandlersInfraFlavor() *HandlersInfraFlavor + func NewHandlersInfraFlavorWithDefaults() *HandlersInfraFlavor + func (o *HandlersInfraFlavor) GetCategories() []string + func (o *HandlersInfraFlavor) GetCategoriesOk() ([]string, bool) + func (o *HandlersInfraFlavor) GetCpu() int32 + func (o *HandlersInfraFlavor) GetCpuOk() (*int32, bool) + func (o *HandlersInfraFlavor) GetDescription() string + func (o *HandlersInfraFlavor) GetDescriptionOk() (*string, bool) + func (o *HandlersInfraFlavor) GetId() string + func (o *HandlersInfraFlavor) GetIdOk() (*string, bool) + func (o *HandlersInfraFlavor) GetMemory() int32 + func (o *HandlersInfraFlavor) GetMemoryOk() (*int32, bool) + func (o *HandlersInfraFlavor) HasCategories() bool + func (o *HandlersInfraFlavor) HasCpu() bool + func (o *HandlersInfraFlavor) HasDescription() bool + func (o *HandlersInfraFlavor) HasId() bool + func (o *HandlersInfraFlavor) HasMemory() bool + func (o *HandlersInfraFlavor) SetCategories(v []string) + func (o *HandlersInfraFlavor) SetCpu(v int32) + func (o *HandlersInfraFlavor) SetDescription(v string) + func (o *HandlersInfraFlavor) SetId(v string) + func (o *HandlersInfraFlavor) SetMemory(v int32) + func (o HandlersInfraFlavor) MarshalJSON() ([]byte, error) + func (o HandlersInfraFlavor) ToMap() (map[string]interface{}, error) + type HandlersInfraGetFlavorsResponse struct + Flavors []HandlersInfraFlavor + func NewHandlersInfraGetFlavorsResponse() *HandlersInfraGetFlavorsResponse + func NewHandlersInfraGetFlavorsResponseWithDefaults() *HandlersInfraGetFlavorsResponse + func (o *HandlersInfraGetFlavorsResponse) GetFlavors() []HandlersInfraFlavor + func (o *HandlersInfraGetFlavorsResponse) GetFlavorsOk() ([]HandlersInfraFlavor, bool) + func (o *HandlersInfraGetFlavorsResponse) HasFlavors() bool + func (o *HandlersInfraGetFlavorsResponse) SetFlavors(v []HandlersInfraFlavor) + func (o HandlersInfraGetFlavorsResponse) MarshalJSON() ([]byte, error) + func (o HandlersInfraGetFlavorsResponse) ToMap() (map[string]interface{}, error) + type HandlersInstancesGetInstanceResponse struct + Item *Instance + func NewHandlersInstancesGetInstanceResponse() *HandlersInstancesGetInstanceResponse + func NewHandlersInstancesGetInstanceResponseWithDefaults() *HandlersInstancesGetInstanceResponse + func (o *HandlersInstancesGetInstanceResponse) GetItem() Instance + func (o *HandlersInstancesGetInstanceResponse) GetItemOk() (*Instance, bool) + func (o *HandlersInstancesGetInstanceResponse) HasItem() bool + func (o *HandlersInstancesGetInstanceResponse) SetItem(v Instance) + func (o HandlersInstancesGetInstanceResponse) MarshalJSON() ([]byte, error) + func (o HandlersInstancesGetInstanceResponse) ToMap() (map[string]interface{}, error) + type HandlersInstancesSlowQueriesResponse struct + SlowQueries []SlowQuery + func NewHandlersInstancesSlowQueriesResponse() *HandlersInstancesSlowQueriesResponse + func NewHandlersInstancesSlowQueriesResponseWithDefaults() *HandlersInstancesSlowQueriesResponse + func (o *HandlersInstancesSlowQueriesResponse) GetSlowQueries() []SlowQuery + func (o *HandlersInstancesSlowQueriesResponse) GetSlowQueriesOk() ([]SlowQuery, bool) + func (o *HandlersInstancesSlowQueriesResponse) HasSlowQueries() bool + func (o *HandlersInstancesSlowQueriesResponse) SetSlowQueries(v []SlowQuery) + func (o HandlersInstancesSlowQueriesResponse) MarshalJSON() ([]byte, error) + func (o HandlersInstancesSlowQueriesResponse) ToMap() (map[string]interface{}, error) + type HandlersInstancesSuggestedIndexesResponse struct + Shapes []Shape + SuggestedIndexes []SuggestedIndex + func NewHandlersInstancesSuggestedIndexesResponse() *HandlersInstancesSuggestedIndexesResponse + func NewHandlersInstancesSuggestedIndexesResponseWithDefaults() *HandlersInstancesSuggestedIndexesResponse + func (o *HandlersInstancesSuggestedIndexesResponse) GetShapes() []Shape + func (o *HandlersInstancesSuggestedIndexesResponse) GetShapesOk() ([]Shape, bool) + func (o *HandlersInstancesSuggestedIndexesResponse) GetSuggestedIndexes() []SuggestedIndex + func (o *HandlersInstancesSuggestedIndexesResponse) GetSuggestedIndexesOk() ([]SuggestedIndex, bool) + func (o *HandlersInstancesSuggestedIndexesResponse) HasShapes() bool + func (o *HandlersInstancesSuggestedIndexesResponse) HasSuggestedIndexes() bool + func (o *HandlersInstancesSuggestedIndexesResponse) SetShapes(v []Shape) + func (o *HandlersInstancesSuggestedIndexesResponse) SetSuggestedIndexes(v []SuggestedIndex) + func (o HandlersInstancesSuggestedIndexesResponse) MarshalJSON() ([]byte, error) + func (o HandlersInstancesSuggestedIndexesResponse) ToMap() (map[string]interface{}, error) + type Host struct + HostMetrics []HostMetric + Id *string + func NewHost() *Host + func NewHostWithDefaults() *Host + func (o *Host) GetHostMetrics() []HostMetric + func (o *Host) GetHostMetricsOk() ([]HostMetric, bool) + func (o *Host) GetId() string + func (o *Host) GetIdOk() (*string, bool) + func (o *Host) HasHostMetrics() bool + func (o *Host) HasId() bool + func (o *Host) SetHostMetrics(v []HostMetric) + func (o *Host) SetId(v string) + func (o Host) MarshalJSON() ([]byte, error) + func (o Host) ToMap() (map[string]interface{}, error) + type HostMetric struct + Datapoints []DataPoint + Name *string + Units *string + func NewHostMetric() *HostMetric + func NewHostMetricWithDefaults() *HostMetric + func (o *HostMetric) GetDatapoints() []DataPoint + func (o *HostMetric) GetDatapointsOk() ([]DataPoint, bool) + func (o *HostMetric) GetName() string + func (o *HostMetric) GetNameOk() (*string, bool) + func (o *HostMetric) GetUnits() string + func (o *HostMetric) GetUnitsOk() (*string, bool) + func (o *HostMetric) HasDatapoints() bool + func (o *HostMetric) HasName() bool + func (o *HostMetric) HasUnits() bool + func (o *HostMetric) SetDatapoints(v []DataPoint) + func (o *HostMetric) SetName(v string) + func (o *HostMetric) SetUnits(v string) + func (o HostMetric) MarshalJSON() ([]byte, error) + func (o HostMetric) ToMap() (map[string]interface{}, error) + type Instance struct + Acl *ACL + BackupSchedule *string + Flavor *Flavor + Id *string + Name *string + Options *map[string]string + Replicas *int32 + Status *string + Storage *Storage + Version *string + func NewInstance() *Instance + func NewInstanceWithDefaults() *Instance + func (o *Instance) GetAcl() ACL + func (o *Instance) GetAclOk() (*ACL, bool) + func (o *Instance) GetBackupSchedule() string + func (o *Instance) GetBackupScheduleOk() (*string, bool) + func (o *Instance) GetFlavor() Flavor + func (o *Instance) GetFlavorOk() (*Flavor, bool) + func (o *Instance) GetId() string + func (o *Instance) GetIdOk() (*string, bool) + func (o *Instance) GetName() string + func (o *Instance) GetNameOk() (*string, bool) + func (o *Instance) GetOptions() map[string]string + func (o *Instance) GetOptionsOk() (*map[string]string, bool) + func (o *Instance) GetReplicas() int32 + func (o *Instance) GetReplicasOk() (*int32, bool) + func (o *Instance) GetStatus() string + func (o *Instance) GetStatusOk() (*string, bool) + func (o *Instance) GetStorage() Storage + func (o *Instance) GetStorageOk() (*Storage, bool) + func (o *Instance) GetVersion() string + func (o *Instance) GetVersionOk() (*string, bool) + func (o *Instance) HasAcl() bool + func (o *Instance) HasBackupSchedule() bool + func (o *Instance) HasFlavor() bool + func (o *Instance) HasId() bool + func (o *Instance) HasName() bool + func (o *Instance) HasOptions() bool + func (o *Instance) HasReplicas() bool + func (o *Instance) HasStatus() bool + func (o *Instance) HasStorage() bool + func (o *Instance) HasVersion() bool + func (o *Instance) SetAcl(v ACL) + func (o *Instance) SetBackupSchedule(v string) + func (o *Instance) SetFlavor(v Flavor) + func (o *Instance) SetId(v string) + func (o *Instance) SetName(v string) + func (o *Instance) SetOptions(v map[string]string) + func (o *Instance) SetReplicas(v int32) + func (o *Instance) SetStatus(v string) + func (o *Instance) SetStorage(v Storage) + func (o *Instance) SetVersion(v string) + func (o Instance) MarshalJSON() ([]byte, error) + func (o Instance) ToMap() (map[string]interface{}, error) + type InstanceListInstance struct + Id *string + Name *string + Status *string + func NewInstanceListInstance() *InstanceListInstance + func NewInstanceListInstanceWithDefaults() *InstanceListInstance + func (o *InstanceListInstance) GetId() string + func (o *InstanceListInstance) GetIdOk() (*string, bool) + func (o *InstanceListInstance) GetName() string + func (o *InstanceListInstance) GetNameOk() (*string, bool) + func (o *InstanceListInstance) GetStatus() string + func (o *InstanceListInstance) GetStatusOk() (*string, bool) + func (o *InstanceListInstance) HasId() bool + func (o *InstanceListInstance) HasName() bool + func (o *InstanceListInstance) HasStatus() bool + func (o *InstanceListInstance) SetId(v string) + func (o *InstanceListInstance) SetName(v string) + func (o *InstanceListInstance) SetStatus(v string) + func (o InstanceListInstance) MarshalJSON() ([]byte, error) + func (o InstanceListInstance) ToMap() (map[string]interface{}, error) + type InstanceResponseUser struct + Database *string + Host *string + Id *string + Port *int32 + Roles []string + Username *string + func NewInstanceResponseUser() *InstanceResponseUser + func NewInstanceResponseUserWithDefaults() *InstanceResponseUser + func (o *InstanceResponseUser) GetDatabase() string + func (o *InstanceResponseUser) GetDatabaseOk() (*string, bool) + func (o *InstanceResponseUser) GetHost() string + func (o *InstanceResponseUser) GetHostOk() (*string, bool) + func (o *InstanceResponseUser) GetId() string + func (o *InstanceResponseUser) GetIdOk() (*string, bool) + func (o *InstanceResponseUser) GetPort() int32 + func (o *InstanceResponseUser) GetPortOk() (*int32, bool) + func (o *InstanceResponseUser) GetRoles() []string + func (o *InstanceResponseUser) GetRolesOk() ([]string, bool) + func (o *InstanceResponseUser) GetUsername() string + func (o *InstanceResponseUser) GetUsernameOk() (*string, bool) + func (o *InstanceResponseUser) HasDatabase() bool + func (o *InstanceResponseUser) HasHost() bool + func (o *InstanceResponseUser) HasId() bool + func (o *InstanceResponseUser) HasPort() bool + func (o *InstanceResponseUser) HasRoles() bool + func (o *InstanceResponseUser) HasUsername() bool + func (o *InstanceResponseUser) SetDatabase(v string) + func (o *InstanceResponseUser) SetHost(v string) + func (o *InstanceResponseUser) SetId(v string) + func (o *InstanceResponseUser) SetPort(v int32) + func (o *InstanceResponseUser) SetRoles(v []string) + func (o *InstanceResponseUser) SetUsername(v string) + func (o InstanceResponseUser) MarshalJSON() ([]byte, error) + func (o InstanceResponseUser) ToMap() (map[string]interface{}, error) + type ListBackupsResponse struct + Count *int32 + Items []Backup + func NewListBackupsResponse() *ListBackupsResponse + func NewListBackupsResponseWithDefaults() *ListBackupsResponse + func (o *ListBackupsResponse) GetCount() int32 + func (o *ListBackupsResponse) GetCountOk() (*int32, bool) + func (o *ListBackupsResponse) GetItems() []Backup + func (o *ListBackupsResponse) GetItemsOk() ([]Backup, bool) + func (o *ListBackupsResponse) HasCount() bool + func (o *ListBackupsResponse) HasItems() bool + func (o *ListBackupsResponse) SetCount(v int32) + func (o *ListBackupsResponse) SetItems(v []Backup) + func (o ListBackupsResponse) MarshalJSON() ([]byte, error) + func (o ListBackupsResponse) ToMap() (map[string]interface{}, error) + type ListFlavorsResponse struct + Flavors []HandlersInfraFlavor + func NewListFlavorsResponse() *ListFlavorsResponse + func NewListFlavorsResponseWithDefaults() *ListFlavorsResponse + func (o *ListFlavorsResponse) GetFlavors() []HandlersInfraFlavor + func (o *ListFlavorsResponse) GetFlavorsOk() ([]HandlersInfraFlavor, bool) + func (o *ListFlavorsResponse) HasFlavors() bool + func (o *ListFlavorsResponse) SetFlavors(v []HandlersInfraFlavor) + func (o ListFlavorsResponse) MarshalJSON() ([]byte, error) + func (o ListFlavorsResponse) ToMap() (map[string]interface{}, error) + type ListInstancesResponse struct + Count *int32 + Items []InstanceListInstance + func NewListInstancesResponse() *ListInstancesResponse + func NewListInstancesResponseWithDefaults() *ListInstancesResponse + func (o *ListInstancesResponse) GetCount() int32 + func (o *ListInstancesResponse) GetCountOk() (*int32, bool) + func (o *ListInstancesResponse) GetItems() []InstanceListInstance + func (o *ListInstancesResponse) GetItemsOk() ([]InstanceListInstance, bool) + func (o *ListInstancesResponse) HasCount() bool + func (o *ListInstancesResponse) HasItems() bool + func (o *ListInstancesResponse) SetCount(v int32) + func (o *ListInstancesResponse) SetItems(v []InstanceListInstance) + func (o ListInstancesResponse) MarshalJSON() ([]byte, error) + func (o ListInstancesResponse) ToMap() (map[string]interface{}, error) + type ListMetricsResponse struct + Hosts []Host + func NewListMetricsResponse() *ListMetricsResponse + func NewListMetricsResponseWithDefaults() *ListMetricsResponse + func (o *ListMetricsResponse) GetHosts() []Host + func (o *ListMetricsResponse) GetHostsOk() ([]Host, bool) + func (o *ListMetricsResponse) HasHosts() bool + func (o *ListMetricsResponse) SetHosts(v []Host) + func (o ListMetricsResponse) MarshalJSON() ([]byte, error) + func (o ListMetricsResponse) ToMap() (map[string]interface{}, error) + type ListRestoreJobsResponse struct + Items []RestoreInstanceStatus + func NewListRestoreJobsResponse() *ListRestoreJobsResponse + func NewListRestoreJobsResponseWithDefaults() *ListRestoreJobsResponse + func (o *ListRestoreJobsResponse) GetItems() []RestoreInstanceStatus + func (o *ListRestoreJobsResponse) GetItemsOk() ([]RestoreInstanceStatus, bool) + func (o *ListRestoreJobsResponse) HasItems() bool + func (o *ListRestoreJobsResponse) SetItems(v []RestoreInstanceStatus) + func (o ListRestoreJobsResponse) MarshalJSON() ([]byte, error) + func (o ListRestoreJobsResponse) ToMap() (map[string]interface{}, error) + type ListStoragesResponse struct + StorageClasses []string + StorageRange *StorageRange + func NewListStoragesResponse() *ListStoragesResponse + func NewListStoragesResponseWithDefaults() *ListStoragesResponse + func (o *ListStoragesResponse) GetStorageClasses() []string + func (o *ListStoragesResponse) GetStorageClassesOk() ([]string, bool) + func (o *ListStoragesResponse) GetStorageRange() StorageRange + func (o *ListStoragesResponse) GetStorageRangeOk() (*StorageRange, bool) + func (o *ListStoragesResponse) HasStorageClasses() bool + func (o *ListStoragesResponse) HasStorageRange() bool + func (o *ListStoragesResponse) SetStorageClasses(v []string) + func (o *ListStoragesResponse) SetStorageRange(v StorageRange) + func (o ListStoragesResponse) MarshalJSON() ([]byte, error) + func (o ListStoragesResponse) ToMap() (map[string]interface{}, error) + type ListUser struct + Id *string + Username *string + func NewListUser() *ListUser + func NewListUserWithDefaults() *ListUser + func (o *ListUser) GetId() string + func (o *ListUser) GetIdOk() (*string, bool) + func (o *ListUser) GetUsername() string + func (o *ListUser) GetUsernameOk() (*string, bool) + func (o *ListUser) HasId() bool + func (o *ListUser) HasUsername() bool + func (o *ListUser) SetId(v string) + func (o *ListUser) SetUsername(v string) + func (o ListUser) MarshalJSON() ([]byte, error) + func (o ListUser) ToMap() (map[string]interface{}, error) + type ListUsersResponse struct + Count *int32 + Items []ListUser + func NewListUsersResponse() *ListUsersResponse + func NewListUsersResponseWithDefaults() *ListUsersResponse + func (o *ListUsersResponse) GetCount() int32 + func (o *ListUsersResponse) GetCountOk() (*int32, bool) + func (o *ListUsersResponse) GetItems() []ListUser + func (o *ListUsersResponse) GetItemsOk() ([]ListUser, bool) + func (o *ListUsersResponse) HasCount() bool + func (o *ListUsersResponse) HasItems() bool + func (o *ListUsersResponse) SetCount(v int32) + func (o *ListUsersResponse) SetItems(v []ListUser) + func (o ListUsersResponse) MarshalJSON() ([]byte, error) + func (o ListUsersResponse) ToMap() (map[string]interface{}, error) + type ListVersionsResponse struct + Versions []string + func NewListVersionsResponse() *ListVersionsResponse + func NewListVersionsResponseWithDefaults() *ListVersionsResponse + func (o *ListVersionsResponse) GetVersions() []string + func (o *ListVersionsResponse) GetVersionsOk() ([]string, bool) + func (o *ListVersionsResponse) HasVersions() bool + func (o *ListVersionsResponse) SetVersions(v []string) + func (o ListVersionsResponse) MarshalJSON() ([]byte, error) + func (o ListVersionsResponse) ToMap() (map[string]interface{}, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type MongodbatlasOperation struct + Predicates []map[string]interface{} + Raw *string + Stats *MongodbatlasStats + func NewMongodbatlasOperation() *MongodbatlasOperation + func NewMongodbatlasOperationWithDefaults() *MongodbatlasOperation + func (o *MongodbatlasOperation) GetPredicates() []map[string]interface{} + func (o *MongodbatlasOperation) GetPredicatesOk() ([]map[string]interface{}, bool) + func (o *MongodbatlasOperation) GetRaw() string + func (o *MongodbatlasOperation) GetRawOk() (*string, bool) + func (o *MongodbatlasOperation) GetStats() MongodbatlasStats + func (o *MongodbatlasOperation) GetStatsOk() (*MongodbatlasStats, bool) + func (o *MongodbatlasOperation) HasPredicates() bool + func (o *MongodbatlasOperation) HasRaw() bool + func (o *MongodbatlasOperation) HasStats() bool + func (o *MongodbatlasOperation) SetPredicates(v []map[string]interface{}) + func (o *MongodbatlasOperation) SetRaw(v string) + func (o *MongodbatlasOperation) SetStats(v MongodbatlasStats) + func (o MongodbatlasOperation) MarshalJSON() ([]byte, error) + func (o MongodbatlasOperation) ToMap() (map[string]interface{}, error) + type MongodbatlasStats struct + Ms *float32 + NReturned *int32 + NScanned *int32 + Ts *int32 + func NewMongodbatlasStats() *MongodbatlasStats + func NewMongodbatlasStatsWithDefaults() *MongodbatlasStats + func (o *MongodbatlasStats) GetMs() float32 + func (o *MongodbatlasStats) GetMsOk() (*float32, bool) + func (o *MongodbatlasStats) GetNReturned() int32 + func (o *MongodbatlasStats) GetNReturnedOk() (*int32, bool) + func (o *MongodbatlasStats) GetNScanned() int32 + func (o *MongodbatlasStats) GetNScannedOk() (*int32, bool) + func (o *MongodbatlasStats) GetTs() int32 + func (o *MongodbatlasStats) GetTsOk() (*int32, bool) + func (o *MongodbatlasStats) HasMs() bool + func (o *MongodbatlasStats) HasNReturned() bool + func (o *MongodbatlasStats) HasNScanned() bool + func (o *MongodbatlasStats) HasTs() bool + func (o *MongodbatlasStats) SetMs(v float32) + func (o *MongodbatlasStats) SetNReturned(v int32) + func (o *MongodbatlasStats) SetNScanned(v int32) + func (o *MongodbatlasStats) SetTs(v int32) + func (o MongodbatlasStats) MarshalJSON() ([]byte, error) + func (o MongodbatlasStats) ToMap() (map[string]interface{}, error) + type NullableACL struct + func NewNullableACL(val *ACL) *NullableACL + func (v *NullableACL) Set(val *ACL) + func (v *NullableACL) UnmarshalJSON(src []byte) error + func (v *NullableACL) Unset() + func (v NullableACL) Get() *ACL + func (v NullableACL) IsSet() bool + func (v NullableACL) MarshalJSON() ([]byte, error) + type NullableBackup struct + func NewNullableBackup(val *Backup) *NullableBackup + func (v *NullableBackup) Set(val *Backup) + func (v *NullableBackup) UnmarshalJSON(src []byte) error + func (v *NullableBackup) Unset() + func (v NullableBackup) Get() *Backup + func (v NullableBackup) IsSet() bool + func (v NullableBackup) MarshalJSON() ([]byte, error) + type NullableBackupSchedule struct + func NewNullableBackupSchedule(val *BackupSchedule) *NullableBackupSchedule + func (v *NullableBackupSchedule) Set(val *BackupSchedule) + func (v *NullableBackupSchedule) UnmarshalJSON(src []byte) error + func (v *NullableBackupSchedule) Unset() + func (v NullableBackupSchedule) Get() *BackupSchedule + func (v NullableBackupSchedule) IsSet() bool + func (v NullableBackupSchedule) 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 NullableCloneInstancePayload struct + func NewNullableCloneInstancePayload(val *CloneInstancePayload) *NullableCloneInstancePayload + func (v *NullableCloneInstancePayload) Set(val *CloneInstancePayload) + func (v *NullableCloneInstancePayload) UnmarshalJSON(src []byte) error + func (v *NullableCloneInstancePayload) Unset() + func (v NullableCloneInstancePayload) Get() *CloneInstancePayload + func (v NullableCloneInstancePayload) IsSet() bool + func (v NullableCloneInstancePayload) MarshalJSON() ([]byte, error) + type NullableCloneInstanceResponse struct + func NewNullableCloneInstanceResponse(val *CloneInstanceResponse) *NullableCloneInstanceResponse + func (v *NullableCloneInstanceResponse) Set(val *CloneInstanceResponse) + func (v *NullableCloneInstanceResponse) UnmarshalJSON(src []byte) error + func (v *NullableCloneInstanceResponse) Unset() + func (v NullableCloneInstanceResponse) Get() *CloneInstanceResponse + func (v NullableCloneInstanceResponse) IsSet() bool + func (v NullableCloneInstanceResponse) MarshalJSON() ([]byte, error) + type NullableCreateInstancePayload struct + func NewNullableCreateInstancePayload(val *CreateInstancePayload) *NullableCreateInstancePayload + func (v *NullableCreateInstancePayload) Set(val *CreateInstancePayload) + func (v *NullableCreateInstancePayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateInstancePayload) Unset() + func (v NullableCreateInstancePayload) Get() *CreateInstancePayload + func (v NullableCreateInstancePayload) IsSet() bool + func (v NullableCreateInstancePayload) MarshalJSON() ([]byte, error) + type NullableCreateInstanceResponse struct + func NewNullableCreateInstanceResponse(val *CreateInstanceResponse) *NullableCreateInstanceResponse + func (v *NullableCreateInstanceResponse) Set(val *CreateInstanceResponse) + func (v *NullableCreateInstanceResponse) UnmarshalJSON(src []byte) error + func (v *NullableCreateInstanceResponse) Unset() + func (v NullableCreateInstanceResponse) Get() *CreateInstanceResponse + func (v NullableCreateInstanceResponse) IsSet() bool + func (v NullableCreateInstanceResponse) MarshalJSON() ([]byte, error) + type NullableCreateUserPayload struct + func NewNullableCreateUserPayload(val *CreateUserPayload) *NullableCreateUserPayload + func (v *NullableCreateUserPayload) Set(val *CreateUserPayload) + func (v *NullableCreateUserPayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateUserPayload) Unset() + func (v NullableCreateUserPayload) Get() *CreateUserPayload + func (v NullableCreateUserPayload) IsSet() bool + func (v NullableCreateUserPayload) MarshalJSON() ([]byte, error) + type NullableCreateUserResponse struct + func NewNullableCreateUserResponse(val *CreateUserResponse) *NullableCreateUserResponse + func (v *NullableCreateUserResponse) Set(val *CreateUserResponse) + func (v *NullableCreateUserResponse) UnmarshalJSON(src []byte) error + func (v *NullableCreateUserResponse) Unset() + func (v NullableCreateUserResponse) Get() *CreateUserResponse + func (v NullableCreateUserResponse) IsSet() bool + func (v NullableCreateUserResponse) MarshalJSON() ([]byte, error) + type NullableDataPoint struct + func NewNullableDataPoint(val *DataPoint) *NullableDataPoint + func (v *NullableDataPoint) Set(val *DataPoint) + func (v *NullableDataPoint) UnmarshalJSON(src []byte) error + func (v *NullableDataPoint) Unset() + func (v NullableDataPoint) Get() *DataPoint + func (v NullableDataPoint) IsSet() bool + func (v NullableDataPoint) 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 NullableFlavor struct + func NewNullableFlavor(val *Flavor) *NullableFlavor + func (v *NullableFlavor) Set(val *Flavor) + func (v *NullableFlavor) UnmarshalJSON(src []byte) error + func (v *NullableFlavor) Unset() + func (v NullableFlavor) Get() *Flavor + func (v NullableFlavor) IsSet() bool + func (v NullableFlavor) 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 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 NullableHandlersInfraFlavor struct + func NewNullableHandlersInfraFlavor(val *HandlersInfraFlavor) *NullableHandlersInfraFlavor + func (v *NullableHandlersInfraFlavor) Set(val *HandlersInfraFlavor) + func (v *NullableHandlersInfraFlavor) UnmarshalJSON(src []byte) error + func (v *NullableHandlersInfraFlavor) Unset() + func (v NullableHandlersInfraFlavor) Get() *HandlersInfraFlavor + func (v NullableHandlersInfraFlavor) IsSet() bool + func (v NullableHandlersInfraFlavor) MarshalJSON() ([]byte, error) + type NullableHandlersInfraGetFlavorsResponse struct + func NewNullableHandlersInfraGetFlavorsResponse(val *HandlersInfraGetFlavorsResponse) *NullableHandlersInfraGetFlavorsResponse + func (v *NullableHandlersInfraGetFlavorsResponse) Set(val *HandlersInfraGetFlavorsResponse) + func (v *NullableHandlersInfraGetFlavorsResponse) UnmarshalJSON(src []byte) error + func (v *NullableHandlersInfraGetFlavorsResponse) Unset() + func (v NullableHandlersInfraGetFlavorsResponse) Get() *HandlersInfraGetFlavorsResponse + func (v NullableHandlersInfraGetFlavorsResponse) IsSet() bool + func (v NullableHandlersInfraGetFlavorsResponse) MarshalJSON() ([]byte, error) + type NullableHandlersInstancesGetInstanceResponse struct + func NewNullableHandlersInstancesGetInstanceResponse(val *HandlersInstancesGetInstanceResponse) *NullableHandlersInstancesGetInstanceResponse + func (v *NullableHandlersInstancesGetInstanceResponse) Set(val *HandlersInstancesGetInstanceResponse) + func (v *NullableHandlersInstancesGetInstanceResponse) UnmarshalJSON(src []byte) error + func (v *NullableHandlersInstancesGetInstanceResponse) Unset() + func (v NullableHandlersInstancesGetInstanceResponse) Get() *HandlersInstancesGetInstanceResponse + func (v NullableHandlersInstancesGetInstanceResponse) IsSet() bool + func (v NullableHandlersInstancesGetInstanceResponse) MarshalJSON() ([]byte, error) + type NullableHandlersInstancesSlowQueriesResponse struct + func NewNullableHandlersInstancesSlowQueriesResponse(val *HandlersInstancesSlowQueriesResponse) *NullableHandlersInstancesSlowQueriesResponse + func (v *NullableHandlersInstancesSlowQueriesResponse) Set(val *HandlersInstancesSlowQueriesResponse) + func (v *NullableHandlersInstancesSlowQueriesResponse) UnmarshalJSON(src []byte) error + func (v *NullableHandlersInstancesSlowQueriesResponse) Unset() + func (v NullableHandlersInstancesSlowQueriesResponse) Get() *HandlersInstancesSlowQueriesResponse + func (v NullableHandlersInstancesSlowQueriesResponse) IsSet() bool + func (v NullableHandlersInstancesSlowQueriesResponse) MarshalJSON() ([]byte, error) + type NullableHandlersInstancesSuggestedIndexesResponse struct + func NewNullableHandlersInstancesSuggestedIndexesResponse(val *HandlersInstancesSuggestedIndexesResponse) *NullableHandlersInstancesSuggestedIndexesResponse + func (v *NullableHandlersInstancesSuggestedIndexesResponse) Set(val *HandlersInstancesSuggestedIndexesResponse) + func (v *NullableHandlersInstancesSuggestedIndexesResponse) UnmarshalJSON(src []byte) error + func (v *NullableHandlersInstancesSuggestedIndexesResponse) Unset() + func (v NullableHandlersInstancesSuggestedIndexesResponse) Get() *HandlersInstancesSuggestedIndexesResponse + func (v NullableHandlersInstancesSuggestedIndexesResponse) IsSet() bool + func (v NullableHandlersInstancesSuggestedIndexesResponse) MarshalJSON() ([]byte, error) + type NullableHost struct + func NewNullableHost(val *Host) *NullableHost + func (v *NullableHost) Set(val *Host) + func (v *NullableHost) UnmarshalJSON(src []byte) error + func (v *NullableHost) Unset() + func (v NullableHost) Get() *Host + func (v NullableHost) IsSet() bool + func (v NullableHost) MarshalJSON() ([]byte, error) + type NullableHostMetric struct + func NewNullableHostMetric(val *HostMetric) *NullableHostMetric + func (v *NullableHostMetric) Set(val *HostMetric) + func (v *NullableHostMetric) UnmarshalJSON(src []byte) error + func (v *NullableHostMetric) Unset() + func (v NullableHostMetric) Get() *HostMetric + func (v NullableHostMetric) IsSet() bool + func (v NullableHostMetric) MarshalJSON() ([]byte, error) + type NullableInstance struct + func NewNullableInstance(val *Instance) *NullableInstance + func (v *NullableInstance) Set(val *Instance) + func (v *NullableInstance) UnmarshalJSON(src []byte) error + func (v *NullableInstance) Unset() + func (v NullableInstance) Get() *Instance + func (v NullableInstance) IsSet() bool + func (v NullableInstance) MarshalJSON() ([]byte, error) + type NullableInstanceListInstance struct + func NewNullableInstanceListInstance(val *InstanceListInstance) *NullableInstanceListInstance + func (v *NullableInstanceListInstance) Set(val *InstanceListInstance) + func (v *NullableInstanceListInstance) UnmarshalJSON(src []byte) error + func (v *NullableInstanceListInstance) Unset() + func (v NullableInstanceListInstance) Get() *InstanceListInstance + func (v NullableInstanceListInstance) IsSet() bool + func (v NullableInstanceListInstance) MarshalJSON() ([]byte, error) + type NullableInstanceResponseUser struct + func NewNullableInstanceResponseUser(val *InstanceResponseUser) *NullableInstanceResponseUser + func (v *NullableInstanceResponseUser) Set(val *InstanceResponseUser) + func (v *NullableInstanceResponseUser) UnmarshalJSON(src []byte) error + func (v *NullableInstanceResponseUser) Unset() + func (v NullableInstanceResponseUser) Get() *InstanceResponseUser + func (v NullableInstanceResponseUser) IsSet() bool + func (v NullableInstanceResponseUser) 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 NullableListBackupsResponse struct + func NewNullableListBackupsResponse(val *ListBackupsResponse) *NullableListBackupsResponse + func (v *NullableListBackupsResponse) Set(val *ListBackupsResponse) + func (v *NullableListBackupsResponse) UnmarshalJSON(src []byte) error + func (v *NullableListBackupsResponse) Unset() + func (v NullableListBackupsResponse) Get() *ListBackupsResponse + func (v NullableListBackupsResponse) IsSet() bool + func (v NullableListBackupsResponse) MarshalJSON() ([]byte, error) + type NullableListFlavorsResponse struct + func NewNullableListFlavorsResponse(val *ListFlavorsResponse) *NullableListFlavorsResponse + func (v *NullableListFlavorsResponse) Set(val *ListFlavorsResponse) + func (v *NullableListFlavorsResponse) UnmarshalJSON(src []byte) error + func (v *NullableListFlavorsResponse) Unset() + func (v NullableListFlavorsResponse) Get() *ListFlavorsResponse + func (v NullableListFlavorsResponse) IsSet() bool + func (v NullableListFlavorsResponse) MarshalJSON() ([]byte, error) + type 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 NullableListMetricsResponse struct + func NewNullableListMetricsResponse(val *ListMetricsResponse) *NullableListMetricsResponse + func (v *NullableListMetricsResponse) Set(val *ListMetricsResponse) + func (v *NullableListMetricsResponse) UnmarshalJSON(src []byte) error + func (v *NullableListMetricsResponse) Unset() + func (v NullableListMetricsResponse) Get() *ListMetricsResponse + func (v NullableListMetricsResponse) IsSet() bool + func (v NullableListMetricsResponse) MarshalJSON() ([]byte, error) + type NullableListRestoreJobsResponse struct + func NewNullableListRestoreJobsResponse(val *ListRestoreJobsResponse) *NullableListRestoreJobsResponse + func (v *NullableListRestoreJobsResponse) Set(val *ListRestoreJobsResponse) + func (v *NullableListRestoreJobsResponse) UnmarshalJSON(src []byte) error + func (v *NullableListRestoreJobsResponse) Unset() + func (v NullableListRestoreJobsResponse) Get() *ListRestoreJobsResponse + func (v NullableListRestoreJobsResponse) IsSet() bool + func (v NullableListRestoreJobsResponse) MarshalJSON() ([]byte, error) + type NullableListStoragesResponse struct + func NewNullableListStoragesResponse(val *ListStoragesResponse) *NullableListStoragesResponse + func (v *NullableListStoragesResponse) Set(val *ListStoragesResponse) + func (v *NullableListStoragesResponse) UnmarshalJSON(src []byte) error + func (v *NullableListStoragesResponse) Unset() + func (v NullableListStoragesResponse) Get() *ListStoragesResponse + func (v NullableListStoragesResponse) IsSet() bool + func (v NullableListStoragesResponse) MarshalJSON() ([]byte, error) + type 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 NullableListUsersResponse struct + func NewNullableListUsersResponse(val *ListUsersResponse) *NullableListUsersResponse + func (v *NullableListUsersResponse) Set(val *ListUsersResponse) + func (v *NullableListUsersResponse) UnmarshalJSON(src []byte) error + func (v *NullableListUsersResponse) Unset() + func (v NullableListUsersResponse) Get() *ListUsersResponse + func (v NullableListUsersResponse) IsSet() bool + func (v NullableListUsersResponse) MarshalJSON() ([]byte, error) + type NullableListVersionsResponse struct + func NewNullableListVersionsResponse(val *ListVersionsResponse) *NullableListVersionsResponse + func (v *NullableListVersionsResponse) Set(val *ListVersionsResponse) + func (v *NullableListVersionsResponse) UnmarshalJSON(src []byte) error + func (v *NullableListVersionsResponse) Unset() + func (v NullableListVersionsResponse) Get() *ListVersionsResponse + func (v NullableListVersionsResponse) IsSet() bool + func (v NullableListVersionsResponse) MarshalJSON() ([]byte, error) + type NullableMongodbatlasOperation struct + func NewNullableMongodbatlasOperation(val *MongodbatlasOperation) *NullableMongodbatlasOperation + func (v *NullableMongodbatlasOperation) Set(val *MongodbatlasOperation) + func (v *NullableMongodbatlasOperation) UnmarshalJSON(src []byte) error + func (v *NullableMongodbatlasOperation) Unset() + func (v NullableMongodbatlasOperation) Get() *MongodbatlasOperation + func (v NullableMongodbatlasOperation) IsSet() bool + func (v NullableMongodbatlasOperation) MarshalJSON() ([]byte, error) + type NullableMongodbatlasStats struct + func NewNullableMongodbatlasStats(val *MongodbatlasStats) *NullableMongodbatlasStats + func (v *NullableMongodbatlasStats) Set(val *MongodbatlasStats) + func (v *NullableMongodbatlasStats) UnmarshalJSON(src []byte) error + func (v *NullableMongodbatlasStats) Unset() + func (v NullableMongodbatlasStats) Get() *MongodbatlasStats + func (v NullableMongodbatlasStats) IsSet() bool + func (v NullableMongodbatlasStats) MarshalJSON() ([]byte, error) + type NullablePartialUpdateInstancePayload struct + func NewNullablePartialUpdateInstancePayload(val *PartialUpdateInstancePayload) *NullablePartialUpdateInstancePayload + func (v *NullablePartialUpdateInstancePayload) Set(val *PartialUpdateInstancePayload) + func (v *NullablePartialUpdateInstancePayload) UnmarshalJSON(src []byte) error + func (v *NullablePartialUpdateInstancePayload) Unset() + func (v NullablePartialUpdateInstancePayload) Get() *PartialUpdateInstancePayload + func (v NullablePartialUpdateInstancePayload) IsSet() bool + func (v NullablePartialUpdateInstancePayload) MarshalJSON() ([]byte, error) + type NullablePartialUpdateUserPayload struct + func NewNullablePartialUpdateUserPayload(val *PartialUpdateUserPayload) *NullablePartialUpdateUserPayload + func (v *NullablePartialUpdateUserPayload) Set(val *PartialUpdateUserPayload) + func (v *NullablePartialUpdateUserPayload) UnmarshalJSON(src []byte) error + func (v *NullablePartialUpdateUserPayload) Unset() + func (v NullablePartialUpdateUserPayload) Get() *PartialUpdateUserPayload + func (v NullablePartialUpdateUserPayload) IsSet() bool + func (v NullablePartialUpdateUserPayload) MarshalJSON() ([]byte, error) + type NullableRestoreInstancePayload struct + func NewNullableRestoreInstancePayload(val *RestoreInstancePayload) *NullableRestoreInstancePayload + func (v *NullableRestoreInstancePayload) Set(val *RestoreInstancePayload) + func (v *NullableRestoreInstancePayload) UnmarshalJSON(src []byte) error + func (v *NullableRestoreInstancePayload) Unset() + func (v NullableRestoreInstancePayload) Get() *RestoreInstancePayload + func (v NullableRestoreInstancePayload) IsSet() bool + func (v NullableRestoreInstancePayload) MarshalJSON() ([]byte, error) + type NullableRestoreInstanceResponse struct + func NewNullableRestoreInstanceResponse(val *RestoreInstanceResponse) *NullableRestoreInstanceResponse + func (v *NullableRestoreInstanceResponse) Set(val *RestoreInstanceResponse) + func (v *NullableRestoreInstanceResponse) UnmarshalJSON(src []byte) error + func (v *NullableRestoreInstanceResponse) Unset() + func (v NullableRestoreInstanceResponse) Get() *RestoreInstanceResponse + func (v NullableRestoreInstanceResponse) IsSet() bool + func (v NullableRestoreInstanceResponse) MarshalJSON() ([]byte, error) + type NullableRestoreInstanceStatus struct + func NewNullableRestoreInstanceStatus(val *RestoreInstanceStatus) *NullableRestoreInstanceStatus + func (v *NullableRestoreInstanceStatus) Set(val *RestoreInstanceStatus) + func (v *NullableRestoreInstanceStatus) UnmarshalJSON(src []byte) error + func (v *NullableRestoreInstanceStatus) Unset() + func (v NullableRestoreInstanceStatus) Get() *RestoreInstanceStatus + func (v NullableRestoreInstanceStatus) IsSet() bool + func (v NullableRestoreInstanceStatus) MarshalJSON() ([]byte, error) + type NullableShape struct + func NewNullableShape(val *Shape) *NullableShape + func (v *NullableShape) Set(val *Shape) + func (v *NullableShape) UnmarshalJSON(src []byte) error + func (v *NullableShape) Unset() + func (v NullableShape) Get() *Shape + func (v NullableShape) IsSet() bool + func (v NullableShape) MarshalJSON() ([]byte, error) + type NullableSlowQuery struct + func NewNullableSlowQuery(val *SlowQuery) *NullableSlowQuery + func (v *NullableSlowQuery) Set(val *SlowQuery) + func (v *NullableSlowQuery) UnmarshalJSON(src []byte) error + func (v *NullableSlowQuery) Unset() + func (v NullableSlowQuery) Get() *SlowQuery + func (v NullableSlowQuery) IsSet() bool + func (v NullableSlowQuery) 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 NullableStorageRange struct + func NewNullableStorageRange(val *StorageRange) *NullableStorageRange + func (v *NullableStorageRange) Set(val *StorageRange) + func (v *NullableStorageRange) UnmarshalJSON(src []byte) error + func (v *NullableStorageRange) Unset() + func (v NullableStorageRange) Get() *StorageRange + func (v NullableStorageRange) IsSet() bool + func (v NullableStorageRange) 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 NullableSuggestedIndex struct + func NewNullableSuggestedIndex(val *SuggestedIndex) *NullableSuggestedIndex + func (v *NullableSuggestedIndex) Set(val *SuggestedIndex) + func (v *NullableSuggestedIndex) UnmarshalJSON(src []byte) error + func (v *NullableSuggestedIndex) Unset() + func (v NullableSuggestedIndex) Get() *SuggestedIndex + func (v NullableSuggestedIndex) IsSet() bool + func (v NullableSuggestedIndex) 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 NullableUpdateBackupSchedulePayload struct + func NewNullableUpdateBackupSchedulePayload(val *UpdateBackupSchedulePayload) *NullableUpdateBackupSchedulePayload + func (v *NullableUpdateBackupSchedulePayload) Set(val *UpdateBackupSchedulePayload) + func (v *NullableUpdateBackupSchedulePayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdateBackupSchedulePayload) Unset() + func (v NullableUpdateBackupSchedulePayload) Get() *UpdateBackupSchedulePayload + func (v NullableUpdateBackupSchedulePayload) IsSet() bool + func (v NullableUpdateBackupSchedulePayload) MarshalJSON() ([]byte, error) + type NullableUpdateInstancePayload struct + func NewNullableUpdateInstancePayload(val *UpdateInstancePayload) *NullableUpdateInstancePayload + func (v *NullableUpdateInstancePayload) Set(val *UpdateInstancePayload) + func (v *NullableUpdateInstancePayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdateInstancePayload) Unset() + func (v NullableUpdateInstancePayload) Get() *UpdateInstancePayload + func (v NullableUpdateInstancePayload) IsSet() bool + func (v NullableUpdateInstancePayload) MarshalJSON() ([]byte, error) + type NullableUpdateInstanceResponse struct + func NewNullableUpdateInstanceResponse(val *UpdateInstanceResponse) *NullableUpdateInstanceResponse + func (v *NullableUpdateInstanceResponse) Set(val *UpdateInstanceResponse) + func (v *NullableUpdateInstanceResponse) UnmarshalJSON(src []byte) error + func (v *NullableUpdateInstanceResponse) Unset() + func (v NullableUpdateInstanceResponse) Get() *UpdateInstanceResponse + func (v NullableUpdateInstanceResponse) IsSet() bool + func (v NullableUpdateInstanceResponse) MarshalJSON() ([]byte, error) + type NullableUpdateUserPayload struct + func NewNullableUpdateUserPayload(val *UpdateUserPayload) *NullableUpdateUserPayload + func (v *NullableUpdateUserPayload) Set(val *UpdateUserPayload) + func (v *NullableUpdateUserPayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdateUserPayload) Unset() + func (v NullableUpdateUserPayload) Get() *UpdateUserPayload + func (v NullableUpdateUserPayload) IsSet() bool + func (v NullableUpdateUserPayload) MarshalJSON() ([]byte, error) + type NullableUser struct + func NewNullableUser(val *User) *NullableUser + func (v *NullableUser) Set(val *User) + func (v *NullableUser) UnmarshalJSON(src []byte) error + func (v *NullableUser) Unset() + func (v NullableUser) Get() *User + func (v NullableUser) IsSet() bool + func (v NullableUser) MarshalJSON() ([]byte, error) + type PartialUpdateInstancePayload struct + Acl *ACL + BackupSchedule *string + FlavorId *string + Labels *map[string]string + Name *string + Options *map[string]string + Replicas *int32 + Storage *Storage + Version *string + func NewPartialUpdateInstancePayload() *PartialUpdateInstancePayload + func NewPartialUpdateInstancePayloadWithDefaults() *PartialUpdateInstancePayload + func (o *PartialUpdateInstancePayload) GetAcl() ACL + func (o *PartialUpdateInstancePayload) GetAclOk() (*ACL, bool) + func (o *PartialUpdateInstancePayload) GetBackupSchedule() string + func (o *PartialUpdateInstancePayload) GetBackupScheduleOk() (*string, bool) + func (o *PartialUpdateInstancePayload) GetFlavorId() string + func (o *PartialUpdateInstancePayload) GetFlavorIdOk() (*string, bool) + func (o *PartialUpdateInstancePayload) GetLabels() map[string]string + func (o *PartialUpdateInstancePayload) GetLabelsOk() (*map[string]string, bool) + func (o *PartialUpdateInstancePayload) GetName() string + func (o *PartialUpdateInstancePayload) GetNameOk() (*string, bool) + func (o *PartialUpdateInstancePayload) GetOptions() map[string]string + func (o *PartialUpdateInstancePayload) GetOptionsOk() (*map[string]string, bool) + func (o *PartialUpdateInstancePayload) GetReplicas() int32 + func (o *PartialUpdateInstancePayload) GetReplicasOk() (*int32, bool) + func (o *PartialUpdateInstancePayload) GetStorage() Storage + func (o *PartialUpdateInstancePayload) GetStorageOk() (*Storage, bool) + func (o *PartialUpdateInstancePayload) GetVersion() string + func (o *PartialUpdateInstancePayload) GetVersionOk() (*string, bool) + func (o *PartialUpdateInstancePayload) HasAcl() bool + func (o *PartialUpdateInstancePayload) HasBackupSchedule() bool + func (o *PartialUpdateInstancePayload) HasFlavorId() bool + func (o *PartialUpdateInstancePayload) HasLabels() bool + func (o *PartialUpdateInstancePayload) HasName() bool + func (o *PartialUpdateInstancePayload) HasOptions() bool + func (o *PartialUpdateInstancePayload) HasReplicas() bool + func (o *PartialUpdateInstancePayload) HasStorage() bool + func (o *PartialUpdateInstancePayload) HasVersion() bool + func (o *PartialUpdateInstancePayload) SetAcl(v ACL) + func (o *PartialUpdateInstancePayload) SetBackupSchedule(v string) + func (o *PartialUpdateInstancePayload) SetFlavorId(v string) + func (o *PartialUpdateInstancePayload) SetLabels(v map[string]string) + func (o *PartialUpdateInstancePayload) SetName(v string) + func (o *PartialUpdateInstancePayload) SetOptions(v map[string]string) + func (o *PartialUpdateInstancePayload) SetReplicas(v int32) + func (o *PartialUpdateInstancePayload) SetStorage(v Storage) + func (o *PartialUpdateInstancePayload) SetVersion(v string) + func (o PartialUpdateInstancePayload) MarshalJSON() ([]byte, error) + func (o PartialUpdateInstancePayload) ToMap() (map[string]interface{}, error) + type PartialUpdateUserPayload struct + Database *string + Roles []string + func NewPartialUpdateUserPayload() *PartialUpdateUserPayload + func NewPartialUpdateUserPayloadWithDefaults() *PartialUpdateUserPayload + func (o *PartialUpdateUserPayload) GetDatabase() string + func (o *PartialUpdateUserPayload) GetDatabaseOk() (*string, bool) + func (o *PartialUpdateUserPayload) GetRoles() []string + func (o *PartialUpdateUserPayload) GetRolesOk() ([]string, bool) + func (o *PartialUpdateUserPayload) HasDatabase() bool + func (o *PartialUpdateUserPayload) HasRoles() bool + func (o *PartialUpdateUserPayload) SetDatabase(v string) + func (o *PartialUpdateUserPayload) SetRoles(v []string) + func (o PartialUpdateUserPayload) MarshalJSON() ([]byte, error) + func (o PartialUpdateUserPayload) ToMap() (map[string]interface{}, error) + type RestoreInstancePayload struct + BackupId string + InstanceId string + func NewRestoreInstancePayload(backupId string, instanceId string) *RestoreInstancePayload + func NewRestoreInstancePayloadWithDefaults() *RestoreInstancePayload + func (o *RestoreInstancePayload) GetBackupId() string + func (o *RestoreInstancePayload) GetBackupIdOk() (*string, bool) + func (o *RestoreInstancePayload) GetInstanceId() string + func (o *RestoreInstancePayload) GetInstanceIdOk() (*string, bool) + func (o *RestoreInstancePayload) SetBackupId(v string) + func (o *RestoreInstancePayload) SetInstanceId(v string) + func (o *RestoreInstancePayload) UnmarshalJSON(data []byte) (err error) + func (o RestoreInstancePayload) MarshalJSON() ([]byte, error) + func (o RestoreInstancePayload) ToMap() (map[string]interface{}, error) + type RestoreInstanceResponse struct + Item *RestoreInstanceStatus + func NewRestoreInstanceResponse() *RestoreInstanceResponse + func NewRestoreInstanceResponseWithDefaults() *RestoreInstanceResponse + func (o *RestoreInstanceResponse) GetItem() RestoreInstanceStatus + func (o *RestoreInstanceResponse) GetItemOk() (*RestoreInstanceStatus, bool) + func (o *RestoreInstanceResponse) HasItem() bool + func (o *RestoreInstanceResponse) SetItem(v RestoreInstanceStatus) + func (o RestoreInstanceResponse) MarshalJSON() ([]byte, error) + func (o RestoreInstanceResponse) ToMap() (map[string]interface{}, error) + type RestoreInstanceStatus struct + BackupID *string + Date *string + Id *string + InstanceId *string + Status *string + func NewRestoreInstanceStatus() *RestoreInstanceStatus + func NewRestoreInstanceStatusWithDefaults() *RestoreInstanceStatus + func (o *RestoreInstanceStatus) GetBackupID() string + func (o *RestoreInstanceStatus) GetBackupIDOk() (*string, bool) + func (o *RestoreInstanceStatus) GetDate() string + func (o *RestoreInstanceStatus) GetDateOk() (*string, bool) + func (o *RestoreInstanceStatus) GetId() string + func (o *RestoreInstanceStatus) GetIdOk() (*string, bool) + func (o *RestoreInstanceStatus) GetInstanceId() string + func (o *RestoreInstanceStatus) GetInstanceIdOk() (*string, bool) + func (o *RestoreInstanceStatus) GetStatus() string + func (o *RestoreInstanceStatus) GetStatusOk() (*string, bool) + func (o *RestoreInstanceStatus) HasBackupID() bool + func (o *RestoreInstanceStatus) HasDate() bool + func (o *RestoreInstanceStatus) HasId() bool + func (o *RestoreInstanceStatus) HasInstanceId() bool + func (o *RestoreInstanceStatus) HasStatus() bool + func (o *RestoreInstanceStatus) SetBackupID(v string) + func (o *RestoreInstanceStatus) SetDate(v string) + func (o *RestoreInstanceStatus) SetId(v string) + func (o *RestoreInstanceStatus) SetInstanceId(v string) + func (o *RestoreInstanceStatus) SetStatus(v string) + func (o RestoreInstanceStatus) MarshalJSON() ([]byte, error) + func (o RestoreInstanceStatus) ToMap() (map[string]interface{}, error) + type Shape struct + AvgMs *float32 + Count *int32 + Id *string + InefficiencyScore *int32 + Namespace *string + Operations []MongodbatlasOperation + func NewShape() *Shape + func NewShapeWithDefaults() *Shape + func (o *Shape) GetAvgMs() float32 + func (o *Shape) GetAvgMsOk() (*float32, bool) + func (o *Shape) GetCount() int32 + func (o *Shape) GetCountOk() (*int32, bool) + func (o *Shape) GetId() string + func (o *Shape) GetIdOk() (*string, bool) + func (o *Shape) GetInefficiencyScore() int32 + func (o *Shape) GetInefficiencyScoreOk() (*int32, bool) + func (o *Shape) GetNamespace() string + func (o *Shape) GetNamespaceOk() (*string, bool) + func (o *Shape) GetOperations() []MongodbatlasOperation + func (o *Shape) GetOperationsOk() ([]MongodbatlasOperation, bool) + func (o *Shape) HasAvgMs() bool + func (o *Shape) HasCount() bool + func (o *Shape) HasId() bool + func (o *Shape) HasInefficiencyScore() bool + func (o *Shape) HasNamespace() bool + func (o *Shape) HasOperations() bool + func (o *Shape) SetAvgMs(v float32) + func (o *Shape) SetCount(v int32) + func (o *Shape) SetId(v string) + func (o *Shape) SetInefficiencyScore(v int32) + func (o *Shape) SetNamespace(v string) + func (o *Shape) SetOperations(v []MongodbatlasOperation) + func (o Shape) MarshalJSON() ([]byte, error) + func (o Shape) ToMap() (map[string]interface{}, error) + type SlowQuery struct + Line *string + Namespace *string + func NewSlowQuery() *SlowQuery + func NewSlowQueryWithDefaults() *SlowQuery + func (o *SlowQuery) GetLine() string + func (o *SlowQuery) GetLineOk() (*string, bool) + func (o *SlowQuery) GetNamespace() string + func (o *SlowQuery) GetNamespaceOk() (*string, bool) + func (o *SlowQuery) HasLine() bool + func (o *SlowQuery) HasNamespace() bool + func (o *SlowQuery) SetLine(v string) + func (o *SlowQuery) SetNamespace(v string) + func (o SlowQuery) MarshalJSON() ([]byte, error) + func (o SlowQuery) ToMap() (map[string]interface{}, error) + type Storage struct + Class *string + Size *int32 + func NewStorage() *Storage + func NewStorageWithDefaults() *Storage + func (o *Storage) GetClass() string + func (o *Storage) GetClassOk() (*string, bool) + func (o *Storage) GetSize() int32 + func (o *Storage) GetSizeOk() (*int32, bool) + func (o *Storage) HasClass() bool + func (o *Storage) HasSize() bool + func (o *Storage) SetClass(v string) + func (o *Storage) SetSize(v int32) + func (o Storage) MarshalJSON() ([]byte, error) + func (o Storage) ToMap() (map[string]interface{}, error) + type StorageRange struct + Max *int32 + Min *int32 + func NewStorageRange() *StorageRange + func NewStorageRangeWithDefaults() *StorageRange + func (o *StorageRange) GetMax() int32 + func (o *StorageRange) GetMaxOk() (*int32, bool) + func (o *StorageRange) GetMin() int32 + func (o *StorageRange) GetMinOk() (*int32, bool) + func (o *StorageRange) HasMax() bool + func (o *StorageRange) HasMin() bool + func (o *StorageRange) SetMax(v int32) + func (o *StorageRange) SetMin(v int32) + func (o StorageRange) MarshalJSON() ([]byte, error) + func (o StorageRange) ToMap() (map[string]interface{}, error) + type SuggestedIndex struct + Id *string + Impact []string + Index []map[string]int32 + Namespace *string + Weight *float32 + func NewSuggestedIndex() *SuggestedIndex + func NewSuggestedIndexWithDefaults() *SuggestedIndex + func (o *SuggestedIndex) GetId() string + func (o *SuggestedIndex) GetIdOk() (*string, bool) + func (o *SuggestedIndex) GetImpact() []string + func (o *SuggestedIndex) GetImpactOk() ([]string, bool) + func (o *SuggestedIndex) GetIndex() []map[string]int32 + func (o *SuggestedIndex) GetIndexOk() ([]map[string]int32, bool) + func (o *SuggestedIndex) GetNamespace() string + func (o *SuggestedIndex) GetNamespaceOk() (*string, bool) + func (o *SuggestedIndex) GetWeight() float32 + func (o *SuggestedIndex) GetWeightOk() (*float32, bool) + func (o *SuggestedIndex) HasId() bool + func (o *SuggestedIndex) HasImpact() bool + func (o *SuggestedIndex) HasIndex() bool + func (o *SuggestedIndex) HasNamespace() bool + func (o *SuggestedIndex) HasWeight() bool + func (o *SuggestedIndex) SetId(v string) + func (o *SuggestedIndex) SetImpact(v []string) + func (o *SuggestedIndex) SetIndex(v []map[string]int32) + func (o *SuggestedIndex) SetNamespace(v string) + func (o *SuggestedIndex) SetWeight(v float32) + func (o SuggestedIndex) MarshalJSON() ([]byte, error) + func (o SuggestedIndex) ToMap() (map[string]interface{}, error) + type UpdateBackupSchedulePayload struct + BackupSchedule *string + DailySnapshotRetentionDays *int32 + MonthlySnapshotRetentionMonths *int32 + PointInTimeWindowHours *int32 + SnapshotRetentionDays *int32 + WeeklySnapshotRetentionWeeks *int32 + func NewUpdateBackupSchedulePayload() *UpdateBackupSchedulePayload + func NewUpdateBackupSchedulePayloadWithDefaults() *UpdateBackupSchedulePayload + func (o *UpdateBackupSchedulePayload) GetBackupSchedule() string + func (o *UpdateBackupSchedulePayload) GetBackupScheduleOk() (*string, bool) + func (o *UpdateBackupSchedulePayload) GetDailySnapshotRetentionDays() int32 + func (o *UpdateBackupSchedulePayload) GetDailySnapshotRetentionDaysOk() (*int32, bool) + func (o *UpdateBackupSchedulePayload) GetMonthlySnapshotRetentionMonths() int32 + func (o *UpdateBackupSchedulePayload) GetMonthlySnapshotRetentionMonthsOk() (*int32, bool) + func (o *UpdateBackupSchedulePayload) GetPointInTimeWindowHours() int32 + func (o *UpdateBackupSchedulePayload) GetPointInTimeWindowHoursOk() (*int32, bool) + func (o *UpdateBackupSchedulePayload) GetSnapshotRetentionDays() int32 + func (o *UpdateBackupSchedulePayload) GetSnapshotRetentionDaysOk() (*int32, bool) + func (o *UpdateBackupSchedulePayload) GetWeeklySnapshotRetentionWeeks() int32 + func (o *UpdateBackupSchedulePayload) GetWeeklySnapshotRetentionWeeksOk() (*int32, bool) + func (o *UpdateBackupSchedulePayload) HasBackupSchedule() bool + func (o *UpdateBackupSchedulePayload) HasDailySnapshotRetentionDays() bool + func (o *UpdateBackupSchedulePayload) HasMonthlySnapshotRetentionMonths() bool + func (o *UpdateBackupSchedulePayload) HasPointInTimeWindowHours() bool + func (o *UpdateBackupSchedulePayload) HasSnapshotRetentionDays() bool + func (o *UpdateBackupSchedulePayload) HasWeeklySnapshotRetentionWeeks() bool + func (o *UpdateBackupSchedulePayload) SetBackupSchedule(v string) + func (o *UpdateBackupSchedulePayload) SetDailySnapshotRetentionDays(v int32) + func (o *UpdateBackupSchedulePayload) SetMonthlySnapshotRetentionMonths(v int32) + func (o *UpdateBackupSchedulePayload) SetPointInTimeWindowHours(v int32) + func (o *UpdateBackupSchedulePayload) SetSnapshotRetentionDays(v int32) + func (o *UpdateBackupSchedulePayload) SetWeeklySnapshotRetentionWeeks(v int32) + func (o UpdateBackupSchedulePayload) MarshalJSON() ([]byte, error) + func (o UpdateBackupSchedulePayload) ToMap() (map[string]interface{}, error) + type UpdateInstancePayload struct + Acl ACL + BackupSchedule string + FlavorId string + Labels *map[string]string + Name string + Options map[string]string + Replicas int32 + Storage Storage + Version string + func NewUpdateInstancePayload(acl ACL, backupSchedule string, flavorId string, name string, ...) *UpdateInstancePayload + func NewUpdateInstancePayloadWithDefaults() *UpdateInstancePayload + func (o *UpdateInstancePayload) GetAcl() ACL + func (o *UpdateInstancePayload) GetAclOk() (*ACL, bool) + func (o *UpdateInstancePayload) GetBackupSchedule() string + func (o *UpdateInstancePayload) GetBackupScheduleOk() (*string, bool) + func (o *UpdateInstancePayload) GetFlavorId() string + func (o *UpdateInstancePayload) GetFlavorIdOk() (*string, bool) + func (o *UpdateInstancePayload) GetLabels() map[string]string + func (o *UpdateInstancePayload) GetLabelsOk() (*map[string]string, bool) + func (o *UpdateInstancePayload) GetName() string + func (o *UpdateInstancePayload) GetNameOk() (*string, bool) + func (o *UpdateInstancePayload) GetOptions() map[string]string + func (o *UpdateInstancePayload) GetOptionsOk() (*map[string]string, bool) + func (o *UpdateInstancePayload) GetReplicas() int32 + func (o *UpdateInstancePayload) GetReplicasOk() (*int32, bool) + func (o *UpdateInstancePayload) GetStorage() Storage + func (o *UpdateInstancePayload) GetStorageOk() (*Storage, bool) + func (o *UpdateInstancePayload) GetVersion() string + func (o *UpdateInstancePayload) GetVersionOk() (*string, bool) + func (o *UpdateInstancePayload) HasLabels() bool + func (o *UpdateInstancePayload) SetAcl(v ACL) + func (o *UpdateInstancePayload) SetBackupSchedule(v string) + func (o *UpdateInstancePayload) SetFlavorId(v string) + func (o *UpdateInstancePayload) SetLabels(v map[string]string) + func (o *UpdateInstancePayload) SetName(v string) + func (o *UpdateInstancePayload) SetOptions(v map[string]string) + func (o *UpdateInstancePayload) SetReplicas(v int32) + func (o *UpdateInstancePayload) SetStorage(v Storage) + func (o *UpdateInstancePayload) SetVersion(v string) + func (o *UpdateInstancePayload) UnmarshalJSON(data []byte) (err error) + func (o UpdateInstancePayload) MarshalJSON() ([]byte, error) + func (o UpdateInstancePayload) ToMap() (map[string]interface{}, error) + type UpdateInstanceResponse struct + Item *Instance + func NewUpdateInstanceResponse() *UpdateInstanceResponse + func NewUpdateInstanceResponseWithDefaults() *UpdateInstanceResponse + func (o *UpdateInstanceResponse) GetItem() Instance + func (o *UpdateInstanceResponse) GetItemOk() (*Instance, bool) + func (o *UpdateInstanceResponse) HasItem() bool + func (o *UpdateInstanceResponse) SetItem(v Instance) + func (o UpdateInstanceResponse) MarshalJSON() ([]byte, error) + func (o UpdateInstanceResponse) ToMap() (map[string]interface{}, error) + type UpdateUserPayload struct + Database string + Roles []string + func NewUpdateUserPayload(database string, roles []string) *UpdateUserPayload + func NewUpdateUserPayloadWithDefaults() *UpdateUserPayload + func (o *UpdateUserPayload) GetDatabase() string + func (o *UpdateUserPayload) GetDatabaseOk() (*string, bool) + func (o *UpdateUserPayload) GetRoles() []string + func (o *UpdateUserPayload) GetRolesOk() ([]string, bool) + func (o *UpdateUserPayload) SetDatabase(v string) + func (o *UpdateUserPayload) SetRoles(v []string) + func (o *UpdateUserPayload) UnmarshalJSON(data []byte) (err error) + func (o UpdateUserPayload) MarshalJSON() ([]byte, error) + func (o UpdateUserPayload) ToMap() (map[string]interface{}, error) + type User struct + Database *string + Host *string + Id *string + Password *string + Port *int32 + Roles []string + Uri *string + Username *string + func NewUser() *User + func NewUserWithDefaults() *User + func (o *User) GetDatabase() string + func (o *User) GetDatabaseOk() (*string, bool) + func (o *User) GetHost() string + func (o *User) GetHostOk() (*string, bool) + func (o *User) GetId() string + func (o *User) GetIdOk() (*string, bool) + func (o *User) GetPassword() string + func (o *User) GetPasswordOk() (*string, bool) + func (o *User) GetPort() int32 + func (o *User) GetPortOk() (*int32, bool) + func (o *User) GetRoles() []string + func (o *User) GetRolesOk() ([]string, bool) + func (o *User) GetUri() string + func (o *User) GetUriOk() (*string, bool) + func (o *User) GetUsername() string + func (o *User) GetUsernameOk() (*string, bool) + func (o *User) HasDatabase() bool + func (o *User) HasHost() bool + func (o *User) HasId() bool + func (o *User) HasPassword() bool + func (o *User) HasPort() bool + func (o *User) HasRoles() bool + func (o *User) HasUri() bool + func (o *User) HasUsername() bool + func (o *User) SetDatabase(v string) + func (o *User) SetHost(v string) + func (o *User) SetId(v string) + func (o *User) SetPassword(v string) + func (o *User) SetPort(v int32) + func (o *User) SetRoles(v []string) + func (o *User) SetUri(v string) + func (o *User) SetUsername(v string) + func (o User) MarshalJSON() ([]byte, error) + func (o User) ToMap() (map[string]interface{}, error)