Class: TencentCloud::Tke::V20180525::InstallLogAgentRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::InstallLogAgentRequest
- Defined in:
- lib/v20180525/models.rb
Overview
InstallLogAgent请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, kubeletrootdir = nil, clustertype = nil) ⇒ InstallLogAgentRequest
constructor
A new instance of InstallLogAgentRequest.
Constructor Details
#initialize(clusterid = nil, kubeletrootdir = nil, clustertype = nil) ⇒ InstallLogAgentRequest
Returns a new instance of InstallLogAgentRequest.
12709 12710 12711 12712 12713 |
# File 'lib/v20180525/models.rb', line 12709 def initialize(clusterid=nil, kubeletrootdir=nil, clustertype=nil) @ClusterId = clusterid @KubeletRootDir = kubeletrootdir @ClusterType = clustertype end |
Instance Attribute Details
#ClusterId ⇒ Object
12707 12708 12709 |
# File 'lib/v20180525/models.rb', line 12707 def ClusterId @ClusterId end |
#ClusterType ⇒ Object
12707 12708 12709 |
# File 'lib/v20180525/models.rb', line 12707 def ClusterType @ClusterType end |
#KubeletRootDir ⇒ Object
12707 12708 12709 |
# File 'lib/v20180525/models.rb', line 12707 def KubeletRootDir @KubeletRootDir end |
Instance Method Details
#deserialize(params) ⇒ Object
12715 12716 12717 12718 12719 |
# File 'lib/v20180525/models.rb', line 12715 def deserialize(params) @ClusterId = params['ClusterId'] @KubeletRootDir = params['KubeletRootDir'] @ClusterType = params['ClusterType'] end |