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

# Packages

vpcs unit tests.

# Functions

Create accepts a CreateOpts struct and uses the values to create a new logical subnets.
Delete will permanently delete a particular subnets based on its unique ID.
ExtractSubnets accepts a Page struct, specifically a SubnetPage struct, and extracts the elements into a slice of Subnet structs.
No description provided by the author
Get retrieves a particular subnets based on its unique ID.
No description provided by the author
Update allows subnets to be updated.

# Structs

CreateOpts contains all the values needed to create a new subnets.
CreateResult represents the result of a create operation.
DeleteResult represents the result of a delete operation.
No description provided by the author
No description provided by the author
GetResult represents the result of a get operation.
No description provided by the author
No description provided by the author
SubnetPage is the page returned by a pager when traversing over a collection of subnets.
UpdateOpts contains the values used when updating a subnets.
UpdateResult represents the result of an update operation.

# Interfaces

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