Class: TencentCloud::Cfw::V20190904::FwGateway
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::FwGateway
- Defined in:
- lib/v20190904/models.rb
Overview
防火墙引流网关信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(gatewayid = nil, vpcid = nil, ipaddress = nil) ⇒ FwGateway
constructor
A new instance of FwGateway.
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
#GatewayId ⇒ Object
5865 5866 5867 |
# File 'lib/v20190904/models.rb', line 5865 def GatewayId @GatewayId end |
#IpAddress ⇒ Object
5865 5866 5867 |
# File 'lib/v20190904/models.rb', line 5865 def IpAddress @IpAddress end |
#VpcId ⇒ Object
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 |