Class: TencentCloud::Cfw::V20190904::FwGateway

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

Overview

防火墙引流网关信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(gatewayid = nil, vpcid = nil, ipaddress = nil) ⇒ FwGateway

Returns a new instance of FwGateway.



6493
6494
6495
6496
6497
# File 'lib/v20190904/models.rb', line 6493

def initialize(gatewayid=nil, vpcid=nil, ipaddress=nil)
  @GatewayId = gatewayid
  @VpcId = vpcid
  @IpAddress = ipaddress
end

Instance Attribute Details

#GatewayIdObject

Parameters:

  • 防火墙网关id

  • 网关所属vpc id

  • 网关ip地址



6491
6492
6493
# File 'lib/v20190904/models.rb', line 6491

def GatewayId
  @GatewayId
end

#IpAddressObject

Parameters:

  • 防火墙网关id

  • 网关所属vpc id

  • 网关ip地址



6491
6492
6493
# File 'lib/v20190904/models.rb', line 6491

def IpAddress
  @IpAddress
end

#VpcIdObject

Parameters:

  • 防火墙网关id

  • 网关所属vpc id

  • 网关ip地址



6491
6492
6493
# File 'lib/v20190904/models.rb', line 6491

def VpcId
  @VpcId
end

Instance Method Details

#deserialize(params) ⇒ Object



6499
6500
6501
6502
6503
# File 'lib/v20190904/models.rb', line 6499

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