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.
8773 8774 8775 |
# File 'lib/v20201207/models.rb', line 8773 def initialize(type=nil) @Type = type end |
Instance Attribute Details
#Type ⇒ Object
8771 8772 8773 |
# File 'lib/v20201207/models.rb', line 8771 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
8777 8778 8779 |
# File 'lib/v20201207/models.rb', line 8777 def deserialize(params) @Type = params['Type'] end |