- Dependency updates
- Added method
ListMetrics(which accepts the desired metric:cpu,database,disk-iops,disk-use, orexec-time) as an argument and replacesListCPUMetrics,ListDatabaseStorageMetrics,ListDiskIOPSMetrics,ListDiskUsageMetrics, andListExecutionTimesMetrics, respectivelly - Removes the previously deprecated method
GetStorage, replaced byListStorages
- Added struct
ApiListStoragesRequest, which will replaceApiGetStorageRequestApiGetStorageRequesthas been marked as deprecated, and will be removed in the next minor update
- Added method
ListStorages, which will replaceGetStorageGetStoragehas been marked as deprecated, and will be removed in the next minor update
- Added
CloneInstanceWaitHandler, to wait forCloneInstanceasync operation to be completed - Dependency updates
API methods, structs and waiters were renamed to have the same look and feel across all services and according to user feedback.
- Changed methods:
DeleteProjectrenamed toDisableServiceGetBackupsrenamed toListBackupsGetCPUMetricsrenamed toListCPUMetricsGetDatabaseStorageMetricsrenamed toListDatabaseStorageMetricsGetDiskIOPSMetricsrenamed toListDiskIOPSMetricsGetDiskUsageMetricsrenamed toListDiskUsageMetricsGetExecutionTimesMetricsrenamed toListExecutionTimesMetricsGetFlavorsrenamed toListFlavorsGetInstanceRestoresrenamed toListRestoreJobsGetInstancesrenamed toListInstancesGetMemoryMetricsrenamed toListMemoryMetricsGetUsersrenamed toListUsers
- Changed structs:
BackupScheduleModelJsonrenamed toBackupScheduleGetBackupsResponserenamed toListBackupsResponseGetFlavorsResponserenamed toListFlavorsResponseGetInstanceRestoresResponserenamed toListRestoreJobsResponseGetInstancesResponserenamed toListInstancesResponseGetMetricsResponserenamed toListMetricsResponseGetStorageResponserenamed toListStorageResponseGetUsersResponserenamed toListUsersResponseItemGetVersionsResponserenamed toListVersionsResponseInstanceAclrenamed toACLInstanceBackuprenamed toBackupInstanceDataPointrenamed toDataPointInstanceErrorrenamed toErrorInstanceFlavorrenamed toFlavorInstanceHostrenamed toHostInstanceHostMetricrenamed toHostMetricInstanceListUserrenamed toListUsersResponseInstanceRestorerenamed toRestoreInstanceStatusInstanceSingleInstancerenamed toInstanceInstanceStoragerenamed toStorageInstanceStorageRangerenamed toStorageRangeInstanceUserrenamed toUser
- Added waiters:
PartialUpdateInstanceWaitHandler, forPartialUpdateInstancemethod
- Manage your STACKIT MongoDB Flex resources:
Instance,Flavors,Metrics,User,Storages,Versions - Waiters for async operations:
CreateInstanceWaitHandler,UpdateInstanceWaitHandler,DeleteInstanceWaitHandler - Usage example