package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev
# Packages
db_configurations_v1.
# Functions
Create will create a new configuration group.
Delete will permanently delete a configuration group.
ExtractConfigs will retrieve a slice of Config structs from a page.
ExtractParams will retrieve a slice of Param structs from a page.
Get will retrieve the details for a specified configuration group.
GetDatastoreParam will retrieve information about a specific configuration parameter.
GetGlobalParam is similar to GetDatastoreParam but does not require a DatastoreID.
List will list all of the available configurations.
ListDatastoreParams will list all the available and supported parameters that can be used for a particular datastore ID and a particular version.
ListGlobalParams is similar to ListDatastoreParams but does not require a DatastoreID.
ListInstances will list all the instances associated with a particular configuration group.
Replace will modify an existing configuration group by overwriting the entire parameter group with the new values provided.
Update will modify an existing configuration group by performing a merge between new and existing values.
# Structs
Config represents a configuration group API resource.
ConfigPage contains a page of Config resources in a paginated collection.
CreateOpts is the struct responsible for configuring new configurations.
CreateResult represents the result of a Create operation.
DatastoreOpts is the primary options struct for creating and modifying how configuration resources are associated with datastores.
DeleteResult represents the result of a Delete operation.
GetResult represents the result of a Get operation.
Param represents a configuration parameter API resource.
ParamPage contains a page of Param resources in a paginated collection.
ParamResult represents the result of an operation which retrieves details about a particular configuration param.
ReplaceResult represents the result of a Replace operation.
UpdateOpts is the struct responsible for modifying existing configurations.
UpdateResult represents the result of an Update operation.
# Interfaces
CreateOptsBuilder is a top-level interface which renders a JSON map.
UpdateOptsBuilder is the top-level interface for casting update options into JSON maps.