Class: TencentCloud::Tse::V20201207::DescribeUpstreamHealthCheckConfigRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20201207/models.rb

Overview

DescribeUpstreamHealthCheckConfig请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(gatewayid = nil, name = nil) ⇒ DescribeUpstreamHealthCheckConfigRequest

Returns a new instance of DescribeUpstreamHealthCheckConfigRequest.



7191
7192
7193
7194
# File 'lib/v20201207/models.rb', line 7191

def initialize(gatewayid=nil, name=nil)
  @GatewayId = gatewayid
  @Name = name
end

Instance Attribute Details

#GatewayIdObject

Parameters:

  • GatewayId:

    网关ID

  • Name:

    网关服务名称



7189
7190
7191
# File 'lib/v20201207/models.rb', line 7189

def GatewayId
  @GatewayId
end

#NameObject

Parameters:

  • GatewayId:

    网关ID

  • Name:

    网关服务名称



7189
7190
7191
# File 'lib/v20201207/models.rb', line 7189

def Name
  @Name
end

Instance Method Details

#deserialize(params) ⇒ Object



7196
7197
7198
7199
# File 'lib/v20201207/models.rb', line 7196

def deserialize(params)
  @GatewayId = params['GatewayId']
  @Name = params['Name']
end