Class: TencentCloud::Cfw::V20190904::NatFwEipsInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::NatFwEipsInfo
- Defined in:
- lib/v20190904/models.rb
Overview
Nat防火墙弹性公网ip列表
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(eip = nil, natgatewayid = nil, natgatewayname = nil) ⇒ NatFwEipsInfo
constructor
A new instance of NatFwEipsInfo.
Constructor Details
#initialize(eip = nil, natgatewayid = nil, natgatewayname = nil) ⇒ NatFwEipsInfo
Returns a new instance of NatFwEipsInfo.
8731 8732 8733 8734 8735 |
# File 'lib/v20190904/models.rb', line 8731 def initialize(eip=nil, natgatewayid=nil, natgatewayname=nil) @Eip = eip @NatGatewayId = natgatewayid @NatGatewayName = natgatewayname end |
Instance Attribute Details
#Eip ⇒ Object
8729 8730 8731 |
# File 'lib/v20190904/models.rb', line 8729 def Eip @Eip end |
#NatGatewayId ⇒ Object
8729 8730 8731 |
# File 'lib/v20190904/models.rb', line 8729 def NatGatewayId @NatGatewayId end |
#NatGatewayName ⇒ Object
8729 8730 8731 |
# File 'lib/v20190904/models.rb', line 8729 def NatGatewayName @NatGatewayName end |
Instance Method Details
#deserialize(params) ⇒ Object
8737 8738 8739 8740 8741 |
# File 'lib/v20190904/models.rb', line 8737 def deserialize(params) @Eip = params['Eip'] @NatGatewayId = params['NatGatewayId'] @NatGatewayName = params['NatGatewayName'] end |