Documentation
¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func NewConfiguration() *config.Configuration
- func ParameterValueToString(obj interface{}, key string) string
- 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
- type ACLGetItemsArgType
- type ACLGetItemsAttributeType
- type ACLGetItemsRetType
- type APIClient
- func (a *APIClient) CloneInstance(ctx context.Context, projectId string, instanceId string) ApiCloneInstanceRequest
- func (a *APIClient) CloneInstanceExecute(ctx context.Context, projectId string, instanceId string) (*CloneInstanceResponse, error)
- func (a *APIClient) CreateInstance(ctx context.Context, projectId string) ApiCreateInstanceRequest
- func (a *APIClient) CreateInstanceExecute(ctx context.Context, projectId string) (*CreateInstanceResponse, error)
- func (a *APIClient) CreateUser(ctx context.Context, projectId string, instanceId string) ApiCreateUserRequest
- func (a *APIClient) CreateUserExecute(ctx context.Context, projectId string, instanceId string) (*CreateUserResponse, error)
- func (a *APIClient) DeleteInstance(ctx context.Context, projectId string, instanceId string) ApiDeleteInstanceRequest
- func (a *APIClient) DeleteInstanceExecute(ctx context.Context, projectId string, instanceId string) error
- func (a *APIClient) DeleteUser(ctx context.Context, projectId string, instanceId string, userId string) ApiDeleteUserRequest
- func (a *APIClient) DeleteUserExecute(ctx context.Context, projectId string, instanceId string, userId string) error
- func (a *APIClient) GetBackup(ctx context.Context, projectId string, instanceId string, backupId string) ApiGetBackupRequest
- func (a *APIClient) GetBackupExecute(ctx context.Context, projectId string, instanceId string, backupId string) (*GetBackupResponse, error)
- func (c *APIClient) GetConfig() *config.Configuration
- func (a *APIClient) GetInstance(ctx context.Context, projectId string, instanceId string) ApiGetInstanceRequest
- func (a *APIClient) GetInstanceExecute(ctx context.Context, projectId string, instanceId string) (*GetInstanceResponse, error)
- func (a *APIClient) GetUser(ctx context.Context, projectId string, instanceId string, userId string) ApiGetUserRequest
- func (a *APIClient) GetUserExecute(ctx context.Context, projectId string, instanceId string, userId string) (*GetUserResponse, error)
- func (a *APIClient) ListAdvisorSlowQueries(ctx context.Context, projectId string, instanceId string) ApiListAdvisorSlowQueriesRequest
- func (a *APIClient) ListAdvisorSlowQueriesExecute(ctx context.Context, projectId string, instanceId string) (*HandlersInstancesSlowQueriesResponse, error)
- func (a *APIClient) ListBackups(ctx context.Context, projectId string, instanceId string) ApiListBackupsRequest
- func (a *APIClient) ListBackupsExecute(ctx context.Context, projectId string, instanceId string) (*ListBackupsResponse, error)
- func (a *APIClient) ListFlavors(ctx context.Context, projectId string) ApiListFlavorsRequest
- func (a *APIClient) ListFlavorsExecute(ctx context.Context, projectId string) (*ListFlavorsResponse, error)
- func (a *APIClient) ListInstances(ctx context.Context, projectId string) ApiListInstancesRequest
- func (a *APIClient) ListInstancesExecute(ctx context.Context, projectId string) (*ListInstancesResponse, error)
- func (a *APIClient) ListMetrics(ctx context.Context, projectId string, instanceId string, metric string) ApiListMetricsRequest
- func (a *APIClient) ListMetricsExecute(ctx context.Context, projectId string, instanceId string, metric string) (*ListMetricsResponse, error)
- func (a *APIClient) ListRestoreJobs(ctx context.Context, projectId string, instanceId string) ApiListRestoreJobsRequest
- func (a *APIClient) ListRestoreJobsExecute(ctx context.Context, projectId string, instanceId string) (*ListRestoreJobsResponse, error)
- func (a *APIClient) ListStorages(ctx context.Context, projectId string, flavor string) ApiListStoragesRequest
- func (a *APIClient) ListStoragesExecute(ctx context.Context, projectId string, flavor string) (*ListStoragesResponse, error)
- func (a *APIClient) ListSuggestedIndexes(ctx context.Context, projectId string, instanceId string) ApiListSuggestedIndexesRequest
- func (a *APIClient) ListSuggestedIndexesExecute(ctx context.Context, projectId string, instanceId string) (*HandlersInstancesSuggestedIndexesResponse, error)
- func (a *APIClient) ListUsers(ctx context.Context, projectId string, instanceId string) ApiListUsersRequest
- func (a *APIClient) ListUsersExecute(ctx context.Context, projectId string, instanceId string) (*ListUsersResponse, error)
- func (a *APIClient) ListVersions(ctx context.Context, projectId string) ApiListVersionsRequest
- func (a *APIClient) ListVersionsExecute(ctx context.Context, projectId string) (*ListVersionsResponse, error)
- func (a *APIClient) PartialUpdateInstance(ctx context.Context, projectId string, instanceId string) ApiPartialUpdateInstanceRequest
- func (a *APIClient) PartialUpdateInstanceExecute(ctx context.Context, projectId string, instanceId string) (*UpdateInstanceResponse, error)
- func (a *APIClient) PartialUpdateUser(ctx context.Context, projectId string, instanceId string, userId string) ApiPartialUpdateUserRequest
- func (a *APIClient) PartialUpdateUserExecute(ctx context.Context, projectId string, instanceId string, userId string) error
- func (a *APIClient) ResetUser(ctx context.Context, projectId string, instanceId string, userId string) ApiResetUserRequest
- func (a *APIClient) ResetUserExecute(ctx context.Context, projectId string, instanceId string, userId string) (*User, error)
- func (a *APIClient) RestoreInstance(ctx context.Context, projectId string, instanceId string) ApiRestoreInstanceRequest
- func (a *APIClient) RestoreInstanceExecute(ctx context.Context, projectId string, instanceId string) (*RestoreInstanceResponse, error)
- func (a *APIClient) UpdateBackupSchedule(ctx context.Context, projectId string, instanceId string) ApiUpdateBackupScheduleRequest
- func (a *APIClient) UpdateBackupScheduleExecute(ctx context.Context, projectId string, instanceId string) (*BackupSchedule, error)
- func (a *APIClient) UpdateInstance(ctx context.Context, projectId string, instanceId string) ApiUpdateInstanceRequest
- func (a *APIClient) UpdateInstanceExecute(ctx context.Context, projectId string, instanceId string) (*UpdateInstanceResponse, error)
- func (a *APIClient) UpdateUser(ctx context.Context, projectId string, instanceId string, userId string) ApiUpdateUserRequest
- func (a *APIClient) UpdateUserExecute(ctx context.Context, projectId string, instanceId string, userId string) error
- type ApiCloneInstanceRequest
- type ApiCreateInstanceRequest
- type ApiCreateUserRequest
- type ApiDeleteInstanceRequest
- type ApiDeleteUserRequest
- type ApiGetBackupRequest
- type ApiGetInstanceRequest
- type ApiGetUserRequest
- type ApiListAdvisorSlowQueriesRequest
- type ApiListBackupsRequest
- type ApiListFlavorsRequest
- type ApiListInstancesRequest
- type ApiListMetricsRequest
- 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
- type ApiListStoragesRequest
- type ApiListSuggestedIndexesRequest
- type ApiListUsersRequest
- type ApiListVersionsRequest
- type ApiPartialUpdateInstanceRequest
- type ApiPartialUpdateUserRequest
- type ApiResetUserRequest
- type ApiRestoreInstanceRequest
- type ApiUpdateBackupScheduleRequest
- type ApiUpdateInstanceRequest
- type ApiUpdateUserRequest
- type Backup
- func (o *Backup) GetEndTime() (res BackupGetEndTimeRetType)
- func (o *Backup) GetEndTimeOk() (ret BackupGetEndTimeRetType, ok bool)
- func (o *Backup) GetError() (res BackupGetErrorRetType)
- func (o *Backup) GetErrorOk() (ret BackupGetErrorRetType, ok bool)
- func (o *Backup) GetId() (res BackupGetIdRetType)
- func (o *Backup) GetIdOk() (ret BackupGetIdRetType, ok bool)
- func (o *Backup) GetLabels() (res BackupGetLabelsRetType)
- func (o *Backup) GetLabelsOk() (ret BackupGetLabelsRetType, ok bool)
- func (o *Backup) GetName() (res BackupGetNameRetType)
- func (o *Backup) GetNameOk() (ret BackupGetNameRetType, ok bool)
- func (o *Backup) GetOptions() (res BackupGetOptionsRetType)
- func (o *Backup) GetOptionsOk() (ret BackupGetOptionsRetType, ok bool)
- func (o *Backup) GetSize() (res BackupGetSizeRetType)
- func (o *Backup) GetSizeOk() (ret BackupGetSizeRetType, ok bool)
- func (o *Backup) GetStartTime() (res BackupGetStartTimeRetType)
- func (o *Backup) GetStartTimeOk() (ret BackupGetStartTimeRetType, ok 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 BackupGetEndTimeRetType)
- func (o *Backup) SetError(v BackupGetErrorRetType)
- func (o *Backup) SetId(v BackupGetIdRetType)
- func (o *Backup) SetLabels(v BackupGetLabelsRetType)
- func (o *Backup) SetName(v BackupGetNameRetType)
- func (o *Backup) SetOptions(v BackupGetOptionsRetType)
- func (o *Backup) SetSize(v BackupGetSizeRetType)
- func (o *Backup) SetStartTime(v BackupGetStartTimeRetType)
- func (o Backup) ToMap() (map[string]interface{}, error)
- type BackupGetEndTimeArgType
- type BackupGetEndTimeAttributeType
- type BackupGetEndTimeRetType
- type BackupGetErrorArgType
- type BackupGetErrorAttributeType
- type BackupGetErrorRetType
- type BackupGetIdArgType
- type BackupGetIdAttributeType
- type BackupGetIdRetType
- type BackupGetLabelsArgType
- type BackupGetLabelsAttributeType
- type BackupGetLabelsRetType
- type BackupGetNameArgType
- type BackupGetNameAttributeType
- type BackupGetNameRetType
- type BackupGetOptionsArgType
- type BackupGetOptionsAttributeType
- type BackupGetOptionsRetType
- type BackupGetSizeArgType
- type BackupGetSizeAttributeType
- type BackupGetSizeRetType
- type BackupGetStartTimeArgType
- type BackupGetStartTimeAttributeType
- type BackupGetStartTimeRetType
- type BackupSchedule
- func (o *BackupSchedule) GetBackupSchedule() (res BackupScheduleGetBackupScheduleRetType)
- func (o *BackupSchedule) GetBackupScheduleOk() (ret BackupScheduleGetBackupScheduleRetType, ok bool)
- func (o *BackupSchedule) GetDailySnapshotRetentionDays() (res BackupScheduleGetDailySnapshotRetentionDaysRetType)
- func (o *BackupSchedule) GetDailySnapshotRetentionDaysOk() (ret BackupScheduleGetDailySnapshotRetentionDaysRetType, ok bool)
- func (o *BackupSchedule) GetMonthlySnapshotRetentionMonths() (res BackupScheduleGetMonthlySnapshotRetentionMonthsRetType)
- func (o *BackupSchedule) GetMonthlySnapshotRetentionMonthsOk() (ret BackupScheduleGetMonthlySnapshotRetentionMonthsRetType, ok bool)
- func (o *BackupSchedule) GetPointInTimeWindowHours() (res BackupScheduleGetPointInTimeWindowHoursRetType)
- func (o *BackupSchedule) GetPointInTimeWindowHoursOk() (ret BackupScheduleGetPointInTimeWindowHoursRetType, ok bool)
- func (o *BackupSchedule) GetSnapshotRetentionDays() (res BackupScheduleGetSnapshotRetentionDaysRetType)
- func (o *BackupSchedule) GetSnapshotRetentionDaysOk() (ret BackupScheduleGetSnapshotRetentionDaysRetType, ok bool)
- func (o *BackupSchedule) GetWeeklySnapshotRetentionWeeks() (res BackupScheduleGetWeeklySnapshotRetentionWeeksRetType)
- func (o *BackupSchedule) GetWeeklySnapshotRetentionWeeksOk() (ret BackupScheduleGetWeeklySnapshotRetentionWeeksRetType, ok 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 BackupScheduleGetBackupScheduleRetType)
- func (o *BackupSchedule) SetDailySnapshotRetentionDays(v BackupScheduleGetDailySnapshotRetentionDaysRetType)
- func (o *BackupSchedule) SetMonthlySnapshotRetentionMonths(v BackupScheduleGetMonthlySnapshotRetentionMonthsRetType)
- func (o *BackupSchedule) SetPointInTimeWindowHours(v BackupScheduleGetPointInTimeWindowHoursRetType)
- func (o *BackupSchedule) SetSnapshotRetentionDays(v BackupScheduleGetSnapshotRetentionDaysRetType)
- func (o *BackupSchedule) SetWeeklySnapshotRetentionWeeks(v BackupScheduleGetWeeklySnapshotRetentionWeeksRetType)
- func (o BackupSchedule) ToMap() (map[string]interface{}, error)
- type BackupScheduleGetBackupScheduleArgType
- type BackupScheduleGetBackupScheduleAttributeType
- type BackupScheduleGetBackupScheduleRetType
- type BackupScheduleGetDailySnapshotRetentionDaysArgType
- type BackupScheduleGetDailySnapshotRetentionDaysAttributeType
- type BackupScheduleGetDailySnapshotRetentionDaysRetType
- type BackupScheduleGetMonthlySnapshotRetentionMonthsArgType
- type BackupScheduleGetMonthlySnapshotRetentionMonthsAttributeType
- type BackupScheduleGetMonthlySnapshotRetentionMonthsRetType
- type BackupScheduleGetPointInTimeWindowHoursArgType
- type BackupScheduleGetPointInTimeWindowHoursAttributeType
- type BackupScheduleGetPointInTimeWindowHoursRetType
- type BackupScheduleGetSnapshotRetentionDaysArgType
- type BackupScheduleGetSnapshotRetentionDaysAttributeType
- type BackupScheduleGetSnapshotRetentionDaysRetType
- type BackupScheduleGetWeeklySnapshotRetentionWeeksArgType
- type BackupScheduleGetWeeklySnapshotRetentionWeeksAttributeType
- type BackupScheduleGetWeeklySnapshotRetentionWeeksRetType
- type CloneInstancePayload
- func (o *CloneInstancePayload) GetInstanceId() (ret CloneInstancePayloadGetInstanceIdRetType)
- func (o *CloneInstancePayload) GetInstanceIdOk() (ret CloneInstancePayloadGetInstanceIdRetType, ok bool)
- func (o *CloneInstancePayload) GetTimestamp() (res CloneInstancePayloadGetTimestampRetType)
- func (o *CloneInstancePayload) GetTimestampOk() (ret CloneInstancePayloadGetTimestampRetType, ok bool)
- func (o *CloneInstancePayload) HasTimestamp() bool
- func (o *CloneInstancePayload) SetInstanceId(v CloneInstancePayloadGetInstanceIdRetType)
- func (o *CloneInstancePayload) SetTimestamp(v CloneInstancePayloadGetTimestampRetType)
- func (o CloneInstancePayload) ToMap() (map[string]interface{}, error)
- type CloneInstancePayloadGetInstanceIdArgType
- type CloneInstancePayloadGetInstanceIdAttributeType
- type CloneInstancePayloadGetInstanceIdRetType
- type CloneInstancePayloadGetTimestampArgType
- type CloneInstancePayloadGetTimestampAttributeType
- type CloneInstancePayloadGetTimestampRetType
- type CloneInstanceResponse
- func (o *CloneInstanceResponse) GetInstanceId() (res CloneInstanceResponseGetInstanceIdRetType)
- func (o *CloneInstanceResponse) GetInstanceIdOk() (ret CloneInstanceResponseGetInstanceIdRetType, ok bool)
- func (o *CloneInstanceResponse) HasInstanceId() bool
- func (o *CloneInstanceResponse) SetInstanceId(v CloneInstanceResponseGetInstanceIdRetType)
- func (o CloneInstanceResponse) ToMap() (map[string]interface{}, error)
- type CloneInstanceResponseGetInstanceIdArgType
- type CloneInstanceResponseGetInstanceIdAttributeType
- type CloneInstanceResponseGetInstanceIdRetType
- type CreateInstancePayload
- func (o *CreateInstancePayload) GetAcl() (ret CreateInstancePayloadGetAclRetType)
- func (o *CreateInstancePayload) GetAclOk() (ret CreateInstancePayloadGetAclRetType, ok bool)
- func (o *CreateInstancePayload) GetBackupSchedule() (ret CreateInstancePayloadGetBackupScheduleRetType)
- func (o *CreateInstancePayload) GetBackupScheduleOk() (ret CreateInstancePayloadGetBackupScheduleRetType, ok bool)
- func (o *CreateInstancePayload) GetFlavorId() (ret CreateInstancePayloadGetFlavorIdRetType)
- func (o *CreateInstancePayload) GetFlavorIdOk() (ret CreateInstancePayloadGetFlavorIdRetType, ok bool)
- func (o *CreateInstancePayload) GetLabels() (res CreateInstancePayloadGetLabelsRetType)
- func (o *CreateInstancePayload) GetLabelsOk() (ret CreateInstancePayloadGetLabelsRetType, ok bool)
- func (o *CreateInstancePayload) GetName() (ret CreateInstancePayloadGetNameRetType)
- func (o *CreateInstancePayload) GetNameOk() (ret CreateInstancePayloadGetNameRetType, ok bool)
- func (o *CreateInstancePayload) GetOptions() (ret CreateInstancePayloadGetOptionsRetType)
- func (o *CreateInstancePayload) GetOptionsOk() (ret CreateInstancePayloadGetOptionsRetType, ok bool)
- func (o *CreateInstancePayload) GetReplicas() (ret CreateInstancePayloadGetReplicasRetType)
- func (o *CreateInstancePayload) GetReplicasOk() (ret CreateInstancePayloadGetReplicasRetType, ok bool)
- func (o *CreateInstancePayload) GetStorage() (ret CreateInstancePayloadGetStorageRetType)
- func (o *CreateInstancePayload) GetStorageOk() (ret CreateInstancePayloadGetStorageRetType, ok bool)
- func (o *CreateInstancePayload) GetVersion() (ret CreateInstancePayloadGetVersionRetType)
- func (o *CreateInstancePayload) GetVersionOk() (ret CreateInstancePayloadGetVersionRetType, ok bool)
- func (o *CreateInstancePayload) HasLabels() bool
- func (o *CreateInstancePayload) SetAcl(v CreateInstancePayloadGetAclRetType)
- func (o *CreateInstancePayload) SetBackupSchedule(v CreateInstancePayloadGetBackupScheduleRetType)
- func (o *CreateInstancePayload) SetFlavorId(v CreateInstancePayloadGetFlavorIdRetType)
- func (o *CreateInstancePayload) SetLabels(v CreateInstancePayloadGetLabelsRetType)
- func (o *CreateInstancePayload) SetName(v CreateInstancePayloadGetNameRetType)
- func (o *CreateInstancePayload) SetOptions(v CreateInstancePayloadGetOptionsRetType)
- func (o *CreateInstancePayload) SetReplicas(v CreateInstancePayloadGetReplicasRetType)
- func (o *CreateInstancePayload) SetStorage(v CreateInstancePayloadGetStorageRetType)
- func (o *CreateInstancePayload) SetVersion(v CreateInstancePayloadGetVersionRetType)
- func (o CreateInstancePayload) ToMap() (map[string]interface{}, error)
- type CreateInstancePayloadGetAclArgType
- type CreateInstancePayloadGetAclAttributeType
- type CreateInstancePayloadGetAclRetType
- type CreateInstancePayloadGetBackupScheduleArgType
- type CreateInstancePayloadGetBackupScheduleAttributeType
- type CreateInstancePayloadGetBackupScheduleRetType
- type CreateInstancePayloadGetFlavorIdArgType
- type CreateInstancePayloadGetFlavorIdAttributeType
- type CreateInstancePayloadGetFlavorIdRetType
- type CreateInstancePayloadGetLabelsArgType
- type CreateInstancePayloadGetLabelsAttributeType
- type CreateInstancePayloadGetLabelsRetType
- type CreateInstancePayloadGetNameArgType
- type CreateInstancePayloadGetNameAttributeType
- type CreateInstancePayloadGetNameRetType
- type CreateInstancePayloadGetOptionsArgType
- type CreateInstancePayloadGetOptionsAttributeType
- type CreateInstancePayloadGetOptionsRetType
- type CreateInstancePayloadGetReplicasArgType
- type CreateInstancePayloadGetReplicasAttributeType
- type CreateInstancePayloadGetReplicasRetType
- type CreateInstancePayloadGetStorageArgType
- type CreateInstancePayloadGetStorageAttributeType
- type CreateInstancePayloadGetStorageRetType
- type CreateInstancePayloadGetVersionArgType
- type CreateInstancePayloadGetVersionAttributeType
- type CreateInstancePayloadGetVersionRetType
- type CreateInstanceResponse
- func (o *CreateInstanceResponse) GetId() (res CreateInstanceResponseGetIdRetType)
- func (o *CreateInstanceResponse) GetIdOk() (ret CreateInstanceResponseGetIdRetType, ok bool)
- func (o *CreateInstanceResponse) HasId() bool
- func (o *CreateInstanceResponse) SetId(v CreateInstanceResponseGetIdRetType)
- func (o CreateInstanceResponse) ToMap() (map[string]interface{}, error)
- type CreateInstanceResponseGetIdArgType
- type CreateInstanceResponseGetIdAttributeType
- type CreateInstanceResponseGetIdRetType
- type CreateUserPayload
- func (o *CreateUserPayload) GetDatabase() (ret CreateUserPayloadGetDatabaseRetType)
- func (o *CreateUserPayload) GetDatabaseOk() (ret CreateUserPayloadGetDatabaseRetType, ok bool)
- func (o *CreateUserPayload) GetRoles() (ret CreateUserPayloadGetRolesRetType)
- func (o *CreateUserPayload) GetRolesOk() (ret CreateUserPayloadGetRolesRetType, ok bool)
- func (o *CreateUserPayload) GetUsername() (res CreateUserPayloadGetUsernameRetType)
- func (o *CreateUserPayload) GetUsernameOk() (ret CreateUserPayloadGetUsernameRetType, ok bool)
- func (o *CreateUserPayload) HasUsername() bool
- func (o *CreateUserPayload) SetDatabase(v CreateUserPayloadGetDatabaseRetType)
- func (o *CreateUserPayload) SetRoles(v CreateUserPayloadGetRolesRetType)
- func (o *CreateUserPayload) SetUsername(v CreateUserPayloadGetUsernameRetType)
- func (o CreateUserPayload) ToMap() (map[string]interface{}, error)
- type CreateUserPayloadGetDatabaseArgType
- type CreateUserPayloadGetDatabaseAttributeType
- type CreateUserPayloadGetDatabaseRetType
- type CreateUserPayloadGetRolesArgType
- type CreateUserPayloadGetRolesAttributeType
- type CreateUserPayloadGetRolesRetType
- type CreateUserPayloadGetUsernameArgType
- type CreateUserPayloadGetUsernameAttributeType
- type CreateUserPayloadGetUsernameRetType
- type CreateUserResponse
- func (o *CreateUserResponse) GetItem() (res CreateUserResponseGetItemRetType)
- func (o *CreateUserResponse) GetItemOk() (ret CreateUserResponseGetItemRetType, ok bool)
- func (o *CreateUserResponse) HasItem() bool
- func (o *CreateUserResponse) SetItem(v CreateUserResponseGetItemRetType)
- func (o CreateUserResponse) ToMap() (map[string]interface{}, error)
- type CreateUserResponseGetItemArgType
- type CreateUserResponseGetItemAttributeType
- type CreateUserResponseGetItemRetType
- type DataPoint
- func (o *DataPoint) GetTimestamp() (res DataPointGetTimestampRetType)
- func (o *DataPoint) GetTimestampOk() (ret DataPointGetTimestampRetType, ok bool)
- func (o *DataPoint) GetValue() (res DataPointGetValueRetType)
- func (o *DataPoint) GetValueOk() (ret DataPointGetValueRetType, ok bool)
- func (o *DataPoint) HasTimestamp() bool
- func (o *DataPoint) HasValue() bool
- func (o *DataPoint) SetTimestamp(v DataPointGetTimestampRetType)
- func (o *DataPoint) SetValue(v DataPointGetValueRetType)
- func (o DataPoint) ToMap() (map[string]interface{}, error)
- type DataPointGetTimestampArgType
- type DataPointGetTimestampAttributeType
- type DataPointGetTimestampRetType
- type DataPointGetValueArgType
- type DataPointGetValueAttributeType
- type DataPointGetValueRetType
- type DefaultApiService
- type Error
- func (o *Error) GetCode() (res ErrorGetCodeRetType)
- func (o *Error) GetCodeOk() (ret ErrorGetCodeRetType, ok bool)
- func (o *Error) GetFields() (res ErrorGetFieldsRetType)
- func (o *Error) GetFieldsOk() (ret ErrorGetFieldsRetType, ok bool)
- func (o *Error) GetMessage() (res ErrorGetMessageRetType)
- func (o *Error) GetMessageOk() (ret ErrorGetMessageRetType, ok bool)
- func (o *Error) GetType() (res ErrorGetTypeRetType)
- func (o *Error) GetTypeOk() (ret ErrorGetTypeRetType, ok 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 ErrorGetCodeRetType)
- func (o *Error) SetFields(v ErrorGetFieldsRetType)
- func (o *Error) SetMessage(v ErrorGetMessageRetType)
- func (o *Error) SetType(v ErrorGetTypeRetType)
- func (o Error) ToMap() (map[string]interface{}, error)
- type ErrorGetCodeArgType
- type ErrorGetCodeAttributeType
- type ErrorGetCodeRetType
- type ErrorGetFieldsArgType
- type ErrorGetFieldsAttributeType
- type ErrorGetFieldsRetType
- type ErrorGetMessageArgType
- type ErrorGetMessageAttributeType
- type ErrorGetMessageRetType
- type ErrorGetTypeArgType
- type ErrorGetTypeAttributeType
- type ErrorGetTypeRetType
- type Flavor
- func (o *Flavor) GetCpu() (res FlavorGetCpuRetType)
- func (o *Flavor) GetCpuOk() (ret FlavorGetCpuRetType, ok bool)
- func (o *Flavor) GetDescription() (res FlavorGetDescriptionRetType)
- func (o *Flavor) GetDescriptionOk() (ret FlavorGetDescriptionRetType, ok bool)
- func (o *Flavor) GetId() (res FlavorGetIdRetType)
- func (o *Flavor) GetIdOk() (ret FlavorGetIdRetType, ok bool)
- func (o *Flavor) GetMemory() (res FlavorGetMemoryRetType)
- func (o *Flavor) GetMemoryOk() (ret FlavorGetMemoryRetType, ok 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 FlavorGetCpuRetType)
- func (o *Flavor) SetDescription(v FlavorGetDescriptionRetType)
- func (o *Flavor) SetId(v FlavorGetIdRetType)
- func (o *Flavor) SetMemory(v FlavorGetMemoryRetType)
- func (o Flavor) ToMap() (map[string]interface{}, error)
- type FlavorGetCpuArgType
- type FlavorGetCpuAttributeType
- type FlavorGetCpuRetType
- type FlavorGetDescriptionArgType
- type FlavorGetDescriptionAttributeType
- type FlavorGetDescriptionRetType
- type FlavorGetIdArgType
- type FlavorGetIdAttributeType
- type FlavorGetIdRetType
- type FlavorGetMemoryArgType
- type FlavorGetMemoryAttributeType
- type FlavorGetMemoryRetType
- type GetBackupResponse
- func (o *GetBackupResponse) GetItem() (res GetBackupResponseGetItemRetType)
- func (o *GetBackupResponse) GetItemOk() (ret GetBackupResponseGetItemRetType, ok bool)
- func (o *GetBackupResponse) HasItem() bool
- func (o *GetBackupResponse) SetItem(v GetBackupResponseGetItemRetType)
- func (o GetBackupResponse) ToMap() (map[string]interface{}, error)
- type GetBackupResponseGetItemArgType
- type GetBackupResponseGetItemAttributeType
- type GetBackupResponseGetItemRetType
- type GetInstanceResponse
- func (o *GetInstanceResponse) GetItem() (res GetInstanceResponseGetItemRetType)
- func (o *GetInstanceResponse) GetItemOk() (ret GetInstanceResponseGetItemRetType, ok bool)
- func (o *GetInstanceResponse) HasItem() bool
- func (o *GetInstanceResponse) SetItem(v GetInstanceResponseGetItemRetType)
- func (o GetInstanceResponse) ToMap() (map[string]interface{}, error)
- type GetInstanceResponseGetItemArgType
- type GetInstanceResponseGetItemAttributeType
- type GetInstanceResponseGetItemRetType
- type GetUserResponse
- func (o *GetUserResponse) GetItem() (res GetUserResponseGetItemRetType)
- func (o *GetUserResponse) GetItemOk() (ret GetUserResponseGetItemRetType, ok bool)
- func (o *GetUserResponse) HasItem() bool
- func (o *GetUserResponse) SetItem(v GetUserResponseGetItemRetType)
- func (o GetUserResponse) ToMap() (map[string]interface{}, error)
- type GetUserResponseGetItemArgType
- type GetUserResponseGetItemAttributeType
- type GetUserResponseGetItemRetType
- type HandlersInfraFlavor
- func (o *HandlersInfraFlavor) GetCategories() (res HandlersInfraFlavorGetCategoriesRetType)
- func (o *HandlersInfraFlavor) GetCategoriesOk() (ret HandlersInfraFlavorGetCategoriesRetType, ok bool)
- func (o *HandlersInfraFlavor) GetCpu() (res HandlersInfraFlavorGetCpuRetType)
- func (o *HandlersInfraFlavor) GetCpuOk() (ret HandlersInfraFlavorGetCpuRetType, ok bool)
- func (o *HandlersInfraFlavor) GetDescription() (res HandlersInfraFlavorGetDescriptionRetType)
- func (o *HandlersInfraFlavor) GetDescriptionOk() (ret HandlersInfraFlavorGetDescriptionRetType, ok bool)
- func (o *HandlersInfraFlavor) GetId() (res HandlersInfraFlavorGetIdRetType)
- func (o *HandlersInfraFlavor) GetIdOk() (ret HandlersInfraFlavorGetIdRetType, ok bool)
- func (o *HandlersInfraFlavor) GetMemory() (res HandlersInfraFlavorGetMemoryRetType)
- func (o *HandlersInfraFlavor) GetMemoryOk() (ret HandlersInfraFlavorGetMemoryRetType, ok 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 HandlersInfraFlavorGetCategoriesRetType)
- func (o *HandlersInfraFlavor) SetCpu(v HandlersInfraFlavorGetCpuRetType)
- func (o *HandlersInfraFlavor) SetDescription(v HandlersInfraFlavorGetDescriptionRetType)
- func (o *HandlersInfraFlavor) SetId(v HandlersInfraFlavorGetIdRetType)
- func (o *HandlersInfraFlavor) SetMemory(v HandlersInfraFlavorGetMemoryRetType)
- func (o HandlersInfraFlavor) ToMap() (map[string]interface{}, error)
- type HandlersInfraFlavorGetCategoriesArgType
- type HandlersInfraFlavorGetCategoriesAttributeType
- type HandlersInfraFlavorGetCategoriesRetType
- type HandlersInfraFlavorGetCpuArgType
- type HandlersInfraFlavorGetCpuAttributeType
- type HandlersInfraFlavorGetCpuRetType
- type HandlersInfraFlavorGetDescriptionArgType
- type HandlersInfraFlavorGetDescriptionAttributeType
- type HandlersInfraFlavorGetDescriptionRetType
- type HandlersInfraFlavorGetIdArgType
- type HandlersInfraFlavorGetIdAttributeType
- type HandlersInfraFlavorGetIdRetType
- type HandlersInfraFlavorGetMemoryArgType
- type HandlersInfraFlavorGetMemoryAttributeType
- type HandlersInfraFlavorGetMemoryRetType
- type HandlersInfraGetFlavorsResponse
- func (o *HandlersInfraGetFlavorsResponse) GetFlavors() (res HandlersInfraGetFlavorsResponseGetFlavorsRetType)
- func (o *HandlersInfraGetFlavorsResponse) GetFlavorsOk() (ret HandlersInfraGetFlavorsResponseGetFlavorsRetType, ok bool)
- func (o *HandlersInfraGetFlavorsResponse) HasFlavors() bool
- func (o *HandlersInfraGetFlavorsResponse) SetFlavors(v HandlersInfraGetFlavorsResponseGetFlavorsRetType)
- func (o HandlersInfraGetFlavorsResponse) ToMap() (map[string]interface{}, error)
- type HandlersInfraGetFlavorsResponseGetFlavorsArgType
- type HandlersInfraGetFlavorsResponseGetFlavorsAttributeType
- type HandlersInfraGetFlavorsResponseGetFlavorsRetType
- type HandlersInstancesGetInstanceResponse
- func (o *HandlersInstancesGetInstanceResponse) GetItem() (res HandlersInstancesGetInstanceResponseGetItemRetType)
- func (o *HandlersInstancesGetInstanceResponse) GetItemOk() (ret HandlersInstancesGetInstanceResponseGetItemRetType, ok bool)
- func (o *HandlersInstancesGetInstanceResponse) HasItem() bool
- func (o *HandlersInstancesGetInstanceResponse) SetItem(v HandlersInstancesGetInstanceResponseGetItemRetType)
- func (o HandlersInstancesGetInstanceResponse) ToMap() (map[string]interface{}, error)
- type HandlersInstancesGetInstanceResponseGetItemArgType
- type HandlersInstancesGetInstanceResponseGetItemAttributeType
- type HandlersInstancesGetInstanceResponseGetItemRetType
- type HandlersInstancesSlowQueriesResponse
- func (o *HandlersInstancesSlowQueriesResponse) GetSlowQueries() (res HandlersInstancesSlowQueriesResponseGetSlowQueriesRetType)
- func (o *HandlersInstancesSlowQueriesResponse) GetSlowQueriesOk() (ret HandlersInstancesSlowQueriesResponseGetSlowQueriesRetType, ok bool)
- func (o *HandlersInstancesSlowQueriesResponse) HasSlowQueries() bool
- func (o *HandlersInstancesSlowQueriesResponse) SetSlowQueries(v HandlersInstancesSlowQueriesResponseGetSlowQueriesRetType)
- func (o HandlersInstancesSlowQueriesResponse) ToMap() (map[string]interface{}, error)
- type HandlersInstancesSlowQueriesResponseGetSlowQueriesArgType
- type HandlersInstancesSlowQueriesResponseGetSlowQueriesAttributeType
- type HandlersInstancesSlowQueriesResponseGetSlowQueriesRetType
- type HandlersInstancesSuggestedIndexesResponse
- func (o *HandlersInstancesSuggestedIndexesResponse) GetShapes() (res HandlersInstancesSuggestedIndexesResponseGetShapesRetType)
- func (o *HandlersInstancesSuggestedIndexesResponse) GetShapesOk() (ret HandlersInstancesSuggestedIndexesResponseGetShapesRetType, ok bool)
- func (o *HandlersInstancesSuggestedIndexesResponse) GetSuggestedIndexes() (res HandlersInstancesSuggestedIndexesResponseGetSuggestedIndexesRetType)
- func (o *HandlersInstancesSuggestedIndexesResponse) GetSuggestedIndexesOk() (ret HandlersInstancesSuggestedIndexesResponseGetSuggestedIndexesRetType, ...)
- func (o *HandlersInstancesSuggestedIndexesResponse) HasShapes() bool
- func (o *HandlersInstancesSuggestedIndexesResponse) HasSuggestedIndexes() bool
- func (o *HandlersInstancesSuggestedIndexesResponse) SetShapes(v HandlersInstancesSuggestedIndexesResponseGetShapesRetType)
- func (o *HandlersInstancesSuggestedIndexesResponse) SetSuggestedIndexes(v HandlersInstancesSuggestedIndexesResponseGetSuggestedIndexesRetType)
- func (o HandlersInstancesSuggestedIndexesResponse) ToMap() (map[string]interface{}, error)
- type HandlersInstancesSuggestedIndexesResponseGetShapesArgType
- type HandlersInstancesSuggestedIndexesResponseGetShapesAttributeType
- type HandlersInstancesSuggestedIndexesResponseGetShapesRetType
- type HandlersInstancesSuggestedIndexesResponseGetSuggestedIndexesArgType
- type HandlersInstancesSuggestedIndexesResponseGetSuggestedIndexesAttributeType
- type HandlersInstancesSuggestedIndexesResponseGetSuggestedIndexesRetType
- type Host
- func (o *Host) GetHostMetrics() (res HostGetHostMetricsRetType)
- func (o *Host) GetHostMetricsOk() (ret HostGetHostMetricsRetType, ok bool)
- func (o *Host) GetId() (res HostGetIdRetType)
- func (o *Host) GetIdOk() (ret HostGetIdRetType, ok bool)
- func (o *Host) HasHostMetrics() bool
- func (o *Host) HasId() bool
- func (o *Host) SetHostMetrics(v HostGetHostMetricsRetType)
- func (o *Host) SetId(v HostGetIdRetType)
- func (o Host) ToMap() (map[string]interface{}, error)
- type HostGetHostMetricsArgType
- type HostGetHostMetricsAttributeType
- type HostGetHostMetricsRetType
- type HostGetIdArgType
- type HostGetIdAttributeType
- type HostGetIdRetType
- type HostMetric
- func (o *HostMetric) GetDatapoints() (res HostMetricGetDatapointsRetType)
- func (o *HostMetric) GetDatapointsOk() (ret HostMetricGetDatapointsRetType, ok bool)
- func (o *HostMetric) GetName() (res HostMetricGetNameRetType)
- func (o *HostMetric) GetNameOk() (ret HostMetricGetNameRetType, ok bool)
- func (o *HostMetric) GetUnits() (res HostMetricGetUnitsRetType)
- func (o *HostMetric) GetUnitsOk() (ret HostMetricGetUnitsRetType, ok bool)
- func (o *HostMetric) HasDatapoints() bool
- func (o *HostMetric) HasName() bool
- func (o *HostMetric) HasUnits() bool
- func (o *HostMetric) SetDatapoints(v HostMetricGetDatapointsRetType)
- func (o *HostMetric) SetName(v HostMetricGetNameRetType)
- func (o *HostMetric) SetUnits(v HostMetricGetUnitsRetType)
- func (o HostMetric) ToMap() (map[string]interface{}, error)
- type HostMetricGetDatapointsArgType
- type HostMetricGetDatapointsAttributeType
- type HostMetricGetDatapointsRetType
- type HostMetricGetNameArgType
- type HostMetricGetNameAttributeType
- type HostMetricGetNameRetType
- type HostMetricGetUnitsArgType
- type HostMetricGetUnitsAttributeType
- type HostMetricGetUnitsRetType
- type Instance
- func (o *Instance) GetAcl() (res InstanceGetAclRetType)
- func (o *Instance) GetAclOk() (ret InstanceGetAclRetType, ok bool)
- func (o *Instance) GetBackupSchedule() (res InstanceGetBackupScheduleRetType)
- func (o *Instance) GetBackupScheduleOk() (ret InstanceGetBackupScheduleRetType, ok bool)
- func (o *Instance) GetFlavor() (res InstanceGetFlavorRetType)
- func (o *Instance) GetFlavorOk() (ret InstanceGetFlavorRetType, ok bool)
- func (o *Instance) GetId() (res InstanceGetIdRetType)
- func (o *Instance) GetIdOk() (ret InstanceGetIdRetType, ok bool)
- func (o *Instance) GetName() (res InstanceGetNameRetType)
- func (o *Instance) GetNameOk() (ret InstanceGetNameRetType, ok bool)
- func (o *Instance) GetOptions() (res InstanceGetOptionsRetType)
- func (o *Instance) GetOptionsOk() (ret InstanceGetOptionsRetType, ok bool)
- func (o *Instance) GetReplicas() (res InstanceGetReplicasRetType)
- func (o *Instance) GetReplicasOk() (ret InstanceGetReplicasRetType, ok bool)
- func (o *Instance) GetStatus() (res InstanceGetStatusRetType)
- func (o *Instance) GetStatusOk() (ret InstanceGetStatusRetType, ok bool)
- func (o *Instance) GetStorage() (res InstanceGetStorageRetType)
- func (o *Instance) GetStorageOk() (ret InstanceGetStorageRetType, ok bool)
- func (o *Instance) GetVersion() (res InstanceGetVersionRetType)
- func (o *Instance) GetVersionOk() (ret InstanceGetVersionRetType, ok 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 InstanceGetAclRetType)
- func (o *Instance) SetBackupSchedule(v InstanceGetBackupScheduleRetType)
- func (o *Instance) SetFlavor(v InstanceGetFlavorRetType)
- func (o *Instance) SetId(v InstanceGetIdRetType)
- func (o *Instance) SetName(v InstanceGetNameRetType)
- func (o *Instance) SetOptions(v InstanceGetOptionsRetType)
- func (o *Instance) SetReplicas(v InstanceGetReplicasRetType)
- func (o *Instance) SetStatus(v InstanceGetStatusRetType)
- func (o *Instance) SetStorage(v InstanceGetStorageRetType)
- func (o *Instance) SetVersion(v InstanceGetVersionRetType)
- func (o Instance) ToMap() (map[string]interface{}, error)
- type InstanceGetAclArgType
- type InstanceGetAclAttributeType
- type InstanceGetAclRetType
- type InstanceGetBackupScheduleArgType
- type InstanceGetBackupScheduleAttributeType
- type InstanceGetBackupScheduleRetType
- type InstanceGetFlavorArgType
- type InstanceGetFlavorAttributeType
- type InstanceGetFlavorRetType
- type InstanceGetIdArgType
- type InstanceGetIdAttributeType
- type InstanceGetIdRetType
- type InstanceGetNameArgType
- type InstanceGetNameAttributeType
- type InstanceGetNameRetType
- type InstanceGetOptionsArgType
- type InstanceGetOptionsAttributeType
- type InstanceGetOptionsRetType
- type InstanceGetReplicasArgType
- type InstanceGetReplicasAttributeType
- type InstanceGetReplicasRetType
- type InstanceGetStatusArgType
- type InstanceGetStatusAttributeType
- type InstanceGetStatusRetType
- type InstanceGetStorageArgType
- type InstanceGetStorageAttributeType
- type InstanceGetStorageRetType
- type InstanceGetVersionArgType
- type InstanceGetVersionAttributeType
- type InstanceGetVersionRetType
- type InstanceListInstance
- func (o *InstanceListInstance) GetId() (res InstanceListInstanceGetIdRetType)
- func (o *InstanceListInstance) GetIdOk() (ret InstanceListInstanceGetIdRetType, ok bool)
- func (o *InstanceListInstance) GetName() (res InstanceListInstanceGetNameRetType)
- func (o *InstanceListInstance) GetNameOk() (ret InstanceListInstanceGetNameRetType, ok bool)
- func (o *InstanceListInstance) GetStatus() (res InstanceListInstanceGetStatusRetType)
- func (o *InstanceListInstance) GetStatusOk() (ret InstanceListInstanceGetStatusRetType, ok bool)
- func (o *InstanceListInstance) HasId() bool
- func (o *InstanceListInstance) HasName() bool
- func (o *InstanceListInstance) HasStatus() bool
- func (o *InstanceListInstance) SetId(v InstanceListInstanceGetIdRetType)
- func (o *InstanceListInstance) SetName(v InstanceListInstanceGetNameRetType)
- func (o *InstanceListInstance) SetStatus(v InstanceListInstanceGetStatusRetType)
- func (o InstanceListInstance) ToMap() (map[string]interface{}, error)
- type InstanceListInstanceGetIdArgType
- type InstanceListInstanceGetIdAttributeType
- type InstanceListInstanceGetIdRetType
- type InstanceListInstanceGetNameArgType
- type InstanceListInstanceGetNameAttributeType
- type InstanceListInstanceGetNameRetType
- type InstanceListInstanceGetStatusArgType
- type InstanceListInstanceGetStatusAttributeType
- type InstanceListInstanceGetStatusRetType
- type InstanceListInstanceStatus
- type InstanceResponseUser
- func (o *InstanceResponseUser) GetDatabase() (res InstanceResponseUserGetDatabaseRetType)
- func (o *InstanceResponseUser) GetDatabaseOk() (ret InstanceResponseUserGetDatabaseRetType, ok bool)
- func (o *InstanceResponseUser) GetHost() (res InstanceResponseUserGetHostRetType)
- func (o *InstanceResponseUser) GetHostOk() (ret InstanceResponseUserGetHostRetType, ok bool)
- func (o *InstanceResponseUser) GetId() (res InstanceResponseUserGetIdRetType)
- func (o *InstanceResponseUser) GetIdOk() (ret InstanceResponseUserGetIdRetType, ok bool)
- func (o *InstanceResponseUser) GetPort() (res InstanceResponseUserGetPortRetType)
- func (o *InstanceResponseUser) GetPortOk() (ret InstanceResponseUserGetPortRetType, ok bool)
- func (o *InstanceResponseUser) GetRoles() (res InstanceResponseUserGetRolesRetType)
- func (o *InstanceResponseUser) GetRolesOk() (ret InstanceResponseUserGetRolesRetType, ok bool)
- func (o *InstanceResponseUser) GetUsername() (res InstanceResponseUserGetUsernameRetType)
- func (o *InstanceResponseUser) GetUsernameOk() (ret InstanceResponseUserGetUsernameRetType, ok 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 InstanceResponseUserGetDatabaseRetType)
- func (o *InstanceResponseUser) SetHost(v InstanceResponseUserGetHostRetType)
- func (o *InstanceResponseUser) SetId(v InstanceResponseUserGetIdRetType)
- func (o *InstanceResponseUser) SetPort(v InstanceResponseUserGetPortRetType)
- func (o *InstanceResponseUser) SetRoles(v InstanceResponseUserGetRolesRetType)
- func (o *InstanceResponseUser) SetUsername(v InstanceResponseUserGetUsernameRetType)
- func (o InstanceResponseUser) ToMap() (map[string]interface{}, error)
- type InstanceResponseUserGetDatabaseArgType
- type InstanceResponseUserGetDatabaseAttributeType
- type InstanceResponseUserGetDatabaseRetType
- type InstanceResponseUserGetHostArgType
- type InstanceResponseUserGetHostAttributeType
- type InstanceResponseUserGetHostRetType
- type InstanceResponseUserGetIdArgType
- type InstanceResponseUserGetIdAttributeType
- type InstanceResponseUserGetIdRetType
- type InstanceResponseUserGetPortArgType
- type InstanceResponseUserGetPortAttributeType
- type InstanceResponseUserGetPortRetType
- type InstanceResponseUserGetRolesArgType
- type InstanceResponseUserGetRolesAttributeType
- type InstanceResponseUserGetRolesRetType
- type InstanceResponseUserGetUsernameArgType
- type InstanceResponseUserGetUsernameAttributeType
- type InstanceResponseUserGetUsernameRetType
- type InstanceStatus
- type ListBackupsResponse
- func (o *ListBackupsResponse) GetCount() (res ListBackupsResponseGetCountRetType)
- func (o *ListBackupsResponse) GetCountOk() (ret ListBackupsResponseGetCountRetType, ok bool)
- func (o *ListBackupsResponse) GetItems() (res ListBackupsResponseGetItemsRetType)
- func (o *ListBackupsResponse) GetItemsOk() (ret ListBackupsResponseGetItemsRetType, ok bool)
- func (o *ListBackupsResponse) HasCount() bool
- func (o *ListBackupsResponse) HasItems() bool
- func (o *ListBackupsResponse) SetCount(v ListBackupsResponseGetCountRetType)
- func (o *ListBackupsResponse) SetItems(v ListBackupsResponseGetItemsRetType)
- func (o ListBackupsResponse) ToMap() (map[string]interface{}, error)
- type ListBackupsResponseGetCountArgType
- type ListBackupsResponseGetCountAttributeType
- type ListBackupsResponseGetCountRetType
- type ListBackupsResponseGetItemsArgType
- type ListBackupsResponseGetItemsAttributeType
- type ListBackupsResponseGetItemsRetType
- type ListFlavorsResponse
- func (o *ListFlavorsResponse) GetFlavors() (res ListFlavorsResponseGetFlavorsRetType)
- func (o *ListFlavorsResponse) GetFlavorsOk() (ret ListFlavorsResponseGetFlavorsRetType, ok bool)
- func (o *ListFlavorsResponse) HasFlavors() bool
- func (o *ListFlavorsResponse) SetFlavors(v ListFlavorsResponseGetFlavorsRetType)
- func (o ListFlavorsResponse) ToMap() (map[string]interface{}, error)
- type ListFlavorsResponseGetFlavorsArgType
- type ListFlavorsResponseGetFlavorsAttributeType
- type ListFlavorsResponseGetFlavorsRetType
- type ListInstancesResponse
- func (o *ListInstancesResponse) GetCount() (res ListInstancesResponseGetCountRetType)
- func (o *ListInstancesResponse) GetCountOk() (ret ListInstancesResponseGetCountRetType, ok bool)
- func (o *ListInstancesResponse) GetItems() (res ListInstancesResponseGetItemsRetType)
- func (o *ListInstancesResponse) GetItemsOk() (ret ListInstancesResponseGetItemsRetType, ok bool)
- func (o *ListInstancesResponse) HasCount() bool
- func (o *ListInstancesResponse) HasItems() bool
- func (o *ListInstancesResponse) SetCount(v ListInstancesResponseGetCountRetType)
- func (o *ListInstancesResponse) SetItems(v ListInstancesResponseGetItemsRetType)
- func (o ListInstancesResponse) ToMap() (map[string]interface{}, error)
- type ListInstancesResponseGetCountArgType
- type ListInstancesResponseGetCountAttributeType
- type ListInstancesResponseGetCountRetType
- type ListInstancesResponseGetItemsArgType
- type ListInstancesResponseGetItemsAttributeType
- type ListInstancesResponseGetItemsRetType
- type ListMetricsResponse
- func (o *ListMetricsResponse) GetHosts() (res ListMetricsResponseGetHostsRetType)
- func (o *ListMetricsResponse) GetHostsOk() (ret ListMetricsResponseGetHostsRetType, ok bool)
- func (o *ListMetricsResponse) HasHosts() bool
- func (o *ListMetricsResponse) SetHosts(v ListMetricsResponseGetHostsRetType)
- func (o ListMetricsResponse) ToMap() (map[string]interface{}, error)
- type ListMetricsResponseGetHostsArgType
- type ListMetricsResponseGetHostsAttributeType
- type ListMetricsResponseGetHostsRetType
- type ListRestoreJobsResponse
- func (o *ListRestoreJobsResponse) GetItems() (res ListRestoreJobsResponseGetItemsRetType)
- func (o *ListRestoreJobsResponse) GetItemsOk() (ret ListRestoreJobsResponseGetItemsRetType, ok bool)
- func (o *ListRestoreJobsResponse) HasItems() bool
- func (o *ListRestoreJobsResponse) SetItems(v ListRestoreJobsResponseGetItemsRetType)
- func (o ListRestoreJobsResponse) ToMap() (map[string]interface{}, error)
- type ListRestoreJobsResponseGetItemsArgType
- type ListRestoreJobsResponseGetItemsAttributeType
- type ListRestoreJobsResponseGetItemsRetType
- type ListStoragesResponse
- func (o *ListStoragesResponse) GetStorageClasses() (res ListStoragesResponseGetStorageClassesRetType)
- func (o *ListStoragesResponse) GetStorageClassesOk() (ret ListStoragesResponseGetStorageClassesRetType, ok bool)
- func (o *ListStoragesResponse) GetStorageRange() (res ListStoragesResponseGetStorageRangeRetType)
- func (o *ListStoragesResponse) GetStorageRangeOk() (ret ListStoragesResponseGetStorageRangeRetType, ok bool)
- func (o *ListStoragesResponse) HasStorageClasses() bool
- func (o *ListStoragesResponse) HasStorageRange() bool
- func (o *ListStoragesResponse) SetStorageClasses(v ListStoragesResponseGetStorageClassesRetType)
- func (o *ListStoragesResponse) SetStorageRange(v ListStoragesResponseGetStorageRangeRetType)
- func (o ListStoragesResponse) ToMap() (map[string]interface{}, error)
- type ListStoragesResponseGetStorageClassesArgType
- type ListStoragesResponseGetStorageClassesAttributeType
- type ListStoragesResponseGetStorageClassesRetType
- type ListStoragesResponseGetStorageRangeArgType
- type ListStoragesResponseGetStorageRangeAttributeType
- type ListStoragesResponseGetStorageRangeRetType
- type ListUser
- func (o *ListUser) GetId() (res ListUserGetIdRetType)
- func (o *ListUser) GetIdOk() (ret ListUserGetIdRetType, ok bool)
- func (o *ListUser) GetUsername() (res ListUserGetUsernameRetType)
- func (o *ListUser) GetUsernameOk() (ret ListUserGetUsernameRetType, ok bool)
- func (o *ListUser) HasId() bool
- func (o *ListUser) HasUsername() bool
- func (o *ListUser) SetId(v ListUserGetIdRetType)
- func (o *ListUser) SetUsername(v ListUserGetUsernameRetType)
- func (o ListUser) ToMap() (map[string]interface{}, error)
- type ListUserGetIdArgType
- type ListUserGetIdAttributeType
- type ListUserGetIdRetType
- type ListUserGetUsernameArgType
- type ListUserGetUsernameAttributeType
- type ListUserGetUsernameRetType
- type ListUsersResponse
- func (o *ListUsersResponse) GetCount() (res ListUsersResponseGetCountRetType)
- func (o *ListUsersResponse) GetCountOk() (ret ListUsersResponseGetCountRetType, ok bool)
- func (o *ListUsersResponse) GetItems() (res ListUsersResponseGetItemsRetType)
- func (o *ListUsersResponse) GetItemsOk() (ret ListUsersResponseGetItemsRetType, ok bool)
- func (o *ListUsersResponse) HasCount() bool
- func (o *ListUsersResponse) HasItems() bool
- func (o *ListUsersResponse) SetCount(v ListUsersResponseGetCountRetType)
- func (o *ListUsersResponse) SetItems(v ListUsersResponseGetItemsRetType)
- func (o ListUsersResponse) ToMap() (map[string]interface{}, error)
- type ListUsersResponseGetCountArgType
- type ListUsersResponseGetCountAttributeType
- type ListUsersResponseGetCountRetType
- type ListUsersResponseGetItemsArgType
- type ListUsersResponseGetItemsAttributeType
- type ListUsersResponseGetItemsRetType
- type ListVersionsResponse
- func (o *ListVersionsResponse) GetVersions() (res ListVersionsResponseGetVersionsRetType)
- func (o *ListVersionsResponse) GetVersionsOk() (ret ListVersionsResponseGetVersionsRetType, ok bool)
- func (o *ListVersionsResponse) HasVersions() bool
- func (o *ListVersionsResponse) SetVersions(v ListVersionsResponseGetVersionsRetType)
- func (o ListVersionsResponse) ToMap() (map[string]interface{}, error)
- type ListVersionsResponseGetVersionsArgType
- type ListVersionsResponseGetVersionsAttributeType
- type ListVersionsResponseGetVersionsRetType
- type MappedNullable
- type MongodbatlasOperation
- func (o *MongodbatlasOperation) GetPredicates() (res MongodbatlasOperationGetPredicatesRetType)
- func (o *MongodbatlasOperation) GetPredicatesOk() (ret MongodbatlasOperationGetPredicatesRetType, ok bool)
- func (o *MongodbatlasOperation) GetRaw() (res MongodbatlasOperationGetRawRetType)
- func (o *MongodbatlasOperation) GetRawOk() (ret MongodbatlasOperationGetRawRetType, ok bool)
- func (o *MongodbatlasOperation) GetStats() (res MongodbatlasOperationGetStatsRetType)
- func (o *MongodbatlasOperation) GetStatsOk() (ret MongodbatlasOperationGetStatsRetType, ok bool)
- func (o *MongodbatlasOperation) HasPredicates() bool
- func (o *MongodbatlasOperation) HasRaw() bool
- func (o *MongodbatlasOperation) HasStats() bool
- func (o *MongodbatlasOperation) SetPredicates(v MongodbatlasOperationGetPredicatesRetType)
- func (o *MongodbatlasOperation) SetRaw(v MongodbatlasOperationGetRawRetType)
- func (o *MongodbatlasOperation) SetStats(v MongodbatlasOperationGetStatsRetType)
- func (o MongodbatlasOperation) ToMap() (map[string]interface{}, error)
- type MongodbatlasOperationGetPredicatesArgType
- type MongodbatlasOperationGetPredicatesAttributeType
- type MongodbatlasOperationGetPredicatesRetType
- type MongodbatlasOperationGetRawArgType
- type MongodbatlasOperationGetRawAttributeType
- type MongodbatlasOperationGetRawRetType
- type MongodbatlasOperationGetStatsArgType
- type MongodbatlasOperationGetStatsAttributeType
- type MongodbatlasOperationGetStatsRetType
- type MongodbatlasOperationStats
- func (o *MongodbatlasOperationStats) GetMs() (res MongodbatlasOperationStatsGetMsRetType)
- func (o *MongodbatlasOperationStats) GetMsOk() (ret MongodbatlasOperationStatsGetMsRetType, ok bool)
- func (o *MongodbatlasOperationStats) GetNReturned() (res MongodbatlasOperationStatsGetNReturnedRetType)
- func (o *MongodbatlasOperationStats) GetNReturnedOk() (ret MongodbatlasOperationStatsGetNReturnedRetType, ok bool)
- func (o *MongodbatlasOperationStats) GetNScanned() (res MongodbatlasOperationStatsGetNScannedRetType)
- func (o *MongodbatlasOperationStats) GetNScannedOk() (ret MongodbatlasOperationStatsGetNScannedRetType, ok bool)
- func (o *MongodbatlasOperationStats) GetTs() (res MongodbatlasOperationStatsGetTsRetType)
- func (o *MongodbatlasOperationStats) GetTsOk() (ret MongodbatlasOperationStatsGetTsRetType, ok bool)
- func (o *MongodbatlasOperationStats) HasMs() bool
- func (o *MongodbatlasOperationStats) HasNReturned() bool
- func (o *MongodbatlasOperationStats) HasNScanned() bool
- func (o *MongodbatlasOperationStats) HasTs() bool
- func (o *MongodbatlasOperationStats) SetMs(v MongodbatlasOperationStatsGetMsRetType)
- func (o *MongodbatlasOperationStats) SetNReturned(v MongodbatlasOperationStatsGetNReturnedRetType)
- func (o *MongodbatlasOperationStats) SetNScanned(v MongodbatlasOperationStatsGetNScannedRetType)
- func (o *MongodbatlasOperationStats) SetTs(v MongodbatlasOperationStatsGetTsRetType)
- func (o MongodbatlasOperationStats) ToMap() (map[string]interface{}, error)
- type MongodbatlasOperationStatsGetMsArgType
- type MongodbatlasOperationStatsGetMsAttributeType
- type MongodbatlasOperationStatsGetMsRetType
- type MongodbatlasOperationStatsGetNReturnedArgType
- type MongodbatlasOperationStatsGetNReturnedAttributeType
- type MongodbatlasOperationStatsGetNReturnedRetType
- type MongodbatlasOperationStatsGetNScannedArgType
- type MongodbatlasOperationStatsGetNScannedAttributeType
- type MongodbatlasOperationStatsGetNScannedRetType
- type MongodbatlasOperationStatsGetTsArgType
- type MongodbatlasOperationStatsGetTsAttributeType
- type MongodbatlasOperationStatsGetTsRetType
- type MongodbatlasStats
- func (o *MongodbatlasStats) GetMs() (res MongodbatlasStatsGetMsRetType)
- func (o *MongodbatlasStats) GetMsOk() (ret MongodbatlasStatsGetMsRetType, ok bool)
- func (o *MongodbatlasStats) GetNReturned() (res MongodbatlasStatsGetNReturnedRetType)
- func (o *MongodbatlasStats) GetNReturnedOk() (ret MongodbatlasStatsGetNReturnedRetType, ok bool)
- func (o *MongodbatlasStats) GetNScanned() (res MongodbatlasStatsGetNScannedRetType)
- func (o *MongodbatlasStats) GetNScannedOk() (ret MongodbatlasStatsGetNScannedRetType, ok bool)
- func (o *MongodbatlasStats) GetTs() (res MongodbatlasStatsGetTsRetType)
- func (o *MongodbatlasStats) GetTsOk() (ret MongodbatlasStatsGetTsRetType, ok 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 MongodbatlasStatsGetMsRetType)
- func (o *MongodbatlasStats) SetNReturned(v MongodbatlasStatsGetNReturnedRetType)
- func (o *MongodbatlasStats) SetNScanned(v MongodbatlasStatsGetNScannedRetType)
- func (o *MongodbatlasStats) SetTs(v MongodbatlasStatsGetTsRetType)
- func (o MongodbatlasStats) ToMap() (map[string]interface{}, error)
- type MongodbatlasStatsGetMsArgType
- type MongodbatlasStatsGetMsAttributeType
- type MongodbatlasStatsGetMsRetType
- type MongodbatlasStatsGetNReturnedArgType
- type MongodbatlasStatsGetNReturnedAttributeType
- type MongodbatlasStatsGetNReturnedRetType
- type MongodbatlasStatsGetNScannedArgType
- type MongodbatlasStatsGetNScannedAttributeType
- type MongodbatlasStatsGetNScannedRetType
- type MongodbatlasStatsGetTsArgType
- type MongodbatlasStatsGetTsAttributeType
- type MongodbatlasStatsGetTsRetType
- type NullableACL
- type NullableBackup
- type NullableBackupSchedule
- func (v NullableBackupSchedule) Get() *BackupSchedule
- func (v NullableBackupSchedule) IsSet() bool
- func (v NullableBackupSchedule) MarshalJSON() ([]byte, error)
- func (v *NullableBackupSchedule) Set(val *BackupSchedule)
- func (v *NullableBackupSchedule) UnmarshalJSON(src []byte) error
- func (v *NullableBackupSchedule) Unset()
- type NullableBool
- type NullableCloneInstancePayload
- func (v NullableCloneInstancePayload) Get() *CloneInstancePayload
- func (v NullableCloneInstancePayload) IsSet() bool
- func (v NullableCloneInstancePayload) MarshalJSON() ([]byte, error)
- func (v *NullableCloneInstancePayload) Set(val *CloneInstancePayload)
- func (v *NullableCloneInstancePayload) UnmarshalJSON(src []byte) error
- func (v *NullableCloneInstancePayload) Unset()
- type NullableCloneInstanceResponse
- func (v NullableCloneInstanceResponse) Get() *CloneInstanceResponse
- func (v NullableCloneInstanceResponse) IsSet() bool
- func (v NullableCloneInstanceResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCloneInstanceResponse) Set(val *CloneInstanceResponse)
- func (v *NullableCloneInstanceResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCloneInstanceResponse) Unset()
- type NullableCreateInstancePayload
- func (v NullableCreateInstancePayload) Get() *CreateInstancePayload
- func (v NullableCreateInstancePayload) IsSet() bool
- func (v NullableCreateInstancePayload) MarshalJSON() ([]byte, error)
- func (v *NullableCreateInstancePayload) Set(val *CreateInstancePayload)
- func (v *NullableCreateInstancePayload) UnmarshalJSON(src []byte) error
- func (v *NullableCreateInstancePayload) Unset()
- type NullableCreateInstanceResponse
- func (v NullableCreateInstanceResponse) Get() *CreateInstanceResponse
- func (v NullableCreateInstanceResponse) IsSet() bool
- func (v NullableCreateInstanceResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateInstanceResponse) Set(val *CreateInstanceResponse)
- func (v *NullableCreateInstanceResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateInstanceResponse) Unset()
- type NullableCreateUserPayload
- func (v NullableCreateUserPayload) Get() *CreateUserPayload
- func (v NullableCreateUserPayload) IsSet() bool
- func (v NullableCreateUserPayload) MarshalJSON() ([]byte, error)
- func (v *NullableCreateUserPayload) Set(val *CreateUserPayload)
- func (v *NullableCreateUserPayload) UnmarshalJSON(src []byte) error
- func (v *NullableCreateUserPayload) Unset()
- type NullableCreateUserResponse
- func (v NullableCreateUserResponse) Get() *CreateUserResponse
- func (v NullableCreateUserResponse) IsSet() bool
- func (v NullableCreateUserResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateUserResponse) Set(val *CreateUserResponse)
- func (v *NullableCreateUserResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateUserResponse) Unset()
- type NullableDataPoint
- type NullableError
- type NullableFlavor
- type NullableFloat32
- type NullableFloat64
- type NullableGetBackupResponse
- func (v NullableGetBackupResponse) Get() *GetBackupResponse
- func (v NullableGetBackupResponse) IsSet() bool
- func (v NullableGetBackupResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetBackupResponse) Set(val *GetBackupResponse)
- func (v *NullableGetBackupResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetBackupResponse) Unset()
- type NullableGetInstanceResponse
- func (v NullableGetInstanceResponse) Get() *GetInstanceResponse
- func (v NullableGetInstanceResponse) IsSet() bool
- func (v NullableGetInstanceResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetInstanceResponse) Set(val *GetInstanceResponse)
- func (v *NullableGetInstanceResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetInstanceResponse) Unset()
- type NullableGetUserResponse
- func (v NullableGetUserResponse) Get() *GetUserResponse
- func (v NullableGetUserResponse) IsSet() bool
- func (v NullableGetUserResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetUserResponse) Set(val *GetUserResponse)
- func (v *NullableGetUserResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetUserResponse) Unset()
- type NullableHandlersInfraFlavor
- func (v NullableHandlersInfraFlavor) Get() *HandlersInfraFlavor
- func (v NullableHandlersInfraFlavor) IsSet() bool
- func (v NullableHandlersInfraFlavor) MarshalJSON() ([]byte, error)
- func (v *NullableHandlersInfraFlavor) Set(val *HandlersInfraFlavor)
- func (v *NullableHandlersInfraFlavor) UnmarshalJSON(src []byte) error
- func (v *NullableHandlersInfraFlavor) Unset()
- type NullableHandlersInfraGetFlavorsResponse
- func (v NullableHandlersInfraGetFlavorsResponse) Get() *HandlersInfraGetFlavorsResponse
- func (v NullableHandlersInfraGetFlavorsResponse) IsSet() bool
- func (v NullableHandlersInfraGetFlavorsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableHandlersInfraGetFlavorsResponse) Set(val *HandlersInfraGetFlavorsResponse)
- func (v *NullableHandlersInfraGetFlavorsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableHandlersInfraGetFlavorsResponse) Unset()
- type NullableHandlersInstancesGetInstanceResponse
- func (v NullableHandlersInstancesGetInstanceResponse) Get() *HandlersInstancesGetInstanceResponse
- func (v NullableHandlersInstancesGetInstanceResponse) IsSet() bool
- func (v NullableHandlersInstancesGetInstanceResponse) MarshalJSON() ([]byte, error)
- func (v *NullableHandlersInstancesGetInstanceResponse) Set(val *HandlersInstancesGetInstanceResponse)
- func (v *NullableHandlersInstancesGetInstanceResponse) UnmarshalJSON(src []byte) error
- func (v *NullableHandlersInstancesGetInstanceResponse) Unset()
- type NullableHandlersInstancesSlowQueriesResponse
- func (v NullableHandlersInstancesSlowQueriesResponse) Get() *HandlersInstancesSlowQueriesResponse
- func (v NullableHandlersInstancesSlowQueriesResponse) IsSet() bool
- func (v NullableHandlersInstancesSlowQueriesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableHandlersInstancesSlowQueriesResponse) Set(val *HandlersInstancesSlowQueriesResponse)
- func (v *NullableHandlersInstancesSlowQueriesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableHandlersInstancesSlowQueriesResponse) Unset()
- type NullableHandlersInstancesSuggestedIndexesResponse
- func (v NullableHandlersInstancesSuggestedIndexesResponse) Get() *HandlersInstancesSuggestedIndexesResponse
- func (v NullableHandlersInstancesSuggestedIndexesResponse) IsSet() bool
- func (v NullableHandlersInstancesSuggestedIndexesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableHandlersInstancesSuggestedIndexesResponse) Set(val *HandlersInstancesSuggestedIndexesResponse)
- func (v *NullableHandlersInstancesSuggestedIndexesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableHandlersInstancesSuggestedIndexesResponse) Unset()
- type NullableHost
- type NullableHostMetric
- type NullableInstance
- type NullableInstanceListInstance
- func (v NullableInstanceListInstance) Get() *InstanceListInstance
- func (v NullableInstanceListInstance) IsSet() bool
- func (v NullableInstanceListInstance) MarshalJSON() ([]byte, error)
- func (v *NullableInstanceListInstance) Set(val *InstanceListInstance)
- func (v *NullableInstanceListInstance) UnmarshalJSON(src []byte) error
- func (v *NullableInstanceListInstance) Unset()
- type NullableInstanceListInstanceStatus
- func (v NullableInstanceListInstanceStatus) Get() *InstanceListInstanceStatus
- func (v NullableInstanceListInstanceStatus) IsSet() bool
- func (v NullableInstanceListInstanceStatus) MarshalJSON() ([]byte, error)
- func (v *NullableInstanceListInstanceStatus) Set(val *InstanceListInstanceStatus)
- func (v *NullableInstanceListInstanceStatus) UnmarshalJSON(src []byte) error
- func (v *NullableInstanceListInstanceStatus) Unset()
- type NullableInstanceResponseUser
- func (v NullableInstanceResponseUser) Get() *InstanceResponseUser
- func (v NullableInstanceResponseUser) IsSet() bool
- func (v NullableInstanceResponseUser) MarshalJSON() ([]byte, error)
- func (v *NullableInstanceResponseUser) Set(val *InstanceResponseUser)
- func (v *NullableInstanceResponseUser) UnmarshalJSON(src []byte) error
- func (v *NullableInstanceResponseUser) Unset()
- type NullableInstanceStatus
- func (v NullableInstanceStatus) Get() *InstanceStatus
- func (v NullableInstanceStatus) IsSet() bool
- func (v NullableInstanceStatus) MarshalJSON() ([]byte, error)
- func (v *NullableInstanceStatus) Set(val *InstanceStatus)
- func (v *NullableInstanceStatus) UnmarshalJSON(src []byte) error
- func (v *NullableInstanceStatus) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableListBackupsResponse
- func (v NullableListBackupsResponse) Get() *ListBackupsResponse
- func (v NullableListBackupsResponse) IsSet() bool
- func (v NullableListBackupsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListBackupsResponse) Set(val *ListBackupsResponse)
- func (v *NullableListBackupsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListBackupsResponse) Unset()
- type NullableListFlavorsResponse
- func (v NullableListFlavorsResponse) Get() *ListFlavorsResponse
- func (v NullableListFlavorsResponse) IsSet() bool
- func (v NullableListFlavorsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListFlavorsResponse) Set(val *ListFlavorsResponse)
- func (v *NullableListFlavorsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListFlavorsResponse) Unset()
- type NullableListInstancesResponse
- func (v NullableListInstancesResponse) Get() *ListInstancesResponse
- func (v NullableListInstancesResponse) IsSet() bool
- func (v NullableListInstancesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListInstancesResponse) Set(val *ListInstancesResponse)
- func (v *NullableListInstancesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListInstancesResponse) Unset()
- type NullableListMetricsResponse
- func (v NullableListMetricsResponse) Get() *ListMetricsResponse
- func (v NullableListMetricsResponse) IsSet() bool
- func (v NullableListMetricsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListMetricsResponse) Set(val *ListMetricsResponse)
- func (v *NullableListMetricsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListMetricsResponse) Unset()
- type NullableListRestoreJobsResponse
- func (v NullableListRestoreJobsResponse) Get() *ListRestoreJobsResponse
- func (v NullableListRestoreJobsResponse) IsSet() bool
- func (v NullableListRestoreJobsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListRestoreJobsResponse) Set(val *ListRestoreJobsResponse)
- func (v *NullableListRestoreJobsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListRestoreJobsResponse) Unset()
- type NullableListStoragesResponse
- func (v NullableListStoragesResponse) Get() *ListStoragesResponse
- func (v NullableListStoragesResponse) IsSet() bool
- func (v NullableListStoragesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListStoragesResponse) Set(val *ListStoragesResponse)
- func (v *NullableListStoragesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListStoragesResponse) Unset()
- type NullableListUser
- type NullableListUsersResponse
- func (v NullableListUsersResponse) Get() *ListUsersResponse
- func (v NullableListUsersResponse) IsSet() bool
- func (v NullableListUsersResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListUsersResponse) Set(val *ListUsersResponse)
- func (v *NullableListUsersResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListUsersResponse) Unset()
- type NullableListVersionsResponse
- func (v NullableListVersionsResponse) Get() *ListVersionsResponse
- func (v NullableListVersionsResponse) IsSet() bool
- func (v NullableListVersionsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListVersionsResponse) Set(val *ListVersionsResponse)
- func (v *NullableListVersionsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListVersionsResponse) Unset()
- type NullableMongodbatlasOperation
- func (v NullableMongodbatlasOperation) Get() *MongodbatlasOperation
- func (v NullableMongodbatlasOperation) IsSet() bool
- func (v NullableMongodbatlasOperation) MarshalJSON() ([]byte, error)
- func (v *NullableMongodbatlasOperation) Set(val *MongodbatlasOperation)
- func (v *NullableMongodbatlasOperation) UnmarshalJSON(src []byte) error
- func (v *NullableMongodbatlasOperation) Unset()
- type NullableMongodbatlasOperationStats
- func (v NullableMongodbatlasOperationStats) Get() *MongodbatlasOperationStats
- func (v NullableMongodbatlasOperationStats) IsSet() bool
- func (v NullableMongodbatlasOperationStats) MarshalJSON() ([]byte, error)
- func (v *NullableMongodbatlasOperationStats) Set(val *MongodbatlasOperationStats)
- func (v *NullableMongodbatlasOperationStats) UnmarshalJSON(src []byte) error
- func (v *NullableMongodbatlasOperationStats) Unset()
- type NullableMongodbatlasStats
- func (v NullableMongodbatlasStats) Get() *MongodbatlasStats
- func (v NullableMongodbatlasStats) IsSet() bool
- func (v NullableMongodbatlasStats) MarshalJSON() ([]byte, error)
- func (v *NullableMongodbatlasStats) Set(val *MongodbatlasStats)
- func (v *NullableMongodbatlasStats) UnmarshalJSON(src []byte) error
- func (v *NullableMongodbatlasStats) Unset()
- type NullablePartialUpdateInstancePayload
- func (v NullablePartialUpdateInstancePayload) Get() *PartialUpdateInstancePayload
- func (v NullablePartialUpdateInstancePayload) IsSet() bool
- func (v NullablePartialUpdateInstancePayload) MarshalJSON() ([]byte, error)
- func (v *NullablePartialUpdateInstancePayload) Set(val *PartialUpdateInstancePayload)
- func (v *NullablePartialUpdateInstancePayload) UnmarshalJSON(src []byte) error
- func (v *NullablePartialUpdateInstancePayload) Unset()
- type NullablePartialUpdateUserPayload
- func (v NullablePartialUpdateUserPayload) Get() *PartialUpdateUserPayload
- func (v NullablePartialUpdateUserPayload) IsSet() bool
- func (v NullablePartialUpdateUserPayload) MarshalJSON() ([]byte, error)
- func (v *NullablePartialUpdateUserPayload) Set(val *PartialUpdateUserPayload)
- func (v *NullablePartialUpdateUserPayload) UnmarshalJSON(src []byte) error
- func (v *NullablePartialUpdateUserPayload) Unset()
- type NullableRestoreInstancePayload
- func (v NullableRestoreInstancePayload) Get() *RestoreInstancePayload
- func (v NullableRestoreInstancePayload) IsSet() bool
- func (v NullableRestoreInstancePayload) MarshalJSON() ([]byte, error)
- func (v *NullableRestoreInstancePayload) Set(val *RestoreInstancePayload)
- func (v *NullableRestoreInstancePayload) UnmarshalJSON(src []byte) error
- func (v *NullableRestoreInstancePayload) Unset()
- type NullableRestoreInstanceResponse
- func (v NullableRestoreInstanceResponse) Get() *RestoreInstanceResponse
- func (v NullableRestoreInstanceResponse) IsSet() bool
- func (v NullableRestoreInstanceResponse) MarshalJSON() ([]byte, error)
- func (v *NullableRestoreInstanceResponse) Set(val *RestoreInstanceResponse)
- func (v *NullableRestoreInstanceResponse) UnmarshalJSON(src []byte) error
- func (v *NullableRestoreInstanceResponse) Unset()
- type NullableRestoreInstanceStatus
- func (v NullableRestoreInstanceStatus) Get() *RestoreInstanceStatus
- func (v NullableRestoreInstanceStatus) IsSet() bool
- func (v NullableRestoreInstanceStatus) MarshalJSON() ([]byte, error)
- func (v *NullableRestoreInstanceStatus) Set(val *RestoreInstanceStatus)
- func (v *NullableRestoreInstanceStatus) UnmarshalJSON(src []byte) error
- func (v *NullableRestoreInstanceStatus) Unset()
- type NullableShape
- type NullableSlowQuery
- type NullableStorage
- type NullableStorageRange
- func (v NullableStorageRange) Get() *StorageRange
- func (v NullableStorageRange) IsSet() bool
- func (v NullableStorageRange) MarshalJSON() ([]byte, error)
- func (v *NullableStorageRange) Set(val *StorageRange)
- func (v *NullableStorageRange) UnmarshalJSON(src []byte) error
- func (v *NullableStorageRange) Unset()
- type NullableString
- type NullableSuggestedIndex
- func (v NullableSuggestedIndex) Get() *SuggestedIndex
- func (v NullableSuggestedIndex) IsSet() bool
- func (v NullableSuggestedIndex) MarshalJSON() ([]byte, error)
- func (v *NullableSuggestedIndex) Set(val *SuggestedIndex)
- func (v *NullableSuggestedIndex) UnmarshalJSON(src []byte) error
- func (v *NullableSuggestedIndex) Unset()
- type NullableTime
- type NullableUpdateBackupSchedulePayload
- func (v NullableUpdateBackupSchedulePayload) Get() *UpdateBackupSchedulePayload
- func (v NullableUpdateBackupSchedulePayload) IsSet() bool
- func (v NullableUpdateBackupSchedulePayload) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateBackupSchedulePayload) Set(val *UpdateBackupSchedulePayload)
- func (v *NullableUpdateBackupSchedulePayload) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateBackupSchedulePayload) Unset()
- type NullableUpdateInstancePayload
- func (v NullableUpdateInstancePayload) Get() *UpdateInstancePayload
- func (v NullableUpdateInstancePayload) IsSet() bool
- func (v NullableUpdateInstancePayload) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateInstancePayload) Set(val *UpdateInstancePayload)
- func (v *NullableUpdateInstancePayload) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateInstancePayload) Unset()
- type NullableUpdateInstanceResponse
- func (v NullableUpdateInstanceResponse) Get() *UpdateInstanceResponse
- func (v NullableUpdateInstanceResponse) IsSet() bool
- func (v NullableUpdateInstanceResponse) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateInstanceResponse) Set(val *UpdateInstanceResponse)
- func (v *NullableUpdateInstanceResponse) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateInstanceResponse) Unset()
- type NullableUpdateUserPayload
- func (v NullableUpdateUserPayload) Get() *UpdateUserPayload
- func (v NullableUpdateUserPayload) IsSet() bool
- func (v NullableUpdateUserPayload) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateUserPayload) Set(val *UpdateUserPayload)
- func (v *NullableUpdateUserPayload) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateUserPayload) Unset()
- type NullableUser
- type NullableValue
- type PartialUpdateInstancePayload
- func (o *PartialUpdateInstancePayload) GetAcl() (res PartialUpdateInstancePayloadGetAclRetType)
- func (o *PartialUpdateInstancePayload) GetAclOk() (ret PartialUpdateInstancePayloadGetAclRetType, ok bool)
- func (o *PartialUpdateInstancePayload) GetBackupSchedule() (res PartialUpdateInstancePayloadGetBackupScheduleRetType)
- func (o *PartialUpdateInstancePayload) GetBackupScheduleOk() (ret PartialUpdateInstancePayloadGetBackupScheduleRetType, ok bool)
- func (o *PartialUpdateInstancePayload) GetFlavorId() (res PartialUpdateInstancePayloadGetFlavorIdRetType)
- func (o *PartialUpdateInstancePayload) GetFlavorIdOk() (ret PartialUpdateInstancePayloadGetFlavorIdRetType, ok bool)
- func (o *PartialUpdateInstancePayload) GetLabels() (res PartialUpdateInstancePayloadGetLabelsRetType)
- func (o *PartialUpdateInstancePayload) GetLabelsOk() (ret PartialUpdateInstancePayloadGetLabelsRetType, ok bool)
- func (o *PartialUpdateInstancePayload) GetName() (res PartialUpdateInstancePayloadGetNameRetType)
- func (o *PartialUpdateInstancePayload) GetNameOk() (ret PartialUpdateInstancePayloadGetNameRetType, ok bool)
- func (o *PartialUpdateInstancePayload) GetOptions() (res PartialUpdateInstancePayloadGetOptionsRetType)
- func (o *PartialUpdateInstancePayload) GetOptionsOk() (ret PartialUpdateInstancePayloadGetOptionsRetType, ok bool)
- func (o *PartialUpdateInstancePayload) GetReplicas() (res PartialUpdateInstancePayloadGetReplicasRetType)
- func (o *PartialUpdateInstancePayload) GetReplicasOk() (ret PartialUpdateInstancePayloadGetReplicasRetType, ok bool)
- func (o *PartialUpdateInstancePayload) GetStorage() (res PartialUpdateInstancePayloadGetStorageRetType)
- func (o *PartialUpdateInstancePayload) GetStorageOk() (ret PartialUpdateInstancePayloadGetStorageRetType, ok bool)
- func (o *PartialUpdateInstancePayload) GetVersion() (res PartialUpdateInstancePayloadGetVersionRetType)
- func (o *PartialUpdateInstancePayload) GetVersionOk() (ret PartialUpdateInstancePayloadGetVersionRetType, ok 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 PartialUpdateInstancePayloadGetAclRetType)
- func (o *PartialUpdateInstancePayload) SetBackupSchedule(v PartialUpdateInstancePayloadGetBackupScheduleRetType)
- func (o *PartialUpdateInstancePayload) SetFlavorId(v PartialUpdateInstancePayloadGetFlavorIdRetType)
- func (o *PartialUpdateInstancePayload) SetLabels(v PartialUpdateInstancePayloadGetLabelsRetType)
- func (o *PartialUpdateInstancePayload) SetName(v PartialUpdateInstancePayloadGetNameRetType)
- func (o *PartialUpdateInstancePayload) SetOptions(v PartialUpdateInstancePayloadGetOptionsRetType)
- func (o *PartialUpdateInstancePayload) SetReplicas(v PartialUpdateInstancePayloadGetReplicasRetType)
- func (o *PartialUpdateInstancePayload) SetStorage(v PartialUpdateInstancePayloadGetStorageRetType)
- func (o *PartialUpdateInstancePayload) SetVersion(v PartialUpdateInstancePayloadGetVersionRetType)
- func (o PartialUpdateInstancePayload) ToMap() (map[string]interface{}, error)
- type PartialUpdateInstancePayloadGetAclArgType
- type PartialUpdateInstancePayloadGetAclAttributeType
- type PartialUpdateInstancePayloadGetAclRetType
- type PartialUpdateInstancePayloadGetBackupScheduleArgType
- type PartialUpdateInstancePayloadGetBackupScheduleAttributeType
- type PartialUpdateInstancePayloadGetBackupScheduleRetType
- type PartialUpdateInstancePayloadGetFlavorIdArgType
- type PartialUpdateInstancePayloadGetFlavorIdAttributeType
- type PartialUpdateInstancePayloadGetFlavorIdRetType
- type PartialUpdateInstancePayloadGetLabelsArgType
- type PartialUpdateInstancePayloadGetLabelsAttributeType
- type PartialUpdateInstancePayloadGetLabelsRetType
- type PartialUpdateInstancePayloadGetNameArgType
- type PartialUpdateInstancePayloadGetNameAttributeType
- type PartialUpdateInstancePayloadGetNameRetType
- type PartialUpdateInstancePayloadGetOptionsArgType
- type PartialUpdateInstancePayloadGetOptionsAttributeType
- type PartialUpdateInstancePayloadGetOptionsRetType
- type PartialUpdateInstancePayloadGetReplicasArgType
- type PartialUpdateInstancePayloadGetReplicasAttributeType
- type PartialUpdateInstancePayloadGetReplicasRetType
- type PartialUpdateInstancePayloadGetStorageArgType
- type PartialUpdateInstancePayloadGetStorageAttributeType
- type PartialUpdateInstancePayloadGetStorageRetType
- type PartialUpdateInstancePayloadGetVersionArgType
- type PartialUpdateInstancePayloadGetVersionAttributeType
- type PartialUpdateInstancePayloadGetVersionRetType
- type PartialUpdateUserPayload
- func (o *PartialUpdateUserPayload) GetDatabase() (res PartialUpdateUserPayloadGetDatabaseRetType)
- func (o *PartialUpdateUserPayload) GetDatabaseOk() (ret PartialUpdateUserPayloadGetDatabaseRetType, ok bool)
- func (o *PartialUpdateUserPayload) GetRoles() (res PartialUpdateUserPayloadGetRolesRetType)
- func (o *PartialUpdateUserPayload) GetRolesOk() (ret PartialUpdateUserPayloadGetRolesRetType, ok bool)
- func (o *PartialUpdateUserPayload) HasDatabase() bool
- func (o *PartialUpdateUserPayload) HasRoles() bool
- func (o *PartialUpdateUserPayload) SetDatabase(v PartialUpdateUserPayloadGetDatabaseRetType)
- func (o *PartialUpdateUserPayload) SetRoles(v PartialUpdateUserPayloadGetRolesRetType)
- func (o PartialUpdateUserPayload) ToMap() (map[string]interface{}, error)
- type PartialUpdateUserPayloadGetDatabaseArgType
- type PartialUpdateUserPayloadGetDatabaseAttributeType
- type PartialUpdateUserPayloadGetDatabaseRetType
- type PartialUpdateUserPayloadGetRolesArgType
- type PartialUpdateUserPayloadGetRolesAttributeType
- type PartialUpdateUserPayloadGetRolesRetType
- type RestoreInstancePayload
- func (o *RestoreInstancePayload) GetBackupId() (ret RestoreInstancePayloadGetBackupIdRetType)
- func (o *RestoreInstancePayload) GetBackupIdOk() (ret RestoreInstancePayloadGetBackupIdRetType, ok bool)
- func (o *RestoreInstancePayload) GetInstanceId() (ret RestoreInstancePayloadGetInstanceIdRetType)
- func (o *RestoreInstancePayload) GetInstanceIdOk() (ret RestoreInstancePayloadGetInstanceIdRetType, ok bool)
- func (o *RestoreInstancePayload) SetBackupId(v RestoreInstancePayloadGetBackupIdRetType)
- func (o *RestoreInstancePayload) SetInstanceId(v RestoreInstancePayloadGetInstanceIdRetType)
- func (o RestoreInstancePayload) ToMap() (map[string]interface{}, error)
- type RestoreInstancePayloadGetBackupIdArgType
- type RestoreInstancePayloadGetBackupIdAttributeType
- type RestoreInstancePayloadGetBackupIdRetType
- type RestoreInstancePayloadGetInstanceIdArgType
- type RestoreInstancePayloadGetInstanceIdAttributeType
- type RestoreInstancePayloadGetInstanceIdRetType
- type RestoreInstanceResponse
- func (o *RestoreInstanceResponse) GetItem() (res RestoreInstanceResponseGetItemRetType)
- func (o *RestoreInstanceResponse) GetItemOk() (ret RestoreInstanceResponseGetItemRetType, ok bool)
- func (o *RestoreInstanceResponse) HasItem() bool
- func (o *RestoreInstanceResponse) SetItem(v RestoreInstanceResponseGetItemRetType)
- func (o RestoreInstanceResponse) ToMap() (map[string]interface{}, error)
- type RestoreInstanceResponseGetItemArgType
- type RestoreInstanceResponseGetItemAttributeType
- type RestoreInstanceResponseGetItemRetType
- type RestoreInstanceStatus
- func (o *RestoreInstanceStatus) GetBackupID() (res RestoreInstanceStatusGetBackupIDRetType)
- func (o *RestoreInstanceStatus) GetBackupIDOk() (ret RestoreInstanceStatusGetBackupIDRetType, ok bool)
- func (o *RestoreInstanceStatus) GetDate() (res RestoreInstanceStatusGetDateRetType)
- func (o *RestoreInstanceStatus) GetDateOk() (ret RestoreInstanceStatusGetDateRetType, ok bool)
- func (o *RestoreInstanceStatus) GetId() (res RestoreInstanceStatusGetIdRetType)
- func (o *RestoreInstanceStatus) GetIdOk() (ret RestoreInstanceStatusGetIdRetType, ok bool)
- func (o *RestoreInstanceStatus) GetInstanceId() (res RestoreInstanceStatusGetInstanceIdRetType)
- func (o *RestoreInstanceStatus) GetInstanceIdOk() (ret RestoreInstanceStatusGetInstanceIdRetType, ok bool)
- func (o *RestoreInstanceStatus) GetStatus() (res RestoreInstanceStatusGetStatusRetType)
- func (o *RestoreInstanceStatus) GetStatusOk() (ret RestoreInstanceStatusGetStatusRetType, ok 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 RestoreInstanceStatusGetBackupIDRetType)
- func (o *RestoreInstanceStatus) SetDate(v RestoreInstanceStatusGetDateRetType)
- func (o *RestoreInstanceStatus) SetId(v RestoreInstanceStatusGetIdRetType)
- func (o *RestoreInstanceStatus) SetInstanceId(v RestoreInstanceStatusGetInstanceIdRetType)
- func (o *RestoreInstanceStatus) SetStatus(v RestoreInstanceStatusGetStatusRetType)
- func (o RestoreInstanceStatus) ToMap() (map[string]interface{}, error)
- type RestoreInstanceStatusGetBackupIDArgType
- type RestoreInstanceStatusGetBackupIDAttributeType
- type RestoreInstanceStatusGetBackupIDRetType
- type RestoreInstanceStatusGetDateArgType
- type RestoreInstanceStatusGetDateAttributeType
- type RestoreInstanceStatusGetDateRetType
- type RestoreInstanceStatusGetIdArgType
- type RestoreInstanceStatusGetIdAttributeType
- type RestoreInstanceStatusGetIdRetType
- type RestoreInstanceStatusGetInstanceIdArgType
- type RestoreInstanceStatusGetInstanceIdAttributeType
- type RestoreInstanceStatusGetInstanceIdRetType
- type RestoreInstanceStatusGetStatusArgType
- type RestoreInstanceStatusGetStatusAttributeType
- type RestoreInstanceStatusGetStatusRetType
- type Shape
- func (o *Shape) GetAvgMs() (res ShapeGetAvgMsRetType)
- func (o *Shape) GetAvgMsOk() (ret ShapeGetAvgMsRetType, ok bool)
- func (o *Shape) GetCount() (res ShapeGetCountRetType)
- func (o *Shape) GetCountOk() (ret ShapeGetCountRetType, ok bool)
- func (o *Shape) GetId() (res ShapeGetIdRetType)
- func (o *Shape) GetIdOk() (ret ShapeGetIdRetType, ok bool)
- func (o *Shape) GetInefficiencyScore() (res ShapeGetInefficiencyScoreRetType)
- func (o *Shape) GetInefficiencyScoreOk() (ret ShapeGetInefficiencyScoreRetType, ok bool)
- func (o *Shape) GetNamespace() (res ShapeGetNamespaceRetType)
- func (o *Shape) GetNamespaceOk() (ret ShapeGetNamespaceRetType, ok bool)
- func (o *Shape) GetOperations() (res ShapeGetOperationsRetType)
- func (o *Shape) GetOperationsOk() (ret ShapeGetOperationsRetType, ok 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 ShapeGetAvgMsRetType)
- func (o *Shape) SetCount(v ShapeGetCountRetType)
- func (o *Shape) SetId(v ShapeGetIdRetType)
- func (o *Shape) SetInefficiencyScore(v ShapeGetInefficiencyScoreRetType)
- func (o *Shape) SetNamespace(v ShapeGetNamespaceRetType)
- func (o *Shape) SetOperations(v ShapeGetOperationsRetType)
- func (o Shape) ToMap() (map[string]interface{}, error)
- type ShapeGetAvgMsArgType
- type ShapeGetAvgMsAttributeType
- type ShapeGetAvgMsRetType
- type ShapeGetCountArgType
- type ShapeGetCountAttributeType
- type ShapeGetCountRetType
- type ShapeGetIdArgType
- type ShapeGetIdAttributeType
- type ShapeGetIdRetType
- type ShapeGetInefficiencyScoreArgType
- type ShapeGetInefficiencyScoreAttributeType
- type ShapeGetInefficiencyScoreRetType
- type ShapeGetNamespaceArgType
- type ShapeGetNamespaceAttributeType
- type ShapeGetNamespaceRetType
- type ShapeGetOperationsArgType
- type ShapeGetOperationsAttributeType
- type ShapeGetOperationsRetType
- type SlowQuery
- func (o *SlowQuery) GetLine() (res SlowQueryGetLineRetType)
- func (o *SlowQuery) GetLineOk() (ret SlowQueryGetLineRetType, ok bool)
- func (o *SlowQuery) GetNamespace() (res SlowQueryGetNamespaceRetType)
- func (o *SlowQuery) GetNamespaceOk() (ret SlowQueryGetNamespaceRetType, ok bool)
- func (o *SlowQuery) HasLine() bool
- func (o *SlowQuery) HasNamespace() bool
- func (o *SlowQuery) SetLine(v SlowQueryGetLineRetType)
- func (o *SlowQuery) SetNamespace(v SlowQueryGetNamespaceRetType)
- func (o SlowQuery) ToMap() (map[string]interface{}, error)
- type SlowQueryGetLineArgType
- type SlowQueryGetLineAttributeType
- type SlowQueryGetLineRetType
- type SlowQueryGetNamespaceArgType
- type SlowQueryGetNamespaceAttributeType
- type SlowQueryGetNamespaceRetType
- type Storage
- func (o *Storage) GetClass() (res StorageGetClassRetType)
- func (o *Storage) GetClassOk() (ret StorageGetClassRetType, ok bool)
- func (o *Storage) GetSize() (res StorageGetSizeRetType)
- func (o *Storage) GetSizeOk() (ret StorageGetSizeRetType, ok bool)
- func (o *Storage) HasClass() bool
- func (o *Storage) HasSize() bool
- func (o *Storage) SetClass(v StorageGetClassRetType)
- func (o *Storage) SetSize(v StorageGetSizeRetType)
- func (o Storage) ToMap() (map[string]interface{}, error)
- type StorageGetClassArgType
- type StorageGetClassAttributeType
- type StorageGetClassRetType
- type StorageGetSizeArgType
- type StorageGetSizeAttributeType
- type StorageGetSizeRetType
- type StorageRange
- func (o *StorageRange) GetMax() (res StorageRangeGetMaxRetType)
- func (o *StorageRange) GetMaxOk() (ret StorageRangeGetMaxRetType, ok bool)
- func (o *StorageRange) GetMin() (res StorageRangeGetMinRetType)
- func (o *StorageRange) GetMinOk() (ret StorageRangeGetMinRetType, ok bool)
- func (o *StorageRange) HasMax() bool
- func (o *StorageRange) HasMin() bool
- func (o *StorageRange) SetMax(v StorageRangeGetMaxRetType)
- func (o *StorageRange) SetMin(v StorageRangeGetMinRetType)
- func (o StorageRange) ToMap() (map[string]interface{}, error)
- type StorageRangeGetMaxArgType
- type StorageRangeGetMaxAttributeType
- type StorageRangeGetMaxRetType
- type StorageRangeGetMinArgType
- type StorageRangeGetMinAttributeType
- type StorageRangeGetMinRetType
- type SuggestedIndex
- func (o *SuggestedIndex) GetId() (res SuggestedIndexGetIdRetType)
- func (o *SuggestedIndex) GetIdOk() (ret SuggestedIndexGetIdRetType, ok bool)
- func (o *SuggestedIndex) GetImpact() (res SuggestedIndexGetImpactRetType)
- func (o *SuggestedIndex) GetImpactOk() (ret SuggestedIndexGetImpactRetType, ok bool)
- func (o *SuggestedIndex) GetIndex() (res SuggestedIndexGetIndexRetType)
- func (o *SuggestedIndex) GetIndexOk() (ret SuggestedIndexGetIndexRetType, ok bool)
- func (o *SuggestedIndex) GetNamespace() (res SuggestedIndexGetNamespaceRetType)
- func (o *SuggestedIndex) GetNamespaceOk() (ret SuggestedIndexGetNamespaceRetType, ok bool)
- func (o *SuggestedIndex) GetWeight() (res SuggestedIndexGetWeightRetType)
- func (o *SuggestedIndex) GetWeightOk() (ret SuggestedIndexGetWeightRetType, ok 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 SuggestedIndexGetIdRetType)
- func (o *SuggestedIndex) SetImpact(v SuggestedIndexGetImpactRetType)
- func (o *SuggestedIndex) SetIndex(v SuggestedIndexGetIndexRetType)
- func (o *SuggestedIndex) SetNamespace(v SuggestedIndexGetNamespaceRetType)
- func (o *SuggestedIndex) SetWeight(v SuggestedIndexGetWeightRetType)
- func (o SuggestedIndex) ToMap() (map[string]interface{}, error)
- type SuggestedIndexGetIdArgType
- type SuggestedIndexGetIdAttributeType
- type SuggestedIndexGetIdRetType
- type SuggestedIndexGetImpactArgType
- type SuggestedIndexGetImpactAttributeType
- type SuggestedIndexGetImpactRetType
- type SuggestedIndexGetIndexArgType
- type SuggestedIndexGetIndexAttributeType
- type SuggestedIndexGetIndexRetType
- type SuggestedIndexGetNamespaceArgType
- type SuggestedIndexGetNamespaceAttributeType
- type SuggestedIndexGetNamespaceRetType
- type SuggestedIndexGetWeightArgType
- type SuggestedIndexGetWeightAttributeType
- type SuggestedIndexGetWeightRetType
- type UpdateBackupSchedulePayload
- func (o *UpdateBackupSchedulePayload) GetBackupSchedule() (res UpdateBackupSchedulePayloadGetBackupScheduleRetType)
- func (o *UpdateBackupSchedulePayload) GetBackupScheduleOk() (ret UpdateBackupSchedulePayloadGetBackupScheduleRetType, ok bool)
- func (o *UpdateBackupSchedulePayload) GetDailySnapshotRetentionDays() (res UpdateBackupSchedulePayloadGetDailySnapshotRetentionDaysRetType)
- func (o *UpdateBackupSchedulePayload) GetDailySnapshotRetentionDaysOk() (ret UpdateBackupSchedulePayloadGetDailySnapshotRetentionDaysRetType, ok bool)
- func (o *UpdateBackupSchedulePayload) GetMonthlySnapshotRetentionMonths() (res UpdateBackupSchedulePayloadGetMonthlySnapshotRetentionMonthsRetType)
- func (o *UpdateBackupSchedulePayload) GetMonthlySnapshotRetentionMonthsOk() (ret UpdateBackupSchedulePayloadGetMonthlySnapshotRetentionMonthsRetType, ...)
- func (o *UpdateBackupSchedulePayload) GetPointInTimeWindowHours() (res UpdateBackupSchedulePayloadGetPointInTimeWindowHoursRetType)
- func (o *UpdateBackupSchedulePayload) GetPointInTimeWindowHoursOk() (ret UpdateBackupSchedulePayloadGetPointInTimeWindowHoursRetType, ok bool)
- func (o *UpdateBackupSchedulePayload) GetSnapshotRetentionDays() (res UpdateBackupSchedulePayloadGetSnapshotRetentionDaysRetType)
- func (o *UpdateBackupSchedulePayload) GetSnapshotRetentionDaysOk() (ret UpdateBackupSchedulePayloadGetSnapshotRetentionDaysRetType, ok bool)
- func (o *UpdateBackupSchedulePayload) GetWeeklySnapshotRetentionWeeks() (res UpdateBackupSchedulePayloadGetWeeklySnapshotRetentionWeeksRetType)
- func (o *UpdateBackupSchedulePayload) GetWeeklySnapshotRetentionWeeksOk() (ret UpdateBackupSchedulePayloadGetWeeklySnapshotRetentionWeeksRetType, ok 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 UpdateBackupSchedulePayloadGetBackupScheduleRetType)
- func (o *UpdateBackupSchedulePayload) SetDailySnapshotRetentionDays(v UpdateBackupSchedulePayloadGetDailySnapshotRetentionDaysRetType)
- func (o *UpdateBackupSchedulePayload) SetMonthlySnapshotRetentionMonths(v UpdateBackupSchedulePayloadGetMonthlySnapshotRetentionMonthsRetType)
- func (o *UpdateBackupSchedulePayload) SetPointInTimeWindowHours(v UpdateBackupSchedulePayloadGetPointInTimeWindowHoursRetType)
- func (o *UpdateBackupSchedulePayload) SetSnapshotRetentionDays(v UpdateBackupSchedulePayloadGetSnapshotRetentionDaysRetType)
- func (o *UpdateBackupSchedulePayload) SetWeeklySnapshotRetentionWeeks(v UpdateBackupSchedulePayloadGetWeeklySnapshotRetentionWeeksRetType)
- func (o UpdateBackupSchedulePayload) ToMap() (map[string]interface{}, error)
- type UpdateBackupSchedulePayloadGetBackupScheduleArgType
- type UpdateBackupSchedulePayloadGetBackupScheduleAttributeType
- type UpdateBackupSchedulePayloadGetBackupScheduleRetType
- type UpdateBackupSchedulePayloadGetDailySnapshotRetentionDaysArgType
- type UpdateBackupSchedulePayloadGetDailySnapshotRetentionDaysAttributeType
- type UpdateBackupSchedulePayloadGetDailySnapshotRetentionDaysRetType
- type UpdateBackupSchedulePayloadGetMonthlySnapshotRetentionMonthsArgType
- type UpdateBackupSchedulePayloadGetMonthlySnapshotRetentionMonthsAttributeType
- type UpdateBackupSchedulePayloadGetMonthlySnapshotRetentionMonthsRetType
- type UpdateBackupSchedulePayloadGetPointInTimeWindowHoursArgType
- type UpdateBackupSchedulePayloadGetPointInTimeWindowHoursAttributeType
- type UpdateBackupSchedulePayloadGetPointInTimeWindowHoursRetType
- type UpdateBackupSchedulePayloadGetSnapshotRetentionDaysArgType
- type UpdateBackupSchedulePayloadGetSnapshotRetentionDaysAttributeType
- type UpdateBackupSchedulePayloadGetSnapshotRetentionDaysRetType
- type UpdateBackupSchedulePayloadGetWeeklySnapshotRetentionWeeksArgType
- type UpdateBackupSchedulePayloadGetWeeklySnapshotRetentionWeeksAttributeType
- type UpdateBackupSchedulePayloadGetWeeklySnapshotRetentionWeeksRetType
- type UpdateInstancePayload
- func (o *UpdateInstancePayload) GetAcl() (ret UpdateInstancePayloadGetAclRetType)
- func (o *UpdateInstancePayload) GetAclOk() (ret UpdateInstancePayloadGetAclRetType, ok bool)
- func (o *UpdateInstancePayload) GetBackupSchedule() (ret UpdateInstancePayloadGetBackupScheduleRetType)
- func (o *UpdateInstancePayload) GetBackupScheduleOk() (ret UpdateInstancePayloadGetBackupScheduleRetType, ok bool)
- func (o *UpdateInstancePayload) GetFlavorId() (ret UpdateInstancePayloadGetFlavorIdRetType)
- func (o *UpdateInstancePayload) GetFlavorIdOk() (ret UpdateInstancePayloadGetFlavorIdRetType, ok bool)
- func (o *UpdateInstancePayload) GetLabels() (res UpdateInstancePayloadGetLabelsRetType)
- func (o *UpdateInstancePayload) GetLabelsOk() (ret UpdateInstancePayloadGetLabelsRetType, ok bool)
- func (o *UpdateInstancePayload) GetName() (ret UpdateInstancePayloadGetNameRetType)
- func (o *UpdateInstancePayload) GetNameOk() (ret UpdateInstancePayloadGetNameRetType, ok bool)
- func (o *UpdateInstancePayload) GetOptions() (ret UpdateInstancePayloadGetOptionsRetType)
- func (o *UpdateInstancePayload) GetOptionsOk() (ret UpdateInstancePayloadGetOptionsRetType, ok bool)
- func (o *UpdateInstancePayload) GetReplicas() (ret UpdateInstancePayloadGetReplicasRetType)
- func (o *UpdateInstancePayload) GetReplicasOk() (ret UpdateInstancePayloadGetReplicasRetType, ok bool)
- func (o *UpdateInstancePayload) GetStorage() (ret UpdateInstancePayloadGetStorageRetType)
- func (o *UpdateInstancePayload) GetStorageOk() (ret UpdateInstancePayloadGetStorageRetType, ok bool)
- func (o *UpdateInstancePayload) GetVersion() (ret UpdateInstancePayloadGetVersionRetType)
- func (o *UpdateInstancePayload) GetVersionOk() (ret UpdateInstancePayloadGetVersionRetType, ok bool)
- func (o *UpdateInstancePayload) HasLabels() bool
- func (o *UpdateInstancePayload) SetAcl(v UpdateInstancePayloadGetAclRetType)
- func (o *UpdateInstancePayload) SetBackupSchedule(v UpdateInstancePayloadGetBackupScheduleRetType)
- func (o *UpdateInstancePayload) SetFlavorId(v UpdateInstancePayloadGetFlavorIdRetType)
- func (o *UpdateInstancePayload) SetLabels(v UpdateInstancePayloadGetLabelsRetType)
- func (o *UpdateInstancePayload) SetName(v UpdateInstancePayloadGetNameRetType)
- func (o *UpdateInstancePayload) SetOptions(v UpdateInstancePayloadGetOptionsRetType)
- func (o *UpdateInstancePayload) SetReplicas(v UpdateInstancePayloadGetReplicasRetType)
- func (o *UpdateInstancePayload) SetStorage(v UpdateInstancePayloadGetStorageRetType)
- func (o *UpdateInstancePayload) SetVersion(v UpdateInstancePayloadGetVersionRetType)
- func (o UpdateInstancePayload) ToMap() (map[string]interface{}, error)
- type UpdateInstancePayloadGetAclArgType
- type UpdateInstancePayloadGetAclAttributeType
- type UpdateInstancePayloadGetAclRetType
- type UpdateInstancePayloadGetBackupScheduleArgType
- type UpdateInstancePayloadGetBackupScheduleAttributeType
- type UpdateInstancePayloadGetBackupScheduleRetType
- type UpdateInstancePayloadGetFlavorIdArgType
- type UpdateInstancePayloadGetFlavorIdAttributeType
- type UpdateInstancePayloadGetFlavorIdRetType
- type UpdateInstancePayloadGetLabelsArgType
- type UpdateInstancePayloadGetLabelsAttributeType
- type UpdateInstancePayloadGetLabelsRetType
- type UpdateInstancePayloadGetNameArgType
- type UpdateInstancePayloadGetNameAttributeType
- type UpdateInstancePayloadGetNameRetType
- type UpdateInstancePayloadGetOptionsArgType
- type UpdateInstancePayloadGetOptionsAttributeType
- type UpdateInstancePayloadGetOptionsRetType
- type UpdateInstancePayloadGetReplicasArgType
- type UpdateInstancePayloadGetReplicasAttributeType
- type UpdateInstancePayloadGetReplicasRetType
- type UpdateInstancePayloadGetStorageArgType
- type UpdateInstancePayloadGetStorageAttributeType
- type UpdateInstancePayloadGetStorageRetType
- type UpdateInstancePayloadGetVersionArgType
- type UpdateInstancePayloadGetVersionAttributeType
- type UpdateInstancePayloadGetVersionRetType
- type UpdateInstanceResponse
- func (o *UpdateInstanceResponse) GetItem() (res UpdateInstanceResponseGetItemRetType)
- func (o *UpdateInstanceResponse) GetItemOk() (ret UpdateInstanceResponseGetItemRetType, ok bool)
- func (o *UpdateInstanceResponse) HasItem() bool
- func (o *UpdateInstanceResponse) SetItem(v UpdateInstanceResponseGetItemRetType)
- func (o UpdateInstanceResponse) ToMap() (map[string]interface{}, error)
- type UpdateInstanceResponseGetItemArgType
- type UpdateInstanceResponseGetItemAttributeType
- type UpdateInstanceResponseGetItemRetType
- type UpdateUserPayload
- func (o *UpdateUserPayload) GetDatabase() (ret UpdateUserPayloadGetDatabaseRetType)
- func (o *UpdateUserPayload) GetDatabaseOk() (ret UpdateUserPayloadGetDatabaseRetType, ok bool)
- func (o *UpdateUserPayload) GetRoles() (ret UpdateUserPayloadGetRolesRetType)
- func (o *UpdateUserPayload) GetRolesOk() (ret UpdateUserPayloadGetRolesRetType, ok bool)
- func (o *UpdateUserPayload) SetDatabase(v UpdateUserPayloadGetDatabaseRetType)
- func (o *UpdateUserPayload) SetRoles(v UpdateUserPayloadGetRolesRetType)
- func (o UpdateUserPayload) ToMap() (map[string]interface{}, error)
- type UpdateUserPayloadGetDatabaseArgType
- type UpdateUserPayloadGetDatabaseAttributeType
- type UpdateUserPayloadGetDatabaseRetType
- type UpdateUserPayloadGetRolesArgType
- type UpdateUserPayloadGetRolesAttributeType
- type UpdateUserPayloadGetRolesRetType
- type User
- func (o *User) GetDatabase() (res UserGetDatabaseRetType)
- func (o *User) GetDatabaseOk() (ret UserGetDatabaseRetType, ok bool)
- func (o *User) GetHost() (res UserGetHostRetType)
- func (o *User) GetHostOk() (ret UserGetHostRetType, ok bool)
- func (o *User) GetId() (res UserGetIdRetType)
- func (o *User) GetIdOk() (ret UserGetIdRetType, ok bool)
- func (o *User) GetPassword() (res UserGetPasswordRetType)
- func (o *User) GetPasswordOk() (ret UserGetPasswordRetType, ok bool)
- func (o *User) GetPort() (res UserGetPortRetType)
- func (o *User) GetPortOk() (ret UserGetPortRetType, ok bool)
- func (o *User) GetRoles() (res UserGetRolesRetType)
- func (o *User) GetRolesOk() (ret UserGetRolesRetType, ok bool)
- func (o *User) GetUri() (res UserGetUriRetType)
- func (o *User) GetUriOk() (ret UserGetUriRetType, ok bool)
- func (o *User) GetUsername() (res UserGetUsernameRetType)
- func (o *User) GetUsernameOk() (ret UserGetUsernameRetType, ok 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 UserGetDatabaseRetType)
- func (o *User) SetHost(v UserGetHostRetType)
- func (o *User) SetId(v UserGetIdRetType)
- func (o *User) SetPassword(v UserGetPasswordRetType)
- func (o *User) SetPort(v UserGetPortRetType)
- func (o *User) SetRoles(v UserGetRolesRetType)
- func (o *User) SetUri(v UserGetUriRetType)
- func (o *User) SetUsername(v UserGetUsernameRetType)
- func (o User) ToMap() (map[string]interface{}, error)
- type UserGetDatabaseArgType
- type UserGetDatabaseAttributeType
- type UserGetDatabaseRetType
- type UserGetHostArgType
- type UserGetHostAttributeType
- type UserGetHostRetType
- type UserGetIdArgType
- type UserGetIdAttributeType
- type UserGetIdRetType
- type UserGetPasswordArgType
- type UserGetPasswordAttributeType
- type UserGetPasswordRetType
- type UserGetPortArgType
- type UserGetPortAttributeType
- type UserGetPortRetType
- type UserGetRolesArgType
- type UserGetRolesAttributeType
- type UserGetRolesRetType
- type UserGetUriArgType
- type UserGetUriAttributeType
- type UserGetUriRetType
- type UserGetUsernameArgType
- type UserGetUsernameAttributeType
- type UserGetUsernameRetType
Constants ¶
This section is empty.
Variables ¶
var AllowedInstanceListInstanceStatusEnumValues = []InstanceListInstanceStatus{
"READY",
"PENDING",
"PROCESSING",
"FAILED",
"UNKNOWN",
}
All allowed values of InstanceListInstance enum
var AllowedInstanceStatusEnumValues = []InstanceStatus{
"READY",
"PENDING",
"PROCESSING",
"FAILED",
"UNKNOWN",
}
All allowed values of Instance enum
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func NewConfiguration ¶
func NewConfiguration() *config.Configuration
NewConfiguration returns a new Configuration object
func ParameterValueToString ¶
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type ACL ¶
type ACL struct {
Items ACLGetItemsAttributeType `json:"items,omitempty"`
}
ACL struct for ACL
func NewACL ¶ added in v0.16.0
func NewACL() *ACL
NewACL instantiates a new ACL object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewACLWithDefaults ¶ added in v0.16.0
func NewACLWithDefaults() *ACL
NewACLWithDefaults instantiates a new ACL object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ACL) GetItems ¶ added in v0.16.0
func (o *ACL) GetItems() (res ACLGetItemsRetType)
GetItems returns the Items field value if set, zero value otherwise.
func (*ACL) GetItemsOk ¶ added in v0.16.0
func (o *ACL) GetItemsOk() (ret ACLGetItemsRetType, ok bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ACL) SetItems ¶ added in v0.16.0
func (o *ACL) SetItems(v ACLGetItemsRetType)
SetItems gets a reference to the given []string and assigns it to the Items field.
type ACLGetItemsArgType ¶ added in v0.18.1
type ACLGetItemsArgType = []string
type ACLGetItemsRetType ¶ added in v0.18.1
type ACLGetItemsRetType = []string
type APIClient ¶
type APIClient struct {
// contains filtered or unexported fields
}
APIClient manages communication with the STACKIT MongoDB Service API API v1.0.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(opts ...config.ConfigurationOption) (*APIClient, error)
NewAPIClient creates a new API client. Optionally receives configuration options
func (*APIClient) CloneInstance ¶
func (a *APIClient) CloneInstance(ctx context.Context, projectId string, instanceId string) ApiCloneInstanceRequest
CloneInstance: Clone instance
Clone an instance via PIT restore<br/> Note that the Timestamp is a RFC3339 standard and uses by default UTC time format<br/> As an example a valid timestamp look like "2023-04-20T15:05:15Z"
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param instanceId instance id @return ApiCloneInstanceRequest
func (*APIClient) CloneInstanceExecute ¶
func (*APIClient) CreateInstance ¶
func (a *APIClient) CreateInstance(ctx context.Context, projectId string) ApiCreateInstanceRequest
CreateInstance: Create instance
Create and deploys an instance<br/> Note that the time format for the backupSchedule is in UTC
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @return ApiCreateInstanceRequest
func (*APIClient) CreateInstanceExecute ¶
func (*APIClient) CreateUser ¶
func (a *APIClient) CreateUser(ctx context.Context, projectId string, instanceId string) ApiCreateUserRequest
CreateUser: Create User
create a new user for a mongodb instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param instanceId instance id @return ApiCreateUserRequest
func (*APIClient) CreateUserExecute ¶
func (*APIClient) DeleteInstance ¶
func (a *APIClient) DeleteInstance(ctx context.Context, projectId string, instanceId string) ApiDeleteInstanceRequest
DeleteInstance: Delete instance
removes an instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param instanceId instance id @return ApiDeleteInstanceRequest
func (*APIClient) DeleteInstanceExecute ¶
func (*APIClient) DeleteUser ¶
func (a *APIClient) DeleteUser(ctx context.Context, projectId string, instanceId string, userId string) ApiDeleteUserRequest
DeleteUser: Delete User
delete mongodb user
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param instanceId instance id @param userId user id @return ApiDeleteUserRequest
func (*APIClient) DeleteUserExecute ¶
func (*APIClient) GetBackup ¶
func (a *APIClient) GetBackup(ctx context.Context, projectId string, instanceId string, backupId string) ApiGetBackupRequest
GetBackup: Get backup
Get details about a specific backup
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param instanceId instance id @param backupId backup id @return ApiGetBackupRequest
func (*APIClient) GetBackupExecute ¶
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *config.Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
func (*APIClient) GetInstance ¶
func (a *APIClient) GetInstance(ctx context.Context, projectId string, instanceId string) ApiGetInstanceRequest
GetInstance: Get instance
gets information of an instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param instanceId instance id @return ApiGetInstanceRequest
func (*APIClient) GetInstanceExecute ¶
func (*APIClient) GetUser ¶
func (a *APIClient) GetUser(ctx context.Context, projectId string, instanceId string, userId string) ApiGetUserRequest
GetUser: Get User
get detailed information of a user of a mongodb instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param instanceId instance id @param userId user id @return ApiGetUserRequest
func (*APIClient) GetUserExecute ¶
func (*APIClient) ListAdvisorSlowQueries ¶ added in v0.15.0
func (a *APIClient) ListAdvisorSlowQueries(ctx context.Context, projectId string, instanceId string) ApiListAdvisorSlowQueriesRequest
ListAdvisorSlowQueries: Get slow queries
gets slow queries from the Opsmanager performance advisor
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param instanceId instance id @return ApiListAdvisorSlowQueriesRequest
func (*APIClient) ListAdvisorSlowQueriesExecute ¶ added in v0.15.0
func (*APIClient) ListBackups ¶
func (a *APIClient) ListBackups(ctx context.Context, projectId string, instanceId string) ApiListBackupsRequest
ListBackups: List backup
List backups of an instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param instanceId instance id @return ApiListBackupsRequest
func (*APIClient) ListBackupsExecute ¶
func (*APIClient) ListFlavors ¶
func (a *APIClient) ListFlavors(ctx context.Context, projectId string) ApiListFlavorsRequest
ListFlavors: Flavors
returns all possible flavors
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @return ApiListFlavorsRequest
func (*APIClient) ListFlavorsExecute ¶
func (*APIClient) ListInstances ¶
func (a *APIClient) ListInstances(ctx context.Context, projectId string) ApiListInstancesRequest
ListInstances: List Instances
list all instances for a projectID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @return ApiListInstancesRequest
func (*APIClient) ListInstancesExecute ¶
func (*APIClient) ListMetrics ¶
func (a *APIClient) ListMetrics(ctx context.Context, projectId string, instanceId string, metric string) ApiListMetricsRequest
ListMetrics: Metrics
returns metrics for an instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param instanceId instance id @param metric metric type @return ApiListMetricsRequest
func (*APIClient) ListMetricsExecute ¶
func (*APIClient) ListRestoreJobs ¶
func (a *APIClient) ListRestoreJobs(ctx context.Context, projectId string, instanceId string) ApiListRestoreJobsRequest
ListRestoreJobs: List restore jobs
List restore jobs of an instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param instanceId instance id @return ApiListRestoreJobsRequest
func (*APIClient) ListRestoreJobsExecute ¶
func (*APIClient) ListStorages ¶
func (a *APIClient) ListStorages(ctx context.Context, projectId string, flavor string) ApiListStoragesRequest
ListStorages: Get storage
returns the storage for a certain flavor
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param flavor flavor id @return ApiListStoragesRequest
func (*APIClient) ListStoragesExecute ¶
func (*APIClient) ListSuggestedIndexes ¶ added in v0.15.0
func (a *APIClient) ListSuggestedIndexes(ctx context.Context, projectId string, instanceId string) ApiListSuggestedIndexesRequest
ListSuggestedIndexes: Get suggested indexes
gets suggested indexes from the Opsmanager performance advisor
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param instanceId instance id @return ApiListSuggestedIndexesRequest
func (*APIClient) ListSuggestedIndexesExecute ¶ added in v0.15.0
func (*APIClient) ListUsers ¶
func (a *APIClient) ListUsers(ctx context.Context, projectId string, instanceId string) ApiListUsersRequest
ListUsers: List Users
list all users for a mongodb instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param instanceId instance id @return ApiListUsersRequest
func (*APIClient) ListUsersExecute ¶
func (*APIClient) ListVersions ¶
func (a *APIClient) ListVersions(ctx context.Context, projectId string) ApiListVersionsRequest
ListVersions: Get versions
returns all available versions for creating endpoint
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @return ApiListVersionsRequest
func (*APIClient) ListVersionsExecute ¶
func (*APIClient) PartialUpdateInstance ¶
func (a *APIClient) PartialUpdateInstance(ctx context.Context, projectId string, instanceId string) ApiPartialUpdateInstanceRequest
PartialUpdateInstance: Patch endpoint
Updates a deployment plan<br/> Note that the time format for the backupSchedule is in UTC
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param instanceId instance id @return ApiPartialUpdateInstanceRequest
func (*APIClient) PartialUpdateInstanceExecute ¶
func (*APIClient) PartialUpdateUser ¶
func (a *APIClient) PartialUpdateUser(ctx context.Context, projectId string, instanceId string, userId string) ApiPartialUpdateUserRequest
PartialUpdateUser: Update User
updates user for a mongodb instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param instanceId instance id @param userId user id @return ApiPartialUpdateUserRequest
func (*APIClient) PartialUpdateUserExecute ¶
func (*APIClient) ResetUser ¶
func (a *APIClient) ResetUser(ctx context.Context, projectId string, instanceId string, userId string) ApiResetUserRequest
ResetUser: Reset User
resets mongodb user's password
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param instanceId instance id @param userId user id @return ApiResetUserRequest
func (*APIClient) ResetUserExecute ¶
func (*APIClient) RestoreInstance ¶
func (a *APIClient) RestoreInstance(ctx context.Context, projectId string, instanceId string) ApiRestoreInstanceRequest
RestoreInstance: Restore instance
Restore an instance based on snapshot
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param instanceId instance id @return ApiRestoreInstanceRequest
func (*APIClient) RestoreInstanceExecute ¶
func (*APIClient) UpdateBackupSchedule ¶
func (a *APIClient) UpdateBackupSchedule(ctx context.Context, projectId string, instanceId string) ApiUpdateBackupScheduleRequest
UpdateBackupSchedule: Update schedule
Updates a backup schedule<br/> Note that the time format is in UTC
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param instanceId instance id @return ApiUpdateBackupScheduleRequest
func (*APIClient) UpdateBackupScheduleExecute ¶
func (*APIClient) UpdateInstance ¶
func (a *APIClient) UpdateInstance(ctx context.Context, projectId string, instanceId string) ApiUpdateInstanceRequest
UpdateInstance: Put endpoint
Updates a deployment plan<br/> Note that the time format for the backupSchedule is in UTC
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param instanceId instance id @return ApiUpdateInstanceRequest
func (*APIClient) UpdateInstanceExecute ¶
func (*APIClient) UpdateUser ¶
func (a *APIClient) UpdateUser(ctx context.Context, projectId string, instanceId string, userId string) ApiUpdateUserRequest
UpdateUser: Update User
updates user for a mongodb instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param instanceId instance id @param userId user id @return ApiUpdateUserRequest
type ApiCloneInstanceRequest ¶
type ApiCloneInstanceRequest struct {
// contains filtered or unexported fields
}
func (ApiCloneInstanceRequest) CloneInstancePayload ¶
func (r ApiCloneInstanceRequest) CloneInstancePayload(cloneInstancePayload CloneInstancePayload) ApiCloneInstanceRequest
func (ApiCloneInstanceRequest) Execute ¶
func (r ApiCloneInstanceRequest) Execute() (*CloneInstanceResponse, error)
type ApiCreateInstanceRequest ¶
type ApiCreateInstanceRequest struct {
// contains filtered or unexported fields
}
func (ApiCreateInstanceRequest) CreateInstancePayload ¶
func (r ApiCreateInstanceRequest) CreateInstancePayload(createInstancePayload CreateInstancePayload) ApiCreateInstanceRequest
func (ApiCreateInstanceRequest) Execute ¶
func (r ApiCreateInstanceRequest) Execute() (*CreateInstanceResponse, error)
type ApiCreateUserRequest ¶
type ApiCreateUserRequest struct {
// contains filtered or unexported fields
}
func (ApiCreateUserRequest) CreateUserPayload ¶
func (r ApiCreateUserRequest) CreateUserPayload(createUserPayload CreateUserPayload) ApiCreateUserRequest
func (ApiCreateUserRequest) Execute ¶
func (r ApiCreateUserRequest) Execute() (*CreateUserResponse, error)
type ApiDeleteInstanceRequest ¶
type ApiDeleteInstanceRequest struct {
// contains filtered or unexported fields
}
func (ApiDeleteInstanceRequest) Execute ¶
func (r ApiDeleteInstanceRequest) Execute() error
type ApiDeleteUserRequest ¶
type ApiDeleteUserRequest struct {
// contains filtered or unexported fields
}
func (ApiDeleteUserRequest) Execute ¶
func (r ApiDeleteUserRequest) Execute() error
type ApiGetBackupRequest ¶
type ApiGetBackupRequest struct {
// contains filtered or unexported fields
}
func (ApiGetBackupRequest) Execute ¶
func (r ApiGetBackupRequest) Execute() (*GetBackupResponse, error)
type ApiGetInstanceRequest ¶
type ApiGetInstanceRequest struct {
// contains filtered or unexported fields
}
func (ApiGetInstanceRequest) Execute ¶
func (r ApiGetInstanceRequest) Execute() (*GetInstanceResponse, error)
type ApiGetUserRequest ¶
type ApiGetUserRequest struct {
// contains filtered or unexported fields
}
func (ApiGetUserRequest) Execute ¶
func (r ApiGetUserRequest) Execute() (*GetUserResponse, error)
type ApiListAdvisorSlowQueriesRequest ¶ added in v0.15.0
type ApiListAdvisorSlowQueriesRequest struct {
// contains filtered or unexported fields
}
func (ApiListAdvisorSlowQueriesRequest) Execute ¶ added in v0.15.0
func (r ApiListAdvisorSlowQueriesRequest) Execute() (*HandlersInstancesSlowQueriesResponse, error)
type ApiListBackupsRequest ¶
type ApiListBackupsRequest struct {
// contains filtered or unexported fields
}
func (ApiListBackupsRequest) Execute ¶
func (r ApiListBackupsRequest) Execute() (*ListBackupsResponse, error)
type ApiListFlavorsRequest ¶
type ApiListFlavorsRequest struct {
// contains filtered or unexported fields
}
func (ApiListFlavorsRequest) Execute ¶
func (r ApiListFlavorsRequest) Execute() (*ListFlavorsResponse, error)
type ApiListInstancesRequest ¶
type ApiListInstancesRequest struct {
// contains filtered or unexported fields
}
func (ApiListInstancesRequest) Execute ¶
func (r ApiListInstancesRequest) Execute() (*ListInstancesResponse, error)
func (ApiListInstancesRequest) Tag ¶
func (r ApiListInstancesRequest) Tag(tag string) ApiListInstancesRequest
type ApiListMetricsRequest ¶
type ApiListMetricsRequest struct {
// contains filtered or unexported fields
}
func (ApiListMetricsRequest) End ¶
func (r ApiListMetricsRequest) End(end string) ApiListMetricsRequest
func (ApiListMetricsRequest) Execute ¶
func (r ApiListMetricsRequest) Execute() (*ListMetricsResponse, error)
func (ApiListMetricsRequest) Granularity ¶
func (r ApiListMetricsRequest) Granularity(granularity string) ApiListMetricsRequest
func (ApiListMetricsRequest) Period ¶
func (r ApiListMetricsRequest) Period(period string) ApiListMetricsRequest
func (ApiListMetricsRequest) Start ¶
func (r ApiListMetricsRequest) Start(start string) ApiListMetricsRequest
type ApiListRestoreJobsRequest ¶
type ApiListRestoreJobsRequest struct {
// contains filtered or unexported fields
}
func (ApiListRestoreJobsRequest) Execute ¶
func (r ApiListRestoreJobsRequest) Execute() (*ListRestoreJobsResponse, error)
type ApiListStoragesRequest ¶
type ApiListStoragesRequest struct {
// contains filtered or unexported fields
}
func (ApiListStoragesRequest) Execute ¶
func (r ApiListStoragesRequest) Execute() (*ListStoragesResponse, error)
type ApiListSuggestedIndexesRequest ¶ added in v0.15.0
type ApiListSuggestedIndexesRequest struct {
// contains filtered or unexported fields
}
func (ApiListSuggestedIndexesRequest) Execute ¶ added in v0.15.0
func (r ApiListSuggestedIndexesRequest) Execute() (*HandlersInstancesSuggestedIndexesResponse, error)
type ApiListUsersRequest ¶
type ApiListUsersRequest struct {
// contains filtered or unexported fields
}
func (ApiListUsersRequest) Execute ¶
func (r ApiListUsersRequest) Execute() (*ListUsersResponse, error)
type ApiListVersionsRequest ¶
type ApiListVersionsRequest struct {
// contains filtered or unexported fields
}
func (ApiListVersionsRequest) Execute ¶
func (r ApiListVersionsRequest) Execute() (*ListVersionsResponse, error)
type ApiPartialUpdateInstanceRequest ¶
type ApiPartialUpdateInstanceRequest struct {
// contains filtered or unexported fields
}
func (ApiPartialUpdateInstanceRequest) Execute ¶
func (r ApiPartialUpdateInstanceRequest) Execute() (*UpdateInstanceResponse, error)
func (ApiPartialUpdateInstanceRequest) PartialUpdateInstancePayload ¶
func (r ApiPartialUpdateInstanceRequest) PartialUpdateInstancePayload(partialUpdateInstancePayload PartialUpdateInstancePayload) ApiPartialUpdateInstanceRequest
type ApiPartialUpdateUserRequest ¶
type ApiPartialUpdateUserRequest struct {
// contains filtered or unexported fields
}
func (ApiPartialUpdateUserRequest) Execute ¶
func (r ApiPartialUpdateUserRequest) Execute() error
func (ApiPartialUpdateUserRequest) PartialUpdateUserPayload ¶
func (r ApiPartialUpdateUserRequest) PartialUpdateUserPayload(partialUpdateUserPayload PartialUpdateUserPayload) ApiPartialUpdateUserRequest
type ApiResetUserRequest ¶
type ApiResetUserRequest struct {
// contains filtered or unexported fields
}
func (ApiResetUserRequest) Execute ¶
func (r ApiResetUserRequest) Execute() (*User, error)
type ApiRestoreInstanceRequest ¶
type ApiRestoreInstanceRequest struct {
// contains filtered or unexported fields
}
func (ApiRestoreInstanceRequest) Execute ¶
func (r ApiRestoreInstanceRequest) Execute() (*RestoreInstanceResponse, error)
func (ApiRestoreInstanceRequest) RestoreInstancePayload ¶
func (r ApiRestoreInstanceRequest) RestoreInstancePayload(restoreInstancePayload RestoreInstancePayload) ApiRestoreInstanceRequest
type ApiUpdateBackupScheduleRequest ¶
type ApiUpdateBackupScheduleRequest struct {
// contains filtered or unexported fields
}
func (ApiUpdateBackupScheduleRequest) Execute ¶
func (r ApiUpdateBackupScheduleRequest) Execute() (*BackupSchedule, error)
func (ApiUpdateBackupScheduleRequest) UpdateBackupSchedulePayload ¶
func (r ApiUpdateBackupScheduleRequest) UpdateBackupSchedulePayload(updateBackupSchedulePayload UpdateBackupSchedulePayload) ApiUpdateBackupScheduleRequest
type ApiUpdateInstanceRequest ¶
type ApiUpdateInstanceRequest struct {
// contains filtered or unexported fields
}
func (ApiUpdateInstanceRequest) Execute ¶
func (r ApiUpdateInstanceRequest) Execute() (*UpdateInstanceResponse, error)
func (ApiUpdateInstanceRequest) UpdateInstancePayload ¶
func (r ApiUpdateInstanceRequest) UpdateInstancePayload(updateInstancePayload UpdateInstancePayload) ApiUpdateInstanceRequest
type ApiUpdateUserRequest ¶
type ApiUpdateUserRequest struct {
// contains filtered or unexported fields
}
func (ApiUpdateUserRequest) Execute ¶
func (r ApiUpdateUserRequest) Execute() error
func (ApiUpdateUserRequest) UpdateUserPayload ¶
func (r ApiUpdateUserRequest) UpdateUserPayload(updateUserPayload UpdateUserPayload) ApiUpdateUserRequest
type Backup ¶
type Backup struct { EndTime BackupGetEndTimeAttributeType `json:"endTime,omitempty"` Error BackupGetErrorAttributeType `json:"error,omitempty"` Id BackupGetIdAttributeType `json:"id,omitempty"` Labels BackupGetLabelsAttributeType `json:"labels,omitempty"` Name BackupGetNameAttributeType `json:"name,omitempty"` Options BackupGetOptionsAttributeType `json:"options,omitempty"` Size BackupGetSizeAttributeType `json:"size,omitempty"` StartTime BackupGetStartTimeAttributeType `json:"startTime,omitempty"` }
Backup struct for Backup
func NewBackup ¶ added in v0.16.0
func NewBackup() *Backup
NewBackup instantiates a new Backup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBackupWithDefaults ¶ added in v0.16.0
func NewBackupWithDefaults() *Backup
NewBackupWithDefaults instantiates a new Backup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Backup) GetEndTime ¶ added in v0.16.0
func (o *Backup) GetEndTime() (res BackupGetEndTimeRetType)
GetEndTime returns the EndTime field value if set, zero value otherwise.
func (*Backup) GetEndTimeOk ¶ added in v0.16.0
func (o *Backup) GetEndTimeOk() (ret BackupGetEndTimeRetType, ok bool)
GetEndTimeOk returns a tuple with the EndTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Backup) GetError ¶ added in v0.16.0
func (o *Backup) GetError() (res BackupGetErrorRetType)
GetError returns the Error field value if set, zero value otherwise.
func (*Backup) GetErrorOk ¶ added in v0.16.0
func (o *Backup) GetErrorOk() (ret BackupGetErrorRetType, ok bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Backup) GetId ¶ added in v0.16.0
func (o *Backup) GetId() (res BackupGetIdRetType)
GetId returns the Id field value if set, zero value otherwise.
func (*Backup) GetIdOk ¶ added in v0.16.0
func (o *Backup) GetIdOk() (ret BackupGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Backup) GetLabels ¶ added in v0.16.0
func (o *Backup) GetLabels() (res BackupGetLabelsRetType)
GetLabels returns the Labels field value if set, zero value otherwise.
func (*Backup) GetLabelsOk ¶ added in v0.16.0
func (o *Backup) GetLabelsOk() (ret BackupGetLabelsRetType, ok bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Backup) GetName ¶ added in v0.16.0
func (o *Backup) GetName() (res BackupGetNameRetType)
GetName returns the Name field value if set, zero value otherwise.
func (*Backup) GetNameOk ¶ added in v0.16.0
func (o *Backup) GetNameOk() (ret BackupGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Backup) GetOptions ¶ added in v0.16.0
func (o *Backup) GetOptions() (res BackupGetOptionsRetType)
GetOptions returns the Options field value if set, zero value otherwise.
func (*Backup) GetOptionsOk ¶ added in v0.16.0
func (o *Backup) GetOptionsOk() (ret BackupGetOptionsRetType, ok bool)
GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Backup) GetSize ¶ added in v0.16.0
func (o *Backup) GetSize() (res BackupGetSizeRetType)
GetSize returns the Size field value if set, zero value otherwise.
func (*Backup) GetSizeOk ¶ added in v0.16.0
func (o *Backup) GetSizeOk() (ret BackupGetSizeRetType, ok bool)
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Backup) GetStartTime ¶ added in v0.16.0
func (o *Backup) GetStartTime() (res BackupGetStartTimeRetType)
GetStartTime returns the StartTime field value if set, zero value otherwise.
func (*Backup) GetStartTimeOk ¶ added in v0.16.0
func (o *Backup) GetStartTimeOk() (ret BackupGetStartTimeRetType, ok bool)
GetStartTimeOk returns a tuple with the StartTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Backup) HasEndTime ¶ added in v0.16.0
HasEndTime returns a boolean if a field has been set.
func (*Backup) HasOptions ¶ added in v0.16.0
HasOptions returns a boolean if a field has been set.
func (*Backup) HasStartTime ¶ added in v0.16.0
HasStartTime returns a boolean if a field has been set.
func (*Backup) SetEndTime ¶ added in v0.16.0
func (o *Backup) SetEndTime(v BackupGetEndTimeRetType)
SetEndTime gets a reference to the given string and assigns it to the EndTime field.
func (*Backup) SetError ¶ added in v0.16.0
func (o *Backup) SetError(v BackupGetErrorRetType)
SetError gets a reference to the given string and assigns it to the Error field.
func (*Backup) SetId ¶ added in v0.16.0
func (o *Backup) SetId(v BackupGetIdRetType)
SetId gets a reference to the given string and assigns it to the Id field.
func (*Backup) SetLabels ¶ added in v0.16.0
func (o *Backup) SetLabels(v BackupGetLabelsRetType)
SetLabels gets a reference to the given []string and assigns it to the Labels field.
func (*Backup) SetName ¶ added in v0.16.0
func (o *Backup) SetName(v BackupGetNameRetType)
SetName gets a reference to the given string and assigns it to the Name field.
func (*Backup) SetOptions ¶ added in v0.16.0
func (o *Backup) SetOptions(v BackupGetOptionsRetType)
SetOptions gets a reference to the given map[string]string and assigns it to the Options field.
func (*Backup) SetSize ¶ added in v0.16.0
func (o *Backup) SetSize(v BackupGetSizeRetType)
SetSize gets a reference to the given int64 and assigns it to the Size field.
func (*Backup) SetStartTime ¶ added in v0.16.0
func (o *Backup) SetStartTime(v BackupGetStartTimeRetType)
SetStartTime gets a reference to the given string and assigns it to the StartTime field.
type BackupGetEndTimeArgType ¶ added in v0.18.1
type BackupGetEndTimeArgType = string
type BackupGetEndTimeAttributeType ¶ added in v0.18.1
type BackupGetEndTimeAttributeType = *string
isNotNullableString
type BackupGetEndTimeRetType ¶ added in v0.18.1
type BackupGetEndTimeRetType = string
type BackupGetErrorArgType ¶ added in v0.18.1
type BackupGetErrorArgType = string
type BackupGetErrorAttributeType ¶ added in v0.18.1
type BackupGetErrorAttributeType = *string
isNotNullableString
type BackupGetErrorRetType ¶ added in v0.18.1
type BackupGetErrorRetType = string
type BackupGetIdArgType ¶ added in v0.18.1
type BackupGetIdArgType = string
type BackupGetIdAttributeType ¶ added in v0.18.1
type BackupGetIdAttributeType = *string
isNotNullableString
type BackupGetIdRetType ¶ added in v0.18.1
type BackupGetIdRetType = string
type BackupGetLabelsArgType ¶ added in v0.18.1
type BackupGetLabelsArgType = []string
type BackupGetLabelsAttributeType ¶ added in v0.18.1
type BackupGetLabelsAttributeType = *[]string
isArray
type BackupGetLabelsRetType ¶ added in v0.18.1
type BackupGetLabelsRetType = []string
type BackupGetNameArgType ¶ added in v0.18.1
type BackupGetNameArgType = string
type BackupGetNameAttributeType ¶ added in v0.18.1
type BackupGetNameAttributeType = *string
isNotNullableString
type BackupGetNameRetType ¶ added in v0.18.1
type BackupGetNameRetType = string
type BackupGetOptionsArgType ¶ added in v0.18.1
type BackupGetOptionsAttributeType ¶ added in v0.18.1
isContainer
type BackupGetOptionsRetType ¶ added in v0.18.1
type BackupGetSizeArgType ¶ added in v0.18.1
type BackupGetSizeArgType = int64
type BackupGetSizeAttributeType ¶ added in v0.18.1
type BackupGetSizeAttributeType = *int64
isInteger
type BackupGetSizeRetType ¶ added in v0.18.1
type BackupGetSizeRetType = int64
type BackupGetStartTimeArgType ¶ added in v0.18.1
type BackupGetStartTimeArgType = string
type BackupGetStartTimeAttributeType ¶ added in v0.18.1
type BackupGetStartTimeAttributeType = *string
isNotNullableString
type BackupGetStartTimeRetType ¶ added in v0.18.1
type BackupGetStartTimeRetType = string
type BackupSchedule ¶
type BackupSchedule struct { BackupSchedule BackupScheduleGetBackupScheduleAttributeType `json:"backupSchedule,omitempty"` DailySnapshotRetentionDays BackupScheduleGetDailySnapshotRetentionDaysAttributeType `json:"dailySnapshotRetentionDays,omitempty"` MonthlySnapshotRetentionMonths BackupScheduleGetMonthlySnapshotRetentionMonthsAttributeType `json:"monthlySnapshotRetentionMonths,omitempty"` PointInTimeWindowHours BackupScheduleGetPointInTimeWindowHoursAttributeType `json:"pointInTimeWindowHours,omitempty"` SnapshotRetentionDays BackupScheduleGetSnapshotRetentionDaysAttributeType `json:"snapshotRetentionDays,omitempty"` WeeklySnapshotRetentionWeeks BackupScheduleGetWeeklySnapshotRetentionWeeksAttributeType `json:"weeklySnapshotRetentionWeeks,omitempty"` }
BackupSchedule struct for BackupSchedule
func NewBackupSchedule ¶ added in v0.16.0
func NewBackupSchedule() *BackupSchedule
NewBackupSchedule instantiates a new BackupSchedule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBackupScheduleWithDefaults ¶ added in v0.16.0
func NewBackupScheduleWithDefaults() *BackupSchedule
NewBackupScheduleWithDefaults instantiates a new BackupSchedule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BackupSchedule) GetBackupSchedule ¶ added in v0.16.0
func (o *BackupSchedule) GetBackupSchedule() (res BackupScheduleGetBackupScheduleRetType)
GetBackupSchedule returns the BackupSchedule field value if set, zero value otherwise.
func (*BackupSchedule) GetBackupScheduleOk ¶ added in v0.16.0
func (o *BackupSchedule) GetBackupScheduleOk() (ret BackupScheduleGetBackupScheduleRetType, ok bool)
GetBackupScheduleOk returns a tuple with the BackupSchedule field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BackupSchedule) GetDailySnapshotRetentionDays ¶ added in v0.16.0
func (o *BackupSchedule) GetDailySnapshotRetentionDays() (res BackupScheduleGetDailySnapshotRetentionDaysRetType)
GetDailySnapshotRetentionDays returns the DailySnapshotRetentionDays field value if set, zero value otherwise.
func (*BackupSchedule) GetDailySnapshotRetentionDaysOk ¶ added in v0.16.0
func (o *BackupSchedule) GetDailySnapshotRetentionDaysOk() (ret BackupScheduleGetDailySnapshotRetentionDaysRetType, ok bool)
GetDailySnapshotRetentionDaysOk returns a tuple with the DailySnapshotRetentionDays field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BackupSchedule) GetMonthlySnapshotRetentionMonths ¶ added in v0.16.0
func (o *BackupSchedule) GetMonthlySnapshotRetentionMonths() (res BackupScheduleGetMonthlySnapshotRetentionMonthsRetType)
GetMonthlySnapshotRetentionMonths returns the MonthlySnapshotRetentionMonths field value if set, zero value otherwise.
func (*BackupSchedule) GetMonthlySnapshotRetentionMonthsOk ¶ added in v0.16.0
func (o *BackupSchedule) GetMonthlySnapshotRetentionMonthsOk() (ret BackupScheduleGetMonthlySnapshotRetentionMonthsRetType, ok bool)
GetMonthlySnapshotRetentionMonthsOk returns a tuple with the MonthlySnapshotRetentionMonths field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BackupSchedule) GetPointInTimeWindowHours ¶ added in v0.16.0
func (o *BackupSchedule) GetPointInTimeWindowHours() (res BackupScheduleGetPointInTimeWindowHoursRetType)
GetPointInTimeWindowHours returns the PointInTimeWindowHours field value if set, zero value otherwise.
func (*BackupSchedule) GetPointInTimeWindowHoursOk ¶ added in v0.16.0
func (o *BackupSchedule) GetPointInTimeWindowHoursOk() (ret BackupScheduleGetPointInTimeWindowHoursRetType, ok bool)
GetPointInTimeWindowHoursOk returns a tuple with the PointInTimeWindowHours field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BackupSchedule) GetSnapshotRetentionDays ¶ added in v0.16.0
func (o *BackupSchedule) GetSnapshotRetentionDays() (res BackupScheduleGetSnapshotRetentionDaysRetType)
GetSnapshotRetentionDays returns the SnapshotRetentionDays field value if set, zero value otherwise.
func (*BackupSchedule) GetSnapshotRetentionDaysOk ¶ added in v0.16.0
func (o *BackupSchedule) GetSnapshotRetentionDaysOk() (ret BackupScheduleGetSnapshotRetentionDaysRetType, ok bool)
GetSnapshotRetentionDaysOk returns a tuple with the SnapshotRetentionDays field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BackupSchedule) GetWeeklySnapshotRetentionWeeks ¶ added in v0.16.0
func (o *BackupSchedule) GetWeeklySnapshotRetentionWeeks() (res BackupScheduleGetWeeklySnapshotRetentionWeeksRetType)
GetWeeklySnapshotRetentionWeeks returns the WeeklySnapshotRetentionWeeks field value if set, zero value otherwise.
func (*BackupSchedule) GetWeeklySnapshotRetentionWeeksOk ¶ added in v0.16.0
func (o *BackupSchedule) GetWeeklySnapshotRetentionWeeksOk() (ret BackupScheduleGetWeeklySnapshotRetentionWeeksRetType, ok bool)
GetWeeklySnapshotRetentionWeeksOk returns a tuple with the WeeklySnapshotRetentionWeeks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BackupSchedule) HasBackupSchedule ¶ added in v0.16.0
func (o *BackupSchedule) HasBackupSchedule() bool
HasBackupSchedule returns a boolean if a field has been set.
func (*BackupSchedule) HasDailySnapshotRetentionDays ¶ added in v0.16.0
func (o *BackupSchedule) HasDailySnapshotRetentionDays() bool
HasDailySnapshotRetentionDays returns a boolean if a field has been set.
func (*BackupSchedule) HasMonthlySnapshotRetentionMonths ¶ added in v0.16.0
func (o *BackupSchedule) HasMonthlySnapshotRetentionMonths() bool
HasMonthlySnapshotRetentionMonths returns a boolean if a field has been set.
func (*BackupSchedule) HasPointInTimeWindowHours ¶ added in v0.16.0
func (o *BackupSchedule) HasPointInTimeWindowHours() bool
HasPointInTimeWindowHours returns a boolean if a field has been set.
func (*BackupSchedule) HasSnapshotRetentionDays ¶ added in v0.16.0
func (o *BackupSchedule) HasSnapshotRetentionDays() bool
HasSnapshotRetentionDays returns a boolean if a field has been set.
func (*BackupSchedule) HasWeeklySnapshotRetentionWeeks ¶ added in v0.16.0
func (o *BackupSchedule) HasWeeklySnapshotRetentionWeeks() bool
HasWeeklySnapshotRetentionWeeks returns a boolean if a field has been set.
func (*BackupSchedule) SetBackupSchedule ¶ added in v0.16.0
func (o *BackupSchedule) SetBackupSchedule(v BackupScheduleGetBackupScheduleRetType)
SetBackupSchedule gets a reference to the given string and assigns it to the BackupSchedule field.
func (*BackupSchedule) SetDailySnapshotRetentionDays ¶ added in v0.16.0
func (o *BackupSchedule) SetDailySnapshotRetentionDays(v BackupScheduleGetDailySnapshotRetentionDaysRetType)
SetDailySnapshotRetentionDays gets a reference to the given int64 and assigns it to the DailySnapshotRetentionDays field.
func (*BackupSchedule) SetMonthlySnapshotRetentionMonths ¶ added in v0.16.0
func (o *BackupSchedule) SetMonthlySnapshotRetentionMonths(v BackupScheduleGetMonthlySnapshotRetentionMonthsRetType)
SetMonthlySnapshotRetentionMonths gets a reference to the given int64 and assigns it to the MonthlySnapshotRetentionMonths field.
func (*BackupSchedule) SetPointInTimeWindowHours ¶ added in v0.16.0
func (o *BackupSchedule) SetPointInTimeWindowHours(v BackupScheduleGetPointInTimeWindowHoursRetType)
SetPointInTimeWindowHours gets a reference to the given int64 and assigns it to the PointInTimeWindowHours field.
func (*BackupSchedule) SetSnapshotRetentionDays ¶ added in v0.16.0
func (o *BackupSchedule) SetSnapshotRetentionDays(v BackupScheduleGetSnapshotRetentionDaysRetType)
SetSnapshotRetentionDays gets a reference to the given int64 and assigns it to the SnapshotRetentionDays field.
func (*BackupSchedule) SetWeeklySnapshotRetentionWeeks ¶ added in v0.16.0
func (o *BackupSchedule) SetWeeklySnapshotRetentionWeeks(v BackupScheduleGetWeeklySnapshotRetentionWeeksRetType)
SetWeeklySnapshotRetentionWeeks gets a reference to the given int64 and assigns it to the WeeklySnapshotRetentionWeeks field.
func (BackupSchedule) ToMap ¶ added in v0.16.0
func (o BackupSchedule) ToMap() (map[string]interface{}, error)
type BackupScheduleGetBackupScheduleArgType ¶ added in v0.18.1
type BackupScheduleGetBackupScheduleArgType = string
type BackupScheduleGetBackupScheduleAttributeType ¶ added in v0.18.1
type BackupScheduleGetBackupScheduleAttributeType = *string
isNotNullableString
type BackupScheduleGetBackupScheduleRetType ¶ added in v0.18.1
type BackupScheduleGetBackupScheduleRetType = string
type BackupScheduleGetDailySnapshotRetentionDaysArgType ¶ added in v0.18.1
type BackupScheduleGetDailySnapshotRetentionDaysArgType = int64
type BackupScheduleGetDailySnapshotRetentionDaysAttributeType ¶ added in v0.18.1
type BackupScheduleGetDailySnapshotRetentionDaysAttributeType = *int64
isInteger
type BackupScheduleGetDailySnapshotRetentionDaysRetType ¶ added in v0.18.1
type BackupScheduleGetDailySnapshotRetentionDaysRetType = int64
type BackupScheduleGetMonthlySnapshotRetentionMonthsArgType ¶ added in v0.18.1
type BackupScheduleGetMonthlySnapshotRetentionMonthsArgType = int64
type BackupScheduleGetMonthlySnapshotRetentionMonthsAttributeType ¶ added in v0.18.1
type BackupScheduleGetMonthlySnapshotRetentionMonthsAttributeType = *int64
isInteger
type BackupScheduleGetMonthlySnapshotRetentionMonthsRetType ¶ added in v0.18.1
type BackupScheduleGetMonthlySnapshotRetentionMonthsRetType = int64
type BackupScheduleGetPointInTimeWindowHoursArgType ¶ added in v0.18.1
type BackupScheduleGetPointInTimeWindowHoursArgType = int64
type BackupScheduleGetPointInTimeWindowHoursAttributeType ¶ added in v0.18.1
type BackupScheduleGetPointInTimeWindowHoursAttributeType = *int64
isInteger
type BackupScheduleGetPointInTimeWindowHoursRetType ¶ added in v0.18.1
type BackupScheduleGetPointInTimeWindowHoursRetType = int64
type BackupScheduleGetSnapshotRetentionDaysArgType ¶ added in v0.18.1
type BackupScheduleGetSnapshotRetentionDaysArgType = int64
type BackupScheduleGetSnapshotRetentionDaysAttributeType ¶ added in v0.18.1
type BackupScheduleGetSnapshotRetentionDaysAttributeType = *int64
isInteger
type BackupScheduleGetSnapshotRetentionDaysRetType ¶ added in v0.18.1
type BackupScheduleGetSnapshotRetentionDaysRetType = int64
type BackupScheduleGetWeeklySnapshotRetentionWeeksArgType ¶ added in v0.18.1
type BackupScheduleGetWeeklySnapshotRetentionWeeksArgType = int64
type BackupScheduleGetWeeklySnapshotRetentionWeeksAttributeType ¶ added in v0.18.1
type BackupScheduleGetWeeklySnapshotRetentionWeeksAttributeType = *int64
isInteger
type BackupScheduleGetWeeklySnapshotRetentionWeeksRetType ¶ added in v0.18.1
type BackupScheduleGetWeeklySnapshotRetentionWeeksRetType = int64
type CloneInstancePayload ¶
type CloneInstancePayload struct { // REQUIRED InstanceId CloneInstancePayloadGetInstanceIdAttributeType `json:"instanceId"` Timestamp CloneInstancePayloadGetTimestampAttributeType `json:"timestamp,omitempty"` }
CloneInstancePayload struct for CloneInstancePayload
func NewCloneInstancePayload ¶ added in v0.16.0
func NewCloneInstancePayload(instanceId CloneInstancePayloadGetInstanceIdArgType) *CloneInstancePayload
NewCloneInstancePayload instantiates a new CloneInstancePayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCloneInstancePayloadWithDefaults ¶ added in v0.16.0
func NewCloneInstancePayloadWithDefaults() *CloneInstancePayload
NewCloneInstancePayloadWithDefaults instantiates a new CloneInstancePayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CloneInstancePayload) GetInstanceId ¶ added in v0.16.0
func (o *CloneInstancePayload) GetInstanceId() (ret CloneInstancePayloadGetInstanceIdRetType)
GetInstanceId returns the InstanceId field value
func (*CloneInstancePayload) GetInstanceIdOk ¶ added in v0.16.0
func (o *CloneInstancePayload) GetInstanceIdOk() (ret CloneInstancePayloadGetInstanceIdRetType, ok bool)
GetInstanceIdOk returns a tuple with the InstanceId field value and a boolean to check if the value has been set.
func (*CloneInstancePayload) GetTimestamp ¶ added in v0.16.0
func (o *CloneInstancePayload) GetTimestamp() (res CloneInstancePayloadGetTimestampRetType)
GetTimestamp returns the Timestamp field value if set, zero value otherwise.
func (*CloneInstancePayload) GetTimestampOk ¶ added in v0.16.0
func (o *CloneInstancePayload) GetTimestampOk() (ret CloneInstancePayloadGetTimestampRetType, ok bool)
GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CloneInstancePayload) HasTimestamp ¶ added in v0.16.0
func (o *CloneInstancePayload) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (*CloneInstancePayload) SetInstanceId ¶ added in v0.16.0
func (o *CloneInstancePayload) SetInstanceId(v CloneInstancePayloadGetInstanceIdRetType)
SetInstanceId sets field value
func (*CloneInstancePayload) SetTimestamp ¶ added in v0.16.0
func (o *CloneInstancePayload) SetTimestamp(v CloneInstancePayloadGetTimestampRetType)
SetTimestamp gets a reference to the given string and assigns it to the Timestamp field.
func (CloneInstancePayload) ToMap ¶ added in v0.16.0
func (o CloneInstancePayload) ToMap() (map[string]interface{}, error)
type CloneInstancePayloadGetInstanceIdArgType ¶ added in v0.18.1
type CloneInstancePayloadGetInstanceIdArgType = string
type CloneInstancePayloadGetInstanceIdAttributeType ¶ added in v0.18.1
type CloneInstancePayloadGetInstanceIdAttributeType = *string
isNotNullableString
type CloneInstancePayloadGetInstanceIdRetType ¶ added in v0.18.1
type CloneInstancePayloadGetInstanceIdRetType = string
type CloneInstancePayloadGetTimestampArgType ¶ added in v0.18.1
type CloneInstancePayloadGetTimestampArgType = string
type CloneInstancePayloadGetTimestampAttributeType ¶ added in v0.18.1
type CloneInstancePayloadGetTimestampAttributeType = *string
isNotNullableString
type CloneInstancePayloadGetTimestampRetType ¶ added in v0.18.1
type CloneInstancePayloadGetTimestampRetType = string
type CloneInstanceResponse ¶
type CloneInstanceResponse struct {
InstanceId CloneInstanceResponseGetInstanceIdAttributeType `json:"instanceId,omitempty"`
}
CloneInstanceResponse struct for CloneInstanceResponse
func NewCloneInstanceResponse ¶ added in v0.16.0
func NewCloneInstanceResponse() *CloneInstanceResponse
NewCloneInstanceResponse instantiates a new CloneInstanceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCloneInstanceResponseWithDefaults ¶ added in v0.16.0
func NewCloneInstanceResponseWithDefaults() *CloneInstanceResponse
NewCloneInstanceResponseWithDefaults instantiates a new CloneInstanceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CloneInstanceResponse) GetInstanceId ¶ added in v0.16.0
func (o *CloneInstanceResponse) GetInstanceId() (res CloneInstanceResponseGetInstanceIdRetType)
GetInstanceId returns the InstanceId field value if set, zero value otherwise.
func (*CloneInstanceResponse) GetInstanceIdOk ¶ added in v0.16.0
func (o *CloneInstanceResponse) GetInstanceIdOk() (ret CloneInstanceResponseGetInstanceIdRetType, ok bool)
GetInstanceIdOk returns a tuple with the InstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CloneInstanceResponse) HasInstanceId ¶ added in v0.16.0
func (o *CloneInstanceResponse) HasInstanceId() bool
HasInstanceId returns a boolean if a field has been set.
func (*CloneInstanceResponse) SetInstanceId ¶ added in v0.16.0
func (o *CloneInstanceResponse) SetInstanceId(v CloneInstanceResponseGetInstanceIdRetType)
SetInstanceId gets a reference to the given string and assigns it to the InstanceId field.
func (CloneInstanceResponse) ToMap ¶ added in v0.16.0
func (o CloneInstanceResponse) ToMap() (map[string]interface{}, error)
type CloneInstanceResponseGetInstanceIdArgType ¶ added in v0.18.1
type CloneInstanceResponseGetInstanceIdArgType = string
type CloneInstanceResponseGetInstanceIdAttributeType ¶ added in v0.18.1
type CloneInstanceResponseGetInstanceIdAttributeType = *string
isNotNullableString
type CloneInstanceResponseGetInstanceIdRetType ¶ added in v0.18.1
type CloneInstanceResponseGetInstanceIdRetType = string
type CreateInstancePayload ¶
type CreateInstancePayload struct { // REQUIRED Acl CreateInstancePayloadGetAclAttributeType `json:"acl"` // REQUIRED BackupSchedule CreateInstancePayloadGetBackupScheduleAttributeType `json:"backupSchedule"` // REQUIRED FlavorId CreateInstancePayloadGetFlavorIdAttributeType `json:"flavorId"` // Labels field is not certain/clear Labels CreateInstancePayloadGetLabelsAttributeType `json:"labels,omitempty"` // REQUIRED Name CreateInstancePayloadGetNameAttributeType `json:"name"` // REQUIRED Options CreateInstancePayloadGetOptionsAttributeType `json:"options"` // REQUIRED Replicas CreateInstancePayloadGetReplicasAttributeType `json:"replicas"` // REQUIRED Storage CreateInstancePayloadGetStorageAttributeType `json:"storage"` // REQUIRED Version CreateInstancePayloadGetVersionAttributeType `json:"version"` }
CreateInstancePayload struct for CreateInstancePayload
func NewCreateInstancePayload ¶ added in v0.16.0
func NewCreateInstancePayload(acl CreateInstancePayloadGetAclArgType, backupSchedule CreateInstancePayloadGetBackupScheduleArgType, flavorId CreateInstancePayloadGetFlavorIdArgType, name CreateInstancePayloadGetNameArgType, options CreateInstancePayloadGetOptionsArgType, replicas CreateInstancePayloadGetReplicasArgType, storage CreateInstancePayloadGetStorageArgType, version CreateInstancePayloadGetVersionArgType) *CreateInstancePayload
NewCreateInstancePayload instantiates a new CreateInstancePayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateInstancePayloadWithDefaults ¶ added in v0.16.0
func NewCreateInstancePayloadWithDefaults() *CreateInstancePayload
NewCreateInstancePayloadWithDefaults instantiates a new CreateInstancePayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateInstancePayload) GetAcl ¶ added in v0.16.0
func (o *CreateInstancePayload) GetAcl() (ret CreateInstancePayloadGetAclRetType)
GetAcl returns the Acl field value
func (*CreateInstancePayload) GetAclOk ¶ added in v0.16.0
func (o *CreateInstancePayload) GetAclOk() (ret CreateInstancePayloadGetAclRetType, ok bool)
GetAclOk returns a tuple with the Acl field value and a boolean to check if the value has been set.
func (*CreateInstancePayload) GetBackupSchedule ¶ added in v0.16.0
func (o *CreateInstancePayload) GetBackupSchedule() (ret CreateInstancePayloadGetBackupScheduleRetType)
GetBackupSchedule returns the BackupSchedule field value
func (*CreateInstancePayload) GetBackupScheduleOk ¶ added in v0.16.0
func (o *CreateInstancePayload) GetBackupScheduleOk() (ret CreateInstancePayloadGetBackupScheduleRetType, ok bool)
GetBackupScheduleOk returns a tuple with the BackupSchedule field value and a boolean to check if the value has been set.
func (*CreateInstancePayload) GetFlavorId ¶ added in v0.16.0
func (o *CreateInstancePayload) GetFlavorId() (ret CreateInstancePayloadGetFlavorIdRetType)
GetFlavorId returns the FlavorId field value
func (*CreateInstancePayload) GetFlavorIdOk ¶ added in v0.16.0
func (o *CreateInstancePayload) GetFlavorIdOk() (ret CreateInstancePayloadGetFlavorIdRetType, ok bool)
GetFlavorIdOk returns a tuple with the FlavorId field value and a boolean to check if the value has been set.
func (*CreateInstancePayload) GetLabels ¶ added in v0.16.0
func (o *CreateInstancePayload) GetLabels() (res CreateInstancePayloadGetLabelsRetType)
GetLabels returns the Labels field value if set, zero value otherwise.
func (*CreateInstancePayload) GetLabelsOk ¶ added in v0.16.0
func (o *CreateInstancePayload) GetLabelsOk() (ret CreateInstancePayloadGetLabelsRetType, ok bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateInstancePayload) GetName ¶ added in v0.16.0
func (o *CreateInstancePayload) GetName() (ret CreateInstancePayloadGetNameRetType)
GetName returns the Name field value
func (*CreateInstancePayload) GetNameOk ¶ added in v0.16.0
func (o *CreateInstancePayload) GetNameOk() (ret CreateInstancePayloadGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateInstancePayload) GetOptions ¶ added in v0.16.0
func (o *CreateInstancePayload) GetOptions() (ret CreateInstancePayloadGetOptionsRetType)
GetOptions returns the Options field value
func (*CreateInstancePayload) GetOptionsOk ¶ added in v0.16.0
func (o *CreateInstancePayload) GetOptionsOk() (ret CreateInstancePayloadGetOptionsRetType, ok bool)
GetOptionsOk returns a tuple with the Options field value and a boolean to check if the value has been set.
func (*CreateInstancePayload) GetReplicas ¶ added in v0.16.0
func (o *CreateInstancePayload) GetReplicas() (ret CreateInstancePayloadGetReplicasRetType)
GetReplicas returns the Replicas field value
func (*CreateInstancePayload) GetReplicasOk ¶ added in v0.16.0
func (o *CreateInstancePayload) GetReplicasOk() (ret CreateInstancePayloadGetReplicasRetType, ok bool)
GetReplicasOk returns a tuple with the Replicas field value and a boolean to check if the value has been set.
func (*CreateInstancePayload) GetStorage ¶ added in v0.16.0
func (o *CreateInstancePayload) GetStorage() (ret CreateInstancePayloadGetStorageRetType)
GetStorage returns the Storage field value
func (*CreateInstancePayload) GetStorageOk ¶ added in v0.16.0
func (o *CreateInstancePayload) GetStorageOk() (ret CreateInstancePayloadGetStorageRetType, ok bool)
GetStorageOk returns a tuple with the Storage field value and a boolean to check if the value has been set.
func (*CreateInstancePayload) GetVersion ¶ added in v0.16.0
func (o *CreateInstancePayload) GetVersion() (ret CreateInstancePayloadGetVersionRetType)
GetVersion returns the Version field value
func (*CreateInstancePayload) GetVersionOk ¶ added in v0.16.0
func (o *CreateInstancePayload) GetVersionOk() (ret CreateInstancePayloadGetVersionRetType, ok bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (*CreateInstancePayload) HasLabels ¶ added in v0.16.0
func (o *CreateInstancePayload) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*CreateInstancePayload) SetAcl ¶ added in v0.16.0
func (o *CreateInstancePayload) SetAcl(v CreateInstancePayloadGetAclRetType)
SetAcl sets field value
func (*CreateInstancePayload) SetBackupSchedule ¶ added in v0.16.0
func (o *CreateInstancePayload) SetBackupSchedule(v CreateInstancePayloadGetBackupScheduleRetType)
SetBackupSchedule sets field value
func (*CreateInstancePayload) SetFlavorId ¶ added in v0.16.0
func (o *CreateInstancePayload) SetFlavorId(v CreateInstancePayloadGetFlavorIdRetType)
SetFlavorId sets field value
func (*CreateInstancePayload) SetLabels ¶ added in v0.16.0
func (o *CreateInstancePayload) SetLabels(v CreateInstancePayloadGetLabelsRetType)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field.
func (*CreateInstancePayload) SetName ¶ added in v0.16.0
func (o *CreateInstancePayload) SetName(v CreateInstancePayloadGetNameRetType)
SetName sets field value
func (*CreateInstancePayload) SetOptions ¶ added in v0.16.0
func (o *CreateInstancePayload) SetOptions(v CreateInstancePayloadGetOptionsRetType)
SetOptions sets field value
func (*CreateInstancePayload) SetReplicas ¶ added in v0.16.0
func (o *CreateInstancePayload) SetReplicas(v CreateInstancePayloadGetReplicasRetType)
SetReplicas sets field value
func (*CreateInstancePayload) SetStorage ¶ added in v0.16.0
func (o *CreateInstancePayload) SetStorage(v CreateInstancePayloadGetStorageRetType)
SetStorage sets field value
func (*CreateInstancePayload) SetVersion ¶ added in v0.16.0
func (o *CreateInstancePayload) SetVersion(v CreateInstancePayloadGetVersionRetType)
SetVersion sets field value
func (CreateInstancePayload) ToMap ¶ added in v0.16.0
func (o CreateInstancePayload) ToMap() (map[string]interface{}, error)
type CreateInstancePayloadGetAclArgType ¶ added in v0.18.1
type CreateInstancePayloadGetAclArgType = ACL
type CreateInstancePayloadGetAclAttributeType ¶ added in v0.18.1
type CreateInstancePayloadGetAclAttributeType = *ACL
isModel
type CreateInstancePayloadGetAclRetType ¶ added in v0.18.1
type CreateInstancePayloadGetAclRetType = ACL
type CreateInstancePayloadGetBackupScheduleArgType ¶ added in v0.18.1
type CreateInstancePayloadGetBackupScheduleArgType = string
type CreateInstancePayloadGetBackupScheduleAttributeType ¶ added in v0.18.1
type CreateInstancePayloadGetBackupScheduleAttributeType = *string
isNotNullableString
type CreateInstancePayloadGetBackupScheduleRetType ¶ added in v0.18.1
type CreateInstancePayloadGetBackupScheduleRetType = string
type CreateInstancePayloadGetFlavorIdArgType ¶ added in v0.18.1
type CreateInstancePayloadGetFlavorIdArgType = string
type CreateInstancePayloadGetFlavorIdAttributeType ¶ added in v0.18.1
type CreateInstancePayloadGetFlavorIdAttributeType = *string
isNotNullableString
type CreateInstancePayloadGetFlavorIdRetType ¶ added in v0.18.1
type CreateInstancePayloadGetFlavorIdRetType = string
type CreateInstancePayloadGetLabelsArgType ¶ added in v0.18.1
type CreateInstancePayloadGetLabelsAttributeType ¶ added in v0.18.1
isContainer
type CreateInstancePayloadGetLabelsRetType ¶ added in v0.18.1
type CreateInstancePayloadGetNameArgType ¶ added in v0.18.1
type CreateInstancePayloadGetNameArgType = string
type CreateInstancePayloadGetNameAttributeType ¶ added in v0.18.1
type CreateInstancePayloadGetNameAttributeType = *string
isNotNullableString
type CreateInstancePayloadGetNameRetType ¶ added in v0.18.1
type CreateInstancePayloadGetNameRetType = string
type CreateInstancePayloadGetOptionsArgType ¶ added in v0.18.1
type CreateInstancePayloadGetOptionsAttributeType ¶ added in v0.18.1
isContainer
type CreateInstancePayloadGetOptionsRetType ¶ added in v0.18.1
type CreateInstancePayloadGetReplicasArgType ¶ added in v0.18.1
type CreateInstancePayloadGetReplicasArgType = int64
type CreateInstancePayloadGetReplicasAttributeType ¶ added in v0.18.1
type CreateInstancePayloadGetReplicasAttributeType = *int64
isInteger
type CreateInstancePayloadGetReplicasRetType ¶ added in v0.18.1
type CreateInstancePayloadGetReplicasRetType = int64
type CreateInstancePayloadGetStorageArgType ¶ added in v0.18.1
type CreateInstancePayloadGetStorageArgType = Storage
type CreateInstancePayloadGetStorageAttributeType ¶ added in v0.18.1
type CreateInstancePayloadGetStorageAttributeType = *Storage
isModel
type CreateInstancePayloadGetStorageRetType ¶ added in v0.18.1
type CreateInstancePayloadGetStorageRetType = Storage
type CreateInstancePayloadGetVersionArgType ¶ added in v0.18.1
type CreateInstancePayloadGetVersionArgType = string
type CreateInstancePayloadGetVersionAttributeType ¶ added in v0.18.1
type CreateInstancePayloadGetVersionAttributeType = *string
isNotNullableString
type CreateInstancePayloadGetVersionRetType ¶ added in v0.18.1
type CreateInstancePayloadGetVersionRetType = string
type CreateInstanceResponse ¶
type CreateInstanceResponse struct {
Id CreateInstanceResponseGetIdAttributeType `json:"id,omitempty"`
}
CreateInstanceResponse struct for CreateInstanceResponse
func NewCreateInstanceResponse ¶ added in v0.16.0
func NewCreateInstanceResponse() *CreateInstanceResponse
NewCreateInstanceResponse instantiates a new CreateInstanceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateInstanceResponseWithDefaults ¶ added in v0.16.0
func NewCreateInstanceResponseWithDefaults() *CreateInstanceResponse
NewCreateInstanceResponseWithDefaults instantiates a new CreateInstanceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateInstanceResponse) GetId ¶ added in v0.16.0
func (o *CreateInstanceResponse) GetId() (res CreateInstanceResponseGetIdRetType)
GetId returns the Id field value if set, zero value otherwise.
func (*CreateInstanceResponse) GetIdOk ¶ added in v0.16.0
func (o *CreateInstanceResponse) GetIdOk() (ret CreateInstanceResponseGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateInstanceResponse) HasId ¶ added in v0.16.0
func (o *CreateInstanceResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (*CreateInstanceResponse) SetId ¶ added in v0.16.0
func (o *CreateInstanceResponse) SetId(v CreateInstanceResponseGetIdRetType)
SetId gets a reference to the given string and assigns it to the Id field.
func (CreateInstanceResponse) ToMap ¶ added in v0.16.0
func (o CreateInstanceResponse) ToMap() (map[string]interface{}, error)
type CreateInstanceResponseGetIdArgType ¶ added in v0.18.1
type CreateInstanceResponseGetIdArgType = string
type CreateInstanceResponseGetIdAttributeType ¶ added in v0.18.1
type CreateInstanceResponseGetIdAttributeType = *string
isNotNullableString
type CreateInstanceResponseGetIdRetType ¶ added in v0.18.1
type CreateInstanceResponseGetIdRetType = string
type CreateUserPayload ¶
type CreateUserPayload struct { // REQUIRED Database CreateUserPayloadGetDatabaseAttributeType `json:"database"` // REQUIRED Roles CreateUserPayloadGetRolesAttributeType `json:"roles"` Username CreateUserPayloadGetUsernameAttributeType `json:"username,omitempty"` }
CreateUserPayload struct for CreateUserPayload
func NewCreateUserPayload ¶ added in v0.16.0
func NewCreateUserPayload(database CreateUserPayloadGetDatabaseArgType, roles CreateUserPayloadGetRolesArgType) *CreateUserPayload
NewCreateUserPayload instantiates a new CreateUserPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateUserPayloadWithDefaults ¶ added in v0.16.0
func NewCreateUserPayloadWithDefaults() *CreateUserPayload
NewCreateUserPayloadWithDefaults instantiates a new CreateUserPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateUserPayload) GetDatabase ¶ added in v0.16.0
func (o *CreateUserPayload) GetDatabase() (ret CreateUserPayloadGetDatabaseRetType)
GetDatabase returns the Database field value
func (*CreateUserPayload) GetDatabaseOk ¶ added in v0.16.0
func (o *CreateUserPayload) GetDatabaseOk() (ret CreateUserPayloadGetDatabaseRetType, ok bool)
GetDatabaseOk returns a tuple with the Database field value and a boolean to check if the value has been set.
func (*CreateUserPayload) GetRoles ¶ added in v0.16.0
func (o *CreateUserPayload) GetRoles() (ret CreateUserPayloadGetRolesRetType)
GetRoles returns the Roles field value
func (*CreateUserPayload) GetRolesOk ¶ added in v0.16.0
func (o *CreateUserPayload) GetRolesOk() (ret CreateUserPayloadGetRolesRetType, ok bool)
GetRolesOk returns a tuple with the Roles field value and a boolean to check if the value has been set.
func (*CreateUserPayload) GetUsername ¶ added in v0.16.0
func (o *CreateUserPayload) GetUsername() (res CreateUserPayloadGetUsernameRetType)
GetUsername returns the Username field value if set, zero value otherwise.
func (*CreateUserPayload) GetUsernameOk ¶ added in v0.16.0
func (o *CreateUserPayload) GetUsernameOk() (ret CreateUserPayloadGetUsernameRetType, ok bool)
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUserPayload) HasUsername ¶ added in v0.16.0
func (o *CreateUserPayload) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (*CreateUserPayload) SetDatabase ¶ added in v0.16.0
func (o *CreateUserPayload) SetDatabase(v CreateUserPayloadGetDatabaseRetType)
SetDatabase sets field value
func (*CreateUserPayload) SetRoles ¶ added in v0.16.0
func (o *CreateUserPayload) SetRoles(v CreateUserPayloadGetRolesRetType)
SetRoles sets field value
func (*CreateUserPayload) SetUsername ¶ added in v0.16.0
func (o *CreateUserPayload) SetUsername(v CreateUserPayloadGetUsernameRetType)
SetUsername gets a reference to the given string and assigns it to the Username field.
func (CreateUserPayload) ToMap ¶ added in v0.16.0
func (o CreateUserPayload) ToMap() (map[string]interface{}, error)
type CreateUserPayloadGetDatabaseArgType ¶ added in v0.18.1
type CreateUserPayloadGetDatabaseArgType = string
type CreateUserPayloadGetDatabaseAttributeType ¶ added in v0.18.1
type CreateUserPayloadGetDatabaseAttributeType = *string
isNotNullableString
type CreateUserPayloadGetDatabaseRetType ¶ added in v0.18.1
type CreateUserPayloadGetDatabaseRetType = string
type CreateUserPayloadGetRolesArgType ¶ added in v0.18.1
type CreateUserPayloadGetRolesArgType = []string
type CreateUserPayloadGetRolesAttributeType ¶ added in v0.18.1
type CreateUserPayloadGetRolesAttributeType = *[]string
isArray
type CreateUserPayloadGetRolesRetType ¶ added in v0.18.1
type CreateUserPayloadGetRolesRetType = []string
type CreateUserPayloadGetUsernameArgType ¶ added in v0.18.1
type CreateUserPayloadGetUsernameArgType = string
type CreateUserPayloadGetUsernameAttributeType ¶ added in v0.18.1
type CreateUserPayloadGetUsernameAttributeType = *string
isNotNullableString
type CreateUserPayloadGetUsernameRetType ¶ added in v0.18.1
type CreateUserPayloadGetUsernameRetType = string
type CreateUserResponse ¶
type CreateUserResponse struct {
Item CreateUserResponseGetItemAttributeType `json:"item,omitempty"`
}
CreateUserResponse struct for CreateUserResponse
func NewCreateUserResponse ¶ added in v0.16.0
func NewCreateUserResponse() *CreateUserResponse
NewCreateUserResponse instantiates a new CreateUserResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateUserResponseWithDefaults ¶ added in v0.16.0
func NewCreateUserResponseWithDefaults() *CreateUserResponse
NewCreateUserResponseWithDefaults instantiates a new CreateUserResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateUserResponse) GetItem ¶ added in v0.16.0
func (o *CreateUserResponse) GetItem() (res CreateUserResponseGetItemRetType)
GetItem returns the Item field value if set, zero value otherwise.
func (*CreateUserResponse) GetItemOk ¶ added in v0.16.0
func (o *CreateUserResponse) GetItemOk() (ret CreateUserResponseGetItemRetType, ok bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUserResponse) HasItem ¶ added in v0.16.0
func (o *CreateUserResponse) HasItem() bool
HasItem returns a boolean if a field has been set.
func (*CreateUserResponse) SetItem ¶ added in v0.16.0
func (o *CreateUserResponse) SetItem(v CreateUserResponseGetItemRetType)
SetItem gets a reference to the given User and assigns it to the Item field.
func (CreateUserResponse) ToMap ¶ added in v0.16.0
func (o CreateUserResponse) ToMap() (map[string]interface{}, error)
type CreateUserResponseGetItemArgType ¶ added in v0.18.1
type CreateUserResponseGetItemArgType = User
type CreateUserResponseGetItemAttributeType ¶ added in v0.18.1
type CreateUserResponseGetItemAttributeType = *User
isModel
type CreateUserResponseGetItemRetType ¶ added in v0.18.1
type CreateUserResponseGetItemRetType = User
type DataPoint ¶
type DataPoint struct { Timestamp DataPointGetTimestampAttributeType `json:"timestamp,omitempty"` Value DataPointGetValueAttributeType `json:"value,omitempty"` }
DataPoint struct for DataPoint
func NewDataPoint ¶ added in v0.16.0
func NewDataPoint() *DataPoint
NewDataPoint instantiates a new DataPoint object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDataPointWithDefaults ¶ added in v0.16.0
func NewDataPointWithDefaults() *DataPoint
NewDataPointWithDefaults instantiates a new DataPoint object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DataPoint) GetTimestamp ¶ added in v0.16.0
func (o *DataPoint) GetTimestamp() (res DataPointGetTimestampRetType)
GetTimestamp returns the Timestamp field value if set, zero value otherwise.
func (*DataPoint) GetTimestampOk ¶ added in v0.16.0
func (o *DataPoint) GetTimestampOk() (ret DataPointGetTimestampRetType, ok bool)
GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataPoint) GetValue ¶ added in v0.16.0
func (o *DataPoint) GetValue() (res DataPointGetValueRetType)
GetValue returns the Value field value if set, zero value otherwise.
func (*DataPoint) GetValueOk ¶ added in v0.16.0
func (o *DataPoint) GetValueOk() (ret DataPointGetValueRetType, ok bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataPoint) HasTimestamp ¶ added in v0.16.0
HasTimestamp returns a boolean if a field has been set.
func (*DataPoint) SetTimestamp ¶ added in v0.16.0
func (o *DataPoint) SetTimestamp(v DataPointGetTimestampRetType)
SetTimestamp gets a reference to the given string and assigns it to the Timestamp field.
func (*DataPoint) SetValue ¶ added in v0.16.0
func (o *DataPoint) SetValue(v DataPointGetValueRetType)
SetValue gets a reference to the given float64 and assigns it to the Value field.
type DataPointGetTimestampArgType ¶ added in v0.18.1
type DataPointGetTimestampArgType = string
type DataPointGetTimestampAttributeType ¶ added in v0.18.1
type DataPointGetTimestampAttributeType = *string
isNotNullableString
type DataPointGetTimestampRetType ¶ added in v0.18.1
type DataPointGetTimestampRetType = string
type DataPointGetValueArgType ¶ added in v0.18.1
type DataPointGetValueArgType = float64
type DataPointGetValueAttributeType ¶ added in v0.18.1
type DataPointGetValueAttributeType = *float64
isNumber
type DataPointGetValueRetType ¶ added in v0.18.1
type DataPointGetValueRetType = float64
type Error ¶
type Error struct { Code ErrorGetCodeAttributeType `json:"code,omitempty"` Fields ErrorGetFieldsAttributeType `json:"fields,omitempty"` Message ErrorGetMessageAttributeType `json:"message,omitempty"` Type ErrorGetTypeAttributeType `json:"type,omitempty"` }
Error struct for Error
func NewError ¶ added in v0.16.0
func NewError() *Error
NewError instantiates a new Error object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewErrorWithDefaults ¶ added in v0.16.0
func NewErrorWithDefaults() *Error
NewErrorWithDefaults instantiates a new Error object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Error) GetCode ¶ added in v0.16.0
func (o *Error) GetCode() (res ErrorGetCodeRetType)
GetCode returns the Code field value if set, zero value otherwise.
func (*Error) GetCodeOk ¶ added in v0.16.0
func (o *Error) GetCodeOk() (ret ErrorGetCodeRetType, ok bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetFields ¶ added in v0.16.0
func (o *Error) GetFields() (res ErrorGetFieldsRetType)
GetFields returns the Fields field value if set, zero value otherwise.
func (*Error) GetFieldsOk ¶ added in v0.16.0
func (o *Error) GetFieldsOk() (ret ErrorGetFieldsRetType, ok bool)
GetFieldsOk returns a tuple with the Fields field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetMessage ¶ added in v0.16.0
func (o *Error) GetMessage() (res ErrorGetMessageRetType)
GetMessage returns the Message field value if set, zero value otherwise.
func (*Error) GetMessageOk ¶ added in v0.16.0
func (o *Error) GetMessageOk() (ret ErrorGetMessageRetType, ok bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetType ¶ added in v0.16.0
func (o *Error) GetType() (res ErrorGetTypeRetType)
GetType returns the Type field value if set, zero value otherwise.
func (*Error) GetTypeOk ¶ added in v0.16.0
func (o *Error) GetTypeOk() (ret ErrorGetTypeRetType, ok bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) HasMessage ¶ added in v0.16.0
HasMessage returns a boolean if a field has been set.
func (*Error) SetCode ¶ added in v0.16.0
func (o *Error) SetCode(v ErrorGetCodeRetType)
SetCode gets a reference to the given int64 and assigns it to the Code field.
func (*Error) SetFields ¶ added in v0.16.0
func (o *Error) SetFields(v ErrorGetFieldsRetType)
SetFields gets a reference to the given map[string][]string and assigns it to the Fields field.
func (*Error) SetMessage ¶ added in v0.16.0
func (o *Error) SetMessage(v ErrorGetMessageRetType)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*Error) SetType ¶ added in v0.16.0
func (o *Error) SetType(v ErrorGetTypeRetType)
SetType gets a reference to the given string and assigns it to the Type field.
type ErrorGetCodeArgType ¶ added in v0.18.1
type ErrorGetCodeArgType = int64
type ErrorGetCodeRetType ¶ added in v0.18.1
type ErrorGetCodeRetType = int64
type ErrorGetFieldsArgType ¶ added in v0.18.1
type ErrorGetFieldsAttributeType ¶ added in v0.18.1
isContainer
type ErrorGetFieldsRetType ¶ added in v0.18.1
type ErrorGetMessageArgType ¶ added in v0.18.1
type ErrorGetMessageArgType = string
type ErrorGetMessageAttributeType ¶ added in v0.18.1
type ErrorGetMessageAttributeType = *string
isNotNullableString
type ErrorGetMessageRetType ¶ added in v0.18.1
type ErrorGetMessageRetType = string
type ErrorGetTypeArgType ¶ added in v0.18.1
type ErrorGetTypeArgType = string
type ErrorGetTypeAttributeType ¶ added in v0.18.1
type ErrorGetTypeAttributeType = *string
isNotNullableString
type ErrorGetTypeRetType ¶ added in v0.18.1
type ErrorGetTypeRetType = string
type Flavor ¶
type Flavor struct { Cpu FlavorGetCpuAttributeType `json:"cpu,omitempty"` Description FlavorGetDescriptionAttributeType `json:"description,omitempty"` Id FlavorGetIdAttributeType `json:"id,omitempty"` Memory FlavorGetMemoryAttributeType `json:"memory,omitempty"` }
Flavor struct for Flavor
func NewFlavor ¶ added in v0.16.0
func NewFlavor() *Flavor
NewFlavor instantiates a new Flavor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFlavorWithDefaults ¶ added in v0.16.0
func NewFlavorWithDefaults() *Flavor
NewFlavorWithDefaults instantiates a new Flavor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Flavor) GetCpu ¶ added in v0.16.0
func (o *Flavor) GetCpu() (res FlavorGetCpuRetType)
GetCpu returns the Cpu field value if set, zero value otherwise.
func (*Flavor) GetCpuOk ¶ added in v0.16.0
func (o *Flavor) GetCpuOk() (ret FlavorGetCpuRetType, ok bool)
GetCpuOk returns a tuple with the Cpu field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Flavor) GetDescription ¶ added in v0.16.0
func (o *Flavor) GetDescription() (res FlavorGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise.
func (*Flavor) GetDescriptionOk ¶ added in v0.16.0
func (o *Flavor) GetDescriptionOk() (ret FlavorGetDescriptionRetType, ok bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Flavor) GetId ¶ added in v0.16.0
func (o *Flavor) GetId() (res FlavorGetIdRetType)
GetId returns the Id field value if set, zero value otherwise.
func (*Flavor) GetIdOk ¶ added in v0.16.0
func (o *Flavor) GetIdOk() (ret FlavorGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Flavor) GetMemory ¶ added in v0.16.0
func (o *Flavor) GetMemory() (res FlavorGetMemoryRetType)
GetMemory returns the Memory field value if set, zero value otherwise.
func (*Flavor) GetMemoryOk ¶ added in v0.16.0
func (o *Flavor) GetMemoryOk() (ret FlavorGetMemoryRetType, ok bool)
GetMemoryOk returns a tuple with the Memory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Flavor) HasDescription ¶ added in v0.16.0
HasDescription returns a boolean if a field has been set.
func (*Flavor) SetCpu ¶ added in v0.16.0
func (o *Flavor) SetCpu(v FlavorGetCpuRetType)
SetCpu gets a reference to the given int64 and assigns it to the Cpu field.
func (*Flavor) SetDescription ¶ added in v0.16.0
func (o *Flavor) SetDescription(v FlavorGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Flavor) SetId ¶ added in v0.16.0
func (o *Flavor) SetId(v FlavorGetIdRetType)
SetId gets a reference to the given string and assigns it to the Id field.
func (*Flavor) SetMemory ¶ added in v0.16.0
func (o *Flavor) SetMemory(v FlavorGetMemoryRetType)
SetMemory gets a reference to the given int64 and assigns it to the Memory field.
type FlavorGetCpuArgType ¶ added in v0.18.1
type FlavorGetCpuArgType = int64
type FlavorGetCpuRetType ¶ added in v0.18.1
type FlavorGetCpuRetType = int64
type FlavorGetDescriptionArgType ¶ added in v0.18.1
type FlavorGetDescriptionArgType = string
type FlavorGetDescriptionAttributeType ¶ added in v0.18.1
type FlavorGetDescriptionAttributeType = *string
isNotNullableString
type FlavorGetDescriptionRetType ¶ added in v0.18.1
type FlavorGetDescriptionRetType = string
type FlavorGetIdArgType ¶ added in v0.18.1
type FlavorGetIdArgType = string
type FlavorGetIdAttributeType ¶ added in v0.18.1
type FlavorGetIdAttributeType = *string
isNotNullableString
type FlavorGetIdRetType ¶ added in v0.18.1
type FlavorGetIdRetType = string
type FlavorGetMemoryArgType ¶ added in v0.18.1
type FlavorGetMemoryArgType = int64
type FlavorGetMemoryAttributeType ¶ added in v0.18.1
type FlavorGetMemoryAttributeType = *int64
isInteger
type FlavorGetMemoryRetType ¶ added in v0.18.1
type FlavorGetMemoryRetType = int64
type GetBackupResponse ¶
type GetBackupResponse struct {
Item GetBackupResponseGetItemAttributeType `json:"item,omitempty"`
}
GetBackupResponse struct for GetBackupResponse
func NewGetBackupResponse ¶ added in v0.16.0
func NewGetBackupResponse() *GetBackupResponse
NewGetBackupResponse instantiates a new GetBackupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetBackupResponseWithDefaults ¶ added in v0.16.0
func NewGetBackupResponseWithDefaults() *GetBackupResponse
NewGetBackupResponseWithDefaults instantiates a new GetBackupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetBackupResponse) GetItem ¶ added in v0.16.0
func (o *GetBackupResponse) GetItem() (res GetBackupResponseGetItemRetType)
GetItem returns the Item field value if set, zero value otherwise.
func (*GetBackupResponse) GetItemOk ¶ added in v0.16.0
func (o *GetBackupResponse) GetItemOk() (ret GetBackupResponseGetItemRetType, ok bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetBackupResponse) HasItem ¶ added in v0.16.0
func (o *GetBackupResponse) HasItem() bool
HasItem returns a boolean if a field has been set.
func (*GetBackupResponse) SetItem ¶ added in v0.16.0
func (o *GetBackupResponse) SetItem(v GetBackupResponseGetItemRetType)
SetItem gets a reference to the given Backup and assigns it to the Item field.
func (GetBackupResponse) ToMap ¶ added in v0.16.0
func (o GetBackupResponse) ToMap() (map[string]interface{}, error)
type GetBackupResponseGetItemArgType ¶ added in v0.18.1
type GetBackupResponseGetItemArgType = Backup
type GetBackupResponseGetItemAttributeType ¶ added in v0.18.1
type GetBackupResponseGetItemAttributeType = *Backup
isModel
type GetBackupResponseGetItemRetType ¶ added in v0.18.1
type GetBackupResponseGetItemRetType = Backup
type GetInstanceResponse ¶
type GetInstanceResponse struct {
Item GetInstanceResponseGetItemAttributeType `json:"item,omitempty"`
}
GetInstanceResponse struct for GetInstanceResponse
func NewGetInstanceResponse ¶ added in v0.16.0
func NewGetInstanceResponse() *GetInstanceResponse
NewGetInstanceResponse instantiates a new GetInstanceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetInstanceResponseWithDefaults ¶ added in v0.16.0
func NewGetInstanceResponseWithDefaults() *GetInstanceResponse
NewGetInstanceResponseWithDefaults instantiates a new GetInstanceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetInstanceResponse) GetItem ¶ added in v0.16.0
func (o *GetInstanceResponse) GetItem() (res GetInstanceResponseGetItemRetType)
GetItem returns the Item field value if set, zero value otherwise.
func (*GetInstanceResponse) GetItemOk ¶ added in v0.16.0
func (o *GetInstanceResponse) GetItemOk() (ret GetInstanceResponseGetItemRetType, ok bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetInstanceResponse) HasItem ¶ added in v0.16.0
func (o *GetInstanceResponse) HasItem() bool
HasItem returns a boolean if a field has been set.
func (*GetInstanceResponse) SetItem ¶ added in v0.16.0
func (o *GetInstanceResponse) SetItem(v GetInstanceResponseGetItemRetType)
SetItem gets a reference to the given Instance and assigns it to the Item field.
func (GetInstanceResponse) ToMap ¶ added in v0.16.0
func (o GetInstanceResponse) ToMap() (map[string]interface{}, error)
type GetInstanceResponseGetItemArgType ¶ added in v0.18.1
type GetInstanceResponseGetItemArgType = Instance
type GetInstanceResponseGetItemAttributeType ¶ added in v0.18.1
type GetInstanceResponseGetItemAttributeType = *Instance
isModel
type GetInstanceResponseGetItemRetType ¶ added in v0.18.1
type GetInstanceResponseGetItemRetType = Instance
type GetUserResponse ¶
type GetUserResponse struct {
Item GetUserResponseGetItemAttributeType `json:"item,omitempty"`
}
GetUserResponse struct for GetUserResponse
func NewGetUserResponse ¶ added in v0.16.0
func NewGetUserResponse() *GetUserResponse
NewGetUserResponse instantiates a new GetUserResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetUserResponseWithDefaults ¶ added in v0.16.0
func NewGetUserResponseWithDefaults() *GetUserResponse
NewGetUserResponseWithDefaults instantiates a new GetUserResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetUserResponse) GetItem ¶ added in v0.16.0
func (o *GetUserResponse) GetItem() (res GetUserResponseGetItemRetType)
GetItem returns the Item field value if set, zero value otherwise.
func (*GetUserResponse) GetItemOk ¶ added in v0.16.0
func (o *GetUserResponse) GetItemOk() (ret GetUserResponseGetItemRetType, ok bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetUserResponse) HasItem ¶ added in v0.16.0
func (o *GetUserResponse) HasItem() bool
HasItem returns a boolean if a field has been set.
func (*GetUserResponse) SetItem ¶ added in v0.16.0
func (o *GetUserResponse) SetItem(v GetUserResponseGetItemRetType)
SetItem gets a reference to the given InstanceResponseUser and assigns it to the Item field.
func (GetUserResponse) ToMap ¶ added in v0.16.0
func (o GetUserResponse) ToMap() (map[string]interface{}, error)
type GetUserResponseGetItemArgType ¶ added in v0.18.1
type GetUserResponseGetItemArgType = InstanceResponseUser
type GetUserResponseGetItemAttributeType ¶ added in v0.18.1
type GetUserResponseGetItemAttributeType = *InstanceResponseUser
isModel
type GetUserResponseGetItemRetType ¶ added in v0.18.1
type GetUserResponseGetItemRetType = InstanceResponseUser
type HandlersInfraFlavor ¶
type HandlersInfraFlavor struct { Categories HandlersInfraFlavorGetCategoriesAttributeType `json:"categories,omitempty"` Cpu HandlersInfraFlavorGetCpuAttributeType `json:"cpu,omitempty"` Description HandlersInfraFlavorGetDescriptionAttributeType `json:"description,omitempty"` Id HandlersInfraFlavorGetIdAttributeType `json:"id,omitempty"` Memory HandlersInfraFlavorGetMemoryAttributeType `json:"memory,omitempty"` }
HandlersInfraFlavor struct for HandlersInfraFlavor
func NewHandlersInfraFlavor ¶ added in v0.16.0
func NewHandlersInfraFlavor() *HandlersInfraFlavor
NewHandlersInfraFlavor instantiates a new HandlersInfraFlavor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHandlersInfraFlavorWithDefaults ¶ added in v0.16.0
func NewHandlersInfraFlavorWithDefaults() *HandlersInfraFlavor
NewHandlersInfraFlavorWithDefaults instantiates a new HandlersInfraFlavor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*HandlersInfraFlavor) GetCategories ¶ added in v0.16.0
func (o *HandlersInfraFlavor) GetCategories() (res HandlersInfraFlavorGetCategoriesRetType)
GetCategories returns the Categories field value if set, zero value otherwise.
func (*HandlersInfraFlavor) GetCategoriesOk ¶ added in v0.16.0
func (o *HandlersInfraFlavor) GetCategoriesOk() (ret HandlersInfraFlavorGetCategoriesRetType, ok bool)
GetCategoriesOk returns a tuple with the Categories field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HandlersInfraFlavor) GetCpu ¶ added in v0.16.0
func (o *HandlersInfraFlavor) GetCpu() (res HandlersInfraFlavorGetCpuRetType)
GetCpu returns the Cpu field value if set, zero value otherwise.
func (*HandlersInfraFlavor) GetCpuOk ¶ added in v0.16.0
func (o *HandlersInfraFlavor) GetCpuOk() (ret HandlersInfraFlavorGetCpuRetType, ok bool)
GetCpuOk returns a tuple with the Cpu field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HandlersInfraFlavor) GetDescription ¶ added in v0.16.0
func (o *HandlersInfraFlavor) GetDescription() (res HandlersInfraFlavorGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise.
func (*HandlersInfraFlavor) GetDescriptionOk ¶ added in v0.16.0
func (o *HandlersInfraFlavor) GetDescriptionOk() (ret HandlersInfraFlavorGetDescriptionRetType, ok bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HandlersInfraFlavor) GetId ¶ added in v0.16.0
func (o *HandlersInfraFlavor) GetId() (res HandlersInfraFlavorGetIdRetType)
GetId returns the Id field value if set, zero value otherwise.
func (*HandlersInfraFlavor) GetIdOk ¶ added in v0.16.0
func (o *HandlersInfraFlavor) GetIdOk() (ret HandlersInfraFlavorGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HandlersInfraFlavor) GetMemory ¶ added in v0.16.0
func (o *HandlersInfraFlavor) GetMemory() (res HandlersInfraFlavorGetMemoryRetType)
GetMemory returns the Memory field value if set, zero value otherwise.
func (*HandlersInfraFlavor) GetMemoryOk ¶ added in v0.16.0
func (o *HandlersInfraFlavor) GetMemoryOk() (ret HandlersInfraFlavorGetMemoryRetType, ok bool)
GetMemoryOk returns a tuple with the Memory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HandlersInfraFlavor) HasCategories ¶ added in v0.16.0
func (o *HandlersInfraFlavor) HasCategories() bool
HasCategories returns a boolean if a field has been set.
func (*HandlersInfraFlavor) HasCpu ¶ added in v0.16.0
func (o *HandlersInfraFlavor) HasCpu() bool
HasCpu returns a boolean if a field has been set.
func (*HandlersInfraFlavor) HasDescription ¶ added in v0.16.0
func (o *HandlersInfraFlavor) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*HandlersInfraFlavor) HasId ¶ added in v0.16.0
func (o *HandlersInfraFlavor) HasId() bool
HasId returns a boolean if a field has been set.
func (*HandlersInfraFlavor) HasMemory ¶ added in v0.16.0
func (o *HandlersInfraFlavor) HasMemory() bool
HasMemory returns a boolean if a field has been set.
func (*HandlersInfraFlavor) SetCategories ¶ added in v0.16.0
func (o *HandlersInfraFlavor) SetCategories(v HandlersInfraFlavorGetCategoriesRetType)
SetCategories gets a reference to the given []string and assigns it to the Categories field.
func (*HandlersInfraFlavor) SetCpu ¶ added in v0.16.0
func (o *HandlersInfraFlavor) SetCpu(v HandlersInfraFlavorGetCpuRetType)
SetCpu gets a reference to the given int64 and assigns it to the Cpu field.
func (*HandlersInfraFlavor) SetDescription ¶ added in v0.16.0
func (o *HandlersInfraFlavor) SetDescription(v HandlersInfraFlavorGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*HandlersInfraFlavor) SetId ¶ added in v0.16.0
func (o *HandlersInfraFlavor) SetId(v HandlersInfraFlavorGetIdRetType)
SetId gets a reference to the given string and assigns it to the Id field.
func (*HandlersInfraFlavor) SetMemory ¶ added in v0.16.0
func (o *HandlersInfraFlavor) SetMemory(v HandlersInfraFlavorGetMemoryRetType)
SetMemory gets a reference to the given int64 and assigns it to the Memory field.
func (HandlersInfraFlavor) ToMap ¶ added in v0.16.0
func (o HandlersInfraFlavor) ToMap() (map[string]interface{}, error)
type HandlersInfraFlavorGetCategoriesArgType ¶ added in v0.18.1
type HandlersInfraFlavorGetCategoriesArgType = []string
type HandlersInfraFlavorGetCategoriesAttributeType ¶ added in v0.18.1
type HandlersInfraFlavorGetCategoriesAttributeType = *[]string
isArray
type HandlersInfraFlavorGetCategoriesRetType ¶ added in v0.18.1
type HandlersInfraFlavorGetCategoriesRetType = []string
type HandlersInfraFlavorGetCpuArgType ¶ added in v0.18.1
type HandlersInfraFlavorGetCpuArgType = int64
type HandlersInfraFlavorGetCpuAttributeType ¶ added in v0.18.1
type HandlersInfraFlavorGetCpuAttributeType = *int64
isInteger
type HandlersInfraFlavorGetCpuRetType ¶ added in v0.18.1
type HandlersInfraFlavorGetCpuRetType = int64
type HandlersInfraFlavorGetDescriptionArgType ¶ added in v0.18.1
type HandlersInfraFlavorGetDescriptionArgType = string
type HandlersInfraFlavorGetDescriptionAttributeType ¶ added in v0.18.1
type HandlersInfraFlavorGetDescriptionAttributeType = *string
isNotNullableString
type HandlersInfraFlavorGetDescriptionRetType ¶ added in v0.18.1
type HandlersInfraFlavorGetDescriptionRetType = string
type HandlersInfraFlavorGetIdArgType ¶ added in v0.18.1
type HandlersInfraFlavorGetIdArgType = string
type HandlersInfraFlavorGetIdAttributeType ¶ added in v0.18.1
type HandlersInfraFlavorGetIdAttributeType = *string
isNotNullableString
type HandlersInfraFlavorGetIdRetType ¶ added in v0.18.1
type HandlersInfraFlavorGetIdRetType = string
type HandlersInfraFlavorGetMemoryArgType ¶ added in v0.18.1
type HandlersInfraFlavorGetMemoryArgType = int64
type HandlersInfraFlavorGetMemoryAttributeType ¶ added in v0.18.1
type HandlersInfraFlavorGetMemoryAttributeType = *int64
isInteger
type HandlersInfraFlavorGetMemoryRetType ¶ added in v0.18.1
type HandlersInfraFlavorGetMemoryRetType = int64
type HandlersInfraGetFlavorsResponse ¶
type HandlersInfraGetFlavorsResponse struct {
Flavors HandlersInfraGetFlavorsResponseGetFlavorsAttributeType `json:"flavors,omitempty"`
}
HandlersInfraGetFlavorsResponse struct for HandlersInfraGetFlavorsResponse
func NewHandlersInfraGetFlavorsResponse ¶ added in v0.16.0
func NewHandlersInfraGetFlavorsResponse() *HandlersInfraGetFlavorsResponse
NewHandlersInfraGetFlavorsResponse instantiates a new HandlersInfraGetFlavorsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHandlersInfraGetFlavorsResponseWithDefaults ¶ added in v0.16.0
func NewHandlersInfraGetFlavorsResponseWithDefaults() *HandlersInfraGetFlavorsResponse
NewHandlersInfraGetFlavorsResponseWithDefaults instantiates a new HandlersInfraGetFlavorsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*HandlersInfraGetFlavorsResponse) GetFlavors ¶ added in v0.16.0
func (o *HandlersInfraGetFlavorsResponse) GetFlavors() (res HandlersInfraGetFlavorsResponseGetFlavorsRetType)
GetFlavors returns the Flavors field value if set, zero value otherwise.
func (*HandlersInfraGetFlavorsResponse) GetFlavorsOk ¶ added in v0.16.0
func (o *HandlersInfraGetFlavorsResponse) GetFlavorsOk() (ret HandlersInfraGetFlavorsResponseGetFlavorsRetType, ok bool)
GetFlavorsOk returns a tuple with the Flavors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HandlersInfraGetFlavorsResponse) HasFlavors ¶ added in v0.16.0
func (o *HandlersInfraGetFlavorsResponse) HasFlavors() bool
HasFlavors returns a boolean if a field has been set.
func (*HandlersInfraGetFlavorsResponse) SetFlavors ¶ added in v0.16.0
func (o *HandlersInfraGetFlavorsResponse) SetFlavors(v HandlersInfraGetFlavorsResponseGetFlavorsRetType)
SetFlavors gets a reference to the given []HandlersInfraFlavor and assigns it to the Flavors field.
func (HandlersInfraGetFlavorsResponse) ToMap ¶ added in v0.16.0
func (o HandlersInfraGetFlavorsResponse) ToMap() (map[string]interface{}, error)
type HandlersInfraGetFlavorsResponseGetFlavorsArgType ¶ added in v0.18.1
type HandlersInfraGetFlavorsResponseGetFlavorsArgType = []HandlersInfraFlavor
type HandlersInfraGetFlavorsResponseGetFlavorsAttributeType ¶ added in v0.18.1
type HandlersInfraGetFlavorsResponseGetFlavorsAttributeType = *[]HandlersInfraFlavor
isArray
type HandlersInfraGetFlavorsResponseGetFlavorsRetType ¶ added in v0.18.1
type HandlersInfraGetFlavorsResponseGetFlavorsRetType = []HandlersInfraFlavor
type HandlersInstancesGetInstanceResponse ¶
type HandlersInstancesGetInstanceResponse struct {
Item HandlersInstancesGetInstanceResponseGetItemAttributeType `json:"item,omitempty"`
}
HandlersInstancesGetInstanceResponse struct for HandlersInstancesGetInstanceResponse
func NewHandlersInstancesGetInstanceResponse ¶ added in v0.16.0
func NewHandlersInstancesGetInstanceResponse() *HandlersInstancesGetInstanceResponse
NewHandlersInstancesGetInstanceResponse instantiates a new HandlersInstancesGetInstanceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHandlersInstancesGetInstanceResponseWithDefaults ¶ added in v0.16.0
func NewHandlersInstancesGetInstanceResponseWithDefaults() *HandlersInstancesGetInstanceResponse
NewHandlersInstancesGetInstanceResponseWithDefaults instantiates a new HandlersInstancesGetInstanceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*HandlersInstancesGetInstanceResponse) GetItem ¶ added in v0.16.0
func (o *HandlersInstancesGetInstanceResponse) GetItem() (res HandlersInstancesGetInstanceResponseGetItemRetType)
GetItem returns the Item field value if set, zero value otherwise.
func (*HandlersInstancesGetInstanceResponse) GetItemOk ¶ added in v0.16.0
func (o *HandlersInstancesGetInstanceResponse) GetItemOk() (ret HandlersInstancesGetInstanceResponseGetItemRetType, ok bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HandlersInstancesGetInstanceResponse) HasItem ¶ added in v0.16.0
func (o *HandlersInstancesGetInstanceResponse) HasItem() bool
HasItem returns a boolean if a field has been set.
func (*HandlersInstancesGetInstanceResponse) SetItem ¶ added in v0.16.0
func (o *HandlersInstancesGetInstanceResponse) SetItem(v HandlersInstancesGetInstanceResponseGetItemRetType)
SetItem gets a reference to the given Instance and assigns it to the Item field.
func (HandlersInstancesGetInstanceResponse) ToMap ¶ added in v0.16.0
func (o HandlersInstancesGetInstanceResponse) ToMap() (map[string]interface{}, error)
type HandlersInstancesGetInstanceResponseGetItemArgType ¶ added in v0.18.1
type HandlersInstancesGetInstanceResponseGetItemArgType = Instance
type HandlersInstancesGetInstanceResponseGetItemAttributeType ¶ added in v0.18.1
type HandlersInstancesGetInstanceResponseGetItemAttributeType = *Instance
isModel
type HandlersInstancesGetInstanceResponseGetItemRetType ¶ added in v0.18.1
type HandlersInstancesGetInstanceResponseGetItemRetType = Instance
type HandlersInstancesSlowQueriesResponse ¶ added in v0.15.0
type HandlersInstancesSlowQueriesResponse struct { // A list of documents with information about slow queries as detected by the Performance Advisor. SlowQueries HandlersInstancesSlowQueriesResponseGetSlowQueriesAttributeType `json:"slowQueries,omitempty"` }
HandlersInstancesSlowQueriesResponse struct for HandlersInstancesSlowQueriesResponse
func NewHandlersInstancesSlowQueriesResponse ¶ added in v0.16.0
func NewHandlersInstancesSlowQueriesResponse() *HandlersInstancesSlowQueriesResponse
NewHandlersInstancesSlowQueriesResponse instantiates a new HandlersInstancesSlowQueriesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHandlersInstancesSlowQueriesResponseWithDefaults ¶ added in v0.16.0
func NewHandlersInstancesSlowQueriesResponseWithDefaults() *HandlersInstancesSlowQueriesResponse
NewHandlersInstancesSlowQueriesResponseWithDefaults instantiates a new HandlersInstancesSlowQueriesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*HandlersInstancesSlowQueriesResponse) GetSlowQueries ¶ added in v0.16.0
func (o *HandlersInstancesSlowQueriesResponse) GetSlowQueries() (res HandlersInstancesSlowQueriesResponseGetSlowQueriesRetType)
GetSlowQueries returns the SlowQueries field value if set, zero value otherwise.
func (*HandlersInstancesSlowQueriesResponse) GetSlowQueriesOk ¶ added in v0.16.0
func (o *HandlersInstancesSlowQueriesResponse) GetSlowQueriesOk() (ret HandlersInstancesSlowQueriesResponseGetSlowQueriesRetType, ok bool)
GetSlowQueriesOk returns a tuple with the SlowQueries field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HandlersInstancesSlowQueriesResponse) HasSlowQueries ¶ added in v0.16.0
func (o *HandlersInstancesSlowQueriesResponse) HasSlowQueries() bool
HasSlowQueries returns a boolean if a field has been set.
func (*HandlersInstancesSlowQueriesResponse) SetSlowQueries ¶ added in v0.16.0
func (o *HandlersInstancesSlowQueriesResponse) SetSlowQueries(v HandlersInstancesSlowQueriesResponseGetSlowQueriesRetType)
SetSlowQueries gets a reference to the given []SlowQuery and assigns it to the SlowQueries field.
func (HandlersInstancesSlowQueriesResponse) ToMap ¶ added in v0.16.0
func (o HandlersInstancesSlowQueriesResponse) ToMap() (map[string]interface{}, error)
type HandlersInstancesSlowQueriesResponseGetSlowQueriesArgType ¶ added in v0.18.1
type HandlersInstancesSlowQueriesResponseGetSlowQueriesArgType = []SlowQuery
type HandlersInstancesSlowQueriesResponseGetSlowQueriesAttributeType ¶ added in v0.18.1
type HandlersInstancesSlowQueriesResponseGetSlowQueriesAttributeType = *[]SlowQuery
isArray
type HandlersInstancesSlowQueriesResponseGetSlowQueriesRetType ¶ added in v0.18.1
type HandlersInstancesSlowQueriesResponseGetSlowQueriesRetType = []SlowQuery
type HandlersInstancesSuggestedIndexesResponse ¶ added in v0.15.0
type HandlersInstancesSuggestedIndexesResponse struct { // Documents with information about the query shapes that are served by the suggested indexes. Shapes HandlersInstancesSuggestedIndexesResponseGetShapesAttributeType `json:"shapes,omitempty"` // Documents with information about the indexes suggested by the Performance Advisor. SuggestedIndexes HandlersInstancesSuggestedIndexesResponseGetSuggestedIndexesAttributeType `json:"suggestedIndexes,omitempty"` }
HandlersInstancesSuggestedIndexesResponse struct for HandlersInstancesSuggestedIndexesResponse
func NewHandlersInstancesSuggestedIndexesResponse ¶ added in v0.16.0
func NewHandlersInstancesSuggestedIndexesResponse() *HandlersInstancesSuggestedIndexesResponse
NewHandlersInstancesSuggestedIndexesResponse instantiates a new HandlersInstancesSuggestedIndexesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHandlersInstancesSuggestedIndexesResponseWithDefaults ¶ added in v0.16.0
func NewHandlersInstancesSuggestedIndexesResponseWithDefaults() *HandlersInstancesSuggestedIndexesResponse
NewHandlersInstancesSuggestedIndexesResponseWithDefaults instantiates a new HandlersInstancesSuggestedIndexesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*HandlersInstancesSuggestedIndexesResponse) GetShapes ¶ added in v0.16.0
func (o *HandlersInstancesSuggestedIndexesResponse) GetShapes() (res HandlersInstancesSuggestedIndexesResponseGetShapesRetType)
GetShapes returns the Shapes field value if set, zero value otherwise.
func (*HandlersInstancesSuggestedIndexesResponse) GetShapesOk ¶ added in v0.16.0
func (o *HandlersInstancesSuggestedIndexesResponse) GetShapesOk() (ret HandlersInstancesSuggestedIndexesResponseGetShapesRetType, ok bool)
GetShapesOk returns a tuple with the Shapes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HandlersInstancesSuggestedIndexesResponse) GetSuggestedIndexes ¶ added in v0.16.0
func (o *HandlersInstancesSuggestedIndexesResponse) GetSuggestedIndexes() (res HandlersInstancesSuggestedIndexesResponseGetSuggestedIndexesRetType)
GetSuggestedIndexes returns the SuggestedIndexes field value if set, zero value otherwise.
func (*HandlersInstancesSuggestedIndexesResponse) GetSuggestedIndexesOk ¶ added in v0.16.0
func (o *HandlersInstancesSuggestedIndexesResponse) GetSuggestedIndexesOk() (ret HandlersInstancesSuggestedIndexesResponseGetSuggestedIndexesRetType, ok bool)
GetSuggestedIndexesOk returns a tuple with the SuggestedIndexes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HandlersInstancesSuggestedIndexesResponse) HasShapes ¶ added in v0.16.0
func (o *HandlersInstancesSuggestedIndexesResponse) HasShapes() bool
HasShapes returns a boolean if a field has been set.
func (*HandlersInstancesSuggestedIndexesResponse) HasSuggestedIndexes ¶ added in v0.16.0
func (o *HandlersInstancesSuggestedIndexesResponse) HasSuggestedIndexes() bool
HasSuggestedIndexes returns a boolean if a field has been set.
func (*HandlersInstancesSuggestedIndexesResponse) SetShapes ¶ added in v0.16.0
func (o *HandlersInstancesSuggestedIndexesResponse) SetShapes(v HandlersInstancesSuggestedIndexesResponseGetShapesRetType)
SetShapes gets a reference to the given []Shape and assigns it to the Shapes field.
func (*HandlersInstancesSuggestedIndexesResponse) SetSuggestedIndexes ¶ added in v0.16.0
func (o *HandlersInstancesSuggestedIndexesResponse) SetSuggestedIndexes(v HandlersInstancesSuggestedIndexesResponseGetSuggestedIndexesRetType)
SetSuggestedIndexes gets a reference to the given []SuggestedIndex and assigns it to the SuggestedIndexes field.
func (HandlersInstancesSuggestedIndexesResponse) ToMap ¶ added in v0.16.0
func (o HandlersInstancesSuggestedIndexesResponse) ToMap() (map[string]interface{}, error)
type HandlersInstancesSuggestedIndexesResponseGetShapesArgType ¶ added in v0.18.1
type HandlersInstancesSuggestedIndexesResponseGetShapesArgType = []Shape
type HandlersInstancesSuggestedIndexesResponseGetShapesAttributeType ¶ added in v0.18.1
type HandlersInstancesSuggestedIndexesResponseGetShapesAttributeType = *[]Shape
isArray
type HandlersInstancesSuggestedIndexesResponseGetShapesRetType ¶ added in v0.18.1
type HandlersInstancesSuggestedIndexesResponseGetShapesRetType = []Shape
type HandlersInstancesSuggestedIndexesResponseGetSuggestedIndexesArgType ¶ added in v0.18.1
type HandlersInstancesSuggestedIndexesResponseGetSuggestedIndexesArgType = []SuggestedIndex
type HandlersInstancesSuggestedIndexesResponseGetSuggestedIndexesAttributeType ¶ added in v0.18.1
type HandlersInstancesSuggestedIndexesResponseGetSuggestedIndexesAttributeType = *[]SuggestedIndex
isArray
type HandlersInstancesSuggestedIndexesResponseGetSuggestedIndexesRetType ¶ added in v0.18.1
type HandlersInstancesSuggestedIndexesResponseGetSuggestedIndexesRetType = []SuggestedIndex
type Host ¶
type Host struct { HostMetrics HostGetHostMetricsAttributeType `json:"hostMetrics,omitempty"` Id HostGetIdAttributeType `json:"id,omitempty"` }
Host struct for Host
func NewHost ¶ added in v0.16.0
func NewHost() *Host
NewHost instantiates a new Host object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHostWithDefaults ¶ added in v0.16.0
func NewHostWithDefaults() *Host
NewHostWithDefaults instantiates a new Host object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Host) GetHostMetrics ¶ added in v0.16.0
func (o *Host) GetHostMetrics() (res HostGetHostMetricsRetType)
GetHostMetrics returns the HostMetrics field value if set, zero value otherwise.
func (*Host) GetHostMetricsOk ¶ added in v0.16.0
func (o *Host) GetHostMetricsOk() (ret HostGetHostMetricsRetType, ok bool)
GetHostMetricsOk returns a tuple with the HostMetrics field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Host) GetId ¶ added in v0.16.0
func (o *Host) GetId() (res HostGetIdRetType)
GetId returns the Id field value if set, zero value otherwise.
func (*Host) GetIdOk ¶ added in v0.16.0
func (o *Host) GetIdOk() (ret HostGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Host) HasHostMetrics ¶ added in v0.16.0
HasHostMetrics returns a boolean if a field has been set.
func (*Host) SetHostMetrics ¶ added in v0.16.0
func (o *Host) SetHostMetrics(v HostGetHostMetricsRetType)
SetHostMetrics gets a reference to the given []HostMetric and assigns it to the HostMetrics field.
func (*Host) SetId ¶ added in v0.16.0
func (o *Host) SetId(v HostGetIdRetType)
SetId gets a reference to the given string and assigns it to the Id field.
type HostGetHostMetricsArgType ¶ added in v0.18.1
type HostGetHostMetricsArgType = []HostMetric
type HostGetHostMetricsAttributeType ¶ added in v0.18.1
type HostGetHostMetricsAttributeType = *[]HostMetric
isArray
type HostGetHostMetricsRetType ¶ added in v0.18.1
type HostGetHostMetricsRetType = []HostMetric
type HostGetIdArgType ¶ added in v0.18.1
type HostGetIdArgType = string
type HostGetIdAttributeType ¶ added in v0.18.1
type HostGetIdAttributeType = *string
isNotNullableString
type HostGetIdRetType ¶ added in v0.18.1
type HostGetIdRetType = string
type HostMetric ¶
type HostMetric struct { Datapoints HostMetricGetDatapointsAttributeType `json:"datapoints,omitempty"` Name HostMetricGetNameAttributeType `json:"name,omitempty"` Units HostMetricGetUnitsAttributeType `json:"units,omitempty"` }
HostMetric struct for HostMetric
func NewHostMetric ¶ added in v0.16.0
func NewHostMetric() *HostMetric
NewHostMetric instantiates a new HostMetric object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHostMetricWithDefaults ¶ added in v0.16.0
func NewHostMetricWithDefaults() *HostMetric
NewHostMetricWithDefaults instantiates a new HostMetric object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*HostMetric) GetDatapoints ¶ added in v0.16.0
func (o *HostMetric) GetDatapoints() (res HostMetricGetDatapointsRetType)
GetDatapoints returns the Datapoints field value if set, zero value otherwise.
func (*HostMetric) GetDatapointsOk ¶ added in v0.16.0
func (o *HostMetric) GetDatapointsOk() (ret HostMetricGetDatapointsRetType, ok bool)
GetDatapointsOk returns a tuple with the Datapoints field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HostMetric) GetName ¶ added in v0.16.0
func (o *HostMetric) GetName() (res HostMetricGetNameRetType)
GetName returns the Name field value if set, zero value otherwise.
func (*HostMetric) GetNameOk ¶ added in v0.16.0
func (o *HostMetric) GetNameOk() (ret HostMetricGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HostMetric) GetUnits ¶ added in v0.16.0
func (o *HostMetric) GetUnits() (res HostMetricGetUnitsRetType)
GetUnits returns the Units field value if set, zero value otherwise.
func (*HostMetric) GetUnitsOk ¶ added in v0.16.0
func (o *HostMetric) GetUnitsOk() (ret HostMetricGetUnitsRetType, ok bool)
GetUnitsOk returns a tuple with the Units field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HostMetric) HasDatapoints ¶ added in v0.16.0
func (o *HostMetric) HasDatapoints() bool
HasDatapoints returns a boolean if a field has been set.
func (*HostMetric) HasName ¶ added in v0.16.0
func (o *HostMetric) HasName() bool
HasName returns a boolean if a field has been set.
func (*HostMetric) HasUnits ¶ added in v0.16.0
func (o *HostMetric) HasUnits() bool
HasUnits returns a boolean if a field has been set.
func (*HostMetric) SetDatapoints ¶ added in v0.16.0
func (o *HostMetric) SetDatapoints(v HostMetricGetDatapointsRetType)
SetDatapoints gets a reference to the given []DataPoint and assigns it to the Datapoints field.
func (*HostMetric) SetName ¶ added in v0.16.0
func (o *HostMetric) SetName(v HostMetricGetNameRetType)
SetName gets a reference to the given string and assigns it to the Name field.
func (*HostMetric) SetUnits ¶ added in v0.16.0
func (o *HostMetric) SetUnits(v HostMetricGetUnitsRetType)
SetUnits gets a reference to the given string and assigns it to the Units field.
func (HostMetric) ToMap ¶ added in v0.16.0
func (o HostMetric) ToMap() (map[string]interface{}, error)
type HostMetricGetDatapointsArgType ¶ added in v0.18.1
type HostMetricGetDatapointsArgType = []DataPoint
type HostMetricGetDatapointsAttributeType ¶ added in v0.18.1
type HostMetricGetDatapointsAttributeType = *[]DataPoint
isArray
type HostMetricGetDatapointsRetType ¶ added in v0.18.1
type HostMetricGetDatapointsRetType = []DataPoint
type HostMetricGetNameArgType ¶ added in v0.18.1
type HostMetricGetNameArgType = string
type HostMetricGetNameAttributeType ¶ added in v0.18.1
type HostMetricGetNameAttributeType = *string
isNotNullableString
type HostMetricGetNameRetType ¶ added in v0.18.1
type HostMetricGetNameRetType = string
type HostMetricGetUnitsArgType ¶ added in v0.18.1
type HostMetricGetUnitsArgType = string
type HostMetricGetUnitsAttributeType ¶ added in v0.18.1
type HostMetricGetUnitsAttributeType = *string
isNotNullableString
type HostMetricGetUnitsRetType ¶ added in v0.18.1
type HostMetricGetUnitsRetType = string
type Instance ¶
type Instance struct { Acl InstanceGetAclAttributeType `json:"acl,omitempty"` BackupSchedule InstanceGetBackupScheduleAttributeType `json:"backupSchedule,omitempty"` Flavor InstanceGetFlavorAttributeType `json:"flavor,omitempty"` Id InstanceGetIdAttributeType `json:"id,omitempty"` Name InstanceGetNameAttributeType `json:"name,omitempty"` Options InstanceGetOptionsAttributeType `json:"options,omitempty"` Replicas InstanceGetReplicasAttributeType `json:"replicas,omitempty"` // The current status of the instance. Status InstanceGetStatusAttributeType `json:"status,omitempty"` Storage InstanceGetStorageAttributeType `json:"storage,omitempty"` Version InstanceGetVersionAttributeType `json:"version,omitempty"` }
Instance struct for Instance
func NewInstance ¶ added in v0.16.0
func NewInstance() *Instance
NewInstance instantiates a new Instance object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInstanceWithDefaults ¶ added in v0.16.0
func NewInstanceWithDefaults() *Instance
NewInstanceWithDefaults instantiates a new Instance object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Instance) GetAcl ¶ added in v0.16.0
func (o *Instance) GetAcl() (res InstanceGetAclRetType)
GetAcl returns the Acl field value if set, zero value otherwise.
func (*Instance) GetAclOk ¶ added in v0.16.0
func (o *Instance) GetAclOk() (ret InstanceGetAclRetType, ok bool)
GetAclOk returns a tuple with the Acl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Instance) GetBackupSchedule ¶ added in v0.16.0
func (o *Instance) GetBackupSchedule() (res InstanceGetBackupScheduleRetType)
GetBackupSchedule returns the BackupSchedule field value if set, zero value otherwise.
func (*Instance) GetBackupScheduleOk ¶ added in v0.16.0
func (o *Instance) GetBackupScheduleOk() (ret InstanceGetBackupScheduleRetType, ok bool)
GetBackupScheduleOk returns a tuple with the BackupSchedule field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Instance) GetFlavor ¶ added in v0.16.0
func (o *Instance) GetFlavor() (res InstanceGetFlavorRetType)
GetFlavor returns the Flavor field value if set, zero value otherwise.
func (*Instance) GetFlavorOk ¶ added in v0.16.0
func (o *Instance) GetFlavorOk() (ret InstanceGetFlavorRetType, ok bool)
GetFlavorOk returns a tuple with the Flavor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Instance) GetId ¶ added in v0.16.0
func (o *Instance) GetId() (res InstanceGetIdRetType)
GetId returns the Id field value if set, zero value otherwise.
func (*Instance) GetIdOk ¶ added in v0.16.0
func (o *Instance) GetIdOk() (ret InstanceGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Instance) GetName ¶ added in v0.16.0
func (o *Instance) GetName() (res InstanceGetNameRetType)
GetName returns the Name field value if set, zero value otherwise.
func (*Instance) GetNameOk ¶ added in v0.16.0
func (o *Instance) GetNameOk() (ret InstanceGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Instance) GetOptions ¶ added in v0.16.0
func (o *Instance) GetOptions() (res InstanceGetOptionsRetType)
GetOptions returns the Options field value if set, zero value otherwise.
func (*Instance) GetOptionsOk ¶ added in v0.16.0
func (o *Instance) GetOptionsOk() (ret InstanceGetOptionsRetType, ok bool)
GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Instance) GetReplicas ¶ added in v0.16.0
func (o *Instance) GetReplicas() (res InstanceGetReplicasRetType)
GetReplicas returns the Replicas field value if set, zero value otherwise.
func (*Instance) GetReplicasOk ¶ added in v0.16.0
func (o *Instance) GetReplicasOk() (ret InstanceGetReplicasRetType, ok bool)
GetReplicasOk returns a tuple with the Replicas field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Instance) GetStatus ¶ added in v0.16.0
func (o *Instance) GetStatus() (res InstanceGetStatusRetType)
GetStatus returns the Status field value if set, zero value otherwise.
func (*Instance) GetStatusOk ¶ added in v0.16.0
func (o *Instance) GetStatusOk() (ret InstanceGetStatusRetType, ok bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Instance) GetStorage ¶ added in v0.16.0
func (o *Instance) GetStorage() (res InstanceGetStorageRetType)
GetStorage returns the Storage field value if set, zero value otherwise.
func (*Instance) GetStorageOk ¶ added in v0.16.0
func (o *Instance) GetStorageOk() (ret InstanceGetStorageRetType, ok bool)
GetStorageOk returns a tuple with the Storage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Instance) GetVersion ¶ added in v0.16.0
func (o *Instance) GetVersion() (res InstanceGetVersionRetType)
GetVersion returns the Version field value if set, zero value otherwise.
func (*Instance) GetVersionOk ¶ added in v0.16.0
func (o *Instance) GetVersionOk() (ret InstanceGetVersionRetType, ok bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Instance) HasBackupSchedule ¶ added in v0.16.0
HasBackupSchedule returns a boolean if a field has been set.
func (*Instance) HasOptions ¶ added in v0.16.0
HasOptions returns a boolean if a field has been set.
func (*Instance) HasReplicas ¶ added in v0.16.0
HasReplicas returns a boolean if a field has been set.
func (*Instance) HasStorage ¶ added in v0.16.0
HasStorage returns a boolean if a field has been set.
func (*Instance) HasVersion ¶ added in v0.16.0
HasVersion returns a boolean if a field has been set.
func (*Instance) SetAcl ¶ added in v0.16.0
func (o *Instance) SetAcl(v InstanceGetAclRetType)
SetAcl gets a reference to the given ACL and assigns it to the Acl field.
func (*Instance) SetBackupSchedule ¶ added in v0.16.0
func (o *Instance) SetBackupSchedule(v InstanceGetBackupScheduleRetType)
SetBackupSchedule gets a reference to the given string and assigns it to the BackupSchedule field.
func (*Instance) SetFlavor ¶ added in v0.16.0
func (o *Instance) SetFlavor(v InstanceGetFlavorRetType)
SetFlavor gets a reference to the given Flavor and assigns it to the Flavor field.
func (*Instance) SetId ¶ added in v0.16.0
func (o *Instance) SetId(v InstanceGetIdRetType)
SetId gets a reference to the given string and assigns it to the Id field.
func (*Instance) SetName ¶ added in v0.16.0
func (o *Instance) SetName(v InstanceGetNameRetType)
SetName gets a reference to the given string and assigns it to the Name field.
func (*Instance) SetOptions ¶ added in v0.16.0
func (o *Instance) SetOptions(v InstanceGetOptionsRetType)
SetOptions gets a reference to the given map[string]string and assigns it to the Options field.
func (*Instance) SetReplicas ¶ added in v0.16.0
func (o *Instance) SetReplicas(v InstanceGetReplicasRetType)
SetReplicas gets a reference to the given int64 and assigns it to the Replicas field.
func (*Instance) SetStatus ¶ added in v0.16.0
func (o *Instance) SetStatus(v InstanceGetStatusRetType)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*Instance) SetStorage ¶ added in v0.16.0
func (o *Instance) SetStorage(v InstanceGetStorageRetType)
SetStorage gets a reference to the given Storage and assigns it to the Storage field.
func (*Instance) SetVersion ¶ added in v0.16.0
func (o *Instance) SetVersion(v InstanceGetVersionRetType)
SetVersion gets a reference to the given string and assigns it to the Version field.
type InstanceGetAclArgType ¶ added in v0.18.1
type InstanceGetAclArgType = ACL
type InstanceGetAclRetType ¶ added in v0.18.1
type InstanceGetAclRetType = ACL
type InstanceGetBackupScheduleArgType ¶ added in v0.18.1
type InstanceGetBackupScheduleArgType = string
type InstanceGetBackupScheduleAttributeType ¶ added in v0.18.1
type InstanceGetBackupScheduleAttributeType = *string
isNotNullableString
type InstanceGetBackupScheduleRetType ¶ added in v0.18.1
type InstanceGetBackupScheduleRetType = string
type InstanceGetFlavorArgType ¶ added in v0.18.1
type InstanceGetFlavorArgType = Flavor
type InstanceGetFlavorAttributeType ¶ added in v0.18.1
type InstanceGetFlavorAttributeType = *Flavor
isModel
type InstanceGetFlavorRetType ¶ added in v0.18.1
type InstanceGetFlavorRetType = Flavor
type InstanceGetIdArgType ¶ added in v0.18.1
type InstanceGetIdArgType = string
type InstanceGetIdAttributeType ¶ added in v0.18.1
type InstanceGetIdAttributeType = *string
isNotNullableString
type InstanceGetIdRetType ¶ added in v0.18.1
type InstanceGetIdRetType = string
type InstanceGetNameArgType ¶ added in v0.18.1
type InstanceGetNameArgType = string
type InstanceGetNameAttributeType ¶ added in v0.18.1
type InstanceGetNameAttributeType = *string
isNotNullableString
type InstanceGetNameRetType ¶ added in v0.18.1
type InstanceGetNameRetType = string
type InstanceGetOptionsArgType ¶ added in v0.18.1
type InstanceGetOptionsAttributeType ¶ added in v0.18.1
isContainer
type InstanceGetOptionsRetType ¶ added in v0.18.1
type InstanceGetReplicasArgType ¶ added in v0.18.1
type InstanceGetReplicasArgType = int64
type InstanceGetReplicasAttributeType ¶ added in v0.18.1
type InstanceGetReplicasAttributeType = *int64
isInteger
type InstanceGetReplicasRetType ¶ added in v0.18.1
type InstanceGetReplicasRetType = int64
type InstanceGetStatusArgType ¶ added in v0.18.1
type InstanceGetStatusArgType = InstanceStatus
type InstanceGetStatusAttributeType ¶ added in v0.18.1
type InstanceGetStatusAttributeType = *InstanceStatus
type InstanceGetStatusRetType ¶ added in v0.18.1
type InstanceGetStatusRetType = InstanceStatus
type InstanceGetStorageArgType ¶ added in v0.18.1
type InstanceGetStorageArgType = Storage
type InstanceGetStorageAttributeType ¶ added in v0.18.1
type InstanceGetStorageAttributeType = *Storage
isModel
type InstanceGetStorageRetType ¶ added in v0.18.1
type InstanceGetStorageRetType = Storage
type InstanceGetVersionArgType ¶ added in v0.18.1
type InstanceGetVersionArgType = string
type InstanceGetVersionAttributeType ¶ added in v0.18.1
type InstanceGetVersionAttributeType = *string
isNotNullableString
type InstanceGetVersionRetType ¶ added in v0.18.1
type InstanceGetVersionRetType = string
type InstanceListInstance ¶
type InstanceListInstance struct { Id InstanceListInstanceGetIdAttributeType `json:"id,omitempty"` Name InstanceListInstanceGetNameAttributeType `json:"name,omitempty"` // The current status of the instance. Status InstanceListInstanceGetStatusAttributeType `json:"status,omitempty"` }
InstanceListInstance struct for InstanceListInstance
func NewInstanceListInstance ¶ added in v0.16.0
func NewInstanceListInstance() *InstanceListInstance
NewInstanceListInstance instantiates a new InstanceListInstance object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInstanceListInstanceWithDefaults ¶ added in v0.16.0
func NewInstanceListInstanceWithDefaults() *InstanceListInstance
NewInstanceListInstanceWithDefaults instantiates a new InstanceListInstance object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InstanceListInstance) GetId ¶ added in v0.16.0
func (o *InstanceListInstance) GetId() (res InstanceListInstanceGetIdRetType)
GetId returns the Id field value if set, zero value otherwise.
func (*InstanceListInstance) GetIdOk ¶ added in v0.16.0
func (o *InstanceListInstance) GetIdOk() (ret InstanceListInstanceGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstanceListInstance) GetName ¶ added in v0.16.0
func (o *InstanceListInstance) GetName() (res InstanceListInstanceGetNameRetType)
GetName returns the Name field value if set, zero value otherwise.
func (*InstanceListInstance) GetNameOk ¶ added in v0.16.0
func (o *InstanceListInstance) GetNameOk() (ret InstanceListInstanceGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstanceListInstance) GetStatus ¶ added in v0.16.0
func (o *InstanceListInstance) GetStatus() (res InstanceListInstanceGetStatusRetType)
GetStatus returns the Status field value if set, zero value otherwise.
func (*InstanceListInstance) GetStatusOk ¶ added in v0.16.0
func (o *InstanceListInstance) GetStatusOk() (ret InstanceListInstanceGetStatusRetType, ok bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstanceListInstance) HasId ¶ added in v0.16.0
func (o *InstanceListInstance) HasId() bool
HasId returns a boolean if a field has been set.
func (*InstanceListInstance) HasName ¶ added in v0.16.0
func (o *InstanceListInstance) HasName() bool
HasName returns a boolean if a field has been set.
func (*InstanceListInstance) HasStatus ¶ added in v0.16.0
func (o *InstanceListInstance) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*InstanceListInstance) SetId ¶ added in v0.16.0
func (o *InstanceListInstance) SetId(v InstanceListInstanceGetIdRetType)
SetId gets a reference to the given string and assigns it to the Id field.
func (*InstanceListInstance) SetName ¶ added in v0.16.0
func (o *InstanceListInstance) SetName(v InstanceListInstanceGetNameRetType)
SetName gets a reference to the given string and assigns it to the Name field.
func (*InstanceListInstance) SetStatus ¶ added in v0.16.0
func (o *InstanceListInstance) SetStatus(v InstanceListInstanceGetStatusRetType)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (InstanceListInstance) ToMap ¶ added in v0.16.0
func (o InstanceListInstance) ToMap() (map[string]interface{}, error)
type InstanceListInstanceGetIdArgType ¶ added in v0.18.1
type InstanceListInstanceGetIdArgType = string
type InstanceListInstanceGetIdAttributeType ¶ added in v0.18.1
type InstanceListInstanceGetIdAttributeType = *string
isNotNullableString
type InstanceListInstanceGetIdRetType ¶ added in v0.18.1
type InstanceListInstanceGetIdRetType = string
type InstanceListInstanceGetNameArgType ¶ added in v0.18.1
type InstanceListInstanceGetNameArgType = string
type InstanceListInstanceGetNameAttributeType ¶ added in v0.18.1
type InstanceListInstanceGetNameAttributeType = *string
isNotNullableString
type InstanceListInstanceGetNameRetType ¶ added in v0.18.1
type InstanceListInstanceGetNameRetType = string
type InstanceListInstanceGetStatusArgType ¶ added in v0.18.1
type InstanceListInstanceGetStatusArgType = InstanceListInstanceStatus
type InstanceListInstanceGetStatusAttributeType ¶ added in v0.18.1
type InstanceListInstanceGetStatusAttributeType = *InstanceListInstanceStatus
type InstanceListInstanceGetStatusRetType ¶ added in v0.18.1
type InstanceListInstanceGetStatusRetType = InstanceListInstanceStatus
type InstanceListInstanceStatus ¶ added in v1.1.0
type InstanceListInstanceStatus string
InstanceListInstanceStatus The current status of the instance.
const ( INSTANCELISTINSTANCESTATUS_READY InstanceListInstanceStatus = "READY" INSTANCELISTINSTANCESTATUS_PENDING InstanceListInstanceStatus = "PENDING" INSTANCELISTINSTANCESTATUS_PROCESSING InstanceListInstanceStatus = "PROCESSING" INSTANCELISTINSTANCESTATUS_FAILED InstanceListInstanceStatus = "FAILED" INSTANCELISTINSTANCESTATUS_UNKNOWN InstanceListInstanceStatus = "UNKNOWN" )
List of Status
func NewInstanceListInstanceStatusFromValue ¶ added in v1.1.0
func NewInstanceListInstanceStatusFromValue(v string) (*InstanceListInstanceStatus, error)
NewInstanceListInstanceStatusFromValue returns a pointer to a valid InstanceListInstanceStatus for the value passed as argument, or an error if the value passed is not allowed by the enum
func (InstanceListInstanceStatus) IsValid ¶ added in v1.1.0
func (v InstanceListInstanceStatus) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (InstanceListInstanceStatus) Ptr ¶ added in v1.1.0
func (v InstanceListInstanceStatus) Ptr() *InstanceListInstanceStatus
Ptr returns reference to StatusStatus value
func (*InstanceListInstanceStatus) UnmarshalJSON ¶ added in v1.1.0
func (v *InstanceListInstanceStatus) UnmarshalJSON(src []byte) error
type InstanceResponseUser ¶
type InstanceResponseUser struct { Database InstanceResponseUserGetDatabaseAttributeType `json:"database,omitempty"` Host InstanceResponseUserGetHostAttributeType `json:"host,omitempty"` Id InstanceResponseUserGetIdAttributeType `json:"id,omitempty"` Port InstanceResponseUserGetPortAttributeType `json:"port,omitempty"` Roles InstanceResponseUserGetRolesAttributeType `json:"roles,omitempty"` Username InstanceResponseUserGetUsernameAttributeType `json:"username,omitempty"` }
InstanceResponseUser struct for InstanceResponseUser
func NewInstanceResponseUser ¶ added in v0.16.0
func NewInstanceResponseUser() *InstanceResponseUser
NewInstanceResponseUser instantiates a new InstanceResponseUser object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInstanceResponseUserWithDefaults ¶ added in v0.16.0
func NewInstanceResponseUserWithDefaults() *InstanceResponseUser
NewInstanceResponseUserWithDefaults instantiates a new InstanceResponseUser object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InstanceResponseUser) GetDatabase ¶ added in v0.16.0
func (o *InstanceResponseUser) GetDatabase() (res InstanceResponseUserGetDatabaseRetType)
GetDatabase returns the Database field value if set, zero value otherwise.
func (*InstanceResponseUser) GetDatabaseOk ¶ added in v0.16.0
func (o *InstanceResponseUser) GetDatabaseOk() (ret InstanceResponseUserGetDatabaseRetType, ok bool)
GetDatabaseOk returns a tuple with the Database field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstanceResponseUser) GetHost ¶ added in v0.16.0
func (o *InstanceResponseUser) GetHost() (res InstanceResponseUserGetHostRetType)
GetHost returns the Host field value if set, zero value otherwise.
func (*InstanceResponseUser) GetHostOk ¶ added in v0.16.0
func (o *InstanceResponseUser) GetHostOk() (ret InstanceResponseUserGetHostRetType, ok bool)
GetHostOk returns a tuple with the Host field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstanceResponseUser) GetId ¶ added in v0.16.0
func (o *InstanceResponseUser) GetId() (res InstanceResponseUserGetIdRetType)
GetId returns the Id field value if set, zero value otherwise.
func (*InstanceResponseUser) GetIdOk ¶ added in v0.16.0
func (o *InstanceResponseUser) GetIdOk() (ret InstanceResponseUserGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstanceResponseUser) GetPort ¶ added in v0.16.0
func (o *InstanceResponseUser) GetPort() (res InstanceResponseUserGetPortRetType)
GetPort returns the Port field value if set, zero value otherwise.
func (*InstanceResponseUser) GetPortOk ¶ added in v0.16.0
func (o *InstanceResponseUser) GetPortOk() (ret InstanceResponseUserGetPortRetType, ok bool)
GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstanceResponseUser) GetRoles ¶ added in v0.16.0
func (o *InstanceResponseUser) GetRoles() (res InstanceResponseUserGetRolesRetType)
GetRoles returns the Roles field value if set, zero value otherwise.
func (*InstanceResponseUser) GetRolesOk ¶ added in v0.16.0
func (o *InstanceResponseUser) GetRolesOk() (ret InstanceResponseUserGetRolesRetType, ok bool)
GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstanceResponseUser) GetUsername ¶ added in v0.16.0
func (o *InstanceResponseUser) GetUsername() (res InstanceResponseUserGetUsernameRetType)
GetUsername returns the Username field value if set, zero value otherwise.
func (*InstanceResponseUser) GetUsernameOk ¶ added in v0.16.0
func (o *InstanceResponseUser) GetUsernameOk() (ret InstanceResponseUserGetUsernameRetType, ok bool)
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstanceResponseUser) HasDatabase ¶ added in v0.16.0
func (o *InstanceResponseUser) HasDatabase() bool
HasDatabase returns a boolean if a field has been set.
func (*InstanceResponseUser) HasHost ¶ added in v0.16.0
func (o *InstanceResponseUser) HasHost() bool
HasHost returns a boolean if a field has been set.
func (*InstanceResponseUser) HasId ¶ added in v0.16.0
func (o *InstanceResponseUser) HasId() bool
HasId returns a boolean if a field has been set.
func (*InstanceResponseUser) HasPort ¶ added in v0.16.0
func (o *InstanceResponseUser) HasPort() bool
HasPort returns a boolean if a field has been set.
func (*InstanceResponseUser) HasRoles ¶ added in v0.16.0
func (o *InstanceResponseUser) HasRoles() bool
HasRoles returns a boolean if a field has been set.
func (*InstanceResponseUser) HasUsername ¶ added in v0.16.0
func (o *InstanceResponseUser) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (*InstanceResponseUser) SetDatabase ¶ added in v0.16.0
func (o *InstanceResponseUser) SetDatabase(v InstanceResponseUserGetDatabaseRetType)
SetDatabase gets a reference to the given string and assigns it to the Database field.
func (*InstanceResponseUser) SetHost ¶ added in v0.16.0
func (o *InstanceResponseUser) SetHost(v InstanceResponseUserGetHostRetType)
SetHost gets a reference to the given string and assigns it to the Host field.
func (*InstanceResponseUser) SetId ¶ added in v0.16.0
func (o *InstanceResponseUser) SetId(v InstanceResponseUserGetIdRetType)
SetId gets a reference to the given string and assigns it to the Id field.
func (*InstanceResponseUser) SetPort ¶ added in v0.16.0
func (o *InstanceResponseUser) SetPort(v InstanceResponseUserGetPortRetType)
SetPort gets a reference to the given int64 and assigns it to the Port field.
func (*InstanceResponseUser) SetRoles ¶ added in v0.16.0
func (o *InstanceResponseUser) SetRoles(v InstanceResponseUserGetRolesRetType)
SetRoles gets a reference to the given []string and assigns it to the Roles field.
func (*InstanceResponseUser) SetUsername ¶ added in v0.16.0
func (o *InstanceResponseUser) SetUsername(v InstanceResponseUserGetUsernameRetType)
SetUsername gets a reference to the given string and assigns it to the Username field.
func (InstanceResponseUser) ToMap ¶ added in v0.16.0
func (o InstanceResponseUser) ToMap() (map[string]interface{}, error)
type InstanceResponseUserGetDatabaseArgType ¶ added in v0.18.1
type InstanceResponseUserGetDatabaseArgType = string
type InstanceResponseUserGetDatabaseAttributeType ¶ added in v0.18.1
type InstanceResponseUserGetDatabaseAttributeType = *string
isNotNullableString
type InstanceResponseUserGetDatabaseRetType ¶ added in v0.18.1
type InstanceResponseUserGetDatabaseRetType = string
type InstanceResponseUserGetHostArgType ¶ added in v0.18.1
type InstanceResponseUserGetHostArgType = string
type InstanceResponseUserGetHostAttributeType ¶ added in v0.18.1
type InstanceResponseUserGetHostAttributeType = *string
isNotNullableString
type InstanceResponseUserGetHostRetType ¶ added in v0.18.1
type InstanceResponseUserGetHostRetType = string
type InstanceResponseUserGetIdArgType ¶ added in v0.18.1
type InstanceResponseUserGetIdArgType = string
type InstanceResponseUserGetIdAttributeType ¶ added in v0.18.1
type InstanceResponseUserGetIdAttributeType = *string
isNotNullableString
type InstanceResponseUserGetIdRetType ¶ added in v0.18.1
type InstanceResponseUserGetIdRetType = string
type InstanceResponseUserGetPortArgType ¶ added in v0.18.1
type InstanceResponseUserGetPortArgType = int64
type InstanceResponseUserGetPortAttributeType ¶ added in v0.18.1
type InstanceResponseUserGetPortAttributeType = *int64
isInteger
type InstanceResponseUserGetPortRetType ¶ added in v0.18.1
type InstanceResponseUserGetPortRetType = int64
type InstanceResponseUserGetRolesArgType ¶ added in v0.18.1
type InstanceResponseUserGetRolesArgType = []string
type InstanceResponseUserGetRolesAttributeType ¶ added in v0.18.1
type InstanceResponseUserGetRolesAttributeType = *[]string
isArray
type InstanceResponseUserGetRolesRetType ¶ added in v0.18.1
type InstanceResponseUserGetRolesRetType = []string
type InstanceResponseUserGetUsernameArgType ¶ added in v0.18.1
type InstanceResponseUserGetUsernameArgType = string
type InstanceResponseUserGetUsernameAttributeType ¶ added in v0.18.1
type InstanceResponseUserGetUsernameAttributeType = *string
isNotNullableString
type InstanceResponseUserGetUsernameRetType ¶ added in v0.18.1
type InstanceResponseUserGetUsernameRetType = string
type InstanceStatus ¶ added in v1.1.0
type InstanceStatus string
InstanceStatus The current status of the instance.
const ( INSTANCESTATUS_READY InstanceStatus = "READY" INSTANCESTATUS_PENDING InstanceStatus = "PENDING" INSTANCESTATUS_PROCESSING InstanceStatus = "PROCESSING" INSTANCESTATUS_FAILED InstanceStatus = "FAILED" INSTANCESTATUS_UNKNOWN InstanceStatus = "UNKNOWN" )
List of Status
func NewInstanceStatusFromValue ¶ added in v1.1.0
func NewInstanceStatusFromValue(v string) (*InstanceStatus, error)
NewInstanceStatusFromValue returns a pointer to a valid InstanceStatus for the value passed as argument, or an error if the value passed is not allowed by the enum
func (InstanceStatus) IsValid ¶ added in v1.1.0
func (v InstanceStatus) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (InstanceStatus) Ptr ¶ added in v1.1.0
func (v InstanceStatus) Ptr() *InstanceStatus
Ptr returns reference to StatusStatus value
func (*InstanceStatus) UnmarshalJSON ¶ added in v1.1.0
func (v *InstanceStatus) UnmarshalJSON(src []byte) error
type ListBackupsResponse ¶
type ListBackupsResponse struct { Count ListBackupsResponseGetCountAttributeType `json:"count,omitempty"` Items ListBackupsResponseGetItemsAttributeType `json:"items,omitempty"` }
ListBackupsResponse struct for ListBackupsResponse
func NewListBackupsResponse ¶ added in v0.16.0
func NewListBackupsResponse() *ListBackupsResponse
NewListBackupsResponse instantiates a new ListBackupsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListBackupsResponseWithDefaults ¶ added in v0.16.0
func NewListBackupsResponseWithDefaults() *ListBackupsResponse
NewListBackupsResponseWithDefaults instantiates a new ListBackupsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListBackupsResponse) GetCount ¶ added in v0.16.0
func (o *ListBackupsResponse) GetCount() (res ListBackupsResponseGetCountRetType)
GetCount returns the Count field value if set, zero value otherwise.
func (*ListBackupsResponse) GetCountOk ¶ added in v0.16.0
func (o *ListBackupsResponse) GetCountOk() (ret ListBackupsResponseGetCountRetType, ok bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListBackupsResponse) GetItems ¶ added in v0.16.0
func (o *ListBackupsResponse) GetItems() (res ListBackupsResponseGetItemsRetType)
GetItems returns the Items field value if set, zero value otherwise.
func (*ListBackupsResponse) GetItemsOk ¶ added in v0.16.0
func (o *ListBackupsResponse) GetItemsOk() (ret ListBackupsResponseGetItemsRetType, ok bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListBackupsResponse) HasCount ¶ added in v0.16.0
func (o *ListBackupsResponse) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*ListBackupsResponse) HasItems ¶ added in v0.16.0
func (o *ListBackupsResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListBackupsResponse) SetCount ¶ added in v0.16.0
func (o *ListBackupsResponse) SetCount(v ListBackupsResponseGetCountRetType)
SetCount gets a reference to the given int64 and assigns it to the Count field.
func (*ListBackupsResponse) SetItems ¶ added in v0.16.0
func (o *ListBackupsResponse) SetItems(v ListBackupsResponseGetItemsRetType)
SetItems gets a reference to the given []Backup and assigns it to the Items field.
func (ListBackupsResponse) ToMap ¶ added in v0.16.0
func (o ListBackupsResponse) ToMap() (map[string]interface{}, error)
type ListBackupsResponseGetCountArgType ¶ added in v0.18.1
type ListBackupsResponseGetCountArgType = int64
type ListBackupsResponseGetCountAttributeType ¶ added in v0.18.1
type ListBackupsResponseGetCountAttributeType = *int64
isInteger
type ListBackupsResponseGetCountRetType ¶ added in v0.18.1
type ListBackupsResponseGetCountRetType = int64
type ListBackupsResponseGetItemsArgType ¶ added in v0.18.1
type ListBackupsResponseGetItemsArgType = []Backup
type ListBackupsResponseGetItemsAttributeType ¶ added in v0.18.1
type ListBackupsResponseGetItemsAttributeType = *[]Backup
isArray
type ListBackupsResponseGetItemsRetType ¶ added in v0.18.1
type ListBackupsResponseGetItemsRetType = []Backup
type ListFlavorsResponse ¶
type ListFlavorsResponse struct {
Flavors ListFlavorsResponseGetFlavorsAttributeType `json:"flavors,omitempty"`
}
ListFlavorsResponse struct for ListFlavorsResponse
func NewListFlavorsResponse ¶ added in v0.16.0
func NewListFlavorsResponse() *ListFlavorsResponse
NewListFlavorsResponse instantiates a new ListFlavorsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListFlavorsResponseWithDefaults ¶ added in v0.16.0
func NewListFlavorsResponseWithDefaults() *ListFlavorsResponse
NewListFlavorsResponseWithDefaults instantiates a new ListFlavorsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListFlavorsResponse) GetFlavors ¶ added in v0.16.0
func (o *ListFlavorsResponse) GetFlavors() (res ListFlavorsResponseGetFlavorsRetType)
GetFlavors returns the Flavors field value if set, zero value otherwise.
func (*ListFlavorsResponse) GetFlavorsOk ¶ added in v0.16.0
func (o *ListFlavorsResponse) GetFlavorsOk() (ret ListFlavorsResponseGetFlavorsRetType, ok bool)
GetFlavorsOk returns a tuple with the Flavors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListFlavorsResponse) HasFlavors ¶ added in v0.16.0
func (o *ListFlavorsResponse) HasFlavors() bool
HasFlavors returns a boolean if a field has been set.
func (*ListFlavorsResponse) SetFlavors ¶ added in v0.16.0
func (o *ListFlavorsResponse) SetFlavors(v ListFlavorsResponseGetFlavorsRetType)
SetFlavors gets a reference to the given []HandlersInfraFlavor and assigns it to the Flavors field.
func (ListFlavorsResponse) ToMap ¶ added in v0.16.0
func (o ListFlavorsResponse) ToMap() (map[string]interface{}, error)
type ListFlavorsResponseGetFlavorsArgType ¶ added in v0.18.1
type ListFlavorsResponseGetFlavorsArgType = []HandlersInfraFlavor
type ListFlavorsResponseGetFlavorsAttributeType ¶ added in v0.18.1
type ListFlavorsResponseGetFlavorsAttributeType = *[]HandlersInfraFlavor
isArray
type ListFlavorsResponseGetFlavorsRetType ¶ added in v0.18.1
type ListFlavorsResponseGetFlavorsRetType = []HandlersInfraFlavor
type ListInstancesResponse ¶
type ListInstancesResponse struct { Count ListInstancesResponseGetCountAttributeType `json:"count,omitempty"` Items ListInstancesResponseGetItemsAttributeType `json:"items,omitempty"` }
ListInstancesResponse struct for ListInstancesResponse
func NewListInstancesResponse ¶ added in v0.16.0
func NewListInstancesResponse() *ListInstancesResponse
NewListInstancesResponse instantiates a new ListInstancesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListInstancesResponseWithDefaults ¶ added in v0.16.0
func NewListInstancesResponseWithDefaults() *ListInstancesResponse
NewListInstancesResponseWithDefaults instantiates a new ListInstancesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListInstancesResponse) GetCount ¶ added in v0.16.0
func (o *ListInstancesResponse) GetCount() (res ListInstancesResponseGetCountRetType)
GetCount returns the Count field value if set, zero value otherwise.
func (*ListInstancesResponse) GetCountOk ¶ added in v0.16.0
func (o *ListInstancesResponse) GetCountOk() (ret ListInstancesResponseGetCountRetType, ok bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListInstancesResponse) GetItems ¶ added in v0.16.0
func (o *ListInstancesResponse) GetItems() (res ListInstancesResponseGetItemsRetType)
GetItems returns the Items field value if set, zero value otherwise.
func (*ListInstancesResponse) GetItemsOk ¶ added in v0.16.0
func (o *ListInstancesResponse) GetItemsOk() (ret ListInstancesResponseGetItemsRetType, ok bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListInstancesResponse) HasCount ¶ added in v0.16.0
func (o *ListInstancesResponse) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*ListInstancesResponse) HasItems ¶ added in v0.16.0
func (o *ListInstancesResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListInstancesResponse) SetCount ¶ added in v0.16.0
func (o *ListInstancesResponse) SetCount(v ListInstancesResponseGetCountRetType)
SetCount gets a reference to the given int64 and assigns it to the Count field.
func (*ListInstancesResponse) SetItems ¶ added in v0.16.0
func (o *ListInstancesResponse) SetItems(v ListInstancesResponseGetItemsRetType)
SetItems gets a reference to the given []InstanceListInstance and assigns it to the Items field.
func (ListInstancesResponse) ToMap ¶ added in v0.16.0
func (o ListInstancesResponse) ToMap() (map[string]interface{}, error)
type ListInstancesResponseGetCountArgType ¶ added in v0.18.1
type ListInstancesResponseGetCountArgType = int64
type ListInstancesResponseGetCountAttributeType ¶ added in v0.18.1
type ListInstancesResponseGetCountAttributeType = *int64
isInteger
type ListInstancesResponseGetCountRetType ¶ added in v0.18.1
type ListInstancesResponseGetCountRetType = int64
type ListInstancesResponseGetItemsArgType ¶ added in v0.18.1
type ListInstancesResponseGetItemsArgType = []InstanceListInstance
type ListInstancesResponseGetItemsAttributeType ¶ added in v0.18.1
type ListInstancesResponseGetItemsAttributeType = *[]InstanceListInstance
isArray
type ListInstancesResponseGetItemsRetType ¶ added in v0.18.1
type ListInstancesResponseGetItemsRetType = []InstanceListInstance
type ListMetricsResponse ¶
type ListMetricsResponse struct {
Hosts ListMetricsResponseGetHostsAttributeType `json:"hosts,omitempty"`
}
ListMetricsResponse struct for ListMetricsResponse
func NewListMetricsResponse ¶ added in v0.16.0
func NewListMetricsResponse() *ListMetricsResponse
NewListMetricsResponse instantiates a new ListMetricsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListMetricsResponseWithDefaults ¶ added in v0.16.0
func NewListMetricsResponseWithDefaults() *ListMetricsResponse
NewListMetricsResponseWithDefaults instantiates a new ListMetricsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListMetricsResponse) GetHosts ¶ added in v0.16.0
func (o *ListMetricsResponse) GetHosts() (res ListMetricsResponseGetHostsRetType)
GetHosts returns the Hosts field value if set, zero value otherwise.
func (*ListMetricsResponse) GetHostsOk ¶ added in v0.16.0
func (o *ListMetricsResponse) GetHostsOk() (ret ListMetricsResponseGetHostsRetType, ok bool)
GetHostsOk returns a tuple with the Hosts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListMetricsResponse) HasHosts ¶ added in v0.16.0
func (o *ListMetricsResponse) HasHosts() bool
HasHosts returns a boolean if a field has been set.
func (*ListMetricsResponse) SetHosts ¶ added in v0.16.0
func (o *ListMetricsResponse) SetHosts(v ListMetricsResponseGetHostsRetType)
SetHosts gets a reference to the given []Host and assigns it to the Hosts field.
func (ListMetricsResponse) ToMap ¶ added in v0.16.0
func (o ListMetricsResponse) ToMap() (map[string]interface{}, error)
type ListMetricsResponseGetHostsArgType ¶ added in v0.18.1
type ListMetricsResponseGetHostsArgType = []Host
type ListMetricsResponseGetHostsAttributeType ¶ added in v0.18.1
type ListMetricsResponseGetHostsAttributeType = *[]Host
isArray
type ListMetricsResponseGetHostsRetType ¶ added in v0.18.1
type ListMetricsResponseGetHostsRetType = []Host
type ListRestoreJobsResponse ¶
type ListRestoreJobsResponse struct {
Items ListRestoreJobsResponseGetItemsAttributeType `json:"items,omitempty"`
}
ListRestoreJobsResponse struct for ListRestoreJobsResponse
func NewListRestoreJobsResponse ¶ added in v0.16.0
func NewListRestoreJobsResponse() *ListRestoreJobsResponse
NewListRestoreJobsResponse instantiates a new ListRestoreJobsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListRestoreJobsResponseWithDefaults ¶ added in v0.16.0
func NewListRestoreJobsResponseWithDefaults() *ListRestoreJobsResponse
NewListRestoreJobsResponseWithDefaults instantiates a new ListRestoreJobsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListRestoreJobsResponse) GetItems ¶ added in v0.16.0
func (o *ListRestoreJobsResponse) GetItems() (res ListRestoreJobsResponseGetItemsRetType)
GetItems returns the Items field value if set, zero value otherwise.
func (*ListRestoreJobsResponse) GetItemsOk ¶ added in v0.16.0
func (o *ListRestoreJobsResponse) GetItemsOk() (ret ListRestoreJobsResponseGetItemsRetType, ok bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListRestoreJobsResponse) HasItems ¶ added in v0.16.0
func (o *ListRestoreJobsResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListRestoreJobsResponse) SetItems ¶ added in v0.16.0
func (o *ListRestoreJobsResponse) SetItems(v ListRestoreJobsResponseGetItemsRetType)
SetItems gets a reference to the given []RestoreInstanceStatus and assigns it to the Items field.
func (ListRestoreJobsResponse) ToMap ¶ added in v0.16.0
func (o ListRestoreJobsResponse) ToMap() (map[string]interface{}, error)
type ListRestoreJobsResponseGetItemsArgType ¶ added in v0.18.1
type ListRestoreJobsResponseGetItemsArgType = []RestoreInstanceStatus
type ListRestoreJobsResponseGetItemsAttributeType ¶ added in v0.18.1
type ListRestoreJobsResponseGetItemsAttributeType = *[]RestoreInstanceStatus
isArray
type ListRestoreJobsResponseGetItemsRetType ¶ added in v0.18.1
type ListRestoreJobsResponseGetItemsRetType = []RestoreInstanceStatus
type ListStoragesResponse ¶
type ListStoragesResponse struct { StorageClasses ListStoragesResponseGetStorageClassesAttributeType `json:"storageClasses,omitempty"` StorageRange ListStoragesResponseGetStorageRangeAttributeType `json:"storageRange,omitempty"` }
ListStoragesResponse struct for ListStoragesResponse
func NewListStoragesResponse ¶ added in v0.16.0
func NewListStoragesResponse() *ListStoragesResponse
NewListStoragesResponse instantiates a new ListStoragesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListStoragesResponseWithDefaults ¶ added in v0.16.0
func NewListStoragesResponseWithDefaults() *ListStoragesResponse
NewListStoragesResponseWithDefaults instantiates a new ListStoragesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListStoragesResponse) GetStorageClasses ¶ added in v0.16.0
func (o *ListStoragesResponse) GetStorageClasses() (res ListStoragesResponseGetStorageClassesRetType)
GetStorageClasses returns the StorageClasses field value if set, zero value otherwise.
func (*ListStoragesResponse) GetStorageClassesOk ¶ added in v0.16.0
func (o *ListStoragesResponse) GetStorageClassesOk() (ret ListStoragesResponseGetStorageClassesRetType, ok bool)
GetStorageClassesOk returns a tuple with the StorageClasses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListStoragesResponse) GetStorageRange ¶ added in v0.16.0
func (o *ListStoragesResponse) GetStorageRange() (res ListStoragesResponseGetStorageRangeRetType)
GetStorageRange returns the StorageRange field value if set, zero value otherwise.
func (*ListStoragesResponse) GetStorageRangeOk ¶ added in v0.16.0
func (o *ListStoragesResponse) GetStorageRangeOk() (ret ListStoragesResponseGetStorageRangeRetType, ok bool)
GetStorageRangeOk returns a tuple with the StorageRange field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListStoragesResponse) HasStorageClasses ¶ added in v0.16.0
func (o *ListStoragesResponse) HasStorageClasses() bool
HasStorageClasses returns a boolean if a field has been set.
func (*ListStoragesResponse) HasStorageRange ¶ added in v0.16.0
func (o *ListStoragesResponse) HasStorageRange() bool
HasStorageRange returns a boolean if a field has been set.
func (*ListStoragesResponse) SetStorageClasses ¶ added in v0.16.0
func (o *ListStoragesResponse) SetStorageClasses(v ListStoragesResponseGetStorageClassesRetType)
SetStorageClasses gets a reference to the given []string and assigns it to the StorageClasses field.
func (*ListStoragesResponse) SetStorageRange ¶ added in v0.16.0
func (o *ListStoragesResponse) SetStorageRange(v ListStoragesResponseGetStorageRangeRetType)
SetStorageRange gets a reference to the given StorageRange and assigns it to the StorageRange field.
func (ListStoragesResponse) ToMap ¶ added in v0.16.0
func (o ListStoragesResponse) ToMap() (map[string]interface{}, error)
type ListStoragesResponseGetStorageClassesArgType ¶ added in v0.18.1
type ListStoragesResponseGetStorageClassesArgType = []string
type ListStoragesResponseGetStorageClassesAttributeType ¶ added in v0.18.1
type ListStoragesResponseGetStorageClassesAttributeType = *[]string
isArray
type ListStoragesResponseGetStorageClassesRetType ¶ added in v0.18.1
type ListStoragesResponseGetStorageClassesRetType = []string
type ListStoragesResponseGetStorageRangeArgType ¶ added in v0.18.1
type ListStoragesResponseGetStorageRangeArgType = StorageRange
type ListStoragesResponseGetStorageRangeAttributeType ¶ added in v0.18.1
type ListStoragesResponseGetStorageRangeAttributeType = *StorageRange
isModel
type ListStoragesResponseGetStorageRangeRetType ¶ added in v0.18.1
type ListStoragesResponseGetStorageRangeRetType = StorageRange
type ListUser ¶
type ListUser struct { Id ListUserGetIdAttributeType `json:"id,omitempty"` Username ListUserGetUsernameAttributeType `json:"username,omitempty"` }
ListUser struct for ListUser
func NewListUser ¶ added in v0.16.0
func NewListUser() *ListUser
NewListUser instantiates a new ListUser object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListUserWithDefaults ¶ added in v0.16.0
func NewListUserWithDefaults() *ListUser
NewListUserWithDefaults instantiates a new ListUser object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListUser) GetId ¶ added in v0.16.0
func (o *ListUser) GetId() (res ListUserGetIdRetType)
GetId returns the Id field value if set, zero value otherwise.
func (*ListUser) GetIdOk ¶ added in v0.16.0
func (o *ListUser) GetIdOk() (ret ListUserGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListUser) GetUsername ¶ added in v0.16.0
func (o *ListUser) GetUsername() (res ListUserGetUsernameRetType)
GetUsername returns the Username field value if set, zero value otherwise.
func (*ListUser) GetUsernameOk ¶ added in v0.16.0
func (o *ListUser) GetUsernameOk() (ret ListUserGetUsernameRetType, ok bool)
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListUser) HasUsername ¶ added in v0.16.0
HasUsername returns a boolean if a field has been set.
func (*ListUser) SetId ¶ added in v0.16.0
func (o *ListUser) SetId(v ListUserGetIdRetType)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ListUser) SetUsername ¶ added in v0.16.0
func (o *ListUser) SetUsername(v ListUserGetUsernameRetType)
SetUsername gets a reference to the given string and assigns it to the Username field.
type ListUserGetIdArgType ¶ added in v0.18.1
type ListUserGetIdArgType = string
type ListUserGetIdAttributeType ¶ added in v0.18.1
type ListUserGetIdAttributeType = *string
isNotNullableString
type ListUserGetIdRetType ¶ added in v0.18.1
type ListUserGetIdRetType = string
type ListUserGetUsernameArgType ¶ added in v0.18.1
type ListUserGetUsernameArgType = string
type ListUserGetUsernameAttributeType ¶ added in v0.18.1
type ListUserGetUsernameAttributeType = *string
isNotNullableString
type ListUserGetUsernameRetType ¶ added in v0.18.1
type ListUserGetUsernameRetType = string
type ListUsersResponse ¶
type ListUsersResponse struct { Count ListUsersResponseGetCountAttributeType `json:"count,omitempty"` Items ListUsersResponseGetItemsAttributeType `json:"items,omitempty"` }
ListUsersResponse struct for ListUsersResponse
func NewListUsersResponse ¶ added in v0.16.0
func NewListUsersResponse() *ListUsersResponse
NewListUsersResponse instantiates a new ListUsersResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListUsersResponseWithDefaults ¶ added in v0.16.0
func NewListUsersResponseWithDefaults() *ListUsersResponse
NewListUsersResponseWithDefaults instantiates a new ListUsersResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListUsersResponse) GetCount ¶ added in v0.16.0
func (o *ListUsersResponse) GetCount() (res ListUsersResponseGetCountRetType)
GetCount returns the Count field value if set, zero value otherwise.
func (*ListUsersResponse) GetCountOk ¶ added in v0.16.0
func (o *ListUsersResponse) GetCountOk() (ret ListUsersResponseGetCountRetType, ok bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListUsersResponse) GetItems ¶ added in v0.16.0
func (o *ListUsersResponse) GetItems() (res ListUsersResponseGetItemsRetType)
GetItems returns the Items field value if set, zero value otherwise.
func (*ListUsersResponse) GetItemsOk ¶ added in v0.16.0
func (o *ListUsersResponse) GetItemsOk() (ret ListUsersResponseGetItemsRetType, ok bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListUsersResponse) HasCount ¶ added in v0.16.0
func (o *ListUsersResponse) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*ListUsersResponse) HasItems ¶ added in v0.16.0
func (o *ListUsersResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListUsersResponse) SetCount ¶ added in v0.16.0
func (o *ListUsersResponse) SetCount(v ListUsersResponseGetCountRetType)
SetCount gets a reference to the given int64 and assigns it to the Count field.
func (*ListUsersResponse) SetItems ¶ added in v0.16.0
func (o *ListUsersResponse) SetItems(v ListUsersResponseGetItemsRetType)
SetItems gets a reference to the given []ListUser and assigns it to the Items field.
func (ListUsersResponse) ToMap ¶ added in v0.16.0
func (o ListUsersResponse) ToMap() (map[string]interface{}, error)
type ListUsersResponseGetCountArgType ¶ added in v0.18.1
type ListUsersResponseGetCountArgType = int64
type ListUsersResponseGetCountAttributeType ¶ added in v0.18.1
type ListUsersResponseGetCountAttributeType = *int64
isInteger
type ListUsersResponseGetCountRetType ¶ added in v0.18.1
type ListUsersResponseGetCountRetType = int64
type ListUsersResponseGetItemsArgType ¶ added in v0.18.1
type ListUsersResponseGetItemsArgType = []ListUser
type ListUsersResponseGetItemsAttributeType ¶ added in v0.18.1
type ListUsersResponseGetItemsAttributeType = *[]ListUser
isArray
type ListUsersResponseGetItemsRetType ¶ added in v0.18.1
type ListUsersResponseGetItemsRetType = []ListUser
type ListVersionsResponse ¶
type ListVersionsResponse struct {
Versions ListVersionsResponseGetVersionsAttributeType `json:"versions,omitempty"`
}
ListVersionsResponse struct for ListVersionsResponse
func NewListVersionsResponse ¶ added in v0.16.0
func NewListVersionsResponse() *ListVersionsResponse
NewListVersionsResponse instantiates a new ListVersionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListVersionsResponseWithDefaults ¶ added in v0.16.0
func NewListVersionsResponseWithDefaults() *ListVersionsResponse
NewListVersionsResponseWithDefaults instantiates a new ListVersionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListVersionsResponse) GetVersions ¶ added in v0.16.0
func (o *ListVersionsResponse) GetVersions() (res ListVersionsResponseGetVersionsRetType)
GetVersions returns the Versions field value if set, zero value otherwise.
func (*ListVersionsResponse) GetVersionsOk ¶ added in v0.16.0
func (o *ListVersionsResponse) GetVersionsOk() (ret ListVersionsResponseGetVersionsRetType, ok bool)
GetVersionsOk returns a tuple with the Versions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListVersionsResponse) HasVersions ¶ added in v0.16.0
func (o *ListVersionsResponse) HasVersions() bool
HasVersions returns a boolean if a field has been set.
func (*ListVersionsResponse) SetVersions ¶ added in v0.16.0
func (o *ListVersionsResponse) SetVersions(v ListVersionsResponseGetVersionsRetType)
SetVersions gets a reference to the given []string and assigns it to the Versions field.
func (ListVersionsResponse) ToMap ¶ added in v0.16.0
func (o ListVersionsResponse) ToMap() (map[string]interface{}, error)
type ListVersionsResponseGetVersionsArgType ¶ added in v0.18.1
type ListVersionsResponseGetVersionsArgType = []string
type ListVersionsResponseGetVersionsAttributeType ¶ added in v0.18.1
type ListVersionsResponseGetVersionsAttributeType = *[]string
isArray
type ListVersionsResponseGetVersionsRetType ¶ added in v0.18.1
type ListVersionsResponseGetVersionsRetType = []string
type MappedNullable ¶
type MongodbatlasOperation ¶ added in v0.15.0
type MongodbatlasOperation struct { // Documents containing the search criteria used by the query. Predicates MongodbatlasOperationGetPredicatesAttributeType `json:"predicates,omitempty"` // Raw log line produced by the query. Raw MongodbatlasOperationGetRawAttributeType `json:"raw,omitempty"` Stats MongodbatlasOperationGetStatsAttributeType `json:"stats,omitempty"` }
MongodbatlasOperation struct for MongodbatlasOperation
func NewMongodbatlasOperation ¶ added in v0.16.0
func NewMongodbatlasOperation() *MongodbatlasOperation
NewMongodbatlasOperation instantiates a new MongodbatlasOperation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMongodbatlasOperationWithDefaults ¶ added in v0.16.0
func NewMongodbatlasOperationWithDefaults() *MongodbatlasOperation
NewMongodbatlasOperationWithDefaults instantiates a new MongodbatlasOperation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MongodbatlasOperation) GetPredicates ¶ added in v0.16.0
func (o *MongodbatlasOperation) GetPredicates() (res MongodbatlasOperationGetPredicatesRetType)
GetPredicates returns the Predicates field value if set, zero value otherwise.
func (*MongodbatlasOperation) GetPredicatesOk ¶ added in v0.16.0
func (o *MongodbatlasOperation) GetPredicatesOk() (ret MongodbatlasOperationGetPredicatesRetType, ok bool)
GetPredicatesOk returns a tuple with the Predicates field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MongodbatlasOperation) GetRaw ¶ added in v0.16.0
func (o *MongodbatlasOperation) GetRaw() (res MongodbatlasOperationGetRawRetType)
GetRaw returns the Raw field value if set, zero value otherwise.
func (*MongodbatlasOperation) GetRawOk ¶ added in v0.16.0
func (o *MongodbatlasOperation) GetRawOk() (ret MongodbatlasOperationGetRawRetType, ok bool)
GetRawOk returns a tuple with the Raw field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MongodbatlasOperation) GetStats ¶ added in v0.16.0
func (o *MongodbatlasOperation) GetStats() (res MongodbatlasOperationGetStatsRetType)
GetStats returns the Stats field value if set, zero value otherwise.
func (*MongodbatlasOperation) GetStatsOk ¶ added in v0.16.0
func (o *MongodbatlasOperation) GetStatsOk() (ret MongodbatlasOperationGetStatsRetType, ok bool)
GetStatsOk returns a tuple with the Stats field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MongodbatlasOperation) HasPredicates ¶ added in v0.16.0
func (o *MongodbatlasOperation) HasPredicates() bool
HasPredicates returns a boolean if a field has been set.
func (*MongodbatlasOperation) HasRaw ¶ added in v0.16.0
func (o *MongodbatlasOperation) HasRaw() bool
HasRaw returns a boolean if a field has been set.
func (*MongodbatlasOperation) HasStats ¶ added in v0.16.0
func (o *MongodbatlasOperation) HasStats() bool
HasStats returns a boolean if a field has been set.
func (*MongodbatlasOperation) SetPredicates ¶ added in v0.16.0
func (o *MongodbatlasOperation) SetPredicates(v MongodbatlasOperationGetPredicatesRetType)
SetPredicates gets a reference to the given []map[string]interface{} and assigns it to the Predicates field.
func (*MongodbatlasOperation) SetRaw ¶ added in v0.16.0
func (o *MongodbatlasOperation) SetRaw(v MongodbatlasOperationGetRawRetType)
SetRaw gets a reference to the given string and assigns it to the Raw field.
func (*MongodbatlasOperation) SetStats ¶ added in v0.16.0
func (o *MongodbatlasOperation) SetStats(v MongodbatlasOperationGetStatsRetType)
SetStats gets a reference to the given MongodbatlasOperationStats and assigns it to the Stats field.
func (MongodbatlasOperation) ToMap ¶ added in v0.16.0
func (o MongodbatlasOperation) ToMap() (map[string]interface{}, error)
type MongodbatlasOperationGetPredicatesArgType ¶ added in v0.18.1
type MongodbatlasOperationGetPredicatesArgType = []map[string]interface{}
type MongodbatlasOperationGetPredicatesAttributeType ¶ added in v0.18.1
type MongodbatlasOperationGetPredicatesAttributeType = *[]map[string]interface{}
isArray
type MongodbatlasOperationGetPredicatesRetType ¶ added in v0.18.1
type MongodbatlasOperationGetPredicatesRetType = []map[string]interface{}
type MongodbatlasOperationGetRawArgType ¶ added in v0.18.1
type MongodbatlasOperationGetRawArgType = string
type MongodbatlasOperationGetRawAttributeType ¶ added in v0.18.1
type MongodbatlasOperationGetRawAttributeType = *string
isNotNullableString
type MongodbatlasOperationGetRawRetType ¶ added in v0.18.1
type MongodbatlasOperationGetRawRetType = string
type MongodbatlasOperationGetStatsArgType ¶ added in v0.18.1
type MongodbatlasOperationGetStatsArgType = MongodbatlasOperationStats
type MongodbatlasOperationGetStatsAttributeType ¶ added in v0.18.1
type MongodbatlasOperationGetStatsAttributeType = *MongodbatlasOperationStats
isModel
type MongodbatlasOperationGetStatsRetType ¶ added in v0.18.1
type MongodbatlasOperationGetStatsRetType = MongodbatlasOperationStats
type MongodbatlasOperationStats ¶ added in v0.15.0
type MongodbatlasOperationStats struct { // Duration in milliseconds of the query. Ms MongodbatlasOperationStatsGetMsAttributeType `json:"ms,omitempty"` // Number of results returned by the query. NReturned MongodbatlasOperationStatsGetNReturnedAttributeType `json:"nReturned,omitempty"` // Number of documents read by the query. NScanned MongodbatlasOperationStatsGetNScannedAttributeType `json:"nScanned,omitempty"` // Query timestamp, in seconds since epoch. Ts MongodbatlasOperationStatsGetTsAttributeType `json:"ts,omitempty"` }
MongodbatlasOperationStats Query statistics.
func NewMongodbatlasOperationStats ¶ added in v0.16.0
func NewMongodbatlasOperationStats() *MongodbatlasOperationStats
NewMongodbatlasOperationStats instantiates a new MongodbatlasOperationStats object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMongodbatlasOperationStatsWithDefaults ¶ added in v0.16.0
func NewMongodbatlasOperationStatsWithDefaults() *MongodbatlasOperationStats
NewMongodbatlasOperationStatsWithDefaults instantiates a new MongodbatlasOperationStats object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MongodbatlasOperationStats) GetMs ¶ added in v0.16.0
func (o *MongodbatlasOperationStats) GetMs() (res MongodbatlasOperationStatsGetMsRetType)
GetMs returns the Ms field value if set, zero value otherwise.
func (*MongodbatlasOperationStats) GetMsOk ¶ added in v0.16.0
func (o *MongodbatlasOperationStats) GetMsOk() (ret MongodbatlasOperationStatsGetMsRetType, ok bool)
GetMsOk returns a tuple with the Ms field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MongodbatlasOperationStats) GetNReturned ¶ added in v0.16.0
func (o *MongodbatlasOperationStats) GetNReturned() (res MongodbatlasOperationStatsGetNReturnedRetType)
GetNReturned returns the NReturned field value if set, zero value otherwise.
func (*MongodbatlasOperationStats) GetNReturnedOk ¶ added in v0.16.0
func (o *MongodbatlasOperationStats) GetNReturnedOk() (ret MongodbatlasOperationStatsGetNReturnedRetType, ok bool)
GetNReturnedOk returns a tuple with the NReturned field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MongodbatlasOperationStats) GetNScanned ¶ added in v0.16.0
func (o *MongodbatlasOperationStats) GetNScanned() (res MongodbatlasOperationStatsGetNScannedRetType)
GetNScanned returns the NScanned field value if set, zero value otherwise.
func (*MongodbatlasOperationStats) GetNScannedOk ¶ added in v0.16.0
func (o *MongodbatlasOperationStats) GetNScannedOk() (ret MongodbatlasOperationStatsGetNScannedRetType, ok bool)
GetNScannedOk returns a tuple with the NScanned field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MongodbatlasOperationStats) GetTs ¶ added in v0.16.0
func (o *MongodbatlasOperationStats) GetTs() (res MongodbatlasOperationStatsGetTsRetType)
GetTs returns the Ts field value if set, zero value otherwise.
func (*MongodbatlasOperationStats) GetTsOk ¶ added in v0.16.0
func (o *MongodbatlasOperationStats) GetTsOk() (ret MongodbatlasOperationStatsGetTsRetType, ok bool)
GetTsOk returns a tuple with the Ts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MongodbatlasOperationStats) HasMs ¶ added in v0.16.0
func (o *MongodbatlasOperationStats) HasMs() bool
HasMs returns a boolean if a field has been set.
func (*MongodbatlasOperationStats) HasNReturned ¶ added in v0.16.0
func (o *MongodbatlasOperationStats) HasNReturned() bool
HasNReturned returns a boolean if a field has been set.
func (*MongodbatlasOperationStats) HasNScanned ¶ added in v0.16.0
func (o *MongodbatlasOperationStats) HasNScanned() bool
HasNScanned returns a boolean if a field has been set.
func (*MongodbatlasOperationStats) HasTs ¶ added in v0.16.0
func (o *MongodbatlasOperationStats) HasTs() bool
HasTs returns a boolean if a field has been set.
func (*MongodbatlasOperationStats) SetMs ¶ added in v0.16.0
func (o *MongodbatlasOperationStats) SetMs(v MongodbatlasOperationStatsGetMsRetType)
SetMs gets a reference to the given float64 and assigns it to the Ms field.
func (*MongodbatlasOperationStats) SetNReturned ¶ added in v0.16.0
func (o *MongodbatlasOperationStats) SetNReturned(v MongodbatlasOperationStatsGetNReturnedRetType)
SetNReturned gets a reference to the given int64 and assigns it to the NReturned field.
func (*MongodbatlasOperationStats) SetNScanned ¶ added in v0.16.0
func (o *MongodbatlasOperationStats) SetNScanned(v MongodbatlasOperationStatsGetNScannedRetType)
SetNScanned gets a reference to the given int64 and assigns it to the NScanned field.
func (*MongodbatlasOperationStats) SetTs ¶ added in v0.16.0
func (o *MongodbatlasOperationStats) SetTs(v MongodbatlasOperationStatsGetTsRetType)
SetTs gets a reference to the given int64 and assigns it to the Ts field.
func (MongodbatlasOperationStats) ToMap ¶ added in v0.16.0
func (o MongodbatlasOperationStats) ToMap() (map[string]interface{}, error)
type MongodbatlasOperationStatsGetMsArgType ¶ added in v0.18.1
type MongodbatlasOperationStatsGetMsArgType = float64
type MongodbatlasOperationStatsGetMsAttributeType ¶ added in v0.18.1
type MongodbatlasOperationStatsGetMsAttributeType = *float64
isNumber
type MongodbatlasOperationStatsGetMsRetType ¶ added in v0.18.1
type MongodbatlasOperationStatsGetMsRetType = float64
type MongodbatlasOperationStatsGetNReturnedArgType ¶ added in v0.18.1
type MongodbatlasOperationStatsGetNReturnedArgType = int64
type MongodbatlasOperationStatsGetNReturnedAttributeType ¶ added in v0.18.1
type MongodbatlasOperationStatsGetNReturnedAttributeType = *int64
isInteger
type MongodbatlasOperationStatsGetNReturnedRetType ¶ added in v0.18.1
type MongodbatlasOperationStatsGetNReturnedRetType = int64
type MongodbatlasOperationStatsGetNScannedArgType ¶ added in v0.18.1
type MongodbatlasOperationStatsGetNScannedArgType = int64
type MongodbatlasOperationStatsGetNScannedAttributeType ¶ added in v0.18.1
type MongodbatlasOperationStatsGetNScannedAttributeType = *int64
isInteger
type MongodbatlasOperationStatsGetNScannedRetType ¶ added in v0.18.1
type MongodbatlasOperationStatsGetNScannedRetType = int64
type MongodbatlasOperationStatsGetTsArgType ¶ added in v0.18.1
type MongodbatlasOperationStatsGetTsArgType = int64
type MongodbatlasOperationStatsGetTsAttributeType ¶ added in v0.18.1
type MongodbatlasOperationStatsGetTsAttributeType = *int64
isInteger
type MongodbatlasOperationStatsGetTsRetType ¶ added in v0.18.1
type MongodbatlasOperationStatsGetTsRetType = int64
type MongodbatlasStats ¶ added in v0.15.0
type MongodbatlasStats struct { // Duration in milliseconds of the query. Ms MongodbatlasStatsGetMsAttributeType `json:"ms,omitempty"` // Number of results returned by the query. NReturned MongodbatlasStatsGetNReturnedAttributeType `json:"nReturned,omitempty"` // Number of documents read by the query. NScanned MongodbatlasStatsGetNScannedAttributeType `json:"nScanned,omitempty"` // Query timestamp, in seconds since epoch. Ts MongodbatlasStatsGetTsAttributeType `json:"ts,omitempty"` }
MongodbatlasStats struct for MongodbatlasStats
func NewMongodbatlasStats ¶ added in v0.16.0
func NewMongodbatlasStats() *MongodbatlasStats
NewMongodbatlasStats instantiates a new MongodbatlasStats object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMongodbatlasStatsWithDefaults ¶ added in v0.16.0
func NewMongodbatlasStatsWithDefaults() *MongodbatlasStats
NewMongodbatlasStatsWithDefaults instantiates a new MongodbatlasStats object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MongodbatlasStats) GetMs ¶ added in v0.16.0
func (o *MongodbatlasStats) GetMs() (res MongodbatlasStatsGetMsRetType)
GetMs returns the Ms field value if set, zero value otherwise.
func (*MongodbatlasStats) GetMsOk ¶ added in v0.16.0
func (o *MongodbatlasStats) GetMsOk() (ret MongodbatlasStatsGetMsRetType, ok bool)
GetMsOk returns a tuple with the Ms field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MongodbatlasStats) GetNReturned ¶ added in v0.16.0
func (o *MongodbatlasStats) GetNReturned() (res MongodbatlasStatsGetNReturnedRetType)
GetNReturned returns the NReturned field value if set, zero value otherwise.
func (*MongodbatlasStats) GetNReturnedOk ¶ added in v0.16.0
func (o *MongodbatlasStats) GetNReturnedOk() (ret MongodbatlasStatsGetNReturnedRetType, ok bool)
GetNReturnedOk returns a tuple with the NReturned field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MongodbatlasStats) GetNScanned ¶ added in v0.16.0
func (o *MongodbatlasStats) GetNScanned() (res MongodbatlasStatsGetNScannedRetType)
GetNScanned returns the NScanned field value if set, zero value otherwise.
func (*MongodbatlasStats) GetNScannedOk ¶ added in v0.16.0
func (o *MongodbatlasStats) GetNScannedOk() (ret MongodbatlasStatsGetNScannedRetType, ok bool)
GetNScannedOk returns a tuple with the NScanned field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MongodbatlasStats) GetTs ¶ added in v0.16.0
func (o *MongodbatlasStats) GetTs() (res MongodbatlasStatsGetTsRetType)
GetTs returns the Ts field value if set, zero value otherwise.
func (*MongodbatlasStats) GetTsOk ¶ added in v0.16.0
func (o *MongodbatlasStats) GetTsOk() (ret MongodbatlasStatsGetTsRetType, ok bool)
GetTsOk returns a tuple with the Ts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MongodbatlasStats) HasMs ¶ added in v0.16.0
func (o *MongodbatlasStats) HasMs() bool
HasMs returns a boolean if a field has been set.
func (*MongodbatlasStats) HasNReturned ¶ added in v0.16.0
func (o *MongodbatlasStats) HasNReturned() bool
HasNReturned returns a boolean if a field has been set.
func (*MongodbatlasStats) HasNScanned ¶ added in v0.16.0
func (o *MongodbatlasStats) HasNScanned() bool
HasNScanned returns a boolean if a field has been set.
func (*MongodbatlasStats) HasTs ¶ added in v0.16.0
func (o *MongodbatlasStats) HasTs() bool
HasTs returns a boolean if a field has been set.
func (*MongodbatlasStats) SetMs ¶ added in v0.16.0
func (o *MongodbatlasStats) SetMs(v MongodbatlasStatsGetMsRetType)
SetMs gets a reference to the given float64 and assigns it to the Ms field.
func (*MongodbatlasStats) SetNReturned ¶ added in v0.16.0
func (o *MongodbatlasStats) SetNReturned(v MongodbatlasStatsGetNReturnedRetType)
SetNReturned gets a reference to the given int64 and assigns it to the NReturned field.
func (*MongodbatlasStats) SetNScanned ¶ added in v0.16.0
func (o *MongodbatlasStats) SetNScanned(v MongodbatlasStatsGetNScannedRetType)
SetNScanned gets a reference to the given int64 and assigns it to the NScanned field.
func (*MongodbatlasStats) SetTs ¶ added in v0.16.0
func (o *MongodbatlasStats) SetTs(v MongodbatlasStatsGetTsRetType)
SetTs gets a reference to the given int64 and assigns it to the Ts field.
func (MongodbatlasStats) ToMap ¶ added in v0.16.0
func (o MongodbatlasStats) ToMap() (map[string]interface{}, error)
type MongodbatlasStatsGetMsArgType ¶ added in v0.18.1
type MongodbatlasStatsGetMsArgType = float64
type MongodbatlasStatsGetMsAttributeType ¶ added in v0.18.1
type MongodbatlasStatsGetMsAttributeType = *float64
isNumber
type MongodbatlasStatsGetMsRetType ¶ added in v0.18.1
type MongodbatlasStatsGetMsRetType = float64
type MongodbatlasStatsGetNReturnedArgType ¶ added in v0.18.1
type MongodbatlasStatsGetNReturnedArgType = int64
type MongodbatlasStatsGetNReturnedAttributeType ¶ added in v0.18.1
type MongodbatlasStatsGetNReturnedAttributeType = *int64
isInteger
type MongodbatlasStatsGetNReturnedRetType ¶ added in v0.18.1
type MongodbatlasStatsGetNReturnedRetType = int64
type MongodbatlasStatsGetNScannedArgType ¶ added in v0.18.1
type MongodbatlasStatsGetNScannedArgType = int64
type MongodbatlasStatsGetNScannedAttributeType ¶ added in v0.18.1
type MongodbatlasStatsGetNScannedAttributeType = *int64
isInteger
type MongodbatlasStatsGetNScannedRetType ¶ added in v0.18.1
type MongodbatlasStatsGetNScannedRetType = int64
type MongodbatlasStatsGetTsArgType ¶ added in v0.18.1
type MongodbatlasStatsGetTsArgType = int64
type MongodbatlasStatsGetTsAttributeType ¶ added in v0.18.1
type MongodbatlasStatsGetTsAttributeType = *int64
isInteger
type MongodbatlasStatsGetTsRetType ¶ added in v0.18.1
type MongodbatlasStatsGetTsRetType = int64
type NullableACL ¶ added in v0.16.0
type NullableACL struct {
// contains filtered or unexported fields
}
func NewNullableACL ¶ added in v0.16.0
func NewNullableACL(val *ACL) *NullableACL
func (NullableACL) Get ¶ added in v0.16.0
func (v NullableACL) Get() *ACL
func (NullableACL) IsSet ¶ added in v0.16.0
func (v NullableACL) IsSet() bool
func (NullableACL) MarshalJSON ¶ added in v0.16.0
func (v NullableACL) MarshalJSON() ([]byte, error)
func (*NullableACL) Set ¶ added in v0.16.0
func (v *NullableACL) Set(val *ACL)
func (*NullableACL) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableACL) UnmarshalJSON(src []byte) error
func (*NullableACL) Unset ¶ added in v0.16.0
func (v *NullableACL) Unset()
type NullableBackup ¶ added in v0.16.0
type NullableBackup struct {
// contains filtered or unexported fields
}
func NewNullableBackup ¶ added in v0.16.0
func NewNullableBackup(val *Backup) *NullableBackup
func (NullableBackup) Get ¶ added in v0.16.0
func (v NullableBackup) Get() *Backup
func (NullableBackup) IsSet ¶ added in v0.16.0
func (v NullableBackup) IsSet() bool
func (NullableBackup) MarshalJSON ¶ added in v0.16.0
func (v NullableBackup) MarshalJSON() ([]byte, error)
func (*NullableBackup) Set ¶ added in v0.16.0
func (v *NullableBackup) Set(val *Backup)
func (*NullableBackup) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableBackup) UnmarshalJSON(src []byte) error
func (*NullableBackup) Unset ¶ added in v0.16.0
func (v *NullableBackup) Unset()
type NullableBackupSchedule ¶ added in v0.16.0
type NullableBackupSchedule struct {
// contains filtered or unexported fields
}
func NewNullableBackupSchedule ¶ added in v0.16.0
func NewNullableBackupSchedule(val *BackupSchedule) *NullableBackupSchedule
func (NullableBackupSchedule) Get ¶ added in v0.16.0
func (v NullableBackupSchedule) Get() *BackupSchedule
func (NullableBackupSchedule) IsSet ¶ added in v0.16.0
func (v NullableBackupSchedule) IsSet() bool
func (NullableBackupSchedule) MarshalJSON ¶ added in v0.16.0
func (v NullableBackupSchedule) MarshalJSON() ([]byte, error)
func (*NullableBackupSchedule) Set ¶ added in v0.16.0
func (v *NullableBackupSchedule) Set(val *BackupSchedule)
func (*NullableBackupSchedule) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableBackupSchedule) UnmarshalJSON(src []byte) error
func (*NullableBackupSchedule) Unset ¶ added in v0.16.0
func (v *NullableBackupSchedule) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableCloneInstancePayload ¶ added in v0.16.0
type NullableCloneInstancePayload struct {
// contains filtered or unexported fields
}
func NewNullableCloneInstancePayload ¶ added in v0.16.0
func NewNullableCloneInstancePayload(val *CloneInstancePayload) *NullableCloneInstancePayload
func (NullableCloneInstancePayload) Get ¶ added in v0.16.0
func (v NullableCloneInstancePayload) Get() *CloneInstancePayload
func (NullableCloneInstancePayload) IsSet ¶ added in v0.16.0
func (v NullableCloneInstancePayload) IsSet() bool
func (NullableCloneInstancePayload) MarshalJSON ¶ added in v0.16.0
func (v NullableCloneInstancePayload) MarshalJSON() ([]byte, error)
func (*NullableCloneInstancePayload) Set ¶ added in v0.16.0
func (v *NullableCloneInstancePayload) Set(val *CloneInstancePayload)
func (*NullableCloneInstancePayload) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableCloneInstancePayload) UnmarshalJSON(src []byte) error
func (*NullableCloneInstancePayload) Unset ¶ added in v0.16.0
func (v *NullableCloneInstancePayload) Unset()
type NullableCloneInstanceResponse ¶ added in v0.16.0
type NullableCloneInstanceResponse struct {
// contains filtered or unexported fields
}
func NewNullableCloneInstanceResponse ¶ added in v0.16.0
func NewNullableCloneInstanceResponse(val *CloneInstanceResponse) *NullableCloneInstanceResponse
func (NullableCloneInstanceResponse) Get ¶ added in v0.16.0
func (v NullableCloneInstanceResponse) Get() *CloneInstanceResponse
func (NullableCloneInstanceResponse) IsSet ¶ added in v0.16.0
func (v NullableCloneInstanceResponse) IsSet() bool
func (NullableCloneInstanceResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableCloneInstanceResponse) MarshalJSON() ([]byte, error)
func (*NullableCloneInstanceResponse) Set ¶ added in v0.16.0
func (v *NullableCloneInstanceResponse) Set(val *CloneInstanceResponse)
func (*NullableCloneInstanceResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableCloneInstanceResponse) UnmarshalJSON(src []byte) error
func (*NullableCloneInstanceResponse) Unset ¶ added in v0.16.0
func (v *NullableCloneInstanceResponse) Unset()
type NullableCreateInstancePayload ¶ added in v0.16.0
type NullableCreateInstancePayload struct {
// contains filtered or unexported fields
}
func NewNullableCreateInstancePayload ¶ added in v0.16.0
func NewNullableCreateInstancePayload(val *CreateInstancePayload) *NullableCreateInstancePayload
func (NullableCreateInstancePayload) Get ¶ added in v0.16.0
func (v NullableCreateInstancePayload) Get() *CreateInstancePayload
func (NullableCreateInstancePayload) IsSet ¶ added in v0.16.0
func (v NullableCreateInstancePayload) IsSet() bool
func (NullableCreateInstancePayload) MarshalJSON ¶ added in v0.16.0
func (v NullableCreateInstancePayload) MarshalJSON() ([]byte, error)
func (*NullableCreateInstancePayload) Set ¶ added in v0.16.0
func (v *NullableCreateInstancePayload) Set(val *CreateInstancePayload)
func (*NullableCreateInstancePayload) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableCreateInstancePayload) UnmarshalJSON(src []byte) error
func (*NullableCreateInstancePayload) Unset ¶ added in v0.16.0
func (v *NullableCreateInstancePayload) Unset()
type NullableCreateInstanceResponse ¶ added in v0.16.0
type NullableCreateInstanceResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateInstanceResponse ¶ added in v0.16.0
func NewNullableCreateInstanceResponse(val *CreateInstanceResponse) *NullableCreateInstanceResponse
func (NullableCreateInstanceResponse) Get ¶ added in v0.16.0
func (v NullableCreateInstanceResponse) Get() *CreateInstanceResponse
func (NullableCreateInstanceResponse) IsSet ¶ added in v0.16.0
func (v NullableCreateInstanceResponse) IsSet() bool
func (NullableCreateInstanceResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableCreateInstanceResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateInstanceResponse) Set ¶ added in v0.16.0
func (v *NullableCreateInstanceResponse) Set(val *CreateInstanceResponse)
func (*NullableCreateInstanceResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableCreateInstanceResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateInstanceResponse) Unset ¶ added in v0.16.0
func (v *NullableCreateInstanceResponse) Unset()
type NullableCreateUserPayload ¶ added in v0.16.0
type NullableCreateUserPayload struct {
// contains filtered or unexported fields
}
func NewNullableCreateUserPayload ¶ added in v0.16.0
func NewNullableCreateUserPayload(val *CreateUserPayload) *NullableCreateUserPayload
func (NullableCreateUserPayload) Get ¶ added in v0.16.0
func (v NullableCreateUserPayload) Get() *CreateUserPayload
func (NullableCreateUserPayload) IsSet ¶ added in v0.16.0
func (v NullableCreateUserPayload) IsSet() bool
func (NullableCreateUserPayload) MarshalJSON ¶ added in v0.16.0
func (v NullableCreateUserPayload) MarshalJSON() ([]byte, error)
func (*NullableCreateUserPayload) Set ¶ added in v0.16.0
func (v *NullableCreateUserPayload) Set(val *CreateUserPayload)
func (*NullableCreateUserPayload) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableCreateUserPayload) UnmarshalJSON(src []byte) error
func (*NullableCreateUserPayload) Unset ¶ added in v0.16.0
func (v *NullableCreateUserPayload) Unset()
type NullableCreateUserResponse ¶ added in v0.16.0
type NullableCreateUserResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateUserResponse ¶ added in v0.16.0
func NewNullableCreateUserResponse(val *CreateUserResponse) *NullableCreateUserResponse
func (NullableCreateUserResponse) Get ¶ added in v0.16.0
func (v NullableCreateUserResponse) Get() *CreateUserResponse
func (NullableCreateUserResponse) IsSet ¶ added in v0.16.0
func (v NullableCreateUserResponse) IsSet() bool
func (NullableCreateUserResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableCreateUserResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateUserResponse) Set ¶ added in v0.16.0
func (v *NullableCreateUserResponse) Set(val *CreateUserResponse)
func (*NullableCreateUserResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableCreateUserResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateUserResponse) Unset ¶ added in v0.16.0
func (v *NullableCreateUserResponse) Unset()
type NullableDataPoint ¶ added in v0.16.0
type NullableDataPoint struct {
// contains filtered or unexported fields
}
func NewNullableDataPoint ¶ added in v0.16.0
func NewNullableDataPoint(val *DataPoint) *NullableDataPoint
func (NullableDataPoint) Get ¶ added in v0.16.0
func (v NullableDataPoint) Get() *DataPoint
func (NullableDataPoint) IsSet ¶ added in v0.16.0
func (v NullableDataPoint) IsSet() bool
func (NullableDataPoint) MarshalJSON ¶ added in v0.16.0
func (v NullableDataPoint) MarshalJSON() ([]byte, error)
func (*NullableDataPoint) Set ¶ added in v0.16.0
func (v *NullableDataPoint) Set(val *DataPoint)
func (*NullableDataPoint) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableDataPoint) UnmarshalJSON(src []byte) error
func (*NullableDataPoint) Unset ¶ added in v0.16.0
func (v *NullableDataPoint) Unset()
type NullableError ¶ added in v0.16.0
type NullableError struct {
// contains filtered or unexported fields
}
func NewNullableError ¶ added in v0.16.0
func NewNullableError(val *Error) *NullableError
func (NullableError) Get ¶ added in v0.16.0
func (v NullableError) Get() *Error
func (NullableError) IsSet ¶ added in v0.16.0
func (v NullableError) IsSet() bool
func (NullableError) MarshalJSON ¶ added in v0.16.0
func (v NullableError) MarshalJSON() ([]byte, error)
func (*NullableError) Set ¶ added in v0.16.0
func (v *NullableError) Set(val *Error)
func (*NullableError) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableError) UnmarshalJSON(src []byte) error
func (*NullableError) Unset ¶ added in v0.16.0
func (v *NullableError) Unset()
type NullableFlavor ¶ added in v0.16.0
type NullableFlavor struct {
// contains filtered or unexported fields
}
func NewNullableFlavor ¶ added in v0.16.0
func NewNullableFlavor(val *Flavor) *NullableFlavor
func (NullableFlavor) Get ¶ added in v0.16.0
func (v NullableFlavor) Get() *Flavor
func (NullableFlavor) IsSet ¶ added in v0.16.0
func (v NullableFlavor) IsSet() bool
func (NullableFlavor) MarshalJSON ¶ added in v0.16.0
func (v NullableFlavor) MarshalJSON() ([]byte, error)
func (*NullableFlavor) Set ¶ added in v0.16.0
func (v *NullableFlavor) Set(val *Flavor)
func (*NullableFlavor) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableFlavor) UnmarshalJSON(src []byte) error
func (*NullableFlavor) Unset ¶ added in v0.16.0
func (v *NullableFlavor) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableGetBackupResponse ¶ added in v0.16.0
type NullableGetBackupResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetBackupResponse ¶ added in v0.16.0
func NewNullableGetBackupResponse(val *GetBackupResponse) *NullableGetBackupResponse
func (NullableGetBackupResponse) Get ¶ added in v0.16.0
func (v NullableGetBackupResponse) Get() *GetBackupResponse
func (NullableGetBackupResponse) IsSet ¶ added in v0.16.0
func (v NullableGetBackupResponse) IsSet() bool
func (NullableGetBackupResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableGetBackupResponse) MarshalJSON() ([]byte, error)
func (*NullableGetBackupResponse) Set ¶ added in v0.16.0
func (v *NullableGetBackupResponse) Set(val *GetBackupResponse)
func (*NullableGetBackupResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableGetBackupResponse) UnmarshalJSON(src []byte) error
func (*NullableGetBackupResponse) Unset ¶ added in v0.16.0
func (v *NullableGetBackupResponse) Unset()
type NullableGetInstanceResponse ¶ added in v0.16.0
type NullableGetInstanceResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetInstanceResponse ¶ added in v0.16.0
func NewNullableGetInstanceResponse(val *GetInstanceResponse) *NullableGetInstanceResponse
func (NullableGetInstanceResponse) Get ¶ added in v0.16.0
func (v NullableGetInstanceResponse) Get() *GetInstanceResponse
func (NullableGetInstanceResponse) IsSet ¶ added in v0.16.0
func (v NullableGetInstanceResponse) IsSet() bool
func (NullableGetInstanceResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableGetInstanceResponse) MarshalJSON() ([]byte, error)
func (*NullableGetInstanceResponse) Set ¶ added in v0.16.0
func (v *NullableGetInstanceResponse) Set(val *GetInstanceResponse)
func (*NullableGetInstanceResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableGetInstanceResponse) UnmarshalJSON(src []byte) error
func (*NullableGetInstanceResponse) Unset ¶ added in v0.16.0
func (v *NullableGetInstanceResponse) Unset()
type NullableGetUserResponse ¶ added in v0.16.0
type NullableGetUserResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetUserResponse ¶ added in v0.16.0
func NewNullableGetUserResponse(val *GetUserResponse) *NullableGetUserResponse
func (NullableGetUserResponse) Get ¶ added in v0.16.0
func (v NullableGetUserResponse) Get() *GetUserResponse
func (NullableGetUserResponse) IsSet ¶ added in v0.16.0
func (v NullableGetUserResponse) IsSet() bool
func (NullableGetUserResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableGetUserResponse) MarshalJSON() ([]byte, error)
func (*NullableGetUserResponse) Set ¶ added in v0.16.0
func (v *NullableGetUserResponse) Set(val *GetUserResponse)
func (*NullableGetUserResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableGetUserResponse) UnmarshalJSON(src []byte) error
func (*NullableGetUserResponse) Unset ¶ added in v0.16.0
func (v *NullableGetUserResponse) Unset()
type NullableHandlersInfraFlavor ¶ added in v0.16.0
type NullableHandlersInfraFlavor struct {
// contains filtered or unexported fields
}
func NewNullableHandlersInfraFlavor ¶ added in v0.16.0
func NewNullableHandlersInfraFlavor(val *HandlersInfraFlavor) *NullableHandlersInfraFlavor
func (NullableHandlersInfraFlavor) Get ¶ added in v0.16.0
func (v NullableHandlersInfraFlavor) Get() *HandlersInfraFlavor
func (NullableHandlersInfraFlavor) IsSet ¶ added in v0.16.0
func (v NullableHandlersInfraFlavor) IsSet() bool
func (NullableHandlersInfraFlavor) MarshalJSON ¶ added in v0.16.0
func (v NullableHandlersInfraFlavor) MarshalJSON() ([]byte, error)
func (*NullableHandlersInfraFlavor) Set ¶ added in v0.16.0
func (v *NullableHandlersInfraFlavor) Set(val *HandlersInfraFlavor)
func (*NullableHandlersInfraFlavor) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableHandlersInfraFlavor) UnmarshalJSON(src []byte) error
func (*NullableHandlersInfraFlavor) Unset ¶ added in v0.16.0
func (v *NullableHandlersInfraFlavor) Unset()
type NullableHandlersInfraGetFlavorsResponse ¶ added in v0.16.0
type NullableHandlersInfraGetFlavorsResponse struct {
// contains filtered or unexported fields
}
func NewNullableHandlersInfraGetFlavorsResponse ¶ added in v0.16.0
func NewNullableHandlersInfraGetFlavorsResponse(val *HandlersInfraGetFlavorsResponse) *NullableHandlersInfraGetFlavorsResponse
func (NullableHandlersInfraGetFlavorsResponse) IsSet ¶ added in v0.16.0
func (v NullableHandlersInfraGetFlavorsResponse) IsSet() bool
func (NullableHandlersInfraGetFlavorsResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableHandlersInfraGetFlavorsResponse) MarshalJSON() ([]byte, error)
func (*NullableHandlersInfraGetFlavorsResponse) Set ¶ added in v0.16.0
func (v *NullableHandlersInfraGetFlavorsResponse) Set(val *HandlersInfraGetFlavorsResponse)
func (*NullableHandlersInfraGetFlavorsResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableHandlersInfraGetFlavorsResponse) UnmarshalJSON(src []byte) error
func (*NullableHandlersInfraGetFlavorsResponse) Unset ¶ added in v0.16.0
func (v *NullableHandlersInfraGetFlavorsResponse) Unset()
type NullableHandlersInstancesGetInstanceResponse ¶ added in v0.16.0
type NullableHandlersInstancesGetInstanceResponse struct {
// contains filtered or unexported fields
}
func NewNullableHandlersInstancesGetInstanceResponse ¶ added in v0.16.0
func NewNullableHandlersInstancesGetInstanceResponse(val *HandlersInstancesGetInstanceResponse) *NullableHandlersInstancesGetInstanceResponse
func (NullableHandlersInstancesGetInstanceResponse) IsSet ¶ added in v0.16.0
func (v NullableHandlersInstancesGetInstanceResponse) IsSet() bool
func (NullableHandlersInstancesGetInstanceResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableHandlersInstancesGetInstanceResponse) MarshalJSON() ([]byte, error)
func (*NullableHandlersInstancesGetInstanceResponse) Set ¶ added in v0.16.0
func (v *NullableHandlersInstancesGetInstanceResponse) Set(val *HandlersInstancesGetInstanceResponse)
func (*NullableHandlersInstancesGetInstanceResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableHandlersInstancesGetInstanceResponse) UnmarshalJSON(src []byte) error
func (*NullableHandlersInstancesGetInstanceResponse) Unset ¶ added in v0.16.0
func (v *NullableHandlersInstancesGetInstanceResponse) Unset()
type NullableHandlersInstancesSlowQueriesResponse ¶ added in v0.16.0
type NullableHandlersInstancesSlowQueriesResponse struct {
// contains filtered or unexported fields
}
func NewNullableHandlersInstancesSlowQueriesResponse ¶ added in v0.16.0
func NewNullableHandlersInstancesSlowQueriesResponse(val *HandlersInstancesSlowQueriesResponse) *NullableHandlersInstancesSlowQueriesResponse
func (NullableHandlersInstancesSlowQueriesResponse) IsSet ¶ added in v0.16.0
func (v NullableHandlersInstancesSlowQueriesResponse) IsSet() bool
func (NullableHandlersInstancesSlowQueriesResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableHandlersInstancesSlowQueriesResponse) MarshalJSON() ([]byte, error)
func (*NullableHandlersInstancesSlowQueriesResponse) Set ¶ added in v0.16.0
func (v *NullableHandlersInstancesSlowQueriesResponse) Set(val *HandlersInstancesSlowQueriesResponse)
func (*NullableHandlersInstancesSlowQueriesResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableHandlersInstancesSlowQueriesResponse) UnmarshalJSON(src []byte) error
func (*NullableHandlersInstancesSlowQueriesResponse) Unset ¶ added in v0.16.0
func (v *NullableHandlersInstancesSlowQueriesResponse) Unset()
type NullableHandlersInstancesSuggestedIndexesResponse ¶ added in v0.16.0
type NullableHandlersInstancesSuggestedIndexesResponse struct {
// contains filtered or unexported fields
}
func NewNullableHandlersInstancesSuggestedIndexesResponse ¶ added in v0.16.0
func NewNullableHandlersInstancesSuggestedIndexesResponse(val *HandlersInstancesSuggestedIndexesResponse) *NullableHandlersInstancesSuggestedIndexesResponse
func (NullableHandlersInstancesSuggestedIndexesResponse) IsSet ¶ added in v0.16.0
func (v NullableHandlersInstancesSuggestedIndexesResponse) IsSet() bool
func (NullableHandlersInstancesSuggestedIndexesResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableHandlersInstancesSuggestedIndexesResponse) MarshalJSON() ([]byte, error)
func (*NullableHandlersInstancesSuggestedIndexesResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableHandlersInstancesSuggestedIndexesResponse) UnmarshalJSON(src []byte) error
func (*NullableHandlersInstancesSuggestedIndexesResponse) Unset ¶ added in v0.16.0
func (v *NullableHandlersInstancesSuggestedIndexesResponse) Unset()
type NullableHost ¶ added in v0.16.0
type NullableHost struct {
// contains filtered or unexported fields
}
func NewNullableHost ¶ added in v0.16.0
func NewNullableHost(val *Host) *NullableHost
func (NullableHost) Get ¶ added in v0.16.0
func (v NullableHost) Get() *Host
func (NullableHost) IsSet ¶ added in v0.16.0
func (v NullableHost) IsSet() bool
func (NullableHost) MarshalJSON ¶ added in v0.16.0
func (v NullableHost) MarshalJSON() ([]byte, error)
func (*NullableHost) Set ¶ added in v0.16.0
func (v *NullableHost) Set(val *Host)
func (*NullableHost) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableHost) UnmarshalJSON(src []byte) error
func (*NullableHost) Unset ¶ added in v0.16.0
func (v *NullableHost) Unset()
type NullableHostMetric ¶ added in v0.16.0
type NullableHostMetric struct {
// contains filtered or unexported fields
}
func NewNullableHostMetric ¶ added in v0.16.0
func NewNullableHostMetric(val *HostMetric) *NullableHostMetric
func (NullableHostMetric) Get ¶ added in v0.16.0
func (v NullableHostMetric) Get() *HostMetric
func (NullableHostMetric) IsSet ¶ added in v0.16.0
func (v NullableHostMetric) IsSet() bool
func (NullableHostMetric) MarshalJSON ¶ added in v0.16.0
func (v NullableHostMetric) MarshalJSON() ([]byte, error)
func (*NullableHostMetric) Set ¶ added in v0.16.0
func (v *NullableHostMetric) Set(val *HostMetric)
func (*NullableHostMetric) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableHostMetric) UnmarshalJSON(src []byte) error
func (*NullableHostMetric) Unset ¶ added in v0.16.0
func (v *NullableHostMetric) Unset()
type NullableInstance ¶ added in v0.16.0
type NullableInstance struct {
// contains filtered or unexported fields
}
func NewNullableInstance ¶ added in v0.16.0
func NewNullableInstance(val *Instance) *NullableInstance
func (NullableInstance) Get ¶ added in v0.16.0
func (v NullableInstance) Get() *Instance
func (NullableInstance) IsSet ¶ added in v0.16.0
func (v NullableInstance) IsSet() bool
func (NullableInstance) MarshalJSON ¶ added in v0.16.0
func (v NullableInstance) MarshalJSON() ([]byte, error)
func (*NullableInstance) Set ¶ added in v0.16.0
func (v *NullableInstance) Set(val *Instance)
func (*NullableInstance) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableInstance) UnmarshalJSON(src []byte) error
func (*NullableInstance) Unset ¶ added in v0.16.0
func (v *NullableInstance) Unset()
type NullableInstanceListInstance ¶ added in v0.16.0
type NullableInstanceListInstance struct {
// contains filtered or unexported fields
}
func NewNullableInstanceListInstance ¶ added in v0.16.0
func NewNullableInstanceListInstance(val *InstanceListInstance) *NullableInstanceListInstance
func (NullableInstanceListInstance) Get ¶ added in v0.16.0
func (v NullableInstanceListInstance) Get() *InstanceListInstance
func (NullableInstanceListInstance) IsSet ¶ added in v0.16.0
func (v NullableInstanceListInstance) IsSet() bool
func (NullableInstanceListInstance) MarshalJSON ¶ added in v0.16.0
func (v NullableInstanceListInstance) MarshalJSON() ([]byte, error)
func (*NullableInstanceListInstance) Set ¶ added in v0.16.0
func (v *NullableInstanceListInstance) Set(val *InstanceListInstance)
func (*NullableInstanceListInstance) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableInstanceListInstance) UnmarshalJSON(src []byte) error
func (*NullableInstanceListInstance) Unset ¶ added in v0.16.0
func (v *NullableInstanceListInstance) Unset()
type NullableInstanceListInstanceStatus ¶ added in v1.1.0
type NullableInstanceListInstanceStatus struct {
// contains filtered or unexported fields
}
func NewNullableInstanceListInstanceStatus ¶ added in v1.1.0
func NewNullableInstanceListInstanceStatus(val *InstanceListInstanceStatus) *NullableInstanceListInstanceStatus
func (NullableInstanceListInstanceStatus) Get ¶ added in v1.1.0
func (v NullableInstanceListInstanceStatus) Get() *InstanceListInstanceStatus
func (NullableInstanceListInstanceStatus) IsSet ¶ added in v1.1.0
func (v NullableInstanceListInstanceStatus) IsSet() bool
func (NullableInstanceListInstanceStatus) MarshalJSON ¶ added in v1.1.0
func (v NullableInstanceListInstanceStatus) MarshalJSON() ([]byte, error)
func (*NullableInstanceListInstanceStatus) Set ¶ added in v1.1.0
func (v *NullableInstanceListInstanceStatus) Set(val *InstanceListInstanceStatus)
func (*NullableInstanceListInstanceStatus) UnmarshalJSON ¶ added in v1.1.0
func (v *NullableInstanceListInstanceStatus) UnmarshalJSON(src []byte) error
func (*NullableInstanceListInstanceStatus) Unset ¶ added in v1.1.0
func (v *NullableInstanceListInstanceStatus) Unset()
type NullableInstanceResponseUser ¶ added in v0.16.0
type NullableInstanceResponseUser struct {
// contains filtered or unexported fields
}
func NewNullableInstanceResponseUser ¶ added in v0.16.0
func NewNullableInstanceResponseUser(val *InstanceResponseUser) *NullableInstanceResponseUser
func (NullableInstanceResponseUser) Get ¶ added in v0.16.0
func (v NullableInstanceResponseUser) Get() *InstanceResponseUser
func (NullableInstanceResponseUser) IsSet ¶ added in v0.16.0
func (v NullableInstanceResponseUser) IsSet() bool
func (NullableInstanceResponseUser) MarshalJSON ¶ added in v0.16.0
func (v NullableInstanceResponseUser) MarshalJSON() ([]byte, error)
func (*NullableInstanceResponseUser) Set ¶ added in v0.16.0
func (v *NullableInstanceResponseUser) Set(val *InstanceResponseUser)
func (*NullableInstanceResponseUser) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableInstanceResponseUser) UnmarshalJSON(src []byte) error
func (*NullableInstanceResponseUser) Unset ¶ added in v0.16.0
func (v *NullableInstanceResponseUser) Unset()
type NullableInstanceStatus ¶ added in v1.1.0
type NullableInstanceStatus struct {
// contains filtered or unexported fields
}
func NewNullableInstanceStatus ¶ added in v1.1.0
func NewNullableInstanceStatus(val *InstanceStatus) *NullableInstanceStatus
func (NullableInstanceStatus) Get ¶ added in v1.1.0
func (v NullableInstanceStatus) Get() *InstanceStatus
func (NullableInstanceStatus) IsSet ¶ added in v1.1.0
func (v NullableInstanceStatus) IsSet() bool
func (NullableInstanceStatus) MarshalJSON ¶ added in v1.1.0
func (v NullableInstanceStatus) MarshalJSON() ([]byte, error)
func (*NullableInstanceStatus) Set ¶ added in v1.1.0
func (v *NullableInstanceStatus) Set(val *InstanceStatus)
func (*NullableInstanceStatus) UnmarshalJSON ¶ added in v1.1.0
func (v *NullableInstanceStatus) UnmarshalJSON(src []byte) error
func (*NullableInstanceStatus) Unset ¶ added in v1.1.0
func (v *NullableInstanceStatus) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableListBackupsResponse ¶ added in v0.16.0
type NullableListBackupsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListBackupsResponse ¶ added in v0.16.0
func NewNullableListBackupsResponse(val *ListBackupsResponse) *NullableListBackupsResponse
func (NullableListBackupsResponse) Get ¶ added in v0.16.0
func (v NullableListBackupsResponse) Get() *ListBackupsResponse
func (NullableListBackupsResponse) IsSet ¶ added in v0.16.0
func (v NullableListBackupsResponse) IsSet() bool
func (NullableListBackupsResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableListBackupsResponse) MarshalJSON() ([]byte, error)
func (*NullableListBackupsResponse) Set ¶ added in v0.16.0
func (v *NullableListBackupsResponse) Set(val *ListBackupsResponse)
func (*NullableListBackupsResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableListBackupsResponse) UnmarshalJSON(src []byte) error
func (*NullableListBackupsResponse) Unset ¶ added in v0.16.0
func (v *NullableListBackupsResponse) Unset()
type NullableListFlavorsResponse ¶ added in v0.16.0
type NullableListFlavorsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListFlavorsResponse ¶ added in v0.16.0
func NewNullableListFlavorsResponse(val *ListFlavorsResponse) *NullableListFlavorsResponse
func (NullableListFlavorsResponse) Get ¶ added in v0.16.0
func (v NullableListFlavorsResponse) Get() *ListFlavorsResponse
func (NullableListFlavorsResponse) IsSet ¶ added in v0.16.0
func (v NullableListFlavorsResponse) IsSet() bool
func (NullableListFlavorsResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableListFlavorsResponse) MarshalJSON() ([]byte, error)
func (*NullableListFlavorsResponse) Set ¶ added in v0.16.0
func (v *NullableListFlavorsResponse) Set(val *ListFlavorsResponse)
func (*NullableListFlavorsResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableListFlavorsResponse) UnmarshalJSON(src []byte) error
func (*NullableListFlavorsResponse) Unset ¶ added in v0.16.0
func (v *NullableListFlavorsResponse) Unset()
type NullableListInstancesResponse ¶ added in v0.16.0
type NullableListInstancesResponse struct {
// contains filtered or unexported fields
}
func NewNullableListInstancesResponse ¶ added in v0.16.0
func NewNullableListInstancesResponse(val *ListInstancesResponse) *NullableListInstancesResponse
func (NullableListInstancesResponse) Get ¶ added in v0.16.0
func (v NullableListInstancesResponse) Get() *ListInstancesResponse
func (NullableListInstancesResponse) IsSet ¶ added in v0.16.0
func (v NullableListInstancesResponse) IsSet() bool
func (NullableListInstancesResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableListInstancesResponse) MarshalJSON() ([]byte, error)
func (*NullableListInstancesResponse) Set ¶ added in v0.16.0
func (v *NullableListInstancesResponse) Set(val *ListInstancesResponse)
func (*NullableListInstancesResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableListInstancesResponse) UnmarshalJSON(src []byte) error
func (*NullableListInstancesResponse) Unset ¶ added in v0.16.0
func (v *NullableListInstancesResponse) Unset()
type NullableListMetricsResponse ¶ added in v0.16.0
type NullableListMetricsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListMetricsResponse ¶ added in v0.16.0
func NewNullableListMetricsResponse(val *ListMetricsResponse) *NullableListMetricsResponse
func (NullableListMetricsResponse) Get ¶ added in v0.16.0
func (v NullableListMetricsResponse) Get() *ListMetricsResponse
func (NullableListMetricsResponse) IsSet ¶ added in v0.16.0
func (v NullableListMetricsResponse) IsSet() bool
func (NullableListMetricsResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableListMetricsResponse) MarshalJSON() ([]byte, error)
func (*NullableListMetricsResponse) Set ¶ added in v0.16.0
func (v *NullableListMetricsResponse) Set(val *ListMetricsResponse)
func (*NullableListMetricsResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableListMetricsResponse) UnmarshalJSON(src []byte) error
func (*NullableListMetricsResponse) Unset ¶ added in v0.16.0
func (v *NullableListMetricsResponse) Unset()
type NullableListRestoreJobsResponse ¶ added in v0.16.0
type NullableListRestoreJobsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListRestoreJobsResponse ¶ added in v0.16.0
func NewNullableListRestoreJobsResponse(val *ListRestoreJobsResponse) *NullableListRestoreJobsResponse
func (NullableListRestoreJobsResponse) Get ¶ added in v0.16.0
func (v NullableListRestoreJobsResponse) Get() *ListRestoreJobsResponse
func (NullableListRestoreJobsResponse) IsSet ¶ added in v0.16.0
func (v NullableListRestoreJobsResponse) IsSet() bool
func (NullableListRestoreJobsResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableListRestoreJobsResponse) MarshalJSON() ([]byte, error)
func (*NullableListRestoreJobsResponse) Set ¶ added in v0.16.0
func (v *NullableListRestoreJobsResponse) Set(val *ListRestoreJobsResponse)
func (*NullableListRestoreJobsResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableListRestoreJobsResponse) UnmarshalJSON(src []byte) error
func (*NullableListRestoreJobsResponse) Unset ¶ added in v0.16.0
func (v *NullableListRestoreJobsResponse) Unset()
type NullableListStoragesResponse ¶ added in v0.16.0
type NullableListStoragesResponse struct {
// contains filtered or unexported fields
}
func NewNullableListStoragesResponse ¶ added in v0.16.0
func NewNullableListStoragesResponse(val *ListStoragesResponse) *NullableListStoragesResponse
func (NullableListStoragesResponse) Get ¶ added in v0.16.0
func (v NullableListStoragesResponse) Get() *ListStoragesResponse
func (NullableListStoragesResponse) IsSet ¶ added in v0.16.0
func (v NullableListStoragesResponse) IsSet() bool
func (NullableListStoragesResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableListStoragesResponse) MarshalJSON() ([]byte, error)
func (*NullableListStoragesResponse) Set ¶ added in v0.16.0
func (v *NullableListStoragesResponse) Set(val *ListStoragesResponse)
func (*NullableListStoragesResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableListStoragesResponse) UnmarshalJSON(src []byte) error
func (*NullableListStoragesResponse) Unset ¶ added in v0.16.0
func (v *NullableListStoragesResponse) Unset()
type NullableListUser ¶ added in v0.16.0
type NullableListUser struct {
// contains filtered or unexported fields
}
func NewNullableListUser ¶ added in v0.16.0
func NewNullableListUser(val *ListUser) *NullableListUser
func (NullableListUser) Get ¶ added in v0.16.0
func (v NullableListUser) Get() *ListUser
func (NullableListUser) IsSet ¶ added in v0.16.0
func (v NullableListUser) IsSet() bool
func (NullableListUser) MarshalJSON ¶ added in v0.16.0
func (v NullableListUser) MarshalJSON() ([]byte, error)
func (*NullableListUser) Set ¶ added in v0.16.0
func (v *NullableListUser) Set(val *ListUser)
func (*NullableListUser) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableListUser) UnmarshalJSON(src []byte) error
func (*NullableListUser) Unset ¶ added in v0.16.0
func (v *NullableListUser) Unset()
type NullableListUsersResponse ¶ added in v0.16.0
type NullableListUsersResponse struct {
// contains filtered or unexported fields
}
func NewNullableListUsersResponse ¶ added in v0.16.0
func NewNullableListUsersResponse(val *ListUsersResponse) *NullableListUsersResponse
func (NullableListUsersResponse) Get ¶ added in v0.16.0
func (v NullableListUsersResponse) Get() *ListUsersResponse
func (NullableListUsersResponse) IsSet ¶ added in v0.16.0
func (v NullableListUsersResponse) IsSet() bool
func (NullableListUsersResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableListUsersResponse) MarshalJSON() ([]byte, error)
func (*NullableListUsersResponse) Set ¶ added in v0.16.0
func (v *NullableListUsersResponse) Set(val *ListUsersResponse)
func (*NullableListUsersResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableListUsersResponse) UnmarshalJSON(src []byte) error
func (*NullableListUsersResponse) Unset ¶ added in v0.16.0
func (v *NullableListUsersResponse) Unset()
type NullableListVersionsResponse ¶ added in v0.16.0
type NullableListVersionsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListVersionsResponse ¶ added in v0.16.0
func NewNullableListVersionsResponse(val *ListVersionsResponse) *NullableListVersionsResponse
func (NullableListVersionsResponse) Get ¶ added in v0.16.0
func (v NullableListVersionsResponse) Get() *ListVersionsResponse
func (NullableListVersionsResponse) IsSet ¶ added in v0.16.0
func (v NullableListVersionsResponse) IsSet() bool
func (NullableListVersionsResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableListVersionsResponse) MarshalJSON() ([]byte, error)
func (*NullableListVersionsResponse) Set ¶ added in v0.16.0
func (v *NullableListVersionsResponse) Set(val *ListVersionsResponse)
func (*NullableListVersionsResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableListVersionsResponse) UnmarshalJSON(src []byte) error
func (*NullableListVersionsResponse) Unset ¶ added in v0.16.0
func (v *NullableListVersionsResponse) Unset()
type NullableMongodbatlasOperation ¶ added in v0.16.0
type NullableMongodbatlasOperation struct {
// contains filtered or unexported fields
}
func NewNullableMongodbatlasOperation ¶ added in v0.16.0
func NewNullableMongodbatlasOperation(val *MongodbatlasOperation) *NullableMongodbatlasOperation
func (NullableMongodbatlasOperation) Get ¶ added in v0.16.0
func (v NullableMongodbatlasOperation) Get() *MongodbatlasOperation
func (NullableMongodbatlasOperation) IsSet ¶ added in v0.16.0
func (v NullableMongodbatlasOperation) IsSet() bool
func (NullableMongodbatlasOperation) MarshalJSON ¶ added in v0.16.0
func (v NullableMongodbatlasOperation) MarshalJSON() ([]byte, error)
func (*NullableMongodbatlasOperation) Set ¶ added in v0.16.0
func (v *NullableMongodbatlasOperation) Set(val *MongodbatlasOperation)
func (*NullableMongodbatlasOperation) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableMongodbatlasOperation) UnmarshalJSON(src []byte) error
func (*NullableMongodbatlasOperation) Unset ¶ added in v0.16.0
func (v *NullableMongodbatlasOperation) Unset()
type NullableMongodbatlasOperationStats ¶ added in v0.16.0
type NullableMongodbatlasOperationStats struct {
// contains filtered or unexported fields
}
func NewNullableMongodbatlasOperationStats ¶ added in v0.16.0
func NewNullableMongodbatlasOperationStats(val *MongodbatlasOperationStats) *NullableMongodbatlasOperationStats
func (NullableMongodbatlasOperationStats) Get ¶ added in v0.16.0
func (v NullableMongodbatlasOperationStats) Get() *MongodbatlasOperationStats
func (NullableMongodbatlasOperationStats) IsSet ¶ added in v0.16.0
func (v NullableMongodbatlasOperationStats) IsSet() bool
func (NullableMongodbatlasOperationStats) MarshalJSON ¶ added in v0.16.0
func (v NullableMongodbatlasOperationStats) MarshalJSON() ([]byte, error)
func (*NullableMongodbatlasOperationStats) Set ¶ added in v0.16.0
func (v *NullableMongodbatlasOperationStats) Set(val *MongodbatlasOperationStats)
func (*NullableMongodbatlasOperationStats) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableMongodbatlasOperationStats) UnmarshalJSON(src []byte) error
func (*NullableMongodbatlasOperationStats) Unset ¶ added in v0.16.0
func (v *NullableMongodbatlasOperationStats) Unset()
type NullableMongodbatlasStats ¶ added in v0.16.0
type NullableMongodbatlasStats struct {
// contains filtered or unexported fields
}
func NewNullableMongodbatlasStats ¶ added in v0.16.0
func NewNullableMongodbatlasStats(val *MongodbatlasStats) *NullableMongodbatlasStats
func (NullableMongodbatlasStats) Get ¶ added in v0.16.0
func (v NullableMongodbatlasStats) Get() *MongodbatlasStats
func (NullableMongodbatlasStats) IsSet ¶ added in v0.16.0
func (v NullableMongodbatlasStats) IsSet() bool
func (NullableMongodbatlasStats) MarshalJSON ¶ added in v0.16.0
func (v NullableMongodbatlasStats) MarshalJSON() ([]byte, error)
func (*NullableMongodbatlasStats) Set ¶ added in v0.16.0
func (v *NullableMongodbatlasStats) Set(val *MongodbatlasStats)
func (*NullableMongodbatlasStats) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableMongodbatlasStats) UnmarshalJSON(src []byte) error
func (*NullableMongodbatlasStats) Unset ¶ added in v0.16.0
func (v *NullableMongodbatlasStats) Unset()
type NullablePartialUpdateInstancePayload ¶ added in v0.16.0
type NullablePartialUpdateInstancePayload struct {
// contains filtered or unexported fields
}
func NewNullablePartialUpdateInstancePayload ¶ added in v0.16.0
func NewNullablePartialUpdateInstancePayload(val *PartialUpdateInstancePayload) *NullablePartialUpdateInstancePayload
func (NullablePartialUpdateInstancePayload) Get ¶ added in v0.16.0
func (v NullablePartialUpdateInstancePayload) Get() *PartialUpdateInstancePayload
func (NullablePartialUpdateInstancePayload) IsSet ¶ added in v0.16.0
func (v NullablePartialUpdateInstancePayload) IsSet() bool
func (NullablePartialUpdateInstancePayload) MarshalJSON ¶ added in v0.16.0
func (v NullablePartialUpdateInstancePayload) MarshalJSON() ([]byte, error)
func (*NullablePartialUpdateInstancePayload) Set ¶ added in v0.16.0
func (v *NullablePartialUpdateInstancePayload) Set(val *PartialUpdateInstancePayload)
func (*NullablePartialUpdateInstancePayload) UnmarshalJSON ¶ added in v0.16.0
func (v *NullablePartialUpdateInstancePayload) UnmarshalJSON(src []byte) error
func (*NullablePartialUpdateInstancePayload) Unset ¶ added in v0.16.0
func (v *NullablePartialUpdateInstancePayload) Unset()
type NullablePartialUpdateUserPayload ¶ added in v0.16.0
type NullablePartialUpdateUserPayload struct {
// contains filtered or unexported fields
}
func NewNullablePartialUpdateUserPayload ¶ added in v0.16.0
func NewNullablePartialUpdateUserPayload(val *PartialUpdateUserPayload) *NullablePartialUpdateUserPayload
func (NullablePartialUpdateUserPayload) Get ¶ added in v0.16.0
func (v NullablePartialUpdateUserPayload) Get() *PartialUpdateUserPayload
func (NullablePartialUpdateUserPayload) IsSet ¶ added in v0.16.0
func (v NullablePartialUpdateUserPayload) IsSet() bool
func (NullablePartialUpdateUserPayload) MarshalJSON ¶ added in v0.16.0
func (v NullablePartialUpdateUserPayload) MarshalJSON() ([]byte, error)
func (*NullablePartialUpdateUserPayload) Set ¶ added in v0.16.0
func (v *NullablePartialUpdateUserPayload) Set(val *PartialUpdateUserPayload)
func (*NullablePartialUpdateUserPayload) UnmarshalJSON ¶ added in v0.16.0
func (v *NullablePartialUpdateUserPayload) UnmarshalJSON(src []byte) error
func (*NullablePartialUpdateUserPayload) Unset ¶ added in v0.16.0
func (v *NullablePartialUpdateUserPayload) Unset()
type NullableRestoreInstancePayload ¶ added in v0.16.0
type NullableRestoreInstancePayload struct {
// contains filtered or unexported fields
}
func NewNullableRestoreInstancePayload ¶ added in v0.16.0
func NewNullableRestoreInstancePayload(val *RestoreInstancePayload) *NullableRestoreInstancePayload
func (NullableRestoreInstancePayload) Get ¶ added in v0.16.0
func (v NullableRestoreInstancePayload) Get() *RestoreInstancePayload
func (NullableRestoreInstancePayload) IsSet ¶ added in v0.16.0
func (v NullableRestoreInstancePayload) IsSet() bool
func (NullableRestoreInstancePayload) MarshalJSON ¶ added in v0.16.0
func (v NullableRestoreInstancePayload) MarshalJSON() ([]byte, error)
func (*NullableRestoreInstancePayload) Set ¶ added in v0.16.0
func (v *NullableRestoreInstancePayload) Set(val *RestoreInstancePayload)
func (*NullableRestoreInstancePayload) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableRestoreInstancePayload) UnmarshalJSON(src []byte) error
func (*NullableRestoreInstancePayload) Unset ¶ added in v0.16.0
func (v *NullableRestoreInstancePayload) Unset()
type NullableRestoreInstanceResponse ¶ added in v0.16.0
type NullableRestoreInstanceResponse struct {
// contains filtered or unexported fields
}
func NewNullableRestoreInstanceResponse ¶ added in v0.16.0
func NewNullableRestoreInstanceResponse(val *RestoreInstanceResponse) *NullableRestoreInstanceResponse
func (NullableRestoreInstanceResponse) Get ¶ added in v0.16.0
func (v NullableRestoreInstanceResponse) Get() *RestoreInstanceResponse
func (NullableRestoreInstanceResponse) IsSet ¶ added in v0.16.0
func (v NullableRestoreInstanceResponse) IsSet() bool
func (NullableRestoreInstanceResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableRestoreInstanceResponse) MarshalJSON() ([]byte, error)
func (*NullableRestoreInstanceResponse) Set ¶ added in v0.16.0
func (v *NullableRestoreInstanceResponse) Set(val *RestoreInstanceResponse)
func (*NullableRestoreInstanceResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableRestoreInstanceResponse) UnmarshalJSON(src []byte) error
func (*NullableRestoreInstanceResponse) Unset ¶ added in v0.16.0
func (v *NullableRestoreInstanceResponse) Unset()
type NullableRestoreInstanceStatus ¶ added in v0.16.0
type NullableRestoreInstanceStatus struct {
// contains filtered or unexported fields
}
func NewNullableRestoreInstanceStatus ¶ added in v0.16.0
func NewNullableRestoreInstanceStatus(val *RestoreInstanceStatus) *NullableRestoreInstanceStatus
func (NullableRestoreInstanceStatus) Get ¶ added in v0.16.0
func (v NullableRestoreInstanceStatus) Get() *RestoreInstanceStatus
func (NullableRestoreInstanceStatus) IsSet ¶ added in v0.16.0
func (v NullableRestoreInstanceStatus) IsSet() bool
func (NullableRestoreInstanceStatus) MarshalJSON ¶ added in v0.16.0
func (v NullableRestoreInstanceStatus) MarshalJSON() ([]byte, error)
func (*NullableRestoreInstanceStatus) Set ¶ added in v0.16.0
func (v *NullableRestoreInstanceStatus) Set(val *RestoreInstanceStatus)
func (*NullableRestoreInstanceStatus) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableRestoreInstanceStatus) UnmarshalJSON(src []byte) error
func (*NullableRestoreInstanceStatus) Unset ¶ added in v0.16.0
func (v *NullableRestoreInstanceStatus) Unset()
type NullableShape ¶ added in v0.16.0
type NullableShape struct {
// contains filtered or unexported fields
}
func NewNullableShape ¶ added in v0.16.0
func NewNullableShape(val *Shape) *NullableShape
func (NullableShape) Get ¶ added in v0.16.0
func (v NullableShape) Get() *Shape
func (NullableShape) IsSet ¶ added in v0.16.0
func (v NullableShape) IsSet() bool
func (NullableShape) MarshalJSON ¶ added in v0.16.0
func (v NullableShape) MarshalJSON() ([]byte, error)
func (*NullableShape) Set ¶ added in v0.16.0
func (v *NullableShape) Set(val *Shape)
func (*NullableShape) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableShape) UnmarshalJSON(src []byte) error
func (*NullableShape) Unset ¶ added in v0.16.0
func (v *NullableShape) Unset()
type NullableSlowQuery ¶ added in v0.16.0
type NullableSlowQuery struct {
// contains filtered or unexported fields
}
func NewNullableSlowQuery ¶ added in v0.16.0
func NewNullableSlowQuery(val *SlowQuery) *NullableSlowQuery
func (NullableSlowQuery) Get ¶ added in v0.16.0
func (v NullableSlowQuery) Get() *SlowQuery
func (NullableSlowQuery) IsSet ¶ added in v0.16.0
func (v NullableSlowQuery) IsSet() bool
func (NullableSlowQuery) MarshalJSON ¶ added in v0.16.0
func (v NullableSlowQuery) MarshalJSON() ([]byte, error)
func (*NullableSlowQuery) Set ¶ added in v0.16.0
func (v *NullableSlowQuery) Set(val *SlowQuery)
func (*NullableSlowQuery) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableSlowQuery) UnmarshalJSON(src []byte) error
func (*NullableSlowQuery) Unset ¶ added in v0.16.0
func (v *NullableSlowQuery) Unset()
type NullableStorage ¶ added in v0.16.0
type NullableStorage struct {
// contains filtered or unexported fields
}
func NewNullableStorage ¶ added in v0.16.0
func NewNullableStorage(val *Storage) *NullableStorage
func (NullableStorage) Get ¶ added in v0.16.0
func (v NullableStorage) Get() *Storage
func (NullableStorage) IsSet ¶ added in v0.16.0
func (v NullableStorage) IsSet() bool
func (NullableStorage) MarshalJSON ¶ added in v0.16.0
func (v NullableStorage) MarshalJSON() ([]byte, error)
func (*NullableStorage) Set ¶ added in v0.16.0
func (v *NullableStorage) Set(val *Storage)
func (*NullableStorage) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableStorage) UnmarshalJSON(src []byte) error
func (*NullableStorage) Unset ¶ added in v0.16.0
func (v *NullableStorage) Unset()
type NullableStorageRange ¶ added in v0.16.0
type NullableStorageRange struct {
// contains filtered or unexported fields
}
func NewNullableStorageRange ¶ added in v0.16.0
func NewNullableStorageRange(val *StorageRange) *NullableStorageRange
func (NullableStorageRange) Get ¶ added in v0.16.0
func (v NullableStorageRange) Get() *StorageRange
func (NullableStorageRange) IsSet ¶ added in v0.16.0
func (v NullableStorageRange) IsSet() bool
func (NullableStorageRange) MarshalJSON ¶ added in v0.16.0
func (v NullableStorageRange) MarshalJSON() ([]byte, error)
func (*NullableStorageRange) Set ¶ added in v0.16.0
func (v *NullableStorageRange) Set(val *StorageRange)
func (*NullableStorageRange) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableStorageRange) UnmarshalJSON(src []byte) error
func (*NullableStorageRange) Unset ¶ added in v0.16.0
func (v *NullableStorageRange) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableSuggestedIndex ¶ added in v0.16.0
type NullableSuggestedIndex struct {
// contains filtered or unexported fields
}
func NewNullableSuggestedIndex ¶ added in v0.16.0
func NewNullableSuggestedIndex(val *SuggestedIndex) *NullableSuggestedIndex
func (NullableSuggestedIndex) Get ¶ added in v0.16.0
func (v NullableSuggestedIndex) Get() *SuggestedIndex
func (NullableSuggestedIndex) IsSet ¶ added in v0.16.0
func (v NullableSuggestedIndex) IsSet() bool
func (NullableSuggestedIndex) MarshalJSON ¶ added in v0.16.0
func (v NullableSuggestedIndex) MarshalJSON() ([]byte, error)
func (*NullableSuggestedIndex) Set ¶ added in v0.16.0
func (v *NullableSuggestedIndex) Set(val *SuggestedIndex)
func (*NullableSuggestedIndex) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableSuggestedIndex) UnmarshalJSON(src []byte) error
func (*NullableSuggestedIndex) Unset ¶ added in v0.16.0
func (v *NullableSuggestedIndex) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableUpdateBackupSchedulePayload ¶ added in v0.16.0
type NullableUpdateBackupSchedulePayload struct {
// contains filtered or unexported fields
}
func NewNullableUpdateBackupSchedulePayload ¶ added in v0.16.0
func NewNullableUpdateBackupSchedulePayload(val *UpdateBackupSchedulePayload) *NullableUpdateBackupSchedulePayload
func (NullableUpdateBackupSchedulePayload) Get ¶ added in v0.16.0
func (v NullableUpdateBackupSchedulePayload) Get() *UpdateBackupSchedulePayload
func (NullableUpdateBackupSchedulePayload) IsSet ¶ added in v0.16.0
func (v NullableUpdateBackupSchedulePayload) IsSet() bool
func (NullableUpdateBackupSchedulePayload) MarshalJSON ¶ added in v0.16.0
func (v NullableUpdateBackupSchedulePayload) MarshalJSON() ([]byte, error)
func (*NullableUpdateBackupSchedulePayload) Set ¶ added in v0.16.0
func (v *NullableUpdateBackupSchedulePayload) Set(val *UpdateBackupSchedulePayload)
func (*NullableUpdateBackupSchedulePayload) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableUpdateBackupSchedulePayload) UnmarshalJSON(src []byte) error
func (*NullableUpdateBackupSchedulePayload) Unset ¶ added in v0.16.0
func (v *NullableUpdateBackupSchedulePayload) Unset()
type NullableUpdateInstancePayload ¶ added in v0.16.0
type NullableUpdateInstancePayload struct {
// contains filtered or unexported fields
}
func NewNullableUpdateInstancePayload ¶ added in v0.16.0
func NewNullableUpdateInstancePayload(val *UpdateInstancePayload) *NullableUpdateInstancePayload
func (NullableUpdateInstancePayload) Get ¶ added in v0.16.0
func (v NullableUpdateInstancePayload) Get() *UpdateInstancePayload
func (NullableUpdateInstancePayload) IsSet ¶ added in v0.16.0
func (v NullableUpdateInstancePayload) IsSet() bool
func (NullableUpdateInstancePayload) MarshalJSON ¶ added in v0.16.0
func (v NullableUpdateInstancePayload) MarshalJSON() ([]byte, error)
func (*NullableUpdateInstancePayload) Set ¶ added in v0.16.0
func (v *NullableUpdateInstancePayload) Set(val *UpdateInstancePayload)
func (*NullableUpdateInstancePayload) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableUpdateInstancePayload) UnmarshalJSON(src []byte) error
func (*NullableUpdateInstancePayload) Unset ¶ added in v0.16.0
func (v *NullableUpdateInstancePayload) Unset()
type NullableUpdateInstanceResponse ¶ added in v0.16.0
type NullableUpdateInstanceResponse struct {
// contains filtered or unexported fields
}
func NewNullableUpdateInstanceResponse ¶ added in v0.16.0
func NewNullableUpdateInstanceResponse(val *UpdateInstanceResponse) *NullableUpdateInstanceResponse
func (NullableUpdateInstanceResponse) Get ¶ added in v0.16.0
func (v NullableUpdateInstanceResponse) Get() *UpdateInstanceResponse
func (NullableUpdateInstanceResponse) IsSet ¶ added in v0.16.0
func (v NullableUpdateInstanceResponse) IsSet() bool
func (NullableUpdateInstanceResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableUpdateInstanceResponse) MarshalJSON() ([]byte, error)
func (*NullableUpdateInstanceResponse) Set ¶ added in v0.16.0
func (v *NullableUpdateInstanceResponse) Set(val *UpdateInstanceResponse)
func (*NullableUpdateInstanceResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableUpdateInstanceResponse) UnmarshalJSON(src []byte) error
func (*NullableUpdateInstanceResponse) Unset ¶ added in v0.16.0
func (v *NullableUpdateInstanceResponse) Unset()
type NullableUpdateUserPayload ¶ added in v0.16.0
type NullableUpdateUserPayload struct {
// contains filtered or unexported fields
}
func NewNullableUpdateUserPayload ¶ added in v0.16.0
func NewNullableUpdateUserPayload(val *UpdateUserPayload) *NullableUpdateUserPayload
func (NullableUpdateUserPayload) Get ¶ added in v0.16.0
func (v NullableUpdateUserPayload) Get() *UpdateUserPayload
func (NullableUpdateUserPayload) IsSet ¶ added in v0.16.0
func (v NullableUpdateUserPayload) IsSet() bool
func (NullableUpdateUserPayload) MarshalJSON ¶ added in v0.16.0
func (v NullableUpdateUserPayload) MarshalJSON() ([]byte, error)
func (*NullableUpdateUserPayload) Set ¶ added in v0.16.0
func (v *NullableUpdateUserPayload) Set(val *UpdateUserPayload)
func (*NullableUpdateUserPayload) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableUpdateUserPayload) UnmarshalJSON(src []byte) error
func (*NullableUpdateUserPayload) Unset ¶ added in v0.16.0
func (v *NullableUpdateUserPayload) Unset()
type NullableUser ¶ added in v0.16.0
type NullableUser struct {
// contains filtered or unexported fields
}
func NewNullableUser ¶ added in v0.16.0
func NewNullableUser(val *User) *NullableUser
func (NullableUser) Get ¶ added in v0.16.0
func (v NullableUser) Get() *User
func (NullableUser) IsSet ¶ added in v0.16.0
func (v NullableUser) IsSet() bool
func (NullableUser) MarshalJSON ¶ added in v0.16.0
func (v NullableUser) MarshalJSON() ([]byte, error)
func (*NullableUser) Set ¶ added in v0.16.0
func (v *NullableUser) Set(val *User)
func (*NullableUser) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableUser) UnmarshalJSON(src []byte) error
func (*NullableUser) Unset ¶ added in v0.16.0
func (v *NullableUser) Unset()
type NullableValue ¶ added in v0.18.1
type NullableValue[T any] struct { // contains filtered or unexported fields }
func (NullableValue[T]) Get ¶ added in v0.18.1
func (v NullableValue[T]) Get() *T
func (NullableValue[T]) IsSet ¶ added in v0.18.1
func (v NullableValue[T]) IsSet() bool
func (*NullableValue[T]) Set ¶ added in v0.18.1
func (v *NullableValue[T]) Set(val *T)
func (*NullableValue[T]) Unset ¶ added in v0.18.1
func (v *NullableValue[T]) Unset()
type PartialUpdateInstancePayload ¶
type PartialUpdateInstancePayload struct { Acl PartialUpdateInstancePayloadGetAclAttributeType `json:"acl,omitempty"` BackupSchedule PartialUpdateInstancePayloadGetBackupScheduleAttributeType `json:"backupSchedule,omitempty"` FlavorId PartialUpdateInstancePayloadGetFlavorIdAttributeType `json:"flavorId,omitempty"` // Labels field is not certain/clear Labels PartialUpdateInstancePayloadGetLabelsAttributeType `json:"labels,omitempty"` Name PartialUpdateInstancePayloadGetNameAttributeType `json:"name,omitempty"` Options PartialUpdateInstancePayloadGetOptionsAttributeType `json:"options,omitempty"` Replicas PartialUpdateInstancePayloadGetReplicasAttributeType `json:"replicas,omitempty"` Storage PartialUpdateInstancePayloadGetStorageAttributeType `json:"storage,omitempty"` Version PartialUpdateInstancePayloadGetVersionAttributeType `json:"version,omitempty"` }
PartialUpdateInstancePayload struct for PartialUpdateInstancePayload
func NewPartialUpdateInstancePayload ¶ added in v0.16.0
func NewPartialUpdateInstancePayload() *PartialUpdateInstancePayload
NewPartialUpdateInstancePayload instantiates a new PartialUpdateInstancePayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPartialUpdateInstancePayloadWithDefaults ¶ added in v0.16.0
func NewPartialUpdateInstancePayloadWithDefaults() *PartialUpdateInstancePayload
NewPartialUpdateInstancePayloadWithDefaults instantiates a new PartialUpdateInstancePayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PartialUpdateInstancePayload) GetAcl ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetAcl() (res PartialUpdateInstancePayloadGetAclRetType)
GetAcl returns the Acl field value if set, zero value otherwise.
func (*PartialUpdateInstancePayload) GetAclOk ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetAclOk() (ret PartialUpdateInstancePayloadGetAclRetType, ok bool)
GetAclOk returns a tuple with the Acl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PartialUpdateInstancePayload) GetBackupSchedule ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetBackupSchedule() (res PartialUpdateInstancePayloadGetBackupScheduleRetType)
GetBackupSchedule returns the BackupSchedule field value if set, zero value otherwise.
func (*PartialUpdateInstancePayload) GetBackupScheduleOk ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetBackupScheduleOk() (ret PartialUpdateInstancePayloadGetBackupScheduleRetType, ok bool)
GetBackupScheduleOk returns a tuple with the BackupSchedule field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PartialUpdateInstancePayload) GetFlavorId ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetFlavorId() (res PartialUpdateInstancePayloadGetFlavorIdRetType)
GetFlavorId returns the FlavorId field value if set, zero value otherwise.
func (*PartialUpdateInstancePayload) GetFlavorIdOk ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetFlavorIdOk() (ret PartialUpdateInstancePayloadGetFlavorIdRetType, ok bool)
GetFlavorIdOk returns a tuple with the FlavorId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PartialUpdateInstancePayload) GetLabels ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetLabels() (res PartialUpdateInstancePayloadGetLabelsRetType)
GetLabels returns the Labels field value if set, zero value otherwise.
func (*PartialUpdateInstancePayload) GetLabelsOk ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetLabelsOk() (ret PartialUpdateInstancePayloadGetLabelsRetType, ok bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PartialUpdateInstancePayload) GetName ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetName() (res PartialUpdateInstancePayloadGetNameRetType)
GetName returns the Name field value if set, zero value otherwise.
func (*PartialUpdateInstancePayload) GetNameOk ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetNameOk() (ret PartialUpdateInstancePayloadGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PartialUpdateInstancePayload) GetOptions ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetOptions() (res PartialUpdateInstancePayloadGetOptionsRetType)
GetOptions returns the Options field value if set, zero value otherwise.
func (*PartialUpdateInstancePayload) GetOptionsOk ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetOptionsOk() (ret PartialUpdateInstancePayloadGetOptionsRetType, ok bool)
GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PartialUpdateInstancePayload) GetReplicas ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetReplicas() (res PartialUpdateInstancePayloadGetReplicasRetType)
GetReplicas returns the Replicas field value if set, zero value otherwise.
func (*PartialUpdateInstancePayload) GetReplicasOk ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetReplicasOk() (ret PartialUpdateInstancePayloadGetReplicasRetType, ok bool)
GetReplicasOk returns a tuple with the Replicas field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PartialUpdateInstancePayload) GetStorage ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetStorage() (res PartialUpdateInstancePayloadGetStorageRetType)
GetStorage returns the Storage field value if set, zero value otherwise.
func (*PartialUpdateInstancePayload) GetStorageOk ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetStorageOk() (ret PartialUpdateInstancePayloadGetStorageRetType, ok bool)
GetStorageOk returns a tuple with the Storage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PartialUpdateInstancePayload) GetVersion ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetVersion() (res PartialUpdateInstancePayloadGetVersionRetType)
GetVersion returns the Version field value if set, zero value otherwise.
func (*PartialUpdateInstancePayload) GetVersionOk ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetVersionOk() (ret PartialUpdateInstancePayloadGetVersionRetType, ok bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PartialUpdateInstancePayload) HasAcl ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) HasAcl() bool
HasAcl returns a boolean if a field has been set.
func (*PartialUpdateInstancePayload) HasBackupSchedule ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) HasBackupSchedule() bool
HasBackupSchedule returns a boolean if a field has been set.
func (*PartialUpdateInstancePayload) HasFlavorId ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) HasFlavorId() bool
HasFlavorId returns a boolean if a field has been set.
func (*PartialUpdateInstancePayload) HasLabels ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*PartialUpdateInstancePayload) HasName ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) HasName() bool
HasName returns a boolean if a field has been set.
func (*PartialUpdateInstancePayload) HasOptions ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) HasOptions() bool
HasOptions returns a boolean if a field has been set.
func (*PartialUpdateInstancePayload) HasReplicas ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) HasReplicas() bool
HasReplicas returns a boolean if a field has been set.
func (*PartialUpdateInstancePayload) HasStorage ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) HasStorage() bool
HasStorage returns a boolean if a field has been set.
func (*PartialUpdateInstancePayload) HasVersion ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (*PartialUpdateInstancePayload) SetAcl ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) SetAcl(v PartialUpdateInstancePayloadGetAclRetType)
SetAcl gets a reference to the given ACL and assigns it to the Acl field.
func (*PartialUpdateInstancePayload) SetBackupSchedule ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) SetBackupSchedule(v PartialUpdateInstancePayloadGetBackupScheduleRetType)
SetBackupSchedule gets a reference to the given string and assigns it to the BackupSchedule field.
func (*PartialUpdateInstancePayload) SetFlavorId ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) SetFlavorId(v PartialUpdateInstancePayloadGetFlavorIdRetType)
SetFlavorId gets a reference to the given string and assigns it to the FlavorId field.
func (*PartialUpdateInstancePayload) SetLabels ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) SetLabels(v PartialUpdateInstancePayloadGetLabelsRetType)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field.
func (*PartialUpdateInstancePayload) SetName ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) SetName(v PartialUpdateInstancePayloadGetNameRetType)
SetName gets a reference to the given string and assigns it to the Name field.
func (*PartialUpdateInstancePayload) SetOptions ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) SetOptions(v PartialUpdateInstancePayloadGetOptionsRetType)
SetOptions gets a reference to the given map[string]string and assigns it to the Options field.
func (*PartialUpdateInstancePayload) SetReplicas ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) SetReplicas(v PartialUpdateInstancePayloadGetReplicasRetType)
SetReplicas gets a reference to the given int64 and assigns it to the Replicas field.
func (*PartialUpdateInstancePayload) SetStorage ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) SetStorage(v PartialUpdateInstancePayloadGetStorageRetType)
SetStorage gets a reference to the given Storage and assigns it to the Storage field.
func (*PartialUpdateInstancePayload) SetVersion ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) SetVersion(v PartialUpdateInstancePayloadGetVersionRetType)
SetVersion gets a reference to the given string and assigns it to the Version field.
func (PartialUpdateInstancePayload) ToMap ¶ added in v0.16.0
func (o PartialUpdateInstancePayload) ToMap() (map[string]interface{}, error)
type PartialUpdateInstancePayloadGetAclArgType ¶ added in v0.18.1
type PartialUpdateInstancePayloadGetAclArgType = ACL
type PartialUpdateInstancePayloadGetAclAttributeType ¶ added in v0.18.1
type PartialUpdateInstancePayloadGetAclAttributeType = *ACL
isModel
type PartialUpdateInstancePayloadGetAclRetType ¶ added in v0.18.1
type PartialUpdateInstancePayloadGetAclRetType = ACL
type PartialUpdateInstancePayloadGetBackupScheduleArgType ¶ added in v0.18.1
type PartialUpdateInstancePayloadGetBackupScheduleArgType = string
type PartialUpdateInstancePayloadGetBackupScheduleAttributeType ¶ added in v0.18.1
type PartialUpdateInstancePayloadGetBackupScheduleAttributeType = *string
isNotNullableString
type PartialUpdateInstancePayloadGetBackupScheduleRetType ¶ added in v0.18.1
type PartialUpdateInstancePayloadGetBackupScheduleRetType = string
type PartialUpdateInstancePayloadGetFlavorIdArgType ¶ added in v0.18.1
type PartialUpdateInstancePayloadGetFlavorIdArgType = string
type PartialUpdateInstancePayloadGetFlavorIdAttributeType ¶ added in v0.18.1
type PartialUpdateInstancePayloadGetFlavorIdAttributeType = *string
isNotNullableString
type PartialUpdateInstancePayloadGetFlavorIdRetType ¶ added in v0.18.1
type PartialUpdateInstancePayloadGetFlavorIdRetType = string
type PartialUpdateInstancePayloadGetLabelsArgType ¶ added in v0.18.1
type PartialUpdateInstancePayloadGetLabelsAttributeType ¶ added in v0.18.1
isContainer
type PartialUpdateInstancePayloadGetLabelsRetType ¶ added in v0.18.1
type PartialUpdateInstancePayloadGetNameArgType ¶ added in v0.18.1
type PartialUpdateInstancePayloadGetNameArgType = string
type PartialUpdateInstancePayloadGetNameAttributeType ¶ added in v0.18.1
type PartialUpdateInstancePayloadGetNameAttributeType = *string
isNotNullableString
type PartialUpdateInstancePayloadGetNameRetType ¶ added in v0.18.1
type PartialUpdateInstancePayloadGetNameRetType = string
type PartialUpdateInstancePayloadGetOptionsArgType ¶ added in v0.18.1
type PartialUpdateInstancePayloadGetOptionsAttributeType ¶ added in v0.18.1
isContainer
type PartialUpdateInstancePayloadGetOptionsRetType ¶ added in v0.18.1
type PartialUpdateInstancePayloadGetReplicasArgType ¶ added in v0.18.1
type PartialUpdateInstancePayloadGetReplicasArgType = int64
type PartialUpdateInstancePayloadGetReplicasAttributeType ¶ added in v0.18.1
type PartialUpdateInstancePayloadGetReplicasAttributeType = *int64
isInteger
type PartialUpdateInstancePayloadGetReplicasRetType ¶ added in v0.18.1
type PartialUpdateInstancePayloadGetReplicasRetType = int64
type PartialUpdateInstancePayloadGetStorageArgType ¶ added in v0.18.1
type PartialUpdateInstancePayloadGetStorageArgType = Storage
type PartialUpdateInstancePayloadGetStorageAttributeType ¶ added in v0.18.1
type PartialUpdateInstancePayloadGetStorageAttributeType = *Storage
isModel
type PartialUpdateInstancePayloadGetStorageRetType ¶ added in v0.18.1
type PartialUpdateInstancePayloadGetStorageRetType = Storage
type PartialUpdateInstancePayloadGetVersionArgType ¶ added in v0.18.1
type PartialUpdateInstancePayloadGetVersionArgType = string
type PartialUpdateInstancePayloadGetVersionAttributeType ¶ added in v0.18.1
type PartialUpdateInstancePayloadGetVersionAttributeType = *string
isNotNullableString
type PartialUpdateInstancePayloadGetVersionRetType ¶ added in v0.18.1
type PartialUpdateInstancePayloadGetVersionRetType = string
type PartialUpdateUserPayload ¶
type PartialUpdateUserPayload struct { Database PartialUpdateUserPayloadGetDatabaseAttributeType `json:"database,omitempty"` Roles PartialUpdateUserPayloadGetRolesAttributeType `json:"roles,omitempty"` }
PartialUpdateUserPayload struct for PartialUpdateUserPayload
func NewPartialUpdateUserPayload ¶ added in v0.16.0
func NewPartialUpdateUserPayload() *PartialUpdateUserPayload
NewPartialUpdateUserPayload instantiates a new PartialUpdateUserPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPartialUpdateUserPayloadWithDefaults ¶ added in v0.16.0
func NewPartialUpdateUserPayloadWithDefaults() *PartialUpdateUserPayload
NewPartialUpdateUserPayloadWithDefaults instantiates a new PartialUpdateUserPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PartialUpdateUserPayload) GetDatabase ¶ added in v0.16.0
func (o *PartialUpdateUserPayload) GetDatabase() (res PartialUpdateUserPayloadGetDatabaseRetType)
GetDatabase returns the Database field value if set, zero value otherwise.
func (*PartialUpdateUserPayload) GetDatabaseOk ¶ added in v0.16.0
func (o *PartialUpdateUserPayload) GetDatabaseOk() (ret PartialUpdateUserPayloadGetDatabaseRetType, ok bool)
GetDatabaseOk returns a tuple with the Database field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PartialUpdateUserPayload) GetRoles ¶ added in v0.16.0
func (o *PartialUpdateUserPayload) GetRoles() (res PartialUpdateUserPayloadGetRolesRetType)
GetRoles returns the Roles field value if set, zero value otherwise.
func (*PartialUpdateUserPayload) GetRolesOk ¶ added in v0.16.0
func (o *PartialUpdateUserPayload) GetRolesOk() (ret PartialUpdateUserPayloadGetRolesRetType, ok bool)
GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PartialUpdateUserPayload) HasDatabase ¶ added in v0.16.0
func (o *PartialUpdateUserPayload) HasDatabase() bool
HasDatabase returns a boolean if a field has been set.
func (*PartialUpdateUserPayload) HasRoles ¶ added in v0.16.0
func (o *PartialUpdateUserPayload) HasRoles() bool
HasRoles returns a boolean if a field has been set.
func (*PartialUpdateUserPayload) SetDatabase ¶ added in v0.16.0
func (o *PartialUpdateUserPayload) SetDatabase(v PartialUpdateUserPayloadGetDatabaseRetType)
SetDatabase gets a reference to the given string and assigns it to the Database field.
func (*PartialUpdateUserPayload) SetRoles ¶ added in v0.16.0
func (o *PartialUpdateUserPayload) SetRoles(v PartialUpdateUserPayloadGetRolesRetType)
SetRoles gets a reference to the given []string and assigns it to the Roles field.
func (PartialUpdateUserPayload) ToMap ¶ added in v0.16.0
func (o PartialUpdateUserPayload) ToMap() (map[string]interface{}, error)
type PartialUpdateUserPayloadGetDatabaseArgType ¶ added in v0.18.1
type PartialUpdateUserPayloadGetDatabaseArgType = string
type PartialUpdateUserPayloadGetDatabaseAttributeType ¶ added in v0.18.1
type PartialUpdateUserPayloadGetDatabaseAttributeType = *string
isNotNullableString
type PartialUpdateUserPayloadGetDatabaseRetType ¶ added in v0.18.1
type PartialUpdateUserPayloadGetDatabaseRetType = string
type PartialUpdateUserPayloadGetRolesArgType ¶ added in v0.18.1
type PartialUpdateUserPayloadGetRolesArgType = []string
type PartialUpdateUserPayloadGetRolesAttributeType ¶ added in v0.18.1
type PartialUpdateUserPayloadGetRolesAttributeType = *[]string
isArray
type PartialUpdateUserPayloadGetRolesRetType ¶ added in v0.18.1
type PartialUpdateUserPayloadGetRolesRetType = []string
type RestoreInstancePayload ¶
type RestoreInstancePayload struct { // REQUIRED BackupId RestoreInstancePayloadGetBackupIdAttributeType `json:"backupId"` // REQUIRED InstanceId RestoreInstancePayloadGetInstanceIdAttributeType `json:"instanceId"` }
RestoreInstancePayload struct for RestoreInstancePayload
func NewRestoreInstancePayload ¶ added in v0.16.0
func NewRestoreInstancePayload(backupId RestoreInstancePayloadGetBackupIdArgType, instanceId RestoreInstancePayloadGetInstanceIdArgType) *RestoreInstancePayload
NewRestoreInstancePayload instantiates a new RestoreInstancePayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRestoreInstancePayloadWithDefaults ¶ added in v0.16.0
func NewRestoreInstancePayloadWithDefaults() *RestoreInstancePayload
NewRestoreInstancePayloadWithDefaults instantiates a new RestoreInstancePayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RestoreInstancePayload) GetBackupId ¶ added in v0.16.0
func (o *RestoreInstancePayload) GetBackupId() (ret RestoreInstancePayloadGetBackupIdRetType)
GetBackupId returns the BackupId field value
func (*RestoreInstancePayload) GetBackupIdOk ¶ added in v0.16.0
func (o *RestoreInstancePayload) GetBackupIdOk() (ret RestoreInstancePayloadGetBackupIdRetType, ok bool)
GetBackupIdOk returns a tuple with the BackupId field value and a boolean to check if the value has been set.
func (*RestoreInstancePayload) GetInstanceId ¶ added in v0.16.0
func (o *RestoreInstancePayload) GetInstanceId() (ret RestoreInstancePayloadGetInstanceIdRetType)
GetInstanceId returns the InstanceId field value
func (*RestoreInstancePayload) GetInstanceIdOk ¶ added in v0.16.0
func (o *RestoreInstancePayload) GetInstanceIdOk() (ret RestoreInstancePayloadGetInstanceIdRetType, ok bool)
GetInstanceIdOk returns a tuple with the InstanceId field value and a boolean to check if the value has been set.
func (*RestoreInstancePayload) SetBackupId ¶ added in v0.16.0
func (o *RestoreInstancePayload) SetBackupId(v RestoreInstancePayloadGetBackupIdRetType)
SetBackupId sets field value
func (*RestoreInstancePayload) SetInstanceId ¶ added in v0.16.0
func (o *RestoreInstancePayload) SetInstanceId(v RestoreInstancePayloadGetInstanceIdRetType)
SetInstanceId sets field value
func (RestoreInstancePayload) ToMap ¶ added in v0.16.0
func (o RestoreInstancePayload) ToMap() (map[string]interface{}, error)
type RestoreInstancePayloadGetBackupIdArgType ¶ added in v0.18.1
type RestoreInstancePayloadGetBackupIdArgType = string
type RestoreInstancePayloadGetBackupIdAttributeType ¶ added in v0.18.1
type RestoreInstancePayloadGetBackupIdAttributeType = *string
isNotNullableString
type RestoreInstancePayloadGetBackupIdRetType ¶ added in v0.18.1
type RestoreInstancePayloadGetBackupIdRetType = string
type RestoreInstancePayloadGetInstanceIdArgType ¶ added in v0.18.1
type RestoreInstancePayloadGetInstanceIdArgType = string
type RestoreInstancePayloadGetInstanceIdAttributeType ¶ added in v0.18.1
type RestoreInstancePayloadGetInstanceIdAttributeType = *string
isNotNullableString
type RestoreInstancePayloadGetInstanceIdRetType ¶ added in v0.18.1
type RestoreInstancePayloadGetInstanceIdRetType = string
type RestoreInstanceResponse ¶
type RestoreInstanceResponse struct {
Item RestoreInstanceResponseGetItemAttributeType `json:"item,omitempty"`
}
RestoreInstanceResponse struct for RestoreInstanceResponse
func NewRestoreInstanceResponse ¶ added in v0.16.0
func NewRestoreInstanceResponse() *RestoreInstanceResponse
NewRestoreInstanceResponse instantiates a new RestoreInstanceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRestoreInstanceResponseWithDefaults ¶ added in v0.16.0
func NewRestoreInstanceResponseWithDefaults() *RestoreInstanceResponse
NewRestoreInstanceResponseWithDefaults instantiates a new RestoreInstanceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RestoreInstanceResponse) GetItem ¶ added in v0.16.0
func (o *RestoreInstanceResponse) GetItem() (res RestoreInstanceResponseGetItemRetType)
GetItem returns the Item field value if set, zero value otherwise.
func (*RestoreInstanceResponse) GetItemOk ¶ added in v0.16.0
func (o *RestoreInstanceResponse) GetItemOk() (ret RestoreInstanceResponseGetItemRetType, ok bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RestoreInstanceResponse) HasItem ¶ added in v0.16.0
func (o *RestoreInstanceResponse) HasItem() bool
HasItem returns a boolean if a field has been set.
func (*RestoreInstanceResponse) SetItem ¶ added in v0.16.0
func (o *RestoreInstanceResponse) SetItem(v RestoreInstanceResponseGetItemRetType)
SetItem gets a reference to the given RestoreInstanceStatus and assigns it to the Item field.
func (RestoreInstanceResponse) ToMap ¶ added in v0.16.0
func (o RestoreInstanceResponse) ToMap() (map[string]interface{}, error)
type RestoreInstanceResponseGetItemArgType ¶ added in v0.18.1
type RestoreInstanceResponseGetItemArgType = RestoreInstanceStatus
type RestoreInstanceResponseGetItemAttributeType ¶ added in v0.18.1
type RestoreInstanceResponseGetItemAttributeType = *RestoreInstanceStatus
isModel
type RestoreInstanceResponseGetItemRetType ¶ added in v0.18.1
type RestoreInstanceResponseGetItemRetType = RestoreInstanceStatus
type RestoreInstanceStatus ¶
type RestoreInstanceStatus struct { BackupID RestoreInstanceStatusGetBackupIDAttributeType `json:"backupID,omitempty"` Date RestoreInstanceStatusGetDateAttributeType `json:"date,omitempty"` Id RestoreInstanceStatusGetIdAttributeType `json:"id,omitempty"` InstanceId RestoreInstanceStatusGetInstanceIdAttributeType `json:"instanceId,omitempty"` Status RestoreInstanceStatusGetStatusAttributeType `json:"status,omitempty"` }
RestoreInstanceStatus struct for RestoreInstanceStatus
func NewRestoreInstanceStatus ¶ added in v0.16.0
func NewRestoreInstanceStatus() *RestoreInstanceStatus
NewRestoreInstanceStatus instantiates a new RestoreInstanceStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRestoreInstanceStatusWithDefaults ¶ added in v0.16.0
func NewRestoreInstanceStatusWithDefaults() *RestoreInstanceStatus
NewRestoreInstanceStatusWithDefaults instantiates a new RestoreInstanceStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RestoreInstanceStatus) GetBackupID ¶ added in v0.16.0
func (o *RestoreInstanceStatus) GetBackupID() (res RestoreInstanceStatusGetBackupIDRetType)
GetBackupID returns the BackupID field value if set, zero value otherwise.
func (*RestoreInstanceStatus) GetBackupIDOk ¶ added in v0.16.0
func (o *RestoreInstanceStatus) GetBackupIDOk() (ret RestoreInstanceStatusGetBackupIDRetType, ok bool)
GetBackupIDOk returns a tuple with the BackupID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RestoreInstanceStatus) GetDate ¶ added in v0.16.0
func (o *RestoreInstanceStatus) GetDate() (res RestoreInstanceStatusGetDateRetType)
GetDate returns the Date field value if set, zero value otherwise.
func (*RestoreInstanceStatus) GetDateOk ¶ added in v0.16.0
func (o *RestoreInstanceStatus) GetDateOk() (ret RestoreInstanceStatusGetDateRetType, ok bool)
GetDateOk returns a tuple with the Date field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RestoreInstanceStatus) GetId ¶ added in v0.16.0
func (o *RestoreInstanceStatus) GetId() (res RestoreInstanceStatusGetIdRetType)
GetId returns the Id field value if set, zero value otherwise.
func (*RestoreInstanceStatus) GetIdOk ¶ added in v0.16.0
func (o *RestoreInstanceStatus) GetIdOk() (ret RestoreInstanceStatusGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RestoreInstanceStatus) GetInstanceId ¶ added in v0.16.0
func (o *RestoreInstanceStatus) GetInstanceId() (res RestoreInstanceStatusGetInstanceIdRetType)
GetInstanceId returns the InstanceId field value if set, zero value otherwise.
func (*RestoreInstanceStatus) GetInstanceIdOk ¶ added in v0.16.0
func (o *RestoreInstanceStatus) GetInstanceIdOk() (ret RestoreInstanceStatusGetInstanceIdRetType, ok bool)
GetInstanceIdOk returns a tuple with the InstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RestoreInstanceStatus) GetStatus ¶ added in v0.16.0
func (o *RestoreInstanceStatus) GetStatus() (res RestoreInstanceStatusGetStatusRetType)
GetStatus returns the Status field value if set, zero value otherwise.
func (*RestoreInstanceStatus) GetStatusOk ¶ added in v0.16.0
func (o *RestoreInstanceStatus) GetStatusOk() (ret RestoreInstanceStatusGetStatusRetType, ok bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RestoreInstanceStatus) HasBackupID ¶ added in v0.16.0
func (o *RestoreInstanceStatus) HasBackupID() bool
HasBackupID returns a boolean if a field has been set.
func (*RestoreInstanceStatus) HasDate ¶ added in v0.16.0
func (o *RestoreInstanceStatus) HasDate() bool
HasDate returns a boolean if a field has been set.
func (*RestoreInstanceStatus) HasId ¶ added in v0.16.0
func (o *RestoreInstanceStatus) HasId() bool
HasId returns a boolean if a field has been set.
func (*RestoreInstanceStatus) HasInstanceId ¶ added in v0.16.0
func (o *RestoreInstanceStatus) HasInstanceId() bool
HasInstanceId returns a boolean if a field has been set.
func (*RestoreInstanceStatus) HasStatus ¶ added in v0.16.0
func (o *RestoreInstanceStatus) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*RestoreInstanceStatus) SetBackupID ¶ added in v0.16.0
func (o *RestoreInstanceStatus) SetBackupID(v RestoreInstanceStatusGetBackupIDRetType)
SetBackupID gets a reference to the given string and assigns it to the BackupID field.
func (*RestoreInstanceStatus) SetDate ¶ added in v0.16.0
func (o *RestoreInstanceStatus) SetDate(v RestoreInstanceStatusGetDateRetType)
SetDate gets a reference to the given string and assigns it to the Date field.
func (*RestoreInstanceStatus) SetId ¶ added in v0.16.0
func (o *RestoreInstanceStatus) SetId(v RestoreInstanceStatusGetIdRetType)
SetId gets a reference to the given string and assigns it to the Id field.
func (*RestoreInstanceStatus) SetInstanceId ¶ added in v0.16.0
func (o *RestoreInstanceStatus) SetInstanceId(v RestoreInstanceStatusGetInstanceIdRetType)
SetInstanceId gets a reference to the given string and assigns it to the InstanceId field.
func (*RestoreInstanceStatus) SetStatus ¶ added in v0.16.0
func (o *RestoreInstanceStatus) SetStatus(v RestoreInstanceStatusGetStatusRetType)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (RestoreInstanceStatus) ToMap ¶ added in v0.16.0
func (o RestoreInstanceStatus) ToMap() (map[string]interface{}, error)
type RestoreInstanceStatusGetBackupIDArgType ¶ added in v0.18.1
type RestoreInstanceStatusGetBackupIDArgType = string
type RestoreInstanceStatusGetBackupIDAttributeType ¶ added in v0.18.1
type RestoreInstanceStatusGetBackupIDAttributeType = *string
isNotNullableString
type RestoreInstanceStatusGetBackupIDRetType ¶ added in v0.18.1
type RestoreInstanceStatusGetBackupIDRetType = string
type RestoreInstanceStatusGetDateArgType ¶ added in v0.18.1
type RestoreInstanceStatusGetDateArgType = string
type RestoreInstanceStatusGetDateAttributeType ¶ added in v0.18.1
type RestoreInstanceStatusGetDateAttributeType = *string
isNotNullableString
type RestoreInstanceStatusGetDateRetType ¶ added in v0.18.1
type RestoreInstanceStatusGetDateRetType = string
type RestoreInstanceStatusGetIdArgType ¶ added in v0.18.1
type RestoreInstanceStatusGetIdArgType = string
type RestoreInstanceStatusGetIdAttributeType ¶ added in v0.18.1
type RestoreInstanceStatusGetIdAttributeType = *string
isNotNullableString
type RestoreInstanceStatusGetIdRetType ¶ added in v0.18.1
type RestoreInstanceStatusGetIdRetType = string
type RestoreInstanceStatusGetInstanceIdArgType ¶ added in v0.18.1
type RestoreInstanceStatusGetInstanceIdArgType = string
type RestoreInstanceStatusGetInstanceIdAttributeType ¶ added in v0.18.1
type RestoreInstanceStatusGetInstanceIdAttributeType = *string
isNotNullableString
type RestoreInstanceStatusGetInstanceIdRetType ¶ added in v0.18.1
type RestoreInstanceStatusGetInstanceIdRetType = string
type RestoreInstanceStatusGetStatusArgType ¶ added in v0.18.1
type RestoreInstanceStatusGetStatusArgType = string
type RestoreInstanceStatusGetStatusAttributeType ¶ added in v0.18.1
type RestoreInstanceStatusGetStatusAttributeType = *string
isNotNullableString
type RestoreInstanceStatusGetStatusRetType ¶ added in v0.18.1
type RestoreInstanceStatusGetStatusRetType = string
type Shape ¶ added in v0.15.0
type Shape struct { // Average duration in milliseconds for the queries examined that match this shape. AvgMs ShapeGetAvgMsAttributeType `json:"avgMs,omitempty"` // Number of queries examined that match this shape. Count ShapeGetCountAttributeType `json:"count,omitempty"` // Unique id for this shape. Exists only for the duration of the API request. Id ShapeGetIdAttributeType `json:"id,omitempty"` // Average number of documents read for every document returned by the query. InefficiencyScore ShapeGetInefficiencyScoreAttributeType `json:"inefficiencyScore,omitempty"` // The namespace in which the slow query ran. Namespace ShapeGetNamespaceAttributeType `json:"namespace,omitempty"` // It represents documents with specific information and log lines for individual queries. Operations ShapeGetOperationsAttributeType `json:"operations,omitempty"` }
Shape struct for Shape
func NewShape ¶ added in v0.16.0
func NewShape() *Shape
NewShape instantiates a new Shape object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewShapeWithDefaults ¶ added in v0.16.0
func NewShapeWithDefaults() *Shape
NewShapeWithDefaults instantiates a new Shape object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Shape) GetAvgMs ¶ added in v0.16.0
func (o *Shape) GetAvgMs() (res ShapeGetAvgMsRetType)
GetAvgMs returns the AvgMs field value if set, zero value otherwise.
func (*Shape) GetAvgMsOk ¶ added in v0.16.0
func (o *Shape) GetAvgMsOk() (ret ShapeGetAvgMsRetType, ok bool)
GetAvgMsOk returns a tuple with the AvgMs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Shape) GetCount ¶ added in v0.16.0
func (o *Shape) GetCount() (res ShapeGetCountRetType)
GetCount returns the Count field value if set, zero value otherwise.
func (*Shape) GetCountOk ¶ added in v0.16.0
func (o *Shape) GetCountOk() (ret ShapeGetCountRetType, ok bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Shape) GetId ¶ added in v0.16.0
func (o *Shape) GetId() (res ShapeGetIdRetType)
GetId returns the Id field value if set, zero value otherwise.
func (*Shape) GetIdOk ¶ added in v0.16.0
func (o *Shape) GetIdOk() (ret ShapeGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Shape) GetInefficiencyScore ¶ added in v0.16.0
func (o *Shape) GetInefficiencyScore() (res ShapeGetInefficiencyScoreRetType)
GetInefficiencyScore returns the InefficiencyScore field value if set, zero value otherwise.
func (*Shape) GetInefficiencyScoreOk ¶ added in v0.16.0
func (o *Shape) GetInefficiencyScoreOk() (ret ShapeGetInefficiencyScoreRetType, ok bool)
GetInefficiencyScoreOk returns a tuple with the InefficiencyScore field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Shape) GetNamespace ¶ added in v0.16.0
func (o *Shape) GetNamespace() (res ShapeGetNamespaceRetType)
GetNamespace returns the Namespace field value if set, zero value otherwise.
func (*Shape) GetNamespaceOk ¶ added in v0.16.0
func (o *Shape) GetNamespaceOk() (ret ShapeGetNamespaceRetType, ok bool)
GetNamespaceOk returns a tuple with the Namespace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Shape) GetOperations ¶ added in v0.16.0
func (o *Shape) GetOperations() (res ShapeGetOperationsRetType)
GetOperations returns the Operations field value if set, zero value otherwise.
func (*Shape) GetOperationsOk ¶ added in v0.16.0
func (o *Shape) GetOperationsOk() (ret ShapeGetOperationsRetType, ok bool)
GetOperationsOk returns a tuple with the Operations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Shape) HasInefficiencyScore ¶ added in v0.16.0
HasInefficiencyScore returns a boolean if a field has been set.
func (*Shape) HasNamespace ¶ added in v0.16.0
HasNamespace returns a boolean if a field has been set.
func (*Shape) HasOperations ¶ added in v0.16.0
HasOperations returns a boolean if a field has been set.
func (*Shape) SetAvgMs ¶ added in v0.16.0
func (o *Shape) SetAvgMs(v ShapeGetAvgMsRetType)
SetAvgMs gets a reference to the given float64 and assigns it to the AvgMs field.
func (*Shape) SetCount ¶ added in v0.16.0
func (o *Shape) SetCount(v ShapeGetCountRetType)
SetCount gets a reference to the given int64 and assigns it to the Count field.
func (*Shape) SetId ¶ added in v0.16.0
func (o *Shape) SetId(v ShapeGetIdRetType)
SetId gets a reference to the given string and assigns it to the Id field.
func (*Shape) SetInefficiencyScore ¶ added in v0.16.0
func (o *Shape) SetInefficiencyScore(v ShapeGetInefficiencyScoreRetType)
SetInefficiencyScore gets a reference to the given int64 and assigns it to the InefficiencyScore field.
func (*Shape) SetNamespace ¶ added in v0.16.0
func (o *Shape) SetNamespace(v ShapeGetNamespaceRetType)
SetNamespace gets a reference to the given string and assigns it to the Namespace field.
func (*Shape) SetOperations ¶ added in v0.16.0
func (o *Shape) SetOperations(v ShapeGetOperationsRetType)
SetOperations gets a reference to the given []MongodbatlasOperation and assigns it to the Operations field.
type ShapeGetAvgMsArgType ¶ added in v0.18.1
type ShapeGetAvgMsArgType = float64
type ShapeGetAvgMsAttributeType ¶ added in v0.18.1
type ShapeGetAvgMsAttributeType = *float64
isNumber
type ShapeGetAvgMsRetType ¶ added in v0.18.1
type ShapeGetAvgMsRetType = float64
type ShapeGetCountArgType ¶ added in v0.18.1
type ShapeGetCountArgType = int64
type ShapeGetCountAttributeType ¶ added in v0.18.1
type ShapeGetCountAttributeType = *int64
isInteger
type ShapeGetCountRetType ¶ added in v0.18.1
type ShapeGetCountRetType = int64
type ShapeGetIdArgType ¶ added in v0.18.1
type ShapeGetIdArgType = string
type ShapeGetIdAttributeType ¶ added in v0.18.1
type ShapeGetIdAttributeType = *string
isNotNullableString
type ShapeGetIdRetType ¶ added in v0.18.1
type ShapeGetIdRetType = string
type ShapeGetInefficiencyScoreArgType ¶ added in v0.18.1
type ShapeGetInefficiencyScoreArgType = int64
type ShapeGetInefficiencyScoreAttributeType ¶ added in v0.18.1
type ShapeGetInefficiencyScoreAttributeType = *int64
isInteger
type ShapeGetInefficiencyScoreRetType ¶ added in v0.18.1
type ShapeGetInefficiencyScoreRetType = int64
type ShapeGetNamespaceArgType ¶ added in v0.18.1
type ShapeGetNamespaceArgType = string
type ShapeGetNamespaceAttributeType ¶ added in v0.18.1
type ShapeGetNamespaceAttributeType = *string
isNotNullableString
type ShapeGetNamespaceRetType ¶ added in v0.18.1
type ShapeGetNamespaceRetType = string
type ShapeGetOperationsArgType ¶ added in v0.18.1
type ShapeGetOperationsArgType = []MongodbatlasOperation
type ShapeGetOperationsAttributeType ¶ added in v0.18.1
type ShapeGetOperationsAttributeType = *[]MongodbatlasOperation
isArray
type ShapeGetOperationsRetType ¶ added in v0.18.1
type ShapeGetOperationsRetType = []MongodbatlasOperation
type SlowQuery ¶ added in v0.15.0
type SlowQuery struct { // The raw log line pertaining to the slow query. Line SlowQueryGetLineAttributeType `json:"line,omitempty"` // The namespace in which the slow query ran. Namespace SlowQueryGetNamespaceAttributeType `json:"namespace,omitempty"` }
SlowQuery struct for SlowQuery
func NewSlowQuery ¶ added in v0.16.0
func NewSlowQuery() *SlowQuery
NewSlowQuery instantiates a new SlowQuery object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSlowQueryWithDefaults ¶ added in v0.16.0
func NewSlowQueryWithDefaults() *SlowQuery
NewSlowQueryWithDefaults instantiates a new SlowQuery object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SlowQuery) GetLine ¶ added in v0.16.0
func (o *SlowQuery) GetLine() (res SlowQueryGetLineRetType)
GetLine returns the Line field value if set, zero value otherwise.
func (*SlowQuery) GetLineOk ¶ added in v0.16.0
func (o *SlowQuery) GetLineOk() (ret SlowQueryGetLineRetType, ok bool)
GetLineOk returns a tuple with the Line field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SlowQuery) GetNamespace ¶ added in v0.16.0
func (o *SlowQuery) GetNamespace() (res SlowQueryGetNamespaceRetType)
GetNamespace returns the Namespace field value if set, zero value otherwise.
func (*SlowQuery) GetNamespaceOk ¶ added in v0.16.0
func (o *SlowQuery) GetNamespaceOk() (ret SlowQueryGetNamespaceRetType, ok bool)
GetNamespaceOk returns a tuple with the Namespace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SlowQuery) HasNamespace ¶ added in v0.16.0
HasNamespace returns a boolean if a field has been set.
func (*SlowQuery) SetLine ¶ added in v0.16.0
func (o *SlowQuery) SetLine(v SlowQueryGetLineRetType)
SetLine gets a reference to the given string and assigns it to the Line field.
func (*SlowQuery) SetNamespace ¶ added in v0.16.0
func (o *SlowQuery) SetNamespace(v SlowQueryGetNamespaceRetType)
SetNamespace gets a reference to the given string and assigns it to the Namespace field.
type SlowQueryGetLineArgType ¶ added in v0.18.1
type SlowQueryGetLineArgType = string
type SlowQueryGetLineAttributeType ¶ added in v0.18.1
type SlowQueryGetLineAttributeType = *string
isNotNullableString
type SlowQueryGetLineRetType ¶ added in v0.18.1
type SlowQueryGetLineRetType = string
type SlowQueryGetNamespaceArgType ¶ added in v0.18.1
type SlowQueryGetNamespaceArgType = string
type SlowQueryGetNamespaceAttributeType ¶ added in v0.18.1
type SlowQueryGetNamespaceAttributeType = *string
isNotNullableString
type SlowQueryGetNamespaceRetType ¶ added in v0.18.1
type SlowQueryGetNamespaceRetType = string
type Storage ¶
type Storage struct { Class StorageGetClassAttributeType `json:"class,omitempty"` Size StorageGetSizeAttributeType `json:"size,omitempty"` }
Storage struct for Storage
func NewStorage ¶ added in v0.16.0
func NewStorage() *Storage
NewStorage instantiates a new Storage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStorageWithDefaults ¶ added in v0.16.0
func NewStorageWithDefaults() *Storage
NewStorageWithDefaults instantiates a new Storage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Storage) GetClass ¶ added in v0.16.0
func (o *Storage) GetClass() (res StorageGetClassRetType)
GetClass returns the Class field value if set, zero value otherwise.
func (*Storage) GetClassOk ¶ added in v0.16.0
func (o *Storage) GetClassOk() (ret StorageGetClassRetType, ok bool)
GetClassOk returns a tuple with the Class field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Storage) GetSize ¶ added in v0.16.0
func (o *Storage) GetSize() (res StorageGetSizeRetType)
GetSize returns the Size field value if set, zero value otherwise.
func (*Storage) GetSizeOk ¶ added in v0.16.0
func (o *Storage) GetSizeOk() (ret StorageGetSizeRetType, ok bool)
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Storage) SetClass ¶ added in v0.16.0
func (o *Storage) SetClass(v StorageGetClassRetType)
SetClass gets a reference to the given string and assigns it to the Class field.
func (*Storage) SetSize ¶ added in v0.16.0
func (o *Storage) SetSize(v StorageGetSizeRetType)
SetSize gets a reference to the given int64 and assigns it to the Size field.
type StorageGetClassArgType ¶ added in v0.18.1
type StorageGetClassArgType = string
type StorageGetClassAttributeType ¶ added in v0.18.1
type StorageGetClassAttributeType = *string
isNotNullableString
type StorageGetClassRetType ¶ added in v0.18.1
type StorageGetClassRetType = string
type StorageGetSizeArgType ¶ added in v0.18.1
type StorageGetSizeArgType = int64
type StorageGetSizeAttributeType ¶ added in v0.18.1
type StorageGetSizeAttributeType = *int64
isInteger
type StorageGetSizeRetType ¶ added in v0.18.1
type StorageGetSizeRetType = int64
type StorageRange ¶
type StorageRange struct { Max StorageRangeGetMaxAttributeType `json:"max,omitempty"` Min StorageRangeGetMinAttributeType `json:"min,omitempty"` }
StorageRange struct for StorageRange
func NewStorageRange ¶ added in v0.16.0
func NewStorageRange() *StorageRange
NewStorageRange instantiates a new StorageRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStorageRangeWithDefaults ¶ added in v0.16.0
func NewStorageRangeWithDefaults() *StorageRange
NewStorageRangeWithDefaults instantiates a new StorageRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StorageRange) GetMax ¶ added in v0.16.0
func (o *StorageRange) GetMax() (res StorageRangeGetMaxRetType)
GetMax returns the Max field value if set, zero value otherwise.
func (*StorageRange) GetMaxOk ¶ added in v0.16.0
func (o *StorageRange) GetMaxOk() (ret StorageRangeGetMaxRetType, ok bool)
GetMaxOk returns a tuple with the Max field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageRange) GetMin ¶ added in v0.16.0
func (o *StorageRange) GetMin() (res StorageRangeGetMinRetType)
GetMin returns the Min field value if set, zero value otherwise.
func (*StorageRange) GetMinOk ¶ added in v0.16.0
func (o *StorageRange) GetMinOk() (ret StorageRangeGetMinRetType, ok bool)
GetMinOk returns a tuple with the Min field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageRange) HasMax ¶ added in v0.16.0
func (o *StorageRange) HasMax() bool
HasMax returns a boolean if a field has been set.
func (*StorageRange) HasMin ¶ added in v0.16.0
func (o *StorageRange) HasMin() bool
HasMin returns a boolean if a field has been set.
func (*StorageRange) SetMax ¶ added in v0.16.0
func (o *StorageRange) SetMax(v StorageRangeGetMaxRetType)
SetMax gets a reference to the given int64 and assigns it to the Max field.
func (*StorageRange) SetMin ¶ added in v0.16.0
func (o *StorageRange) SetMin(v StorageRangeGetMinRetType)
SetMin gets a reference to the given int64 and assigns it to the Min field.
func (StorageRange) ToMap ¶ added in v0.16.0
func (o StorageRange) ToMap() (map[string]interface{}, error)
type StorageRangeGetMaxArgType ¶ added in v0.18.1
type StorageRangeGetMaxArgType = int64
type StorageRangeGetMaxAttributeType ¶ added in v0.18.1
type StorageRangeGetMaxAttributeType = *int64
isInteger
type StorageRangeGetMaxRetType ¶ added in v0.18.1
type StorageRangeGetMaxRetType = int64
type StorageRangeGetMinArgType ¶ added in v0.18.1
type StorageRangeGetMinArgType = int64
type StorageRangeGetMinAttributeType ¶ added in v0.18.1
type StorageRangeGetMinAttributeType = *int64
isInteger
type StorageRangeGetMinRetType ¶ added in v0.18.1
type StorageRangeGetMinRetType = int64
type SuggestedIndex ¶ added in v0.15.0
type SuggestedIndex struct { // Unique id for this suggested index. Id SuggestedIndexGetIdAttributeType `json:"id,omitempty"` // List of unique identifiers which correspond the query shapes in this response which pertain to this suggested index. Impact SuggestedIndexGetImpactAttributeType `json:"impact,omitempty"` // Array of documents that specifies a key in the index and its sort order, ascending or descending. Index SuggestedIndexGetIndexAttributeType `json:"index,omitempty"` // Namespace of the suggested index. Namespace SuggestedIndexGetNamespaceAttributeType `json:"namespace,omitempty"` // Estimated percentage performance improvement that the suggested index would provide. Weight SuggestedIndexGetWeightAttributeType `json:"weight,omitempty"` }
SuggestedIndex struct for SuggestedIndex
func NewSuggestedIndex ¶ added in v0.16.0
func NewSuggestedIndex() *SuggestedIndex
NewSuggestedIndex instantiates a new SuggestedIndex object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSuggestedIndexWithDefaults ¶ added in v0.16.0
func NewSuggestedIndexWithDefaults() *SuggestedIndex
NewSuggestedIndexWithDefaults instantiates a new SuggestedIndex object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SuggestedIndex) GetId ¶ added in v0.16.0
func (o *SuggestedIndex) GetId() (res SuggestedIndexGetIdRetType)
GetId returns the Id field value if set, zero value otherwise.
func (*SuggestedIndex) GetIdOk ¶ added in v0.16.0
func (o *SuggestedIndex) GetIdOk() (ret SuggestedIndexGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuggestedIndex) GetImpact ¶ added in v0.16.0
func (o *SuggestedIndex) GetImpact() (res SuggestedIndexGetImpactRetType)
GetImpact returns the Impact field value if set, zero value otherwise.
func (*SuggestedIndex) GetImpactOk ¶ added in v0.16.0
func (o *SuggestedIndex) GetImpactOk() (ret SuggestedIndexGetImpactRetType, ok bool)
GetImpactOk returns a tuple with the Impact field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuggestedIndex) GetIndex ¶ added in v0.16.0
func (o *SuggestedIndex) GetIndex() (res SuggestedIndexGetIndexRetType)
GetIndex returns the Index field value if set, zero value otherwise.
func (*SuggestedIndex) GetIndexOk ¶ added in v0.16.0
func (o *SuggestedIndex) GetIndexOk() (ret SuggestedIndexGetIndexRetType, ok bool)
GetIndexOk returns a tuple with the Index field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuggestedIndex) GetNamespace ¶ added in v0.16.0
func (o *SuggestedIndex) GetNamespace() (res SuggestedIndexGetNamespaceRetType)
GetNamespace returns the Namespace field value if set, zero value otherwise.
func (*SuggestedIndex) GetNamespaceOk ¶ added in v0.16.0
func (o *SuggestedIndex) GetNamespaceOk() (ret SuggestedIndexGetNamespaceRetType, ok bool)
GetNamespaceOk returns a tuple with the Namespace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuggestedIndex) GetWeight ¶ added in v0.16.0
func (o *SuggestedIndex) GetWeight() (res SuggestedIndexGetWeightRetType)
GetWeight returns the Weight field value if set, zero value otherwise.
func (*SuggestedIndex) GetWeightOk ¶ added in v0.16.0
func (o *SuggestedIndex) GetWeightOk() (ret SuggestedIndexGetWeightRetType, ok bool)
GetWeightOk returns a tuple with the Weight field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuggestedIndex) HasId ¶ added in v0.16.0
func (o *SuggestedIndex) HasId() bool
HasId returns a boolean if a field has been set.
func (*SuggestedIndex) HasImpact ¶ added in v0.16.0
func (o *SuggestedIndex) HasImpact() bool
HasImpact returns a boolean if a field has been set.
func (*SuggestedIndex) HasIndex ¶ added in v0.16.0
func (o *SuggestedIndex) HasIndex() bool
HasIndex returns a boolean if a field has been set.
func (*SuggestedIndex) HasNamespace ¶ added in v0.16.0
func (o *SuggestedIndex) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (*SuggestedIndex) HasWeight ¶ added in v0.16.0
func (o *SuggestedIndex) HasWeight() bool
HasWeight returns a boolean if a field has been set.
func (*SuggestedIndex) SetId ¶ added in v0.16.0
func (o *SuggestedIndex) SetId(v SuggestedIndexGetIdRetType)
SetId gets a reference to the given string and assigns it to the Id field.
func (*SuggestedIndex) SetImpact ¶ added in v0.16.0
func (o *SuggestedIndex) SetImpact(v SuggestedIndexGetImpactRetType)
SetImpact gets a reference to the given []string and assigns it to the Impact field.
func (*SuggestedIndex) SetIndex ¶ added in v0.16.0
func (o *SuggestedIndex) SetIndex(v SuggestedIndexGetIndexRetType)
SetIndex gets a reference to the given []map[string]int32 and assigns it to the Index field.
func (*SuggestedIndex) SetNamespace ¶ added in v0.16.0
func (o *SuggestedIndex) SetNamespace(v SuggestedIndexGetNamespaceRetType)
SetNamespace gets a reference to the given string and assigns it to the Namespace field.
func (*SuggestedIndex) SetWeight ¶ added in v0.16.0
func (o *SuggestedIndex) SetWeight(v SuggestedIndexGetWeightRetType)
SetWeight gets a reference to the given float64 and assigns it to the Weight field.
func (SuggestedIndex) ToMap ¶ added in v0.16.0
func (o SuggestedIndex) ToMap() (map[string]interface{}, error)
type SuggestedIndexGetIdArgType ¶ added in v0.18.1
type SuggestedIndexGetIdArgType = string
type SuggestedIndexGetIdAttributeType ¶ added in v0.18.1
type SuggestedIndexGetIdAttributeType = *string
isNotNullableString
type SuggestedIndexGetIdRetType ¶ added in v0.18.1
type SuggestedIndexGetIdRetType = string
type SuggestedIndexGetImpactArgType ¶ added in v0.18.1
type SuggestedIndexGetImpactArgType = []string
type SuggestedIndexGetImpactAttributeType ¶ added in v0.18.1
type SuggestedIndexGetImpactAttributeType = *[]string
isArray
type SuggestedIndexGetImpactRetType ¶ added in v0.18.1
type SuggestedIndexGetImpactRetType = []string
type SuggestedIndexGetIndexArgType ¶ added in v0.18.1
type SuggestedIndexGetIndexAttributeType ¶ added in v0.18.1
isArray
type SuggestedIndexGetIndexRetType ¶ added in v0.18.1
type SuggestedIndexGetNamespaceArgType ¶ added in v0.18.1
type SuggestedIndexGetNamespaceArgType = string
type SuggestedIndexGetNamespaceAttributeType ¶ added in v0.18.1
type SuggestedIndexGetNamespaceAttributeType = *string
isNotNullableString
type SuggestedIndexGetNamespaceRetType ¶ added in v0.18.1
type SuggestedIndexGetNamespaceRetType = string
type SuggestedIndexGetWeightArgType ¶ added in v0.18.1
type SuggestedIndexGetWeightArgType = float64
type SuggestedIndexGetWeightAttributeType ¶ added in v0.18.1
type SuggestedIndexGetWeightAttributeType = *float64
isNumber
type SuggestedIndexGetWeightRetType ¶ added in v0.18.1
type SuggestedIndexGetWeightRetType = float64
type UpdateBackupSchedulePayload ¶
type UpdateBackupSchedulePayload struct { BackupSchedule UpdateBackupSchedulePayloadGetBackupScheduleAttributeType `json:"backupSchedule,omitempty"` DailySnapshotRetentionDays UpdateBackupSchedulePayloadGetDailySnapshotRetentionDaysAttributeType `json:"dailySnapshotRetentionDays,omitempty"` MonthlySnapshotRetentionMonths UpdateBackupSchedulePayloadGetMonthlySnapshotRetentionMonthsAttributeType `json:"monthlySnapshotRetentionMonths,omitempty"` PointInTimeWindowHours UpdateBackupSchedulePayloadGetPointInTimeWindowHoursAttributeType `json:"pointInTimeWindowHours,omitempty"` SnapshotRetentionDays UpdateBackupSchedulePayloadGetSnapshotRetentionDaysAttributeType `json:"snapshotRetentionDays,omitempty"` WeeklySnapshotRetentionWeeks UpdateBackupSchedulePayloadGetWeeklySnapshotRetentionWeeksAttributeType `json:"weeklySnapshotRetentionWeeks,omitempty"` }
UpdateBackupSchedulePayload struct for UpdateBackupSchedulePayload
func NewUpdateBackupSchedulePayload ¶ added in v0.16.0
func NewUpdateBackupSchedulePayload() *UpdateBackupSchedulePayload
NewUpdateBackupSchedulePayload instantiates a new UpdateBackupSchedulePayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateBackupSchedulePayloadWithDefaults ¶ added in v0.16.0
func NewUpdateBackupSchedulePayloadWithDefaults() *UpdateBackupSchedulePayload
NewUpdateBackupSchedulePayloadWithDefaults instantiates a new UpdateBackupSchedulePayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateBackupSchedulePayload) GetBackupSchedule ¶ added in v0.16.0
func (o *UpdateBackupSchedulePayload) GetBackupSchedule() (res UpdateBackupSchedulePayloadGetBackupScheduleRetType)
GetBackupSchedule returns the BackupSchedule field value if set, zero value otherwise.
func (*UpdateBackupSchedulePayload) GetBackupScheduleOk ¶ added in v0.16.0
func (o *UpdateBackupSchedulePayload) GetBackupScheduleOk() (ret UpdateBackupSchedulePayloadGetBackupScheduleRetType, ok bool)
GetBackupScheduleOk returns a tuple with the BackupSchedule field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateBackupSchedulePayload) GetDailySnapshotRetentionDays ¶ added in v0.16.0
func (o *UpdateBackupSchedulePayload) GetDailySnapshotRetentionDays() (res UpdateBackupSchedulePayloadGetDailySnapshotRetentionDaysRetType)
GetDailySnapshotRetentionDays returns the DailySnapshotRetentionDays field value if set, zero value otherwise.
func (*UpdateBackupSchedulePayload) GetDailySnapshotRetentionDaysOk ¶ added in v0.16.0
func (o *UpdateBackupSchedulePayload) GetDailySnapshotRetentionDaysOk() (ret UpdateBackupSchedulePayloadGetDailySnapshotRetentionDaysRetType, ok bool)
GetDailySnapshotRetentionDaysOk returns a tuple with the DailySnapshotRetentionDays field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateBackupSchedulePayload) GetMonthlySnapshotRetentionMonths ¶ added in v0.16.0
func (o *UpdateBackupSchedulePayload) GetMonthlySnapshotRetentionMonths() (res UpdateBackupSchedulePayloadGetMonthlySnapshotRetentionMonthsRetType)
GetMonthlySnapshotRetentionMonths returns the MonthlySnapshotRetentionMonths field value if set, zero value otherwise.
func (*UpdateBackupSchedulePayload) GetMonthlySnapshotRetentionMonthsOk ¶ added in v0.16.0
func (o *UpdateBackupSchedulePayload) GetMonthlySnapshotRetentionMonthsOk() (ret UpdateBackupSchedulePayloadGetMonthlySnapshotRetentionMonthsRetType, ok bool)
GetMonthlySnapshotRetentionMonthsOk returns a tuple with the MonthlySnapshotRetentionMonths field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateBackupSchedulePayload) GetPointInTimeWindowHours ¶ added in v0.16.0
func (o *UpdateBackupSchedulePayload) GetPointInTimeWindowHours() (res UpdateBackupSchedulePayloadGetPointInTimeWindowHoursRetType)
GetPointInTimeWindowHours returns the PointInTimeWindowHours field value if set, zero value otherwise.
func (*UpdateBackupSchedulePayload) GetPointInTimeWindowHoursOk ¶ added in v0.16.0
func (o *UpdateBackupSchedulePayload) GetPointInTimeWindowHoursOk() (ret UpdateBackupSchedulePayloadGetPointInTimeWindowHoursRetType, ok bool)
GetPointInTimeWindowHoursOk returns a tuple with the PointInTimeWindowHours field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateBackupSchedulePayload) GetSnapshotRetentionDays ¶ added in v0.16.0
func (o *UpdateBackupSchedulePayload) GetSnapshotRetentionDays() (res UpdateBackupSchedulePayloadGetSnapshotRetentionDaysRetType)
GetSnapshotRetentionDays returns the SnapshotRetentionDays field value if set, zero value otherwise.
func (*UpdateBackupSchedulePayload) GetSnapshotRetentionDaysOk ¶ added in v0.16.0
func (o *UpdateBackupSchedulePayload) GetSnapshotRetentionDaysOk() (ret UpdateBackupSchedulePayloadGetSnapshotRetentionDaysRetType, ok bool)
GetSnapshotRetentionDaysOk returns a tuple with the SnapshotRetentionDays field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateBackupSchedulePayload) GetWeeklySnapshotRetentionWeeks ¶ added in v0.16.0
func (o *UpdateBackupSchedulePayload) GetWeeklySnapshotRetentionWeeks() (res UpdateBackupSchedulePayloadGetWeeklySnapshotRetentionWeeksRetType)
GetWeeklySnapshotRetentionWeeks returns the WeeklySnapshotRetentionWeeks field value if set, zero value otherwise.
func (*UpdateBackupSchedulePayload) GetWeeklySnapshotRetentionWeeksOk ¶ added in v0.16.0
func (o *UpdateBackupSchedulePayload) GetWeeklySnapshotRetentionWeeksOk() (ret UpdateBackupSchedulePayloadGetWeeklySnapshotRetentionWeeksRetType, ok bool)
GetWeeklySnapshotRetentionWeeksOk returns a tuple with the WeeklySnapshotRetentionWeeks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateBackupSchedulePayload) HasBackupSchedule ¶ added in v0.16.0
func (o *UpdateBackupSchedulePayload) HasBackupSchedule() bool
HasBackupSchedule returns a boolean if a field has been set.
func (*UpdateBackupSchedulePayload) HasDailySnapshotRetentionDays ¶ added in v0.16.0
func (o *UpdateBackupSchedulePayload) HasDailySnapshotRetentionDays() bool
HasDailySnapshotRetentionDays returns a boolean if a field has been set.
func (*UpdateBackupSchedulePayload) HasMonthlySnapshotRetentionMonths ¶ added in v0.16.0
func (o *UpdateBackupSchedulePayload) HasMonthlySnapshotRetentionMonths() bool
HasMonthlySnapshotRetentionMonths returns a boolean if a field has been set.
func (*UpdateBackupSchedulePayload) HasPointInTimeWindowHours ¶ added in v0.16.0
func (o *UpdateBackupSchedulePayload) HasPointInTimeWindowHours() bool
HasPointInTimeWindowHours returns a boolean if a field has been set.
func (*UpdateBackupSchedulePayload) HasSnapshotRetentionDays ¶ added in v0.16.0
func (o *UpdateBackupSchedulePayload) HasSnapshotRetentionDays() bool
HasSnapshotRetentionDays returns a boolean if a field has been set.
func (*UpdateBackupSchedulePayload) HasWeeklySnapshotRetentionWeeks ¶ added in v0.16.0
func (o *UpdateBackupSchedulePayload) HasWeeklySnapshotRetentionWeeks() bool
HasWeeklySnapshotRetentionWeeks returns a boolean if a field has been set.
func (*UpdateBackupSchedulePayload) SetBackupSchedule ¶ added in v0.16.0
func (o *UpdateBackupSchedulePayload) SetBackupSchedule(v UpdateBackupSchedulePayloadGetBackupScheduleRetType)
SetBackupSchedule gets a reference to the given string and assigns it to the BackupSchedule field.
func (*UpdateBackupSchedulePayload) SetDailySnapshotRetentionDays ¶ added in v0.16.0
func (o *UpdateBackupSchedulePayload) SetDailySnapshotRetentionDays(v UpdateBackupSchedulePayloadGetDailySnapshotRetentionDaysRetType)
SetDailySnapshotRetentionDays gets a reference to the given int64 and assigns it to the DailySnapshotRetentionDays field.
func (*UpdateBackupSchedulePayload) SetMonthlySnapshotRetentionMonths ¶ added in v0.16.0
func (o *UpdateBackupSchedulePayload) SetMonthlySnapshotRetentionMonths(v UpdateBackupSchedulePayloadGetMonthlySnapshotRetentionMonthsRetType)
SetMonthlySnapshotRetentionMonths gets a reference to the given int64 and assigns it to the MonthlySnapshotRetentionMonths field.
func (*UpdateBackupSchedulePayload) SetPointInTimeWindowHours ¶ added in v0.16.0
func (o *UpdateBackupSchedulePayload) SetPointInTimeWindowHours(v UpdateBackupSchedulePayloadGetPointInTimeWindowHoursRetType)
SetPointInTimeWindowHours gets a reference to the given int64 and assigns it to the PointInTimeWindowHours field.
func (*UpdateBackupSchedulePayload) SetSnapshotRetentionDays ¶ added in v0.16.0
func (o *UpdateBackupSchedulePayload) SetSnapshotRetentionDays(v UpdateBackupSchedulePayloadGetSnapshotRetentionDaysRetType)
SetSnapshotRetentionDays gets a reference to the given int64 and assigns it to the SnapshotRetentionDays field.
func (*UpdateBackupSchedulePayload) SetWeeklySnapshotRetentionWeeks ¶ added in v0.16.0
func (o *UpdateBackupSchedulePayload) SetWeeklySnapshotRetentionWeeks(v UpdateBackupSchedulePayloadGetWeeklySnapshotRetentionWeeksRetType)
SetWeeklySnapshotRetentionWeeks gets a reference to the given int64 and assigns it to the WeeklySnapshotRetentionWeeks field.
func (UpdateBackupSchedulePayload) ToMap ¶ added in v0.16.0
func (o UpdateBackupSchedulePayload) ToMap() (map[string]interface{}, error)
type UpdateBackupSchedulePayloadGetBackupScheduleArgType ¶ added in v0.18.1
type UpdateBackupSchedulePayloadGetBackupScheduleArgType = string
type UpdateBackupSchedulePayloadGetBackupScheduleAttributeType ¶ added in v0.18.1
type UpdateBackupSchedulePayloadGetBackupScheduleAttributeType = *string
isNotNullableString
type UpdateBackupSchedulePayloadGetBackupScheduleRetType ¶ added in v0.18.1
type UpdateBackupSchedulePayloadGetBackupScheduleRetType = string
type UpdateBackupSchedulePayloadGetDailySnapshotRetentionDaysArgType ¶ added in v0.18.1
type UpdateBackupSchedulePayloadGetDailySnapshotRetentionDaysArgType = int64
type UpdateBackupSchedulePayloadGetDailySnapshotRetentionDaysAttributeType ¶ added in v0.18.1
type UpdateBackupSchedulePayloadGetDailySnapshotRetentionDaysAttributeType = *int64
isInteger
type UpdateBackupSchedulePayloadGetDailySnapshotRetentionDaysRetType ¶ added in v0.18.1
type UpdateBackupSchedulePayloadGetDailySnapshotRetentionDaysRetType = int64
type UpdateBackupSchedulePayloadGetMonthlySnapshotRetentionMonthsArgType ¶ added in v0.18.1
type UpdateBackupSchedulePayloadGetMonthlySnapshotRetentionMonthsArgType = int64
type UpdateBackupSchedulePayloadGetMonthlySnapshotRetentionMonthsAttributeType ¶ added in v0.18.1
type UpdateBackupSchedulePayloadGetMonthlySnapshotRetentionMonthsAttributeType = *int64
isInteger
type UpdateBackupSchedulePayloadGetMonthlySnapshotRetentionMonthsRetType ¶ added in v0.18.1
type UpdateBackupSchedulePayloadGetMonthlySnapshotRetentionMonthsRetType = int64
type UpdateBackupSchedulePayloadGetPointInTimeWindowHoursArgType ¶ added in v0.18.1
type UpdateBackupSchedulePayloadGetPointInTimeWindowHoursArgType = int64
type UpdateBackupSchedulePayloadGetPointInTimeWindowHoursAttributeType ¶ added in v0.18.1
type UpdateBackupSchedulePayloadGetPointInTimeWindowHoursAttributeType = *int64
isInteger
type UpdateBackupSchedulePayloadGetPointInTimeWindowHoursRetType ¶ added in v0.18.1
type UpdateBackupSchedulePayloadGetPointInTimeWindowHoursRetType = int64
type UpdateBackupSchedulePayloadGetSnapshotRetentionDaysArgType ¶ added in v0.18.1
type UpdateBackupSchedulePayloadGetSnapshotRetentionDaysArgType = int64
type UpdateBackupSchedulePayloadGetSnapshotRetentionDaysAttributeType ¶ added in v0.18.1
type UpdateBackupSchedulePayloadGetSnapshotRetentionDaysAttributeType = *int64
isInteger
type UpdateBackupSchedulePayloadGetSnapshotRetentionDaysRetType ¶ added in v0.18.1
type UpdateBackupSchedulePayloadGetSnapshotRetentionDaysRetType = int64
type UpdateBackupSchedulePayloadGetWeeklySnapshotRetentionWeeksArgType ¶ added in v0.18.1
type UpdateBackupSchedulePayloadGetWeeklySnapshotRetentionWeeksArgType = int64
type UpdateBackupSchedulePayloadGetWeeklySnapshotRetentionWeeksAttributeType ¶ added in v0.18.1
type UpdateBackupSchedulePayloadGetWeeklySnapshotRetentionWeeksAttributeType = *int64
isInteger
type UpdateBackupSchedulePayloadGetWeeklySnapshotRetentionWeeksRetType ¶ added in v0.18.1
type UpdateBackupSchedulePayloadGetWeeklySnapshotRetentionWeeksRetType = int64
type UpdateInstancePayload ¶
type UpdateInstancePayload struct { // REQUIRED Acl UpdateInstancePayloadGetAclAttributeType `json:"acl"` // REQUIRED BackupSchedule UpdateInstancePayloadGetBackupScheduleAttributeType `json:"backupSchedule"` // REQUIRED FlavorId UpdateInstancePayloadGetFlavorIdAttributeType `json:"flavorId"` // Labels field is not certain/clear Labels UpdateInstancePayloadGetLabelsAttributeType `json:"labels,omitempty"` // REQUIRED Name UpdateInstancePayloadGetNameAttributeType `json:"name"` // REQUIRED Options UpdateInstancePayloadGetOptionsAttributeType `json:"options"` // REQUIRED Replicas UpdateInstancePayloadGetReplicasAttributeType `json:"replicas"` // REQUIRED Storage UpdateInstancePayloadGetStorageAttributeType `json:"storage"` // REQUIRED Version UpdateInstancePayloadGetVersionAttributeType `json:"version"` }
UpdateInstancePayload struct for UpdateInstancePayload
func NewUpdateInstancePayload ¶ added in v0.16.0
func NewUpdateInstancePayload(acl UpdateInstancePayloadGetAclArgType, backupSchedule UpdateInstancePayloadGetBackupScheduleArgType, flavorId UpdateInstancePayloadGetFlavorIdArgType, name UpdateInstancePayloadGetNameArgType, options UpdateInstancePayloadGetOptionsArgType, replicas UpdateInstancePayloadGetReplicasArgType, storage UpdateInstancePayloadGetStorageArgType, version UpdateInstancePayloadGetVersionArgType) *UpdateInstancePayload
NewUpdateInstancePayload instantiates a new UpdateInstancePayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateInstancePayloadWithDefaults ¶ added in v0.16.0
func NewUpdateInstancePayloadWithDefaults() *UpdateInstancePayload
NewUpdateInstancePayloadWithDefaults instantiates a new UpdateInstancePayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateInstancePayload) GetAcl ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetAcl() (ret UpdateInstancePayloadGetAclRetType)
GetAcl returns the Acl field value
func (*UpdateInstancePayload) GetAclOk ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetAclOk() (ret UpdateInstancePayloadGetAclRetType, ok bool)
GetAclOk returns a tuple with the Acl field value and a boolean to check if the value has been set.
func (*UpdateInstancePayload) GetBackupSchedule ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetBackupSchedule() (ret UpdateInstancePayloadGetBackupScheduleRetType)
GetBackupSchedule returns the BackupSchedule field value
func (*UpdateInstancePayload) GetBackupScheduleOk ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetBackupScheduleOk() (ret UpdateInstancePayloadGetBackupScheduleRetType, ok bool)
GetBackupScheduleOk returns a tuple with the BackupSchedule field value and a boolean to check if the value has been set.
func (*UpdateInstancePayload) GetFlavorId ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetFlavorId() (ret UpdateInstancePayloadGetFlavorIdRetType)
GetFlavorId returns the FlavorId field value
func (*UpdateInstancePayload) GetFlavorIdOk ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetFlavorIdOk() (ret UpdateInstancePayloadGetFlavorIdRetType, ok bool)
GetFlavorIdOk returns a tuple with the FlavorId field value and a boolean to check if the value has been set.
func (*UpdateInstancePayload) GetLabels ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetLabels() (res UpdateInstancePayloadGetLabelsRetType)
GetLabels returns the Labels field value if set, zero value otherwise.
func (*UpdateInstancePayload) GetLabelsOk ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetLabelsOk() (ret UpdateInstancePayloadGetLabelsRetType, ok bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateInstancePayload) GetName ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetName() (ret UpdateInstancePayloadGetNameRetType)
GetName returns the Name field value
func (*UpdateInstancePayload) GetNameOk ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetNameOk() (ret UpdateInstancePayloadGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*UpdateInstancePayload) GetOptions ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetOptions() (ret UpdateInstancePayloadGetOptionsRetType)
GetOptions returns the Options field value
func (*UpdateInstancePayload) GetOptionsOk ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetOptionsOk() (ret UpdateInstancePayloadGetOptionsRetType, ok bool)
GetOptionsOk returns a tuple with the Options field value and a boolean to check if the value has been set.
func (*UpdateInstancePayload) GetReplicas ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetReplicas() (ret UpdateInstancePayloadGetReplicasRetType)
GetReplicas returns the Replicas field value
func (*UpdateInstancePayload) GetReplicasOk ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetReplicasOk() (ret UpdateInstancePayloadGetReplicasRetType, ok bool)
GetReplicasOk returns a tuple with the Replicas field value and a boolean to check if the value has been set.
func (*UpdateInstancePayload) GetStorage ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetStorage() (ret UpdateInstancePayloadGetStorageRetType)
GetStorage returns the Storage field value
func (*UpdateInstancePayload) GetStorageOk ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetStorageOk() (ret UpdateInstancePayloadGetStorageRetType, ok bool)
GetStorageOk returns a tuple with the Storage field value and a boolean to check if the value has been set.
func (*UpdateInstancePayload) GetVersion ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetVersion() (ret UpdateInstancePayloadGetVersionRetType)
GetVersion returns the Version field value
func (*UpdateInstancePayload) GetVersionOk ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetVersionOk() (ret UpdateInstancePayloadGetVersionRetType, ok bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (*UpdateInstancePayload) HasLabels ¶ added in v0.16.0
func (o *UpdateInstancePayload) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*UpdateInstancePayload) SetAcl ¶ added in v0.16.0
func (o *UpdateInstancePayload) SetAcl(v UpdateInstancePayloadGetAclRetType)
SetAcl sets field value
func (*UpdateInstancePayload) SetBackupSchedule ¶ added in v0.16.0
func (o *UpdateInstancePayload) SetBackupSchedule(v UpdateInstancePayloadGetBackupScheduleRetType)
SetBackupSchedule sets field value
func (*UpdateInstancePayload) SetFlavorId ¶ added in v0.16.0
func (o *UpdateInstancePayload) SetFlavorId(v UpdateInstancePayloadGetFlavorIdRetType)
SetFlavorId sets field value
func (*UpdateInstancePayload) SetLabels ¶ added in v0.16.0
func (o *UpdateInstancePayload) SetLabels(v UpdateInstancePayloadGetLabelsRetType)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field.
func (*UpdateInstancePayload) SetName ¶ added in v0.16.0
func (o *UpdateInstancePayload) SetName(v UpdateInstancePayloadGetNameRetType)
SetName sets field value
func (*UpdateInstancePayload) SetOptions ¶ added in v0.16.0
func (o *UpdateInstancePayload) SetOptions(v UpdateInstancePayloadGetOptionsRetType)
SetOptions sets field value
func (*UpdateInstancePayload) SetReplicas ¶ added in v0.16.0
func (o *UpdateInstancePayload) SetReplicas(v UpdateInstancePayloadGetReplicasRetType)
SetReplicas sets field value
func (*UpdateInstancePayload) SetStorage ¶ added in v0.16.0
func (o *UpdateInstancePayload) SetStorage(v UpdateInstancePayloadGetStorageRetType)
SetStorage sets field value
func (*UpdateInstancePayload) SetVersion ¶ added in v0.16.0
func (o *UpdateInstancePayload) SetVersion(v UpdateInstancePayloadGetVersionRetType)
SetVersion sets field value
func (UpdateInstancePayload) ToMap ¶ added in v0.16.0
func (o UpdateInstancePayload) ToMap() (map[string]interface{}, error)
type UpdateInstancePayloadGetAclArgType ¶ added in v0.18.1
type UpdateInstancePayloadGetAclArgType = ACL
type UpdateInstancePayloadGetAclAttributeType ¶ added in v0.18.1
type UpdateInstancePayloadGetAclAttributeType = *ACL
isModel
type UpdateInstancePayloadGetAclRetType ¶ added in v0.18.1
type UpdateInstancePayloadGetAclRetType = ACL
type UpdateInstancePayloadGetBackupScheduleArgType ¶ added in v0.18.1
type UpdateInstancePayloadGetBackupScheduleArgType = string
type UpdateInstancePayloadGetBackupScheduleAttributeType ¶ added in v0.18.1
type UpdateInstancePayloadGetBackupScheduleAttributeType = *string
isNotNullableString
type UpdateInstancePayloadGetBackupScheduleRetType ¶ added in v0.18.1
type UpdateInstancePayloadGetBackupScheduleRetType = string
type UpdateInstancePayloadGetFlavorIdArgType ¶ added in v0.18.1
type UpdateInstancePayloadGetFlavorIdArgType = string
type UpdateInstancePayloadGetFlavorIdAttributeType ¶ added in v0.18.1
type UpdateInstancePayloadGetFlavorIdAttributeType = *string
isNotNullableString
type UpdateInstancePayloadGetFlavorIdRetType ¶ added in v0.18.1
type UpdateInstancePayloadGetFlavorIdRetType = string
type UpdateInstancePayloadGetLabelsArgType ¶ added in v0.18.1
type UpdateInstancePayloadGetLabelsAttributeType ¶ added in v0.18.1
isContainer
type UpdateInstancePayloadGetLabelsRetType ¶ added in v0.18.1
type UpdateInstancePayloadGetNameArgType ¶ added in v0.18.1
type UpdateInstancePayloadGetNameArgType = string
type UpdateInstancePayloadGetNameAttributeType ¶ added in v0.18.1
type UpdateInstancePayloadGetNameAttributeType = *string
isNotNullableString
type UpdateInstancePayloadGetNameRetType ¶ added in v0.18.1
type UpdateInstancePayloadGetNameRetType = string
type UpdateInstancePayloadGetOptionsArgType ¶ added in v0.18.1
type UpdateInstancePayloadGetOptionsAttributeType ¶ added in v0.18.1
isContainer
type UpdateInstancePayloadGetOptionsRetType ¶ added in v0.18.1
type UpdateInstancePayloadGetReplicasArgType ¶ added in v0.18.1
type UpdateInstancePayloadGetReplicasArgType = int64
type UpdateInstancePayloadGetReplicasAttributeType ¶ added in v0.18.1
type UpdateInstancePayloadGetReplicasAttributeType = *int64
isInteger
type UpdateInstancePayloadGetReplicasRetType ¶ added in v0.18.1
type UpdateInstancePayloadGetReplicasRetType = int64
type UpdateInstancePayloadGetStorageArgType ¶ added in v0.18.1
type UpdateInstancePayloadGetStorageArgType = Storage
type UpdateInstancePayloadGetStorageAttributeType ¶ added in v0.18.1
type UpdateInstancePayloadGetStorageAttributeType = *Storage
isModel
type UpdateInstancePayloadGetStorageRetType ¶ added in v0.18.1
type UpdateInstancePayloadGetStorageRetType = Storage
type UpdateInstancePayloadGetVersionArgType ¶ added in v0.18.1
type UpdateInstancePayloadGetVersionArgType = string
type UpdateInstancePayloadGetVersionAttributeType ¶ added in v0.18.1
type UpdateInstancePayloadGetVersionAttributeType = *string
isNotNullableString
type UpdateInstancePayloadGetVersionRetType ¶ added in v0.18.1
type UpdateInstancePayloadGetVersionRetType = string
type UpdateInstanceResponse ¶
type UpdateInstanceResponse struct {
Item UpdateInstanceResponseGetItemAttributeType `json:"item,omitempty"`
}
UpdateInstanceResponse struct for UpdateInstanceResponse
func NewUpdateInstanceResponse ¶ added in v0.16.0
func NewUpdateInstanceResponse() *UpdateInstanceResponse
NewUpdateInstanceResponse instantiates a new UpdateInstanceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateInstanceResponseWithDefaults ¶ added in v0.16.0
func NewUpdateInstanceResponseWithDefaults() *UpdateInstanceResponse
NewUpdateInstanceResponseWithDefaults instantiates a new UpdateInstanceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateInstanceResponse) GetItem ¶ added in v0.16.0
func (o *UpdateInstanceResponse) GetItem() (res UpdateInstanceResponseGetItemRetType)
GetItem returns the Item field value if set, zero value otherwise.
func (*UpdateInstanceResponse) GetItemOk ¶ added in v0.16.0
func (o *UpdateInstanceResponse) GetItemOk() (ret UpdateInstanceResponseGetItemRetType, ok bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateInstanceResponse) HasItem ¶ added in v0.16.0
func (o *UpdateInstanceResponse) HasItem() bool
HasItem returns a boolean if a field has been set.
func (*UpdateInstanceResponse) SetItem ¶ added in v0.16.0
func (o *UpdateInstanceResponse) SetItem(v UpdateInstanceResponseGetItemRetType)
SetItem gets a reference to the given Instance and assigns it to the Item field.
func (UpdateInstanceResponse) ToMap ¶ added in v0.16.0
func (o UpdateInstanceResponse) ToMap() (map[string]interface{}, error)
type UpdateInstanceResponseGetItemArgType ¶ added in v0.18.1
type UpdateInstanceResponseGetItemArgType = Instance
type UpdateInstanceResponseGetItemAttributeType ¶ added in v0.18.1
type UpdateInstanceResponseGetItemAttributeType = *Instance
isModel
type UpdateInstanceResponseGetItemRetType ¶ added in v0.18.1
type UpdateInstanceResponseGetItemRetType = Instance
type UpdateUserPayload ¶
type UpdateUserPayload struct { // REQUIRED Database UpdateUserPayloadGetDatabaseAttributeType `json:"database"` // REQUIRED Roles UpdateUserPayloadGetRolesAttributeType `json:"roles"` }
UpdateUserPayload struct for UpdateUserPayload
func NewUpdateUserPayload ¶ added in v0.16.0
func NewUpdateUserPayload(database UpdateUserPayloadGetDatabaseArgType, roles UpdateUserPayloadGetRolesArgType) *UpdateUserPayload
NewUpdateUserPayload instantiates a new UpdateUserPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateUserPayloadWithDefaults ¶ added in v0.16.0
func NewUpdateUserPayloadWithDefaults() *UpdateUserPayload
NewUpdateUserPayloadWithDefaults instantiates a new UpdateUserPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateUserPayload) GetDatabase ¶ added in v0.16.0
func (o *UpdateUserPayload) GetDatabase() (ret UpdateUserPayloadGetDatabaseRetType)
GetDatabase returns the Database field value
func (*UpdateUserPayload) GetDatabaseOk ¶ added in v0.16.0
func (o *UpdateUserPayload) GetDatabaseOk() (ret UpdateUserPayloadGetDatabaseRetType, ok bool)
GetDatabaseOk returns a tuple with the Database field value and a boolean to check if the value has been set.
func (*UpdateUserPayload) GetRoles ¶ added in v0.16.0
func (o *UpdateUserPayload) GetRoles() (ret UpdateUserPayloadGetRolesRetType)
GetRoles returns the Roles field value
func (*UpdateUserPayload) GetRolesOk ¶ added in v0.16.0
func (o *UpdateUserPayload) GetRolesOk() (ret UpdateUserPayloadGetRolesRetType, ok bool)
GetRolesOk returns a tuple with the Roles field value and a boolean to check if the value has been set.
func (*UpdateUserPayload) SetDatabase ¶ added in v0.16.0
func (o *UpdateUserPayload) SetDatabase(v UpdateUserPayloadGetDatabaseRetType)
SetDatabase sets field value
func (*UpdateUserPayload) SetRoles ¶ added in v0.16.0
func (o *UpdateUserPayload) SetRoles(v UpdateUserPayloadGetRolesRetType)
SetRoles sets field value
func (UpdateUserPayload) ToMap ¶ added in v0.16.0
func (o UpdateUserPayload) ToMap() (map[string]interface{}, error)
type UpdateUserPayloadGetDatabaseArgType ¶ added in v0.18.1
type UpdateUserPayloadGetDatabaseArgType = string
type UpdateUserPayloadGetDatabaseAttributeType ¶ added in v0.18.1
type UpdateUserPayloadGetDatabaseAttributeType = *string
isNotNullableString
type UpdateUserPayloadGetDatabaseRetType ¶ added in v0.18.1
type UpdateUserPayloadGetDatabaseRetType = string
type UpdateUserPayloadGetRolesArgType ¶ added in v0.18.1
type UpdateUserPayloadGetRolesArgType = []string
type UpdateUserPayloadGetRolesAttributeType ¶ added in v0.18.1
type UpdateUserPayloadGetRolesAttributeType = *[]string
isArray
type UpdateUserPayloadGetRolesRetType ¶ added in v0.18.1
type UpdateUserPayloadGetRolesRetType = []string
type User ¶
type User struct { Database UserGetDatabaseAttributeType `json:"database,omitempty"` Host UserGetHostAttributeType `json:"host,omitempty"` Id UserGetIdAttributeType `json:"id,omitempty"` Password UserGetPasswordAttributeType `json:"password,omitempty"` Port UserGetPortAttributeType `json:"port,omitempty"` Roles UserGetRolesAttributeType `json:"roles,omitempty"` Uri UserGetUriAttributeType `json:"uri,omitempty"` Username UserGetUsernameAttributeType `json:"username,omitempty"` }
User struct for User
func NewUser ¶ added in v0.16.0
func NewUser() *User
NewUser instantiates a new User object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserWithDefaults ¶ added in v0.16.0
func NewUserWithDefaults() *User
NewUserWithDefaults instantiates a new User object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*User) GetDatabase ¶ added in v0.16.0
func (o *User) GetDatabase() (res UserGetDatabaseRetType)
GetDatabase returns the Database field value if set, zero value otherwise.
func (*User) GetDatabaseOk ¶ added in v0.16.0
func (o *User) GetDatabaseOk() (ret UserGetDatabaseRetType, ok bool)
GetDatabaseOk returns a tuple with the Database field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetHost ¶ added in v0.16.0
func (o *User) GetHost() (res UserGetHostRetType)
GetHost returns the Host field value if set, zero value otherwise.
func (*User) GetHostOk ¶ added in v0.16.0
func (o *User) GetHostOk() (ret UserGetHostRetType, ok bool)
GetHostOk returns a tuple with the Host field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetId ¶ added in v0.16.0
func (o *User) GetId() (res UserGetIdRetType)
GetId returns the Id field value if set, zero value otherwise.
func (*User) GetIdOk ¶ added in v0.16.0
func (o *User) GetIdOk() (ret UserGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetPassword ¶ added in v0.16.0
func (o *User) GetPassword() (res UserGetPasswordRetType)
GetPassword returns the Password field value if set, zero value otherwise.
func (*User) GetPasswordOk ¶ added in v0.16.0
func (o *User) GetPasswordOk() (ret UserGetPasswordRetType, ok bool)
GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetPort ¶ added in v0.16.0
func (o *User) GetPort() (res UserGetPortRetType)
GetPort returns the Port field value if set, zero value otherwise.
func (*User) GetPortOk ¶ added in v0.16.0
func (o *User) GetPortOk() (ret UserGetPortRetType, ok bool)
GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetRoles ¶ added in v0.16.0
func (o *User) GetRoles() (res UserGetRolesRetType)
GetRoles returns the Roles field value if set, zero value otherwise.
func (*User) GetRolesOk ¶ added in v0.16.0
func (o *User) GetRolesOk() (ret UserGetRolesRetType, ok bool)
GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetUri ¶ added in v0.16.0
func (o *User) GetUri() (res UserGetUriRetType)
GetUri returns the Uri field value if set, zero value otherwise.
func (*User) GetUriOk ¶ added in v0.16.0
func (o *User) GetUriOk() (ret UserGetUriRetType, ok bool)
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetUsername ¶ added in v0.16.0
func (o *User) GetUsername() (res UserGetUsernameRetType)
GetUsername returns the Username field value if set, zero value otherwise.
func (*User) GetUsernameOk ¶ added in v0.16.0
func (o *User) GetUsernameOk() (ret UserGetUsernameRetType, ok bool)
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) HasDatabase ¶ added in v0.16.0
HasDatabase returns a boolean if a field has been set.
func (*User) HasPassword ¶ added in v0.16.0
HasPassword returns a boolean if a field has been set.
func (*User) HasUsername ¶ added in v0.16.0
HasUsername returns a boolean if a field has been set.
func (*User) SetDatabase ¶ added in v0.16.0
func (o *User) SetDatabase(v UserGetDatabaseRetType)
SetDatabase gets a reference to the given string and assigns it to the Database field.
func (*User) SetHost ¶ added in v0.16.0
func (o *User) SetHost(v UserGetHostRetType)
SetHost gets a reference to the given string and assigns it to the Host field.
func (*User) SetId ¶ added in v0.16.0
func (o *User) SetId(v UserGetIdRetType)
SetId gets a reference to the given string and assigns it to the Id field.
func (*User) SetPassword ¶ added in v0.16.0
func (o *User) SetPassword(v UserGetPasswordRetType)
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*User) SetPort ¶ added in v0.16.0
func (o *User) SetPort(v UserGetPortRetType)
SetPort gets a reference to the given int64 and assigns it to the Port field.
func (*User) SetRoles ¶ added in v0.16.0
func (o *User) SetRoles(v UserGetRolesRetType)
SetRoles gets a reference to the given []string and assigns it to the Roles field.
func (*User) SetUri ¶ added in v0.16.0
func (o *User) SetUri(v UserGetUriRetType)
SetUri gets a reference to the given string and assigns it to the Uri field.
func (*User) SetUsername ¶ added in v0.16.0
func (o *User) SetUsername(v UserGetUsernameRetType)
SetUsername gets a reference to the given string and assigns it to the Username field.
type UserGetDatabaseArgType ¶ added in v0.18.1
type UserGetDatabaseArgType = string
type UserGetDatabaseAttributeType ¶ added in v0.18.1
type UserGetDatabaseAttributeType = *string
isNotNullableString
type UserGetDatabaseRetType ¶ added in v0.18.1
type UserGetDatabaseRetType = string
type UserGetHostArgType ¶ added in v0.18.1
type UserGetHostArgType = string
type UserGetHostAttributeType ¶ added in v0.18.1
type UserGetHostAttributeType = *string
isNotNullableString
type UserGetHostRetType ¶ added in v0.18.1
type UserGetHostRetType = string
type UserGetIdArgType ¶ added in v0.18.1
type UserGetIdArgType = string
type UserGetIdAttributeType ¶ added in v0.18.1
type UserGetIdAttributeType = *string
isNotNullableString
type UserGetIdRetType ¶ added in v0.18.1
type UserGetIdRetType = string
type UserGetPasswordArgType ¶ added in v0.18.1
type UserGetPasswordArgType = string
type UserGetPasswordAttributeType ¶ added in v0.18.1
type UserGetPasswordAttributeType = *string
isNotNullableString
type UserGetPasswordRetType ¶ added in v0.18.1
type UserGetPasswordRetType = string
type UserGetPortArgType ¶ added in v0.18.1
type UserGetPortArgType = int64
type UserGetPortRetType ¶ added in v0.18.1
type UserGetPortRetType = int64
type UserGetRolesArgType ¶ added in v0.18.1
type UserGetRolesArgType = []string
type UserGetRolesAttributeType ¶ added in v0.18.1
type UserGetRolesAttributeType = *[]string
isArray
type UserGetRolesRetType ¶ added in v0.18.1
type UserGetRolesRetType = []string
type UserGetUriArgType ¶ added in v0.18.1
type UserGetUriArgType = string
type UserGetUriAttributeType ¶ added in v0.18.1
type UserGetUriAttributeType = *string
isNotNullableString
type UserGetUriRetType ¶ added in v0.18.1
type UserGetUriRetType = string
type UserGetUsernameArgType ¶ added in v0.18.1
type UserGetUsernameArgType = string
type UserGetUsernameAttributeType ¶ added in v0.18.1
type UserGetUsernameAttributeType = *string
isNotNullableString
type UserGetUsernameRetType ¶ added in v0.18.1
type UserGetUsernameRetType = string
Source Files
¶
- api_default.go
- client.go
- configuration.go
- model_acl.go
- model_backup.go
- model_backup_schedule.go
- model_clone_instance_payload.go
- model_clone_instance_response.go
- model_create_instance_payload.go
- model_create_instance_response.go
- model_create_user_payload.go
- model_create_user_response.go
- model_data_point.go
- model_error.go
- model_flavor.go
- model_get_backup_response.go
- model_get_instance_response.go
- model_get_user_response.go
- model_handlers_infra_flavor.go
- model_handlers_infra_get_flavors_response.go
- model_handlers_instances_get_instance_response.go
- model_handlers_instances_slow_queries_response.go
- model_handlers_instances_suggested_indexes_response.go
- model_host.go
- model_host_metric.go
- model_instance.go
- model_instance_list_instance.go
- model_instance_response_user.go
- model_list_backups_response.go
- model_list_flavors_response.go
- model_list_instances_response.go
- model_list_metrics_response.go
- model_list_restore_jobs_response.go
- model_list_storages_response.go
- model_list_user.go
- model_list_users_response.go
- model_list_versions_response.go
- model_mongodbatlas_operation.go
- model_mongodbatlas_operation_stats.go
- model_mongodbatlas_stats.go
- model_partial_update_instance_payload.go
- model_partial_update_user_payload.go
- model_restore_instance_payload.go
- model_restore_instance_response.go
- model_restore_instance_status.go
- model_shape.go
- model_slow_query.go
- model_storage.go
- model_storage_range.go
- model_suggested_index.go
- model_update_backup_schedule_payload.go
- model_update_instance_payload.go
- model_update_instance_response.go
- model_update_user_payload.go
- model_user.go
- utils.go