package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev

# Functions

AssociateQueue is a method to associate a queue with an elastic resource pool using given parameters.
ExtractQueues is a method to extract the list of queues associated with elastic resource pool.
ListElasticResourcePoolQueues is a method to query all queue scaling policies in an elastic resource pool using given parameters.
UpdateElasticResourcePoolQueuePolicy is a method to modify the scaling policy of the queue associated with specified elastic resource pool using given parameters.

# Structs

AssociateQueueOpts is the structure that used to associate a queue with an elastic resource pool.
AssociateQueueResp is the structure that represents response of the AssociateElasticResourcePool or UpdateElasticResourcePoolQueuePolicy method.
ListElasticResourcePoolQueuesOpts is the structure used to query the list of queue scaling policies in an elastic resource pool.
QueuesResp is the structure that represents the queue detail associated with the specified elastic resource pool.
QueuePage is a page structure that represents each page information.
QueueScalingPolicy is the structure that represents the policy detail of specified queue associated with the specified elastic resource pool.
QueuesResp is the structure that represents response of the ListElasticResourcePoolQueues method.
UpdateQueuePolicyOpts is the structure that used to modify the scaling policy of the queue associated with an elastic resource pool.