package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev
# Functions
ConnAction accepts a ConnActionOpts struct and uses the values to receive or reject a VPC endpoint for a VPC endpoint service.
Create accepts a CreateOpts struct and uses the values to create a new VPC endpoint service.
Delete will permanently delete a particular node based on its unique ID and cluster ID.
Get retrieves a particular nodes based on its unique ID and cluster ID.
List makes a request against the API to list VPC endpoint services.
ListConnections makes a request against the API to list connections of a VPC endpoint service.
ListPermissions makes a request against the API to query the whitelist records of a VPC endpoint service.
ListPublic makes a request against the API to list public VPC endpoint services.
PermAction accepts a PermActionOpts struct and uses the values toadd to or delete whitelist records from a VPC endpoint service.
Update allows a VPC endpoint service to be updated.
# Structs
ConnActionOpts used to receive or reject a VPC endpoint for a VPC endpoint service.
Connection contains the response of querying Connections of a VPC Endpoint Service.
ConnectionResult represents the result of a list connections.
CreateOpts contains the options for create a VPC endpoint service.
CreateResult represents the result of a create operation.
DeleteResult represents the result of a delete operation.
No description provided by the author
GetResult represents the result of a get operation.
ListConnOpts used to query connections of a VPC endpoint service.
ListOpts allows the filtering of list data using given parameters.
ListPermResult represents the result of a list permissions.
ListPublicResult represents the result of a list public operation.
ListResult represents the result of a list operation.
PermActionOpts used to add to or delete whitelist records from a VPC endpoint service.
No description provided by the author
Permission contains the response of querying Permissions of a VPC Endpoint Service.
PortMapping contains the port mappings opened to the VPC endpoint service.
PortOpts contains the port mappings opened to the VPC endpoint service.
PublicService contains the response of the public VPC endpoint service.
Service contains the response of the VPC endpoint service.
UpdateOpts contains all the values needed to update a VPC endpoint service.
UpdateResult represents the result of an update operation.
# Interfaces
ListOptsBuilder allows extensions to add parameters to the List request.
PostOptsBuilder allows extensions to add parameters to the Post request.
UpdateOptsBuilder allows extensions to add parameters to the Update request.