lib/v20200309/models.rb in tencentcloud-sdk-antiddos-3.0.525 vs lib/v20200309/models.rb in tencentcloud-sdk-antiddos-3.0.526

- old
+ new

@@ -622,24 +622,28 @@ # 注意:此字段可能返回 null,表示取不到有效值。 # @type EnterpriseFlag: Integer # @param ElasticLimit: 高防包企业版弹性阈值,0表示未开启;大于0为弹性防护阈值 # 注意:此字段可能返回 null,表示取不到有效值。 # @type ElasticLimit: Integer + # @param DownGradeProtect: 降配后的防护能力,单位Gbps + # 注意:此字段可能返回 null,表示取不到有效值。 + # @type DownGradeProtect: Integer - attr_accessor :ProtectBandwidth, :ProtectCountLimit, :ProtectIPNumberLimit, :AutoRenewFlag, :UnionPackFlag, :ServiceBandWidth, :BattleEditionFlag, :ChannelEditionFlag, :EnterpriseFlag, :ElasticLimit + attr_accessor :ProtectBandwidth, :ProtectCountLimit, :ProtectIPNumberLimit, :AutoRenewFlag, :UnionPackFlag, :ServiceBandWidth, :BattleEditionFlag, :ChannelEditionFlag, :EnterpriseFlag, :ElasticLimit, :DownGradeProtect - def initialize(protectbandwidth=nil, protectcountlimit=nil, protectipnumberlimit=nil, autorenewflag=nil, unionpackflag=nil, servicebandwidth=nil, battleeditionflag=nil, channeleditionflag=nil, enterpriseflag=nil, elasticlimit=nil) + def initialize(protectbandwidth=nil, protectcountlimit=nil, protectipnumberlimit=nil, autorenewflag=nil, unionpackflag=nil, servicebandwidth=nil, battleeditionflag=nil, channeleditionflag=nil, enterpriseflag=nil, elasticlimit=nil, downgradeprotect=nil) @ProtectBandwidth = protectbandwidth @ProtectCountLimit = protectcountlimit @ProtectIPNumberLimit = protectipnumberlimit @AutoRenewFlag = autorenewflag @UnionPackFlag = unionpackflag @ServiceBandWidth = servicebandwidth @BattleEditionFlag = battleeditionflag @ChannelEditionFlag = channeleditionflag @EnterpriseFlag = enterpriseflag @ElasticLimit = elasticlimit + @DownGradeProtect = downgradeprotect end def deserialize(params) @ProtectBandwidth = params['ProtectBandwidth'] @ProtectCountLimit = params['ProtectCountLimit'] @@ -649,9 +653,10 @@ @ServiceBandWidth = params['ServiceBandWidth'] @BattleEditionFlag = params['BattleEditionFlag'] @ChannelEditionFlag = params['ChannelEditionFlag'] @EnterpriseFlag = params['EnterpriseFlag'] @ElasticLimit = params['ElasticLimit'] + @DownGradeProtect = params['DownGradeProtect'] end end # 高防包资产实例的使用信息统计 class BGPInstanceUsages < TencentCloud::Common::AbstractModel