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
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
#GatewayId ⇒ Object
5686 5687 5688 |
# File 'lib/v20190904/models.rb', line 5686 def GatewayId @GatewayId end |
#IpAddress ⇒ Object
5686 5687 5688 |
# File 'lib/v20190904/models.rb', line 5686 def IpAddress @IpAddress end |
#VpcId ⇒ Object
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 |