Class: TencentCloud::Tse::V20201207::KongPassiveHealthCheck
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tse::V20201207::KongPassiveHealthCheck
- Defined in:
- lib/v20201207/models.rb
Overview
Kong网关被动健康检查配置
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil) ⇒ KongPassiveHealthCheck
constructor
A new instance of KongPassiveHealthCheck.
Constructor Details
#initialize(type = nil) ⇒ KongPassiveHealthCheck
Returns a new instance of KongPassiveHealthCheck.
8791 8792 8793 |
# File 'lib/v20201207/models.rb', line 8791 def initialize(type=nil) @Type = type end |
Instance Attribute Details
#Type ⇒ Object
8789 8790 8791 |
# File 'lib/v20201207/models.rb', line 8789 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
8795 8796 8797 |
# File 'lib/v20201207/models.rb', line 8795 def deserialize(params) @Type = params['Type'] end |