package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/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.
Update accepts a UpdateOpts struct and uses the values to update a VPC endpoint.
UpdatePolicy accepts a UpdatePolicyOpts struct and uses the values to update endpoint policy.
# 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.
PolicyStatement represents the Statement of the gateway.
No description provided by the author
No description provided by the author
UpdateOpts contains the options for update a VPC endpoint This object is passed to Update().
UpdatePolicyOpts using to pass to UpdatePolicy().
UpdateResult represents the result of a update operation.
# Interfaces
CreateOptsBuilder allows extensions to add parameters to the Create request.
ListOptsBuilder allows extensions to add parameters to the List request.
UpdateOptsBuilder allows extensions to add parameters to the Update request.
UpdatePolicyOptsBuilder using to update endpoint policy.