Class: TencentCloud::Tke::V20180525::InstallLogAgentRequest

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

Overview

InstallLogAgent请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(clusterid = nil, kubeletrootdir = nil, clustertype = nil) ⇒ InstallLogAgentRequest



13752
13753
13754
13755
13756
# File 'lib/v20180525/models.rb', line 13752

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

Instance Attribute Details

#ClusterIdObject



13750
13751
13752
# File 'lib/v20180525/models.rb', line 13750

def ClusterId
  @ClusterId
end

#ClusterTypeObject



13750
13751
13752
# File 'lib/v20180525/models.rb', line 13750

def ClusterType
  @ClusterType
end

#KubeletRootDirObject



13750
13751
13752
# File 'lib/v20180525/models.rb', line 13750

def KubeletRootDir
  @KubeletRootDir
end

Instance Method Details

#deserialize(params) ⇒ Object



13758
13759
13760
13761
13762
# File 'lib/v20180525/models.rb', line 13758

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