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

# Packages

No description provided by the author

# Functions

Create accepts a CreateOpts struct and uses the values to create a new endpoint group.
Delete will permanently delete a particular endpoint group based on its unique ID.
ExtractEndpointGroups accepts a Page struct, specifically an EndpointGroupPage struct, and extracts the elements into a slice of Endpoint group structs.
Get retrieves a particular endpoint group based on its unique ID.
List returns a Pager which allows you to iterate over a collection of Endpoint groups.
Update allows endpoint groups to be updated.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

CreateOpts contains all the values needed to create a new endpoint group.
CreateResult represents the result of a create operation.
DeleteResult represents the results of a Delete operation.
EndpointGroup is an endpoint group.
EndpointGroupPage is the page returned by a pager when traversing over a collection of Policies.
GetResult represents the result of a get operation.
ListOpts allows the filtering of paginated collections through the API.
UpdateOpts contains the values used when updating an endpoint group.
UpdateResult represents the result of an update operation.

# Interfaces

CreateOptsBuilder allows extensions to add additional parameters to the Create request.
ListOptsBuilder allows extensions to add additional parameters to the List request.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.

# Type aliases

No description provided by the author