package
0.16.0
Repository: https://github.com/rendaw/gophercloud.git
Documentation: pkg.go.dev

# Packages

zones unit tests.

# Functions

Create implements a zone create request.
Delete implements a zone delete request.
ExtractZones extracts a slice of Zones from a List result.
Get returns information about a zone, given its ID.
List implements a zone List request.
Update implements a zone update request.

# Structs

CreateOpts specifies the attributes used to create a zone.
CreateResult is the result of a Create request.
DeleteResult is the result of a Delete request.
GetResult is the result of a Get request.
ListOpts allows the filtering and sorting of paginated collections through the API.
UpdateOpts specifies the attributes to update a zone.
UpdateResult is the result of an Update request.
Zone represents a DNS zone.
ZonePage is a single page of Zone results.

# Interfaces

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