Class: TencentCloud::Bmlb::V20180625::TrafficMirrorReceiver
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bmlb::V20180625::TrafficMirrorReceiver
- Defined in:
- lib/v20180625/models.rb
Overview
获取与流量镜像绑定的接收机信息时返回的接收机信息。
Instance Attribute Summary collapse
- #Alias ⇒ Object
- #HealthStatus ⇒ Object
- #InstanceId ⇒ Object
- #LanIp ⇒ Object
- #Operates ⇒ Object
- #Port ⇒ Object
- #SubnetCidrBlock ⇒ Object
- #SubnetId ⇒ Object
- #SubnetName ⇒ Object
- #TrafficMirrorId ⇒ Object
- #VpcCidrBlock ⇒ Object
- #VpcId ⇒ Object
- #VpcName ⇒ Object
- #Weight ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, port = nil, weight = nil, trafficmirrorid = nil, _alias = nil, lanip = nil, subnetid = nil, subnetname = nil, subnetcidrblock = nil, vpcid = nil, vpcname = nil, vpccidrblock = nil, healthstatus = nil, operates = nil) ⇒ TrafficMirrorReceiver
constructor
A new instance of TrafficMirrorReceiver.
Constructor Details
#initialize(instanceid = nil, port = nil, weight = nil, trafficmirrorid = nil, _alias = nil, lanip = nil, subnetid = nil, subnetname = nil, subnetcidrblock = nil, vpcid = nil, vpcname = nil, vpccidrblock = nil, healthstatus = nil, operates = nil) ⇒ TrafficMirrorReceiver
Returns a new instance of TrafficMirrorReceiver.
4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 |
# File 'lib/v20180625/models.rb', line 4339 def initialize(instanceid=nil, port=nil, weight=nil, trafficmirrorid=nil, _alias=nil, lanip=nil, subnetid=nil, subnetname=nil, subnetcidrblock=nil, vpcid=nil, vpcname=nil, vpccidrblock=nil, healthstatus=nil, operates=nil) @InstanceId = instanceid @Port = port @Weight = weight @TrafficMirrorId = trafficmirrorid @Alias = _alias @LanIp = lanip @SubnetId = subnetid @SubnetName = subnetname @SubnetCidrBlock = subnetcidrblock @VpcId = vpcid @VpcName = vpcname @VpcCidrBlock = vpccidrblock @HealthStatus = healthstatus @Operates = operates end |
Instance Attribute Details
#Alias ⇒ Object
4337 4338 4339 |
# File 'lib/v20180625/models.rb', line 4337 def Alias @Alias end |
#HealthStatus ⇒ Object
4337 4338 4339 |
# File 'lib/v20180625/models.rb', line 4337 def HealthStatus @HealthStatus end |
#InstanceId ⇒ Object
4337 4338 4339 |
# File 'lib/v20180625/models.rb', line 4337 def InstanceId @InstanceId end |
#LanIp ⇒ Object
4337 4338 4339 |
# File 'lib/v20180625/models.rb', line 4337 def LanIp @LanIp end |
#Operates ⇒ Object
4337 4338 4339 |
# File 'lib/v20180625/models.rb', line 4337 def Operates @Operates end |
#Port ⇒ Object
4337 4338 4339 |
# File 'lib/v20180625/models.rb', line 4337 def Port @Port end |
#SubnetCidrBlock ⇒ Object
4337 4338 4339 |
# File 'lib/v20180625/models.rb', line 4337 def SubnetCidrBlock @SubnetCidrBlock end |
#SubnetId ⇒ Object
4337 4338 4339 |
# File 'lib/v20180625/models.rb', line 4337 def SubnetId @SubnetId end |
#SubnetName ⇒ Object
4337 4338 4339 |
# File 'lib/v20180625/models.rb', line 4337 def SubnetName @SubnetName end |
#TrafficMirrorId ⇒ Object
4337 4338 4339 |
# File 'lib/v20180625/models.rb', line 4337 def TrafficMirrorId @TrafficMirrorId end |
#VpcCidrBlock ⇒ Object
4337 4338 4339 |
# File 'lib/v20180625/models.rb', line 4337 def VpcCidrBlock @VpcCidrBlock end |
#VpcId ⇒ Object
4337 4338 4339 |
# File 'lib/v20180625/models.rb', line 4337 def VpcId @VpcId end |
#VpcName ⇒ Object
4337 4338 4339 |
# File 'lib/v20180625/models.rb', line 4337 def VpcName @VpcName end |
#Weight ⇒ Object
4337 4338 4339 |
# File 'lib/v20180625/models.rb', line 4337 def Weight @Weight end |
Instance Method Details
#deserialize(params) ⇒ Object
4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 |
# File 'lib/v20180625/models.rb', line 4356 def deserialize(params) @InstanceId = params['InstanceId'] @Port = params['Port'] @Weight = params['Weight'] @TrafficMirrorId = params['TrafficMirrorId'] @Alias = params['Alias'] @LanIp = params['LanIp'] @SubnetId = params['SubnetId'] @SubnetName = params['SubnetName'] @SubnetCidrBlock = params['SubnetCidrBlock'] @VpcId = params['VpcId'] @VpcName = params['VpcName'] @VpcCidrBlock = params['VpcCidrBlock'] @HealthStatus = params['HealthStatus'] @Operates = params['Operates'] end |