Class: TencentCloud::Tse::V20201207::DescribeUpstreamHealthCheckConfigRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tse::V20201207::DescribeUpstreamHealthCheckConfigRequest
- Defined in:
- lib/v20201207/models.rb
Overview
DescribeUpstreamHealthCheckConfig请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(gatewayid = nil, name = nil) ⇒ DescribeUpstreamHealthCheckConfigRequest
constructor
A new instance of DescribeUpstreamHealthCheckConfigRequest.
Constructor Details
#initialize(gatewayid = nil, name = nil) ⇒ DescribeUpstreamHealthCheckConfigRequest
7170 7171 7172 7173 |
# File 'lib/v20201207/models.rb', line 7170 def initialize(gatewayid=nil, name=nil) @GatewayId = gatewayid @Name = name end |
Instance Attribute Details
#GatewayId ⇒ Object
7168 7169 7170 |
# File 'lib/v20201207/models.rb', line 7168 def GatewayId @GatewayId end |
#Name ⇒ Object
7168 7169 7170 |
# File 'lib/v20201207/models.rb', line 7168 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
7175 7176 7177 7178 |
# File 'lib/v20201207/models.rb', line 7175 def deserialize(params) @GatewayId = params['GatewayId'] @Name = params['Name'] end |