Class: TencentCloud::Mps::V20190612::OutputAddress
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::OutputAddress
- Defined in:
- lib/v20190612/models.rb
Overview
输出的出口的地址。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ip = nil) ⇒ OutputAddress
constructor
A new instance of OutputAddress.
Constructor Details
#initialize(ip = nil) ⇒ OutputAddress
Returns a new instance of OutputAddress.
23491 23492 23493 |
# File 'lib/v20190612/models.rb', line 23491 def initialize(ip=nil) @Ip = ip end |
Instance Attribute Details
#Ip ⇒ Object
23489 23490 23491 |
# File 'lib/v20190612/models.rb', line 23489 def Ip @Ip end |
Instance Method Details
#deserialize(params) ⇒ Object
23495 23496 23497 |
# File 'lib/v20190612/models.rb', line 23495 def deserialize(params) @Ip = params['Ip'] end |