Class: TencentCloud::Tke::V20180525::DescribeLogConfigsRequest

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

Overview

DescribeLogConfigs请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(clusterid = nil, clustertype = nil, logconfignames = nil, offset = nil, limit = nil) ⇒ DescribeLogConfigsRequest

Returns a new instance of DescribeLogConfigsRequest.



8109
8110
8111
8112
8113
8114
8115
# File 'lib/v20180525/models.rb', line 8109

def initialize(clusterid=nil, clustertype=nil, logconfignames=nil, offset=nil, limit=nil)
  @ClusterId = clusterid
  @ClusterType = clustertype
  @LogConfigNames = logconfignames
  @Offset = offset
  @Limit = limit
end

Instance Attribute Details

#ClusterIdObject

Parameters:

  • ClusterId:

    集群ID

  • ClusterType:

    当前集群类型支持tke、eks。默认为tke

  • LogConfigNames:

    按照采集规则名称查找,多个采集规则使用 “,” 分隔。

  • Offset:

    偏移量,默认0

  • Limit:

    最大输出条数,默认20,最大为100



8107
8108
8109
# File 'lib/v20180525/models.rb', line 8107

def ClusterId
  @ClusterId
end

#ClusterTypeObject

Parameters:

  • ClusterId:

    集群ID

  • ClusterType:

    当前集群类型支持tke、eks。默认为tke

  • LogConfigNames:

    按照采集规则名称查找,多个采集规则使用 “,” 分隔。

  • Offset:

    偏移量,默认0

  • Limit:

    最大输出条数,默认20,最大为100



8107
8108
8109
# File 'lib/v20180525/models.rb', line 8107

def ClusterType
  @ClusterType
end

#LimitObject

Parameters:

  • ClusterId:

    集群ID

  • ClusterType:

    当前集群类型支持tke、eks。默认为tke

  • LogConfigNames:

    按照采集规则名称查找,多个采集规则使用 “,” 分隔。

  • Offset:

    偏移量,默认0

  • Limit:

    最大输出条数,默认20,最大为100



8107
8108
8109
# File 'lib/v20180525/models.rb', line 8107

def Limit
  @Limit
end

#LogConfigNamesObject

Parameters:

  • ClusterId:

    集群ID

  • ClusterType:

    当前集群类型支持tke、eks。默认为tke

  • LogConfigNames:

    按照采集规则名称查找,多个采集规则使用 “,” 分隔。

  • Offset:

    偏移量,默认0

  • Limit:

    最大输出条数,默认20,最大为100



8107
8108
8109
# File 'lib/v20180525/models.rb', line 8107

def LogConfigNames
  @LogConfigNames
end

#OffsetObject

Parameters:

  • ClusterId:

    集群ID

  • ClusterType:

    当前集群类型支持tke、eks。默认为tke

  • LogConfigNames:

    按照采集规则名称查找,多个采集规则使用 “,” 分隔。

  • Offset:

    偏移量,默认0

  • Limit:

    最大输出条数,默认20,最大为100



8107
8108
8109
# File 'lib/v20180525/models.rb', line 8107

def Offset
  @Offset
end

Instance Method Details

#deserialize(params) ⇒ Object



8117
8118
8119
8120
8121
8122
8123
# File 'lib/v20180525/models.rb', line 8117

def deserialize(params)
  @ClusterId = params['ClusterId']
  @ClusterType = params['ClusterType']
  @LogConfigNames = params['LogConfigNames']
  @Offset = params['Offset']
  @Limit = params['Limit']
end