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.



5688
5689
5690
5691
5692
# File 'lib/v20190904/models.rb', line 5688

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

Instance Attribute Details

#GatewayIdObject

Parameters:

  • GatewayId:

    防火墙网关id

  • VpcId:

    网关所属vpc id

  • IpAddress:

    网关ip地址



5686
5687
5688
# File 'lib/v20190904/models.rb', line 5686

def GatewayId
  @GatewayId
end

#IpAddressObject

Parameters:

  • GatewayId:

    防火墙网关id

  • VpcId:

    网关所属vpc id

  • IpAddress:

    网关ip地址



5686
5687
5688
# File 'lib/v20190904/models.rb', line 5686

def IpAddress
  @IpAddress
end

#VpcIdObject

Parameters:

  • GatewayId:

    防火墙网关id

  • VpcId:

    网关所属vpc id

  • IpAddress:

    网关ip地址



5686
5687
5688
# File 'lib/v20190904/models.rb', line 5686

def VpcId
  @VpcId
end

Instance Method Details

#deserialize(params) ⇒ Object



5694
5695
5696
5697
5698
# File 'lib/v20190904/models.rb', line 5694

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