package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev
# Packages
tasks unit tests.
# Functions
Create requests the creation of a new Imageservice task on the server.
ExtractTasks interprets the results of a single page from a List() call, producing a slice of Task entities.
Get retrieves a specific Imageservice task based on its ID.
List returns a Pager which allows you to iterate over a collection of the tasks.
# Constants
TaskStatusFailure represents status of the failure task.
TaskStatusPending represents status of the pending task.
TaskStatusProcessing represents status of the processing task.
TaskStatusSuccess represents status of the success task.
# Structs
CreateOpts specifies parameters of a new Imageservice task.
CreateResult represents the result of a Create operation.
GetResult represents the result of a Get operation.
ListOpts allows the filtering and sorting of paginated collections through the OpenStack Imageservice tasks API.
Task represents a single task of the OpenStack Image service.
TaskPage represents the results of a List request.
# Interfaces
CreateOptsBuilder allows to add additional parameters to the Create request.
ListOptsBuilder allows extensions to add additional parameters to the List request.
# Type aliases
TaskStatus represents valid task status.