package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev
# Packages
recordsets unit tests.
# Functions
Create creates a recordset in a given zone.
Delete removes an existing RecordSet.
ExtractRecordSets extracts a slice of RecordSets from a List result.
Get implements the recordset Get request.
ListByZone implements the recordset list request.
Update updates a recordset in a given zone.
# Structs
CreateOpts specifies the base attributes that may be used to create a RecordSet.
CreateResult is the result of a Create operation.
DeleteResult is result of a Delete operation.
GetResult is the result of a Get operation.
ListOpts allows the filtering and sorting of paginated collections through the API.
RecordSet represents a DNS Record Set.
RecordSetPage is a single page of RecordSet results.
UpdateOpts specifies the base attributes that may be updated on an existing RecordSet.
UpdateResult is result of an Update operation.
# Interfaces
CreateOptsBuilder allows extensions to add additional attributes to the Create request.
ListOptsBuilder allows extensions to add additional parameters to the List request.
UpdateOptsBuilder allows extensions to add additional attributes to the Update request.