Documentation ¶
Index ¶
- func DataSourceTencentCloudTcmqQueue() *schema.Resource
- func DataSourceTencentCloudTcmqSubscribe() *schema.Resource
- func DataSourceTencentCloudTcmqTopic() *schema.Resource
- func ResourceTencentCloudTcmqQueue() *schema.Resource
- func ResourceTencentCloudTcmqSubscribe() *schema.Resource
- func ResourceTencentCloudTcmqTopic() *schema.Resource
- type TcmqService
- func (me *TcmqService) DeleteTcmqQueueById(ctx context.Context, queueName string) (errRet error)
- func (me *TcmqService) DeleteTcmqSubscribeById(ctx context.Context, topicName string, subscriptionName string) (errRet error)
- func (me *TcmqService) DeleteTcmqTopicById(ctx context.Context, topicName string) (errRet error)
- func (me *TcmqService) DescribeTcmqQueueByFilter(ctx context.Context, paramMap map[string]interface{}) (queueList []*tcmq.CmqQueue, errRet error)
- func (me *TcmqService) DescribeTcmqQueueById(ctx context.Context, queueName string) (queue *tcmq.CmqQueue, errRet error)
- func (me *TcmqService) DescribeTcmqSubscribeByFilter(ctx context.Context, paramMap map[string]interface{}) (subscriptionList []*tcmq.CmqSubscription, errRet error)
- func (me *TcmqService) DescribeTcmqSubscribeById(ctx context.Context, topicName string, subscriptionName string) (subscribe *tcmq.CmqSubscription, errRet error)
- func (me *TcmqService) DescribeTcmqTopicByFilter(ctx context.Context, paramMap map[string]interface{}) (topicList []*tcmq.CmqTopic, errRet error)
- func (me *TcmqService) DescribeTcmqTopicById(ctx context.Context, topicName string) (topic *tcmq.CmqTopic, errRet error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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 (*TcmqService) DeleteTcmqTopicById ¶
func (me *TcmqService) DeleteTcmqTopicById(ctx context.Context, topicName string) (errRet error)
func (*TcmqService) DescribeTcmqQueueByFilter ¶
func (*TcmqService) DescribeTcmqQueueById ¶
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 (*TcmqService) DescribeTcmqTopicById ¶
Click to show internal directories.
Click to hide internal directories.