package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev

# Functions

Create is a method to create a VPC attachment under the ER instance using create option.
Delete is a method to remove an existing VPC attachment under specified ER instance.
ExtractAttachments is a method which to extract the response to an attachment list.
ExtractPageInfo is a method which to extract the response of the page information.
Get is a method to obtain the details of a specified VPC attachment under ER instance using its ID.
List is a method to query the list of the VPC attachments under specified ER instance using given opts.
Update is a method to update the VPC attachment under the ER instance using update option.

# Structs

Attachment is the structure that represents the details of the VPC attachment for ER service.
AttachmentPage represents the response pages of the List method.
CreateOpts is the structure required by the Create method to create a VPC attachment under the ER instance.
ListOpts allows to filter list data using given parameters.
MultipleResp is the structure that represents the VPC attachment list, page detail and the request information.
PageInfo is the structure that represents the page information.
SingleResp is the structure that represents the VPC attachment detail and the request information of the API request.
UpdateOpts is the structure required by the Update method to update the VPC attachment configuration.