Class: TencentCloud::Bh::V20230418::ReconnectionSetting
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bh::V20230418::ReconnectionSetting
- Defined in:
- lib/v20230418/models.rb
Overview
运维资产重连次数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(reconnectionmaxcount = nil, enable = nil) ⇒ ReconnectionSetting
constructor
A new instance of ReconnectionSetting.
Constructor Details
#initialize(reconnectionmaxcount = nil, enable = nil) ⇒ ReconnectionSetting
Returns a new instance of ReconnectionSetting.
6039 6040 6041 6042 |
# File 'lib/v20230418/models.rb', line 6039 def initialize(reconnectionmaxcount=nil, enable=nil) @ReconnectionMaxCount = reconnectionmaxcount @Enable = enable end |
Instance Attribute Details
#Enable ⇒ Object
6037 6038 6039 |
# File 'lib/v20230418/models.rb', line 6037 def Enable @Enable end |
#ReconnectionMaxCount ⇒ Object
6037 6038 6039 |
# File 'lib/v20230418/models.rb', line 6037 def ReconnectionMaxCount @ReconnectionMaxCount end |
Instance Method Details
#deserialize(params) ⇒ Object
6044 6045 6046 6047 |
# File 'lib/v20230418/models.rb', line 6044 def deserialize(params) @ReconnectionMaxCount = params['ReconnectionMaxCount'] @Enable = params['Enable'] end |