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.
1972 1973 1974 1975 1976 1977 |
# File 'lib/v20180525/models.rb', line 1972 def initialize(logconfig=nil, clusterid=nil, logsetid=nil, clustertype=nil) @LogConfig = logconfig @ClusterId = clusterid @LogsetId = logsetid @ClusterType = clustertype end |
Instance Attribute Details
#ClusterId ⇒ Object
1970 1971 1972 |
# File 'lib/v20180525/models.rb', line 1970 def ClusterId @ClusterId end |
#ClusterType ⇒ Object
1970 1971 1972 |
# File 'lib/v20180525/models.rb', line 1970 def ClusterType @ClusterType end |
#LogConfig ⇒ Object
1970 1971 1972 |
# File 'lib/v20180525/models.rb', line 1970 def LogConfig @LogConfig end |
#LogsetId ⇒ Object
1970 1971 1972 |
# File 'lib/v20180525/models.rb', line 1970 def LogsetId @LogsetId end |
Instance Method Details
#deserialize(params) ⇒ Object
1979 1980 1981 1982 1983 1984 |
# File 'lib/v20180525/models.rb', line 1979 def deserialize(params) @LogConfig = params['LogConfig'] @ClusterId = params['ClusterId'] @LogsetId = params['LogsetId'] @ClusterType = params['ClusterType'] end |