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
7797 7798 7799 7800 7801 |
# File 'lib/v20190904/models.rb', line 7797 def initialize(eip=nil, natgatewayid=nil, natgatewayname=nil) @Eip = eip @NatGatewayId = natgatewayid @NatGatewayName = natgatewayname end |
Instance Attribute Details
#Eip ⇒ Object
7795 7796 7797 |
# File 'lib/v20190904/models.rb', line 7795 def Eip @Eip end |
#NatGatewayId ⇒ Object
7795 7796 7797 |
# File 'lib/v20190904/models.rb', line 7795 def NatGatewayId @NatGatewayId end |
#NatGatewayName ⇒ Object
7795 7796 7797 |
# File 'lib/v20190904/models.rb', line 7795 def NatGatewayName @NatGatewayName end |
Instance Method Details
#deserialize(params) ⇒ Object
7803 7804 7805 7806 7807 |
# File 'lib/v20190904/models.rb', line 7803 def deserialize(params) @Eip = params['Eip'] @NatGatewayId = params['NatGatewayId'] @NatGatewayName = params['NatGatewayName'] end |