Class: TencentCloud::Cls::V20201016::EsImportInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::EsImportInfo
- Defined in:
- lib/v20201016/models.rb
Overview
Es导入信息
Instance Attribute Summary collapse
-
#CheckInterval ⇒ Object
导入模式为 2: 导入实时数据时必填.
-
#EndTime ⇒ Object
导入模式为 2: 导入实时数据时必填.
-
#MaxDelay ⇒ Object
导入模式为 2: 导入实时数据时必填.
-
#StartTime ⇒ Object
导入模式为 2: 导入实时数据时必填.
-
#Type ⇒ Object
导入模式为 2: 导入实时数据时必填.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, starttime = nil, endtime = nil, maxdelay = nil, checkinterval = nil) ⇒ EsImportInfo
constructor
A new instance of EsImportInfo.
Constructor Details
#initialize(type = nil, starttime = nil, endtime = nil, maxdelay = nil, checkinterval = nil) ⇒ EsImportInfo
Returns a new instance of EsImportInfo.
10643 10644 10645 10646 10647 10648 10649 |
# File 'lib/v20201016/models.rb', line 10643 def initialize(type=nil, starttime=nil, endtime=nil, maxdelay=nil, checkinterval=nil) @Type = type @StartTime = starttime @EndTime = endtime @MaxDelay = maxdelay @CheckInterval = checkinterval end |
Instance Attribute Details
#CheckInterval ⇒ Object
导入模式为 2: 导入实时数据时必填
10641 10642 10643 |
# File 'lib/v20201016/models.rb', line 10641 def CheckInterval @CheckInterval end |
#EndTime ⇒ Object
导入模式为 2: 导入实时数据时必填
10641 10642 10643 |
# File 'lib/v20201016/models.rb', line 10641 def EndTime @EndTime end |
#MaxDelay ⇒ Object
导入模式为 2: 导入实时数据时必填
10641 10642 10643 |
# File 'lib/v20201016/models.rb', line 10641 def MaxDelay @MaxDelay end |
#StartTime ⇒ Object
导入模式为 2: 导入实时数据时必填
10641 10642 10643 |
# File 'lib/v20201016/models.rb', line 10641 def StartTime @StartTime end |
#Type ⇒ Object
导入模式为 2: 导入实时数据时必填
10641 10642 10643 |
# File 'lib/v20201016/models.rb', line 10641 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
10651 10652 10653 10654 10655 10656 10657 |
# File 'lib/v20201016/models.rb', line 10651 def deserialize(params) @Type = params['Type'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @MaxDelay = params['MaxDelay'] @CheckInterval = params['CheckInterval'] end |