Class: TencentCloud::Teo::V20220901::CLSTopic

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20220901/models.rb

Overview

实时日志投递到腾讯云 CLS 的配置信息。

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(logsetid = nil, topicid = nil, logsetregion = nil) ⇒ CLSTopic

Returns a new instance of CLSTopic.



2271
2272
2273
2274
2275
# File 'lib/v20220901/models.rb', line 2271

def initialize(logsetid=nil, topicid=nil, logsetregion=nil)
  @LogSetId = logsetid
  @TopicId = topicid
  @LogSetRegion = logsetregion
end

Instance Attribute Details

#LogSetIdObject

Parameters:

  • LogSetId:

    腾讯云 CLS 日志集 ID。

  • TopicId:

    腾讯云 CLS 日志主题 ID。

  • LogSetRegion:

    腾讯云 CLS 日志集所在的地域。



2269
2270
2271
# File 'lib/v20220901/models.rb', line 2269

def LogSetId
  @LogSetId
end

#LogSetRegionObject

Parameters:

  • LogSetId:

    腾讯云 CLS 日志集 ID。

  • TopicId:

    腾讯云 CLS 日志主题 ID。

  • LogSetRegion:

    腾讯云 CLS 日志集所在的地域。



2269
2270
2271
# File 'lib/v20220901/models.rb', line 2269

def LogSetRegion
  @LogSetRegion
end

#TopicIdObject

Parameters:

  • LogSetId:

    腾讯云 CLS 日志集 ID。

  • TopicId:

    腾讯云 CLS 日志主题 ID。

  • LogSetRegion:

    腾讯云 CLS 日志集所在的地域。



2269
2270
2271
# File 'lib/v20220901/models.rb', line 2269

def TopicId
  @TopicId
end

Instance Method Details

#deserialize(params) ⇒ Object



2277
2278
2279
2280
2281
# File 'lib/v20220901/models.rb', line 2277

def deserialize(params)
  @LogSetId = params['LogSetId']
  @TopicId = params['TopicId']
  @LogSetRegion = params['LogSetRegion']
end