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 vpc.
Delete will permanently delete a particular vpc based on its unique ID.
ExtractVpcs accepts a Page struct, specifically a VpcPage struct, and extracts the elements into a slice of Vpc structs.
No description provided by the author
Get retrieves a particular vpc based on its unique ID.
List returns collection of vpcs.
Update allows vpcs to be updated.
# Structs
CreateOpts contains all the values needed to create a new vpc.
CreateResult represents the result of a create operation.
DeleteResult represents the result of a delete operation.
GetResult represents the result of a get operation.
No description provided by the author
Route is a possible route in a vpc.
UpdateOpts contains the values used when updating a vpc.
UpdateResult represents the result of an update operation.
Vpc represents a Neutron vpc.
VpcPage is the page returned by a pager when traversing over a collection of vpcs.
# Interfaces
CreateOptsBuilder allows extensions to add additional parameters to the Create request.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.