Class: TencentCloud::Tse::V20201207::DescribePublicAddressConfigRequest

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

Overview

DescribePublicAddressConfig请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(gatewayid = nil, groupid = nil) ⇒ DescribePublicAddressConfigRequest

Returns a new instance of DescribePublicAddressConfigRequest.



6871
6872
6873
6874
# File 'lib/v20201207/models.rb', line 6871

def initialize(gatewayid=nil, groupid=nil)
  @GatewayId = gatewayid
  @GroupId = groupid
end

Instance Attribute Details

#GatewayIdObject

Parameters:

  • 网关实例id

  • 查询该分组的公网信息,不传则查询实例所有的公网负载均衡信息



6869
6870
6871
# File 'lib/v20201207/models.rb', line 6869

def GatewayId
  @GatewayId
end

#GroupIdObject

Parameters:

  • 网关实例id

  • 查询该分组的公网信息,不传则查询实例所有的公网负载均衡信息



6869
6870
6871
# File 'lib/v20201207/models.rb', line 6869

def GroupId
  @GroupId
end

Instance Method Details

#deserialize(params) ⇒ Object



6876
6877
6878
6879
# File 'lib/v20201207/models.rb', line 6876

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