Documentation ¶
Index ¶
- Constants
- func DataSourceTencentCloudClsMachineGroupConfigs() *schema.Resource
- func DataSourceTencentCloudClsMachines() *schema.Resource
- func DataSourceTencentCloudClsShipperTasks() *schema.Resource
- func ResourceTencentCloudClsAlarm() *schema.Resource
- func ResourceTencentCloudClsAlarmNotice() *schema.Resource
- func ResourceTencentCloudClsCkafkaConsumer() *schema.Resource
- func ResourceTencentCloudClsConfig() *schema.Resource
- func ResourceTencentCloudClsConfigAttachment() *schema.Resource
- func ResourceTencentCloudClsConfigExtra() *schema.Resource
- func ResourceTencentCloudClsCosRecharge() *schema.Resource
- func ResourceTencentCloudClsCosShipper() *schema.Resource
- func ResourceTencentCloudClsDataTransform() *schema.Resource
- func ResourceTencentCloudClsExport() *schema.Resource
- func ResourceTencentCloudClsIndex() *schema.Resource
- func ResourceTencentCloudClsKafkaRecharge() *schema.Resource
- func ResourceTencentCloudClsLogset() *schema.Resource
- func ResourceTencentCloudClsMachineGroup() *schema.Resource
- func ResourceTencentCloudClsScheduledSql() *schema.Resource
- func ResourceTencentCloudClsTopic() *schema.Resource
- type ClsService
- func (me *ClsService) DeleteClsAlarmById(ctx context.Context, alarmId string) (errRet error)
- func (me *ClsService) DeleteClsAlarmNoticeById(ctx context.Context, alarmNoticeId string) (errRet error)
- func (me *ClsService) DeleteClsCkafkaConsumerById(ctx context.Context, topicId string) (errRet error)
- func (me *ClsService) DeleteClsConfig(ctx context.Context, id string) (errRet error)
- func (me *ClsService) DeleteClsConfigExtra(ctx context.Context, id string) (errRet error)
- func (me *ClsService) DeleteClsCosShipper(ctx context.Context, id string) (errRet error)
- func (me *ClsService) DeleteClsDataTransformById(ctx context.Context, taskId string) (errRet error)
- func (me *ClsService) DeleteClsExportById(ctx context.Context, exportId string) (errRet error)
- func (me *ClsService) DeleteClsIndex(ctx context.Context, id string) (errRet error)
- func (me *ClsService) DeleteClsKafkaRechargeById(ctx context.Context, id string, topic string) (errRet error)
- func (me *ClsService) DeleteClsLogsetById(ctx context.Context, logsetId string) (errRet error)
- func (me *ClsService) DeleteClsMachineGroup(ctx context.Context, id string) (errRet error)
- func (me *ClsService) DeleteClsScheduledSqlById(ctx context.Context, taskId string, srcTopicId string) (errRet error)
- func (me *ClsService) DeleteClsTopic(ctx context.Context, id string) (errRet error)
- func (me *ClsService) DescribeClsAlarmById(ctx context.Context, alarmId string) (alarm *cls.AlarmInfo, errRet error)
- func (me *ClsService) DescribeClsAlarmNoticeById(ctx context.Context, alarmNoticeId string) (alarmNotice *cls.AlarmNotice, errRet error)
- func (me *ClsService) DescribeClsCkafkaConsumerById(ctx context.Context, topicId string) (ckafkaConsumer *cls.DescribeConsumerResponseParams, errRet error)
- func (me *ClsService) DescribeClsConfigById(ctx context.Context, configId string) (config *cls.ConfigInfo, errRet error)
- func (me *ClsService) DescribeClsConfigExtraById(ctx context.Context, configExtraId string) (config *cls.ConfigExtraInfo, errRet error)
- func (me *ClsService) DescribeClsCosRechargeById(ctx context.Context, topicId string, rechargeId string) (cosRecharge *cls.CosRechargeInfo, errRet error)
- func (me *ClsService) DescribeClsCosShipperById(ctx context.Context, shipperId string) (instance *cls.ShipperInfo, errRet error)
- func (me *ClsService) DescribeClsCosShippersByFilter(ctx context.Context, filters map[string]string) (instances []*cls.ShipperInfo, errRet error)
- func (me *ClsService) DescribeClsDataTransformById(ctx context.Context, taskId string) (dataTransform *cls.DataTransformTaskInfo, errRet error)
- func (me *ClsService) DescribeClsExportById(ctx context.Context, topicId string, exportId string) (export *cls.ExportInfo, errRet error)
- func (me *ClsService) DescribeClsKafkaRechargeById(ctx context.Context, id string, topic string) (kafkaRecharge *cls.KafkaRechargeInfo, errRet error)
- func (me *ClsService) DescribeClsLogset(ctx context.Context, logsetId string) (logset *cls.LogsetInfo, errRet error)
- func (me *ClsService) DescribeClsLogsetByFilter(ctx context.Context, filters map[string]string) (instances []*cls.LogsetInfo, errRet error)
- func (me *ClsService) DescribeClsMachineGroupByConfigId(ctx context.Context, configId, groupId string) (machineGroup *cls.MachineGroupInfo, errRet error)
- func (me *ClsService) DescribeClsMachineGroupByFilter(ctx context.Context, filters map[string]string) (instances []*cls.MachineGroupInfo, errRet error)
- func (me *ClsService) DescribeClsMachineGroupById(ctx context.Context, id string) (machineGroup *cls.MachineGroupInfo, errRet error)
- func (me *ClsService) DescribeClsMachineGroupConfigsByFilter(ctx context.Context, param map[string]interface{}) (machineGroupConfigs []*cls.ConfigInfo, errRet error)
- func (me *ClsService) DescribeClsMachinesByFilter(ctx context.Context, param map[string]interface{}) (machines []*cls.MachineInfo, errRet error)
- func (me *ClsService) DescribeClsScheduledSqlById(ctx context.Context, taskId string) (scheduledSql *cls.ScheduledSqlTaskInfo, errRet error)
- func (me *ClsService) DescribeClsShipperTasksByFilter(ctx context.Context, param map[string]interface{}) (shipperTasks []*cls.ShipperTaskInfo, errRet error)
- func (me *ClsService) DescribeClsTopicByFilter(ctx context.Context, filters map[string]string) (instances []*cls.TopicInfo, errRet error)
- func (me *ClsService) DescribeClsTopicById(ctx context.Context, topicId string) (topic *cls.TopicInfo, errRet error)
- type TagService
- func (me *TagService) DeleteTagResourceById(ctx context.Context, tagKey string, tagValue string) (errRet error)
- func (me *TagService) DeleteTagTagAttachmentById(ctx context.Context, tagKey string, resource string) (errRet error)
- func (me *TagService) DescribeProjectById(ctx context.Context, projectId uint64) (project *tag.Project, disable *uint64, errRet error)
- func (me *TagService) DescribeProjects(ctx context.Context, param map[string]interface{}) (project []*tag.Project, errRet error)
- func (me *TagService) DescribeResourceTags(ctx context.Context, serviceType, resourceType, region, resourceId string) (tags map[string]string, err error)
- func (me *TagService) DescribeTagResourceById(ctx context.Context, tagKey string, tagValue string) (tagRes *tag.Tag, errRet error)
- func (me *TagService) DescribeTagTagAttachmentById(ctx context.Context, tagKey string, tagValue string, resource string) (resourceTag *tag.ResourceTagMapping, errRet error)
- func (me *TagService) DisableProjectById(ctx context.Context, projectId uint64) (errRet error)
- func (me *TagService) ModifyTags(ctx context.Context, resourceName string, replaceTags map[string]string, ...) error
Constants ¶
View Source
const DESCRIBE_TAGS_LIMIT = 20
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClsService ¶
type ClsService struct {
// contains filtered or unexported fields
}
func NewClsService ¶
func NewClsService(client *connectivity.TencentCloudClient) ClsService
func (*ClsService) DeleteClsAlarmById ¶
func (me *ClsService) DeleteClsAlarmById(ctx context.Context, alarmId string) (errRet error)
func (*ClsService) DeleteClsAlarmNoticeById ¶
func (me *ClsService) DeleteClsAlarmNoticeById(ctx context.Context, alarmNoticeId string) (errRet error)
func (*ClsService) DeleteClsCkafkaConsumerById ¶
func (me *ClsService) DeleteClsCkafkaConsumerById(ctx context.Context, topicId string) (errRet error)
func (*ClsService) DeleteClsConfig ¶
func (me *ClsService) DeleteClsConfig(ctx context.Context, id string) (errRet error)
func (*ClsService) DeleteClsConfigExtra ¶
func (me *ClsService) DeleteClsConfigExtra(ctx context.Context, id string) (errRet error)
func (*ClsService) DeleteClsCosShipper ¶
func (me *ClsService) DeleteClsCosShipper(ctx context.Context, id string) (errRet error)
func (*ClsService) DeleteClsDataTransformById ¶
func (me *ClsService) DeleteClsDataTransformById(ctx context.Context, taskId string) (errRet error)
func (*ClsService) DeleteClsExportById ¶
func (me *ClsService) DeleteClsExportById(ctx context.Context, exportId string) (errRet error)
func (*ClsService) DeleteClsIndex ¶
func (me *ClsService) DeleteClsIndex(ctx context.Context, id string) (errRet error)
cls index
func (*ClsService) DeleteClsKafkaRechargeById ¶
func (*ClsService) DeleteClsLogsetById ¶
func (me *ClsService) DeleteClsLogsetById(ctx context.Context, logsetId string) (errRet error)
func (*ClsService) DeleteClsMachineGroup ¶
func (me *ClsService) DeleteClsMachineGroup(ctx context.Context, id string) (errRet error)
func (*ClsService) DeleteClsScheduledSqlById ¶
func (*ClsService) DeleteClsTopic ¶
func (me *ClsService) DeleteClsTopic(ctx context.Context, id string) (errRet error)
func (*ClsService) DescribeClsAlarmById ¶
func (*ClsService) DescribeClsAlarmNoticeById ¶
func (me *ClsService) DescribeClsAlarmNoticeById(ctx context.Context, alarmNoticeId string) (alarmNotice *cls.AlarmNotice, errRet error)
func (*ClsService) DescribeClsCkafkaConsumerById ¶
func (me *ClsService) DescribeClsCkafkaConsumerById(ctx context.Context, topicId string) (ckafkaConsumer *cls.DescribeConsumerResponseParams, errRet error)
func (*ClsService) DescribeClsConfigById ¶
func (me *ClsService) DescribeClsConfigById(ctx context.Context, configId string) (config *cls.ConfigInfo, errRet error)
cls config
func (*ClsService) DescribeClsConfigExtraById ¶
func (me *ClsService) DescribeClsConfigExtraById(ctx context.Context, configExtraId string) (config *cls.ConfigExtraInfo, errRet error)
cls config extra
func (*ClsService) DescribeClsCosRechargeById ¶
func (me *ClsService) DescribeClsCosRechargeById(ctx context.Context, topicId string, rechargeId string) (cosRecharge *cls.CosRechargeInfo, errRet error)
func (*ClsService) DescribeClsCosShipperById ¶
func (me *ClsService) DescribeClsCosShipperById(ctx context.Context, shipperId string) (instance *cls.ShipperInfo, errRet error)
func (*ClsService) DescribeClsCosShippersByFilter ¶
func (me *ClsService) DescribeClsCosShippersByFilter(ctx context.Context, filters map[string]string) (instances []*cls.ShipperInfo, errRet error)
cls cos shipper
func (*ClsService) DescribeClsDataTransformById ¶
func (me *ClsService) DescribeClsDataTransformById(ctx context.Context, taskId string) (dataTransform *cls.DataTransformTaskInfo, errRet error)
func (*ClsService) DescribeClsExportById ¶
func (me *ClsService) DescribeClsExportById(ctx context.Context, topicId string, exportId string) (export *cls.ExportInfo, errRet error)
func (*ClsService) DescribeClsKafkaRechargeById ¶
func (me *ClsService) DescribeClsKafkaRechargeById(ctx context.Context, id string, topic string) (kafkaRecharge *cls.KafkaRechargeInfo, errRet error)
func (*ClsService) DescribeClsLogset ¶
func (me *ClsService) DescribeClsLogset(ctx context.Context, logsetId string) (logset *cls.LogsetInfo, errRet error)
cls logset
func (*ClsService) DescribeClsLogsetByFilter ¶
func (me *ClsService) DescribeClsLogsetByFilter(ctx context.Context, filters map[string]string) (instances []*cls.LogsetInfo, errRet error)
func (*ClsService) DescribeClsMachineGroupByConfigId ¶
func (me *ClsService) DescribeClsMachineGroupByConfigId(ctx context.Context, configId, groupId string) (machineGroup *cls.MachineGroupInfo, errRet error)
func (*ClsService) DescribeClsMachineGroupByFilter ¶
func (me *ClsService) DescribeClsMachineGroupByFilter(ctx context.Context, filters map[string]string) (instances []*cls.MachineGroupInfo, errRet error)
cls machine group
func (*ClsService) DescribeClsMachineGroupById ¶
func (me *ClsService) DescribeClsMachineGroupById(ctx context.Context, id string) (machineGroup *cls.MachineGroupInfo, errRet error)
func (*ClsService) DescribeClsMachineGroupConfigsByFilter ¶
func (me *ClsService) DescribeClsMachineGroupConfigsByFilter(ctx context.Context, param map[string]interface{}) (machineGroupConfigs []*cls.ConfigInfo, errRet error)
func (*ClsService) DescribeClsMachinesByFilter ¶
func (me *ClsService) DescribeClsMachinesByFilter(ctx context.Context, param map[string]interface{}) (machines []*cls.MachineInfo, errRet error)
func (*ClsService) DescribeClsScheduledSqlById ¶
func (me *ClsService) DescribeClsScheduledSqlById(ctx context.Context, taskId string) (scheduledSql *cls.ScheduledSqlTaskInfo, errRet error)
func (*ClsService) DescribeClsShipperTasksByFilter ¶
func (me *ClsService) DescribeClsShipperTasksByFilter(ctx context.Context, param map[string]interface{}) (shipperTasks []*cls.ShipperTaskInfo, errRet error)
func (*ClsService) DescribeClsTopicByFilter ¶
func (me *ClsService) DescribeClsTopicByFilter(ctx context.Context, filters map[string]string) (instances []*cls.TopicInfo, errRet error)
cls topic
func (*ClsService) DescribeClsTopicById ¶
type TagService ¶
type TagService struct {
// contains filtered or unexported fields
}
func (*TagService) DeleteTagResourceById ¶
func (*TagService) DeleteTagTagAttachmentById ¶
func (*TagService) DescribeProjectById ¶
func (*TagService) DescribeProjects ¶
func (*TagService) DescribeResourceTags ¶
func (*TagService) DescribeTagResourceById ¶
func (*TagService) DescribeTagTagAttachmentById ¶
func (me *TagService) DescribeTagTagAttachmentById(ctx context.Context, tagKey string, tagValue string, resource string) (resourceTag *tag.ResourceTagMapping, errRet error)
func (*TagService) DisableProjectById ¶
func (me *TagService) DisableProjectById(ctx context.Context, projectId uint64) (errRet error)
func (*TagService) ModifyTags ¶
Source Files ¶
- data_source_tc_cls_machine_group_configs.go
- data_source_tc_cls_machines.go
- data_source_tc_cls_shipper_tasks.go
- extension_tags.go
- resource_tc_cls_alarm.go
- resource_tc_cls_alarm_notice.go
- resource_tc_cls_ckafka_consumer.go
- resource_tc_cls_config.go
- resource_tc_cls_config_attachment.go
- resource_tc_cls_config_extra.go
- resource_tc_cls_cos_recharge.go
- resource_tc_cls_cos_shipper.go
- resource_tc_cls_data_transform.go
- resource_tc_cls_export.go
- resource_tc_cls_index.go
- resource_tc_cls_kafka_recharge.go
- resource_tc_cls_logset.go
- resource_tc_cls_machine_group.go
- resource_tc_cls_scheduled_sql.go
- resource_tc_cls_topic.go
- service_tencentcloud_cls.go
- service_tencentcloud_tag.go
Click to show internal directories.
Click to hide internal directories.