Class: TencentCloud::Cynosdb::V20190107::NetAddr
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cynosdb::V20190107::NetAddr
- Defined in:
- lib/v20190107/models.rb
Overview
网络信息
Instance Attribute Summary collapse
- #Description ⇒ Object
- #InstanceGroupId ⇒ Object
- #NetType ⇒ Object
- #UniqSubnetId ⇒ Object
- #UniqVpcId ⇒ Object
- #Vip ⇒ Object
- #Vport ⇒ Object
- #WanDomain ⇒ Object
- #WanIP ⇒ Object
- #WanPort ⇒ Object
- #WanStatus ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(vip = nil, vport = nil, wandomain = nil, wanport = nil, nettype = nil, uniqsubnetid = nil, uniqvpcid = nil, description = nil, wanip = nil, wanstatus = nil, instancegroupid = nil) ⇒ NetAddr
constructor
A new instance of NetAddr.
Constructor Details
#initialize(vip = nil, vport = nil, wandomain = nil, wanport = nil, nettype = nil, uniqsubnetid = nil, uniqvpcid = nil, description = nil, wanip = nil, wanstatus = nil, instancegroupid = nil) ⇒ NetAddr
Returns a new instance of NetAddr.
11357 11358 11359 11360 11361 11362 11363 11364 11365 11366 11367 11368 11369 |
# File 'lib/v20190107/models.rb', line 11357 def initialize(vip=nil, vport=nil, wandomain=nil, wanport=nil, nettype=nil, uniqsubnetid=nil, uniqvpcid=nil, description=nil, wanip=nil, wanstatus=nil, instancegroupid=nil) @Vip = vip @Vport = vport @WanDomain = wandomain @WanPort = wanport @NetType = nettype @UniqSubnetId = uniqsubnetid @UniqVpcId = uniqvpcid @Description = description @WanIP = wanip @WanStatus = wanstatus @InstanceGroupId = instancegroupid end |
Instance Attribute Details
#Description ⇒ Object
11355 11356 11357 |
# File 'lib/v20190107/models.rb', line 11355 def Description @Description end |
#InstanceGroupId ⇒ Object
11355 11356 11357 |
# File 'lib/v20190107/models.rb', line 11355 def InstanceGroupId @InstanceGroupId end |
#NetType ⇒ Object
11355 11356 11357 |
# File 'lib/v20190107/models.rb', line 11355 def NetType @NetType end |
#UniqSubnetId ⇒ Object
11355 11356 11357 |
# File 'lib/v20190107/models.rb', line 11355 def UniqSubnetId @UniqSubnetId end |
#UniqVpcId ⇒ Object
11355 11356 11357 |
# File 'lib/v20190107/models.rb', line 11355 def UniqVpcId @UniqVpcId end |
#Vip ⇒ Object
11355 11356 11357 |
# File 'lib/v20190107/models.rb', line 11355 def Vip @Vip end |
#Vport ⇒ Object
11355 11356 11357 |
# File 'lib/v20190107/models.rb', line 11355 def Vport @Vport end |
#WanDomain ⇒ Object
11355 11356 11357 |
# File 'lib/v20190107/models.rb', line 11355 def WanDomain @WanDomain end |
#WanIP ⇒ Object
11355 11356 11357 |
# File 'lib/v20190107/models.rb', line 11355 def WanIP @WanIP end |
#WanPort ⇒ Object
11355 11356 11357 |
# File 'lib/v20190107/models.rb', line 11355 def WanPort @WanPort end |
#WanStatus ⇒ Object
11355 11356 11357 |
# File 'lib/v20190107/models.rb', line 11355 def WanStatus @WanStatus end |
Instance Method Details
#deserialize(params) ⇒ Object
11371 11372 11373 11374 11375 11376 11377 11378 11379 11380 11381 11382 11383 |
# File 'lib/v20190107/models.rb', line 11371 def deserialize(params) @Vip = params['Vip'] @Vport = params['Vport'] @WanDomain = params['WanDomain'] @WanPort = params['WanPort'] @NetType = params['NetType'] @UniqSubnetId = params['UniqSubnetId'] @UniqVpcId = params['UniqVpcId'] @Description = params['Description'] @WanIP = params['WanIP'] @WanStatus = params['WanStatus'] @InstanceGroupId = params['InstanceGroupId'] end |