package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev
# Functions
Create accepts a CreateOpts struct and uses the values to create a new VPC endpoint.
Delete will permanently delete a particular VPC endpoint based on its unique ID.
Get retrieves a particular VPC endpoint based on its unique ID.
List makes a request against the API to list VPC endpoints.
# Structs
CreateOpts contains the options for create a VPC endpoint This object is passed to Create().
CreateResult represents the result of a create operation.
DeleteResult represents the result of a delete operation.
Endpoint contains the response of the VPC endpoint.
GetResult represents the result of a get operation.
ListOpts allows the filtering of list data using given parameters.
ListResult represents the result of a list operation.
# Interfaces
CreateOptsBuilder allows extensions to add parameters to the Create request.
ListOptsBuilder allows extensions to add parameters to the List request.