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.
1922 1923 1924 1925 1926 1927 |
# File 'lib/v20180525/models.rb', line 1922 def initialize(logconfig=nil, clusterid=nil, logsetid=nil, clustertype=nil) @LogConfig = logconfig @ClusterId = clusterid @LogsetId = logsetid @ClusterType = clustertype end |
Instance Attribute Details
#ClusterId ⇒ Object
1920 1921 1922 |
# File 'lib/v20180525/models.rb', line 1920 def ClusterId @ClusterId end |
#ClusterType ⇒ Object
1920 1921 1922 |
# File 'lib/v20180525/models.rb', line 1920 def ClusterType @ClusterType end |
#LogConfig ⇒ Object
1920 1921 1922 |
# File 'lib/v20180525/models.rb', line 1920 def LogConfig @LogConfig end |
#LogsetId ⇒ Object
1920 1921 1922 |
# File 'lib/v20180525/models.rb', line 1920 def LogsetId @LogsetId end |
Instance Method Details
#deserialize(params) ⇒ Object
1929 1930 1931 1932 1933 1934 |
# File 'lib/v20180525/models.rb', line 1929 def deserialize(params) @LogConfig = params['LogConfig'] @ClusterId = params['ClusterId'] @LogsetId = params['LogsetId'] @ClusterType = params['ClusterType'] end |