tcmq

package
v1.81.98 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2024 License: MPL-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DataSourceTencentCloudTcmqQueue

func DataSourceTencentCloudTcmqQueue() *schema.Resource

func DataSourceTencentCloudTcmqSubscribe

func DataSourceTencentCloudTcmqSubscribe() *schema.Resource

func DataSourceTencentCloudTcmqTopic

func DataSourceTencentCloudTcmqTopic() *schema.Resource

func ResourceTencentCloudTcmqQueue

func ResourceTencentCloudTcmqQueue() *schema.Resource

func ResourceTencentCloudTcmqSubscribe

func ResourceTencentCloudTcmqSubscribe() *schema.Resource

func ResourceTencentCloudTcmqTopic

func ResourceTencentCloudTcmqTopic() *schema.Resource

Types

type TcmqService

type TcmqService struct {
	// contains filtered or unexported fields
}

func NewTcmqService

func NewTcmqService(client *connectivity.TencentCloudClient) TcmqService

func (*TcmqService) DeleteTcmqQueueById

func (me *TcmqService) DeleteTcmqQueueById(ctx context.Context, queueName string) (errRet error)

func (*TcmqService) DeleteTcmqSubscribeById

func (me *TcmqService) DeleteTcmqSubscribeById(ctx context.Context, topicName string, subscriptionName string) (errRet error)

func (*TcmqService) DeleteTcmqTopicById

func (me *TcmqService) DeleteTcmqTopicById(ctx context.Context, topicName string) (errRet error)

func (*TcmqService) DescribeTcmqQueueByFilter

func (me *TcmqService) DescribeTcmqQueueByFilter(ctx context.Context, paramMap map[string]interface{}) (queueList []*tcmq.CmqQueue, errRet error)

func (*TcmqService) DescribeTcmqQueueById

func (me *TcmqService) DescribeTcmqQueueById(ctx context.Context, queueName string) (queue *tcmq.CmqQueue, errRet error)

func (*TcmqService) DescribeTcmqSubscribeByFilter

func (me *TcmqService) DescribeTcmqSubscribeByFilter(ctx context.Context, paramMap map[string]interface{}) (subscriptionList []*tcmq.CmqSubscription, errRet error)

func (*TcmqService) DescribeTcmqSubscribeById

func (me *TcmqService) DescribeTcmqSubscribeById(ctx context.Context, topicName string, subscriptionName string) (subscribe *tcmq.CmqSubscription, errRet error)

func (*TcmqService) DescribeTcmqTopicByFilter

func (me *TcmqService) DescribeTcmqTopicByFilter(ctx context.Context, paramMap map[string]interface{}) (topicList []*tcmq.CmqTopic, errRet error)

func (*TcmqService) DescribeTcmqTopicById

func (me *TcmqService) DescribeTcmqTopicById(ctx context.Context, topicName string) (topic *tcmq.CmqTopic, errRet error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL