Class: TencentCloud::Antiddos::V20200309::BGPIPInstanceSpecification
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Antiddos::V20200309::BGPIPInstanceSpecification
- Defined in:
- lib/v20200309/models.rb
Overview
高防IP资产实例的规格信息
Instance Attribute Summary collapse
-
#AutoRenewFlag ⇒ Object
0:没有开启自动续费 1:开启了自动续费 ] 1:BGP线路 2:电信 3:联通 4:移动 99:第三方合作线路 ].
-
#ElasticBandwidth ⇒ Object
0:没有开启自动续费 1:开启了自动续费 ] 1:BGP线路 2:电信 3:联通 4:移动 99:第三方合作线路 ].
-
#ForwardRulesLimit ⇒ Object
0:没有开启自动续费 1:开启了自动续费 ] 1:BGP线路 2:电信 3:联通 4:移动 99:第三方合作线路 ].
-
#Line ⇒ Object
0:没有开启自动续费 1:开启了自动续费 ] 1:BGP线路 2:电信 3:联通 4:移动 99:第三方合作线路 ].
-
#NormalBandwidth ⇒ Object
0:没有开启自动续费 1:开启了自动续费 ] 1:BGP线路 2:电信 3:联通 4:移动 99:第三方合作线路 ].
-
#ProtectBandwidth ⇒ Object
0:没有开启自动续费 1:开启了自动续费 ] 1:BGP线路 2:电信 3:联通 4:移动 99:第三方合作线路 ].
-
#ProtectCCQPS ⇒ Object
0:没有开启自动续费 1:开启了自动续费 ] 1:BGP线路 2:电信 3:联通 4:移动 99:第三方合作线路 ].
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(protectbandwidth = nil, protectccqps = nil, normalbandwidth = nil, forwardruleslimit = nil, autorenewflag = nil, line = nil, elasticbandwidth = nil) ⇒ BGPIPInstanceSpecification
constructor
A new instance of BGPIPInstanceSpecification.
Constructor Details
#initialize(protectbandwidth = nil, protectccqps = nil, normalbandwidth = nil, forwardruleslimit = nil, autorenewflag = nil, line = nil, elasticbandwidth = nil) ⇒ BGPIPInstanceSpecification
Returns a new instance of BGPIPInstanceSpecification.
404 405 406 407 408 409 410 411 412 |
# File 'lib/v20200309/models.rb', line 404 def initialize(protectbandwidth=nil, protectccqps=nil, normalbandwidth=nil, forwardruleslimit=nil, autorenewflag=nil, line=nil, elasticbandwidth=nil) @ProtectBandwidth = protectbandwidth @ProtectCCQPS = protectccqps @NormalBandwidth = normalbandwidth @ForwardRulesLimit = forwardruleslimit @AutoRenewFlag = autorenewflag @Line = line @ElasticBandwidth = elasticbandwidth end |
Instance Attribute Details
#AutoRenewFlag ⇒ Object
0:没有开启自动续费1:开启了自动续费] 1:BGP线路2:电信3:联通4:移动99:第三方合作线路]
402 403 404 |
# File 'lib/v20200309/models.rb', line 402 def AutoRenewFlag @AutoRenewFlag end |
#ElasticBandwidth ⇒ Object
0:没有开启自动续费1:开启了自动续费] 1:BGP线路2:电信3:联通4:移动99:第三方合作线路]
402 403 404 |
# File 'lib/v20200309/models.rb', line 402 def ElasticBandwidth @ElasticBandwidth end |
#ForwardRulesLimit ⇒ Object
0:没有开启自动续费1:开启了自动续费] 1:BGP线路2:电信3:联通4:移动99:第三方合作线路]
402 403 404 |
# File 'lib/v20200309/models.rb', line 402 def ForwardRulesLimit @ForwardRulesLimit end |
#Line ⇒ Object
0:没有开启自动续费1:开启了自动续费] 1:BGP线路2:电信3:联通4:移动99:第三方合作线路]
402 403 404 |
# File 'lib/v20200309/models.rb', line 402 def Line @Line end |
#NormalBandwidth ⇒ Object
0:没有开启自动续费1:开启了自动续费] 1:BGP线路2:电信3:联通4:移动99:第三方合作线路]
402 403 404 |
# File 'lib/v20200309/models.rb', line 402 def NormalBandwidth @NormalBandwidth end |
#ProtectBandwidth ⇒ Object
0:没有开启自动续费1:开启了自动续费] 1:BGP线路2:电信3:联通4:移动99:第三方合作线路]
402 403 404 |
# File 'lib/v20200309/models.rb', line 402 def ProtectBandwidth @ProtectBandwidth end |
#ProtectCCQPS ⇒ Object
0:没有开启自动续费1:开启了自动续费] 1:BGP线路2:电信3:联通4:移动99:第三方合作线路]
402 403 404 |
# File 'lib/v20200309/models.rb', line 402 def ProtectCCQPS @ProtectCCQPS end |
Instance Method Details
#deserialize(params) ⇒ Object
414 415 416 417 418 419 420 421 422 |
# File 'lib/v20200309/models.rb', line 414 def deserialize(params) @ProtectBandwidth = params['ProtectBandwidth'] @ProtectCCQPS = params['ProtectCCQPS'] @NormalBandwidth = params['NormalBandwidth'] @ForwardRulesLimit = params['ForwardRulesLimit'] @AutoRenewFlag = params['AutoRenewFlag'] @Line = params['Line'] @ElasticBandwidth = params['ElasticBandwidth'] end |