Class: TencentCloud::Tke::V20180525::DeleteLogConfigsRequest

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

Overview

DeleteLogConfigs请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(clusterid = nil, logconfignames = nil, clustertype = nil) ⇒ DeleteLogConfigsRequest

Returns a new instance of DeleteLogConfigsRequest.



4621
4622
4623
4624
4625
# File 'lib/v20180525/models.rb', line 4621

def initialize(clusterid=nil, logconfignames=nil, clustertype=nil)
  @ClusterId = clusterid
  @LogConfigNames = logconfignames
  @ClusterType = clustertype
end

Instance Attribute Details

#ClusterIdObject

Parameters:

  • ClusterId:

    集群ID

  • LogConfigNames:

    待删除采集规则名称,多个采集规则使用“,”分隔

  • ClusterType:

    集群集群类型, tke/eks 默认为 tke 集群



4619
4620
4621
# File 'lib/v20180525/models.rb', line 4619

def ClusterId
  @ClusterId
end

#ClusterTypeObject

Parameters:

  • ClusterId:

    集群ID

  • LogConfigNames:

    待删除采集规则名称,多个采集规则使用“,”分隔

  • ClusterType:

    集群集群类型, tke/eks 默认为 tke 集群



4619
4620
4621
# File 'lib/v20180525/models.rb', line 4619

def ClusterType
  @ClusterType
end

#LogConfigNamesObject

Parameters:

  • ClusterId:

    集群ID

  • LogConfigNames:

    待删除采集规则名称,多个采集规则使用“,”分隔

  • ClusterType:

    集群集群类型, tke/eks 默认为 tke 集群



4619
4620
4621
# File 'lib/v20180525/models.rb', line 4619

def LogConfigNames
  @LogConfigNames
end

Instance Method Details

#deserialize(params) ⇒ Object



4627
4628
4629
4630
4631
# File 'lib/v20180525/models.rb', line 4627

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