Class: TencentCloud::Tke::V20180525::DescribeControlPlaneLogsRequest

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

Overview

DescribeControlPlaneLogs请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(clusterid = nil, clustertype = nil) ⇒ DescribeControlPlaneLogsRequest

Returns a new instance of DescribeControlPlaneLogsRequest.



7552
7553
7554
7555
# File 'lib/v20180525/models.rb', line 7552

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

Instance Attribute Details

#ClusterIdObject

Parameters:

  • ClusterId:

    集群ID

  • ClusterType:

    集群类型。当前只支持tke



7550
7551
7552
# File 'lib/v20180525/models.rb', line 7550

def ClusterId
  @ClusterId
end

#ClusterTypeObject

Parameters:

  • ClusterId:

    集群ID

  • ClusterType:

    集群类型。当前只支持tke



7550
7551
7552
# File 'lib/v20180525/models.rb', line 7550

def ClusterType
  @ClusterType
end

Instance Method Details

#deserialize(params) ⇒ Object



7557
7558
7559
7560
# File 'lib/v20180525/models.rb', line 7557

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