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

# Packages

orchestration_stackevents_v1.

# Functions

ExtractEvents interprets the results of a single page from a List() call, producing a slice of Event entities.
List makes a request against the API to list resources for the given stack.

# Variables

ResourceActionAbandon is used to filter a List request by the 'ABANDON' action.
ResourceActionCreate is used to filter a List request by the 'CREATE' action.
ResourceActionDelete is used to filter a List request by the 'DELETE' action.
ResourceActionResume is used to filter a List request by the 'RESUME' action.
ResourceActionRollback is used to filter a List request by the 'ROLLBACK' action.
ResourceActionSuspend is used to filter a List request by the 'SUSPEND' action.
ResourceActionUpdate is used to filter a List request by the 'UPDATE' action.
ResourceStatusComplete is used to filter a List request by the 'COMPLETE' status.
ResourceStatusFailed is used to filter a List request by the 'FAILED' status.
ResourceStatusInProgress is used to filter a List request by the 'IN_PROGRESS' status.
SortAsc is used to sort a list of stacks in ascending order.
SortCreatedAt is used to sort a list of stacks by date created.
SortDesc is used to sort a list of stacks in descending order.
SortName is used to sort a list of stacks by name.
SortResourceType is used to sort a list of stacks by resource type.

# Structs

Event represents a stack event.
EventPage abstracts the raw results of making a List() request against the API.
FindResult represents the result of a Find operation.
ListOpts allows the filtering and sorting of paginated collections through the API.

# Interfaces

ListOptsBuilder allows extensions to add additional parameters to the List request.

# Type aliases

ResourceAction is a type for specifying by which resource action to filter a list of events.
ResourceStatus is a type for specifying by which resource status to filter a list of events.
SortDir is a type for specifying in which direction to sort a list of events.
SortKey is a type for specifying by which key to sort a list of events.