lib/v20200309/models.rb in tencentcloud-sdk-antiddos-3.0.890 vs lib/v20200309/models.rb in tencentcloud-sdk-antiddos-3.0.891
- old
+ new
@@ -652,11 +652,11 @@
# 注意:此字段可能返回 null,表示取不到有效值。
# @type ModifyTime: String
# @param BasicPlusFlag: 是否是基础防护加强版 0: 不是 1: 是
# 注意:此字段可能返回 null,表示取不到有效值。
# @type BasicPlusFlag: Integer
- # @param PlanCntFlag: 是否是商业模式优化-普惠版
+ # @param PlanCntFlag: 是否标准版2.0 0: 包含标准版2.0 1: 只查询标准版2.0 2: 不查标准版2.0
# 注意:此字段可能返回 null,表示取不到有效值。
# @type PlanCntFlag: Integer
# @param TransRegionFlag: 是否跨区域产品 0: 不包含跨区域产品 1: 中国大陆跨区域产品 2: 非中国大陆跨区域产品
# 注意:此字段可能返回 null,表示取不到有效值。
# @type TransRegionFlag: Integer
@@ -3147,23 +3147,26 @@
# @type ProtocolList: Array
# @param Cname: 高防IP实例的Cname
# @type Cname: String
# @param Export: 默认为false,当为true时,将不对各个规则做策略检查,直接导出所有规则
# @type Export: Boolean
+ # @param Source: 源站,模糊查询
+ # @type Source: String
- attr_accessor :Business, :StatusList, :Domain, :Ip, :Limit, :Offset, :ProtocolList, :Cname, :Export
+ attr_accessor :Business, :StatusList, :Domain, :Ip, :Limit, :Offset, :ProtocolList, :Cname, :Export, :Source
- def initialize(business=nil, statuslist=nil, domain=nil, ip=nil, limit=nil, offset=nil, protocollist=nil, cname=nil, export=nil)
+ def initialize(business=nil, statuslist=nil, domain=nil, ip=nil, limit=nil, offset=nil, protocollist=nil, cname=nil, export=nil, source=nil)
@Business = business
@StatusList = statuslist
@Domain = domain
@Ip = ip
@Limit = limit
@Offset = offset
@ProtocolList = protocollist
@Cname = cname
@Export = export
+ @Source = source
end
def deserialize(params)
@Business = params['Business']
@StatusList = params['StatusList']
@@ -3172,9 +3175,10 @@
@Limit = params['Limit']
@Offset = params['Offset']
@ProtocolList = params['ProtocolList']
@Cname = params['Cname']
@Export = params['Export']
+ @Source = params['Source']
end
end
# DescribeBGPIPL7Rules返回参数结构体
class DescribeBGPIPL7RulesResponse < TencentCloud::Common::AbstractModel