tencentcloud-sdk-antiddos 3.0.556 → 3.0.558
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200309/models.rb +62 -28
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dac25262ebbacbbeb2617f5ff980165e72edce2b
|
4
|
+
data.tar.gz: c76917067fcb3a0ee6aff141a1a5b1361a1d8206
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 418a6123665de35687fc9342d64ea5cde7385833bd3aec69797e8a0fa63f6ebf45e7278796594afe197ecc7e1eb607744d84378ca52993593219998b5349965e
|
7
|
+
data.tar.gz: 4364e324fbea8320a0059445f72e5bd50d468b322d64a2190fe3a3989699704823ff767769b8071be5413a059c8a721e850952cc36f6b2ab9117352faadb0ba7
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.558
|
data/lib/v20200309/models.rb
CHANGED
@@ -230,9 +230,9 @@ module TencentCloud
|
|
230
230
|
# "deblocking":解封中
|
231
231
|
# "isolate":回收隔离中
|
232
232
|
# @type Status: String
|
233
|
-
# @param ExpiredTime:
|
233
|
+
# @param ExpiredTime: 到期时间
|
234
234
|
# @type ExpiredTime: String
|
235
|
-
# @param CreatedTime:
|
235
|
+
# @param CreatedTime: 购买时间
|
236
236
|
# @type CreatedTime: String
|
237
237
|
# @param Name: 资产实例的名称
|
238
238
|
# @type Name: String
|
@@ -516,10 +516,13 @@ module TencentCloud
|
|
516
516
|
# @type ElasticServiceBandwidth: Integer
|
517
517
|
# @param GiftServiceBandWidth: 赠送的业务带宽
|
518
518
|
# @type GiftServiceBandWidth: Integer
|
519
|
+
# @param ModifyTime: 修改时间
|
520
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
521
|
+
# @type ModifyTime: String
|
519
522
|
|
520
|
-
attr_accessor :InstanceDetail, :SpecificationLimit, :Usage, :Region, :Status, :CreatedTime, :ExpiredTime, :Name, :PackInfo, :EipProductInfos, :BoundStatus, :DDoSLevel, :CCEnable, :TagInfoList, :IpCountNewFlag, :VitalityVersion, :Line, :ElasticServiceBandwidth, :GiftServiceBandWidth
|
523
|
+
attr_accessor :InstanceDetail, :SpecificationLimit, :Usage, :Region, :Status, :CreatedTime, :ExpiredTime, :Name, :PackInfo, :EipProductInfos, :BoundStatus, :DDoSLevel, :CCEnable, :TagInfoList, :IpCountNewFlag, :VitalityVersion, :Line, :ElasticServiceBandwidth, :GiftServiceBandWidth, :ModifyTime
|
521
524
|
|
522
|
-
def initialize(instancedetail=nil, specificationlimit=nil, usage=nil, region=nil, status=nil, createdtime=nil, expiredtime=nil, name=nil, packinfo=nil, eipproductinfos=nil, boundstatus=nil, ddoslevel=nil, ccenable=nil, taginfolist=nil, ipcountnewflag=nil, vitalityversion=nil, line=nil, elasticservicebandwidth=nil, giftservicebandwidth=nil)
|
525
|
+
def initialize(instancedetail=nil, specificationlimit=nil, usage=nil, region=nil, status=nil, createdtime=nil, expiredtime=nil, name=nil, packinfo=nil, eipproductinfos=nil, boundstatus=nil, ddoslevel=nil, ccenable=nil, taginfolist=nil, ipcountnewflag=nil, vitalityversion=nil, line=nil, elasticservicebandwidth=nil, giftservicebandwidth=nil, modifytime=nil)
|
523
526
|
@InstanceDetail = instancedetail
|
524
527
|
@SpecificationLimit = specificationlimit
|
525
528
|
@Usage = usage
|
@@ -539,6 +542,7 @@ module TencentCloud
|
|
539
542
|
@Line = line
|
540
543
|
@ElasticServiceBandwidth = elasticservicebandwidth
|
541
544
|
@GiftServiceBandWidth = giftservicebandwidth
|
545
|
+
@ModifyTime = modifytime
|
542
546
|
end
|
543
547
|
|
544
548
|
def deserialize(params)
|
@@ -590,6 +594,7 @@ module TencentCloud
|
|
590
594
|
@Line = params['Line']
|
591
595
|
@ElasticServiceBandwidth = params['ElasticServiceBandwidth']
|
592
596
|
@GiftServiceBandWidth = params['GiftServiceBandWidth']
|
597
|
+
@ModifyTime = params['ModifyTime']
|
593
598
|
end
|
594
599
|
end
|
595
600
|
|
@@ -3164,10 +3169,14 @@ module TencentCloud
|
|
3164
3169
|
# @type Domain: String
|
3165
3170
|
# @param ProtoInfo: 协议及端口列表,协议可取值TCP, UDP, HTTP, HTTPS,仅统计纬度为连接数时有效
|
3166
3171
|
# @type ProtoInfo: Array
|
3172
|
+
# @param BusinessType: 业务类型可取值domain, port
|
3173
|
+
# port:端口业务
|
3174
|
+
# domain:域名业务
|
3175
|
+
# @type BusinessType: String
|
3167
3176
|
|
3168
|
-
attr_accessor :Statistics, :Business, :Period, :StartTime, :EndTime, :Id, :MetricName, :Domain, :ProtoInfo
|
3177
|
+
attr_accessor :Statistics, :Business, :Period, :StartTime, :EndTime, :Id, :MetricName, :Domain, :ProtoInfo, :BusinessType
|
3169
3178
|
|
3170
|
-
def initialize(statistics=nil, business=nil, period=nil, starttime=nil, endtime=nil, id=nil, metricname=nil, domain=nil, protoinfo=nil)
|
3179
|
+
def initialize(statistics=nil, business=nil, period=nil, starttime=nil, endtime=nil, id=nil, metricname=nil, domain=nil, protoinfo=nil, businesstype=nil)
|
3171
3180
|
@Statistics = statistics
|
3172
3181
|
@Business = business
|
3173
3182
|
@Period = period
|
@@ -3177,6 +3186,7 @@ module TencentCloud
|
|
3177
3186
|
@MetricName = metricname
|
3178
3187
|
@Domain = domain
|
3179
3188
|
@ProtoInfo = protoinfo
|
3189
|
+
@BusinessType = businesstype
|
3180
3190
|
end
|
3181
3191
|
|
3182
3192
|
def deserialize(params)
|
@@ -3196,6 +3206,7 @@ module TencentCloud
|
|
3196
3206
|
@ProtoInfo << protocolport_tmp
|
3197
3207
|
end
|
3198
3208
|
end
|
3209
|
+
@BusinessType = params['BusinessType']
|
3199
3210
|
end
|
3200
3211
|
end
|
3201
3212
|
|
@@ -3205,20 +3216,25 @@ module TencentCloud
|
|
3205
3216
|
# @type DataList: Array
|
3206
3217
|
# @param MetricName: 统计纬度
|
3207
3218
|
# @type MetricName: String
|
3219
|
+
# @param MaxData: 返回DataList中的最大值
|
3220
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3221
|
+
# @type MaxData: Integer
|
3208
3222
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
3209
3223
|
# @type RequestId: String
|
3210
3224
|
|
3211
|
-
attr_accessor :DataList, :MetricName, :RequestId
|
3225
|
+
attr_accessor :DataList, :MetricName, :MaxData, :RequestId
|
3212
3226
|
|
3213
|
-
def initialize(datalist=nil, metricname=nil, requestid=nil)
|
3227
|
+
def initialize(datalist=nil, metricname=nil, maxdata=nil, requestid=nil)
|
3214
3228
|
@DataList = datalist
|
3215
3229
|
@MetricName = metricname
|
3230
|
+
@MaxData = maxdata
|
3216
3231
|
@RequestId = requestid
|
3217
3232
|
end
|
3218
3233
|
|
3219
3234
|
def deserialize(params)
|
3220
3235
|
@DataList = params['DataList']
|
3221
3236
|
@MetricName = params['MetricName']
|
3237
|
+
@MaxData = params['MaxData']
|
3222
3238
|
@RequestId = params['RequestId']
|
3223
3239
|
end
|
3224
3240
|
end
|
@@ -4276,10 +4292,12 @@ module TencentCloud
|
|
4276
4292
|
# @type FilterConvoy: Integer
|
4277
4293
|
# @param ExcludeAdvancedInfo: 默认false;接口传true,返回数据中不包含高级信息,高级信息包含:InstanceList[0].Usage。
|
4278
4294
|
# @type ExcludeAdvancedInfo: Boolean
|
4295
|
+
# @param FilterAssetIpList: 资产IP数组
|
4296
|
+
# @type FilterAssetIpList: Array
|
4279
4297
|
|
4280
|
-
attr_accessor :Offset, :Limit, :FilterIp, :FilterInstanceId, :FilterRegion, :FilterName, :FilterLine, :FilterStatus, :FilterBoundStatus, :FilterInstanceIdList, :FilterEnterpriseFlag, :FilterLightFlag, :FilterChannelFlag, :FilterTag, :FilterTrialFlag, :FilterConvoy, :ExcludeAdvancedInfo
|
4298
|
+
attr_accessor :Offset, :Limit, :FilterIp, :FilterInstanceId, :FilterRegion, :FilterName, :FilterLine, :FilterStatus, :FilterBoundStatus, :FilterInstanceIdList, :FilterEnterpriseFlag, :FilterLightFlag, :FilterChannelFlag, :FilterTag, :FilterTrialFlag, :FilterConvoy, :ExcludeAdvancedInfo, :FilterAssetIpList
|
4281
4299
|
|
4282
|
-
def initialize(offset=nil, limit=nil, filterip=nil, filterinstanceid=nil, filterregion=nil, filtername=nil, filterline=nil, filterstatus=nil, filterboundstatus=nil, filterinstanceidlist=nil, filterenterpriseflag=nil, filterlightflag=nil, filterchannelflag=nil, filtertag=nil, filtertrialflag=nil, filterconvoy=nil, excludeadvancedinfo=nil)
|
4300
|
+
def initialize(offset=nil, limit=nil, filterip=nil, filterinstanceid=nil, filterregion=nil, filtername=nil, filterline=nil, filterstatus=nil, filterboundstatus=nil, filterinstanceidlist=nil, filterenterpriseflag=nil, filterlightflag=nil, filterchannelflag=nil, filtertag=nil, filtertrialflag=nil, filterconvoy=nil, excludeadvancedinfo=nil, filterassetiplist=nil)
|
4283
4301
|
@Offset = offset
|
4284
4302
|
@Limit = limit
|
4285
4303
|
@FilterIp = filterip
|
@@ -4297,6 +4315,7 @@ module TencentCloud
|
|
4297
4315
|
@FilterTrialFlag = filtertrialflag
|
4298
4316
|
@FilterConvoy = filterconvoy
|
4299
4317
|
@ExcludeAdvancedInfo = excludeadvancedinfo
|
4318
|
+
@FilterAssetIpList = filterassetiplist
|
4300
4319
|
end
|
4301
4320
|
|
4302
4321
|
def deserialize(params)
|
@@ -4320,6 +4339,7 @@ module TencentCloud
|
|
4320
4339
|
@FilterTrialFlag = params['FilterTrialFlag']
|
4321
4340
|
@FilterConvoy = params['FilterConvoy']
|
4322
4341
|
@ExcludeAdvancedInfo = params['ExcludeAdvancedInfo']
|
4342
|
+
@FilterAssetIpList = params['FilterAssetIpList']
|
4323
4343
|
end
|
4324
4344
|
end
|
4325
4345
|
|
@@ -4961,19 +4981,23 @@ module TencentCloud
|
|
4961
4981
|
# @type Limit: Integer
|
4962
4982
|
# @param FilterDomain: 调度域名搜索
|
4963
4983
|
# @type FilterDomain: String
|
4984
|
+
# @param Status: 运行状态 0 代表未运行 1 正在运行 2 运行异常
|
4985
|
+
# @type Status: String
|
4964
4986
|
|
4965
|
-
attr_accessor :Offset, :Limit, :FilterDomain
|
4987
|
+
attr_accessor :Offset, :Limit, :FilterDomain, :Status
|
4966
4988
|
|
4967
|
-
def initialize(offset=nil, limit=nil, filterdomain=nil)
|
4989
|
+
def initialize(offset=nil, limit=nil, filterdomain=nil, status=nil)
|
4968
4990
|
@Offset = offset
|
4969
4991
|
@Limit = limit
|
4970
4992
|
@FilterDomain = filterdomain
|
4993
|
+
@Status = status
|
4971
4994
|
end
|
4972
4995
|
|
4973
4996
|
def deserialize(params)
|
4974
4997
|
@Offset = params['Offset']
|
4975
4998
|
@Limit = params['Limit']
|
4976
4999
|
@FilterDomain = params['FilterDomain']
|
5000
|
+
@Status = params['Status']
|
4977
5001
|
end
|
4978
5002
|
end
|
4979
5003
|
|
@@ -5278,8 +5302,6 @@ module TencentCloud
|
|
5278
5302
|
|
5279
5303
|
# DescribeOverviewCCTrend请求参数结构体
|
5280
5304
|
class DescribeOverviewCCTrendRequest < TencentCloud::Common::AbstractModel
|
5281
|
-
# @param Business: 大禹子产品代号(bgpip表示高防IP;bgp-multip表示共享包;basic表示DDoS基础防护)
|
5282
|
-
# @type Business: String
|
5283
5305
|
# @param Period: 统计粒度,取值[300(5分钟),3600(小时),86400(天)]
|
5284
5306
|
# @type Period: Integer
|
5285
5307
|
# @param StartTime: 统计开始时间
|
@@ -5288,29 +5310,31 @@ module TencentCloud
|
|
5288
5310
|
# @type EndTime: String
|
5289
5311
|
# @param MetricName: 指标,取值[inqps(总请求峰值,dropqps(攻击请求峰值)),incount(请求次数), dropcount(攻击次数)]
|
5290
5312
|
# @type MetricName: String
|
5313
|
+
# @param Business: 大禹子产品代号(bgpip表示高防IP;bgp-multip表示共享包;basic表示DDoS基础防护)
|
5314
|
+
# @type Business: String
|
5291
5315
|
# @param IpList: 资源的IP
|
5292
5316
|
# @type IpList: Array
|
5293
5317
|
# @param Id: 资源实例ID
|
5294
5318
|
# @type Id: String
|
5295
5319
|
|
5296
|
-
attr_accessor :
|
5320
|
+
attr_accessor :Period, :StartTime, :EndTime, :MetricName, :Business, :IpList, :Id
|
5297
5321
|
|
5298
|
-
def initialize(
|
5299
|
-
@Business = business
|
5322
|
+
def initialize(period=nil, starttime=nil, endtime=nil, metricname=nil, business=nil, iplist=nil, id=nil)
|
5300
5323
|
@Period = period
|
5301
5324
|
@StartTime = starttime
|
5302
5325
|
@EndTime = endtime
|
5303
5326
|
@MetricName = metricname
|
5327
|
+
@Business = business
|
5304
5328
|
@IpList = iplist
|
5305
5329
|
@Id = id
|
5306
5330
|
end
|
5307
5331
|
|
5308
5332
|
def deserialize(params)
|
5309
|
-
@Business = params['Business']
|
5310
5333
|
@Period = params['Period']
|
5311
5334
|
@StartTime = params['StartTime']
|
5312
5335
|
@EndTime = params['EndTime']
|
5313
5336
|
@MetricName = params['MetricName']
|
5337
|
+
@Business = params['Business']
|
5314
5338
|
@IpList = params['IpList']
|
5315
5339
|
@Id = params['Id']
|
5316
5340
|
end
|
@@ -5405,8 +5429,6 @@ module TencentCloud
|
|
5405
5429
|
|
5406
5430
|
# DescribeOverviewDDoSTrend请求参数结构体
|
5407
5431
|
class DescribeOverviewDDoSTrendRequest < TencentCloud::Common::AbstractModel
|
5408
|
-
# @param Business: 大禹子产品代号(bgpip表示高防IP;bgp-multip表示高防包;basic表示DDoS基础防护)
|
5409
|
-
# @type Business: String
|
5410
5432
|
# @param Period: 统计粒度,取值[300(5分钟),3600(小时),86400(天)]
|
5411
5433
|
# @type Period: Integer
|
5412
5434
|
# @param StartTime: 统计开始时间
|
@@ -5415,29 +5437,31 @@ module TencentCloud
|
|
5415
5437
|
# @type EndTime: String
|
5416
5438
|
# @param MetricName: 指标,取值[bps(攻击流量带宽,pps(攻击包速率))]
|
5417
5439
|
# @type MetricName: String
|
5440
|
+
# @param Business: 大禹子产品代号(bgpip表示高防IP;bgp-multip表示高防包;basic表示DDoS基础防护)
|
5441
|
+
# @type Business: String
|
5418
5442
|
# @param IpList: 资源实例的IP列表
|
5419
5443
|
# @type IpList: Array
|
5420
5444
|
# @param Id: 资源实例ID
|
5421
5445
|
# @type Id: String
|
5422
5446
|
|
5423
|
-
attr_accessor :
|
5447
|
+
attr_accessor :Period, :StartTime, :EndTime, :MetricName, :Business, :IpList, :Id
|
5424
5448
|
|
5425
|
-
def initialize(
|
5426
|
-
@Business = business
|
5449
|
+
def initialize(period=nil, starttime=nil, endtime=nil, metricname=nil, business=nil, iplist=nil, id=nil)
|
5427
5450
|
@Period = period
|
5428
5451
|
@StartTime = starttime
|
5429
5452
|
@EndTime = endtime
|
5430
5453
|
@MetricName = metricname
|
5454
|
+
@Business = business
|
5431
5455
|
@IpList = iplist
|
5432
5456
|
@Id = id
|
5433
5457
|
end
|
5434
5458
|
|
5435
5459
|
def deserialize(params)
|
5436
|
-
@Business = params['Business']
|
5437
5460
|
@Period = params['Period']
|
5438
5461
|
@StartTime = params['StartTime']
|
5439
5462
|
@EndTime = params['EndTime']
|
5440
5463
|
@MetricName = params['MetricName']
|
5464
|
+
@Business = params['Business']
|
5441
5465
|
@IpList = params['IpList']
|
5442
5466
|
@Id = params['Id']
|
5443
5467
|
end
|
@@ -5707,14 +5731,18 @@ module TencentCloud
|
|
5707
5731
|
# @type DeviceType: String
|
5708
5732
|
# @param InstanceId: IP所属的云产品实例ID,例如是弹性网卡的IP,InstanceId为弹性网卡的ID(eni-*); 如果是托管IP没有对应的资源实例ID,InstanceId为""
|
5709
5733
|
# @type InstanceId: String
|
5734
|
+
# @param Domain: 域名化资产对应的域名
|
5735
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5736
|
+
# @type Domain: String
|
5710
5737
|
|
5711
|
-
attr_accessor :Ip, :BizType, :DeviceType, :InstanceId
|
5738
|
+
attr_accessor :Ip, :BizType, :DeviceType, :InstanceId, :Domain
|
5712
5739
|
|
5713
|
-
def initialize(ip=nil, biztype=nil, devicetype=nil, instanceid=nil)
|
5740
|
+
def initialize(ip=nil, biztype=nil, devicetype=nil, instanceid=nil, domain=nil)
|
5714
5741
|
@Ip = ip
|
5715
5742
|
@BizType = biztype
|
5716
5743
|
@DeviceType = devicetype
|
5717
5744
|
@InstanceId = instanceid
|
5745
|
+
@Domain = domain
|
5718
5746
|
end
|
5719
5747
|
|
5720
5748
|
def deserialize(params)
|
@@ -5722,6 +5750,7 @@ module TencentCloud
|
|
5722
5750
|
@BizType = params['BizType']
|
5723
5751
|
@DeviceType = params['DeviceType']
|
5724
5752
|
@InstanceId = params['InstanceId']
|
5753
|
+
@Domain = params['Domain']
|
5725
5754
|
end
|
5726
5755
|
end
|
5727
5756
|
|
@@ -5854,14 +5883,18 @@ module TencentCloud
|
|
5854
5883
|
# @type Cname: String
|
5855
5884
|
# @param ResourceFlag: 资源flag,0:高防包资源,1:高防IP资源,2:非高防资源IP
|
5856
5885
|
# @type ResourceFlag: Integer
|
5886
|
+
# @param Domain: 域名化资产对应的域名
|
5887
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5888
|
+
# @type Domain: String
|
5857
5889
|
|
5858
|
-
attr_accessor :Type, :Eip, :Cname, :ResourceFlag
|
5890
|
+
attr_accessor :Type, :Eip, :Cname, :ResourceFlag, :Domain
|
5859
5891
|
|
5860
|
-
def initialize(type=nil, eip=nil, cname=nil, resourceflag=nil)
|
5892
|
+
def initialize(type=nil, eip=nil, cname=nil, resourceflag=nil, domain=nil)
|
5861
5893
|
@Type = type
|
5862
5894
|
@Eip = eip
|
5863
5895
|
@Cname = cname
|
5864
5896
|
@ResourceFlag = resourceflag
|
5897
|
+
@Domain = domain
|
5865
5898
|
end
|
5866
5899
|
|
5867
5900
|
def deserialize(params)
|
@@ -5869,6 +5902,7 @@ module TencentCloud
|
|
5869
5902
|
@Eip = params['Eip']
|
5870
5903
|
@Cname = params['Cname']
|
5871
5904
|
@ResourceFlag = params['ResourceFlag']
|
5905
|
+
@Domain = params['Domain']
|
5872
5906
|
end
|
5873
5907
|
end
|
5874
5908
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-antiddos
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.558
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-04-
|
11
|
+
date: 2023-04-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|