package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev

# Packages

subnetpools unit tests.

# Functions

Create requests the creation of a new subnetpool on the server.
Delete accepts a unique ID and deletes the subnetpool associated with it.
ExtractSubnetPools interprets the results of a single page from a List() API call, producing a slice of SubnetPools structs.
Get retrieves a specific subnetpool based on its ID.
List returns a Pager which allows you to iterate over a collection of subnetpools.
Update accepts a UpdateOpts struct and updates an existing subnetpool using the values provided.

# Structs

CreateOpts specifies parameters of a new subnetpool.
CreateResult represents the result of a create operation.
DeleteResult represents the result of a delete operation.
GetResult represents the result of a get operation.
ListOpts allows the filtering and sorting of paginated collections through the Neutron API.
SubnetPool represents a Neutron subnetpool.
SubnetPoolPage stores a single page of SubnetPools from a List() API call.
UpdateOpts represents options used to update a network.
UpdateResult represents the result of an update operation.

# Interfaces

CreateOptsBuilder allows to add additional parameters to the Create request.
ListOptsBuilder allows extensions to add additional parameters to the List request.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.