Class: TencentCloud::Tke::V20180525::CreateCLSLogConfigRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::CreateCLSLogConfigRequest
- Defined in:
- lib/v20180525/models.rb
Overview
CreateCLSLogConfig请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(logconfig = nil, clusterid = nil, logsetid = nil, clustertype = nil) ⇒ CreateCLSLogConfigRequest
constructor
A new instance of CreateCLSLogConfigRequest.
Constructor Details
#initialize(logconfig = nil, clusterid = nil, logsetid = nil, clustertype = nil) ⇒ CreateCLSLogConfigRequest
Returns a new instance of CreateCLSLogConfigRequest.
1907 1908 1909 1910 1911 1912 |
# File 'lib/v20180525/models.rb', line 1907 def initialize(logconfig=nil, clusterid=nil, logsetid=nil, clustertype=nil) @LogConfig = logconfig @ClusterId = clusterid @LogsetId = logsetid @ClusterType = clustertype end |
Instance Attribute Details
#ClusterId ⇒ Object
1905 1906 1907 |
# File 'lib/v20180525/models.rb', line 1905 def ClusterId @ClusterId end |
#ClusterType ⇒ Object
1905 1906 1907 |
# File 'lib/v20180525/models.rb', line 1905 def ClusterType @ClusterType end |
#LogConfig ⇒ Object
1905 1906 1907 |
# File 'lib/v20180525/models.rb', line 1905 def LogConfig @LogConfig end |
#LogsetId ⇒ Object
1905 1906 1907 |
# File 'lib/v20180525/models.rb', line 1905 def LogsetId @LogsetId end |
Instance Method Details
#deserialize(params) ⇒ Object
1914 1915 1916 1917 1918 1919 |
# File 'lib/v20180525/models.rb', line 1914 def deserialize(params) @LogConfig = params['LogConfig'] @ClusterId = params['ClusterId'] @LogsetId = params['LogsetId'] @ClusterType = params['ClusterType'] end |