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

# Packages

transfer requests unit tests.

# Functions

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

# Structs

CreateOpts specifies the attributes used to create a transfer request.
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.
TransferRequest represents a Zone transfer request task.
TransferRequestPage is a single page of TransferRequest results.
UpdateOpts specifies the attributes to update a transfer request.
UpdateResult is the result of an Update request.

# 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.