Module config_store_api

Source

Structs§

CreateConfigStoreParams
struct for passing parameters to the method create_config_store
DeleteConfigStoreParams
struct for passing parameters to the method delete_config_store
GetConfigStoreInfoParams
struct for passing parameters to the method get_config_store_info
GetConfigStoreParams
struct for passing parameters to the method get_config_store
ListConfigStoreServicesParams
struct for passing parameters to the method list_config_store_services
ListConfigStoresParams
struct for passing parameters to the method list_config_stores
UpdateConfigStoreParams
struct for passing parameters to the method update_config_store

Enums§

CreateConfigStoreError
struct for typed errors of method create_config_store
DeleteConfigStoreError
struct for typed errors of method delete_config_store
GetConfigStoreError
struct for typed errors of method get_config_store
GetConfigStoreInfoError
struct for typed errors of method get_config_store_info
ListConfigStoreServicesError
struct for typed errors of method list_config_store_services
ListConfigStoresError
struct for typed errors of method list_config_stores
UpdateConfigStoreError
struct for typed errors of method update_config_store

Functions§

create_config_store
Create a config store.
delete_config_store
Delete a config store.
get_config_store
Describe a config store by its identifier.
get_config_store_info
Retrieve metadata for a single config store.
list_config_store_services
List services linked to a config store
list_config_stores
List config stores.
update_config_store
Update a config store.