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.
2075 2076 2077 2078 2079 2080 |
# File 'lib/v20180525/models.rb', line 2075 def initialize(logconfig=nil, clusterid=nil, logsetid=nil, clustertype=nil) @LogConfig = logconfig @ClusterId = clusterid @LogsetId = logsetid @ClusterType = clustertype end |
Instance Attribute Details
#ClusterId ⇒ Object
2073 2074 2075 |
# File 'lib/v20180525/models.rb', line 2073 def ClusterId @ClusterId end |
#ClusterType ⇒ Object
2073 2074 2075 |
# File 'lib/v20180525/models.rb', line 2073 def ClusterType @ClusterType end |
#LogConfig ⇒ Object
2073 2074 2075 |
# File 'lib/v20180525/models.rb', line 2073 def LogConfig @LogConfig end |
#LogsetId ⇒ Object
2073 2074 2075 |
# File 'lib/v20180525/models.rb', line 2073 def LogsetId @LogsetId end |
Instance Method Details
#deserialize(params) ⇒ Object
2082 2083 2084 2085 2086 2087 |
# File 'lib/v20180525/models.rb', line 2082 def deserialize(params) @LogConfig = params['LogConfig'] @ClusterId = params['ClusterId'] @LogsetId = params['LogsetId'] @ClusterType = params['ClusterType'] end |