Class: TencentCloud::Clb::V20180317::SnatIp
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Clb::V20180317::SnatIp
- Defined in:
- lib/v20180317/models.rb
Overview
SnatIp的信息结构
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(subnetid = nil, ip = nil) ⇒ SnatIp
constructor
A new instance of SnatIp.
Constructor Details
#initialize(subnetid = nil, ip = nil) ⇒ SnatIp
Returns a new instance of SnatIp.
8261 8262 8263 8264 |
# File 'lib/v20180317/models.rb', line 8261 def initialize(subnetid=nil, ip=nil) @SubnetId = subnetid @Ip = ip end |
Instance Attribute Details
#Ip ⇒ Object
8259 8260 8261 |
# File 'lib/v20180317/models.rb', line 8259 def Ip @Ip end |
#SubnetId ⇒ Object
8259 8260 8261 |
# File 'lib/v20180317/models.rb', line 8259 def SubnetId @SubnetId end |
Instance Method Details
#deserialize(params) ⇒ Object
8266 8267 8268 8269 |
# File 'lib/v20180317/models.rb', line 8266 def deserialize(params) @SubnetId = params['SubnetId'] @Ip = params['Ip'] end |