package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev

# Packages

peerings unit tests.

# Functions

Accept is used by a tenant to accept a VPC peering connection request initiated by another tenant.
Create is a method by which can access to create the vpc peering connection.
Delete is a method by which can be able to delete a vpc peering connection.
ExtractPeerings accepts a Page struct, specifically a PeeringConnectionPage struct, and extracts the elements into a slice of Peering structs.
No description provided by the author
No description provided by the author
No description provided by the author
List returns a Pager which allows you to iterate over a collection of vpc_peering_connection resources.
Reject is used by a tenant to reject a VPC peering connection request initiated by another tenant.
Update is a method which can be able to update the name of vpc peering connection.

# Structs

AcceptResult represents the result of a get operation.
CreateOpts is a struct which is used to create vpc peering connection.
CreateResult represents the result of a create operation.
DeleteResult represents the result of a delete operation.
GetResult represents the result of a get operation.
ListOpts allows the filtering of paginated collections through the API.
Peering represents a Neutron VPC peering connection.Manage and perform other operations on VPC peering connections, including querying VPC peering connections as well as creating, querying, deleting, and updating a VPC peering connection.
PeeringConnectionPage is the page returned by a pager when traversing over a collection of vpc_peering_connections.
RejectResult represents the result of a get operation.
UpdateOpts is a struct which represents the request body of update method.
UpdateResult represents the result of an update operation.
No description provided by the author

# Interfaces

CreateOptsBuilder is an interface by which can build the request body of vpc peering connection.
UpdateOptsBuilder is an interface by which can be able to build the request body of vpc peering connection.