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



5867
5868
5869
5870
5871
# File 'lib/v20190904/models.rb', line 5867

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

Instance Attribute Details

#GatewayIdObject



5865
5866
5867
# File 'lib/v20190904/models.rb', line 5865

def GatewayId
  @GatewayId
end

#IpAddressObject



5865
5866
5867
# File 'lib/v20190904/models.rb', line 5865

def IpAddress
  @IpAddress
end

#VpcIdObject



5865
5866
5867
# File 'lib/v20190904/models.rb', line 5865

def VpcId
  @VpcId
end

Instance Method Details

#deserialize(params) ⇒ Object



5873
5874
5875
5876
5877
# File 'lib/v20190904/models.rb', line 5873

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