tencentcloud-sdk-python 3.0.1379__py2.py3-none-any.whl → 3.0.1380__py2.py3-none-any.whl

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.
Files changed (35) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/autoscaling/v20180419/autoscaling_client.py +5 -6
  3. tencentcloud/autoscaling/v20180419/models.py +398 -294
  4. tencentcloud/batch/v20170312/models.py +2 -2
  5. tencentcloud/bh/v20230418/models.py +235 -2
  6. tencentcloud/bi/v20220105/models.py +32 -0
  7. tencentcloud/cdb/v20170320/errorcodes.py +6 -0
  8. tencentcloud/cdb/v20170320/models.py +32 -2
  9. tencentcloud/cfw/v20190904/models.py +24 -24
  10. tencentcloud/clb/v20180317/models.py +8 -8
  11. tencentcloud/cynosdb/v20190107/errorcodes.py +9 -0
  12. tencentcloud/cynosdb/v20190107/models.py +21 -2
  13. tencentcloud/emr/v20190103/models.py +30 -0
  14. tencentcloud/ess/v20201111/models.py +15 -0
  15. tencentcloud/essbasic/v20210526/models.py +2 -2
  16. tencentcloud/mps/v20190612/models.py +2 -2
  17. tencentcloud/postgres/v20170312/models.py +0 -79
  18. tencentcloud/postgres/v20170312/postgres_client.py +12 -29
  19. tencentcloud/tbaas/v20180416/models.py +0 -234
  20. tencentcloud/tbaas/v20180416/tbaas_client.py +0 -23
  21. tencentcloud/tdmq/v20200217/errorcodes.py +6 -0
  22. tencentcloud/teo/v20220901/models.py +589 -92
  23. tencentcloud/teo/v20220901/teo_client.py +23 -0
  24. tencentcloud/tke/v20180525/models.py +242 -184
  25. tencentcloud/tmt/v20180321/models.py +147 -0
  26. tencentcloud/trtc/v20190722/trtc_client.py +2 -3
  27. tencentcloud/vpc/v20170312/models.py +138 -100
  28. tencentcloud/vpc/v20170312/vpc_client.py +1 -1
  29. tencentcloud/wedata/v20210820/models.py +602 -2
  30. tencentcloud/wedata/v20210820/wedata_client.py +69 -0
  31. {tencentcloud_sdk_python-3.0.1379.dist-info → tencentcloud_sdk_python-3.0.1380.dist-info}/METADATA +1 -1
  32. {tencentcloud_sdk_python-3.0.1379.dist-info → tencentcloud_sdk_python-3.0.1380.dist-info}/RECORD +35 -35
  33. {tencentcloud_sdk_python-3.0.1379.dist-info → tencentcloud_sdk_python-3.0.1380.dist-info}/LICENSE +0 -0
  34. {tencentcloud_sdk_python-3.0.1379.dist-info → tencentcloud_sdk_python-3.0.1380.dist-info}/WHEEL +0 -0
  35. {tencentcloud_sdk_python-3.0.1379.dist-info → tencentcloud_sdk_python-3.0.1380.dist-info}/top_level.txt +0 -0
@@ -3338,14 +3338,12 @@ class BotConfig(AbstractModel):
3338
3338
  :param _BotPortraitRule: 用户画像规则。如果为null,默认使用历史配置。
3339
3339
  :type BotPortraitRule: :class:`tencentcloud.teo.v20220901.models.BotPortraitRule`
3340
3340
  :param _IntelligenceRule: Bot智能分析。如果为null,默认使用历史配置。
3341
- 注意:此字段可能返回 null,表示取不到有效值。
3342
3341
  :type IntelligenceRule: :class:`tencentcloud.teo.v20220901.models.IntelligenceRule`
3343
3342
  :param _BotUserRules: Bot自定义规则。如果为null,默认使用历史配置。
3344
3343
  :type BotUserRules: list of BotUserRule
3345
3344
  :param _AlgDetectRule: Bot主动特征识别规则。
3346
3345
  :type AlgDetectRule: list of AlgDetectRule
3347
3346
  :param _Customizes: Bot托管定制策略,入参可不填,仅出参使用。
3348
- 注意:此字段可能返回 null,表示取不到有效值。
3349
3347
  :type Customizes: list of BotUserRule
3350
3348
  """
3351
3349
  self._Switch = None
@@ -3394,7 +3392,6 @@ class BotConfig(AbstractModel):
3394
3392
  @property
3395
3393
  def IntelligenceRule(self):
3396
3394
  """Bot智能分析。如果为null,默认使用历史配置。
3397
- 注意:此字段可能返回 null,表示取不到有效值。
3398
3395
  :rtype: :class:`tencentcloud.teo.v20220901.models.IntelligenceRule`
3399
3396
  """
3400
3397
  return self._IntelligenceRule
@@ -3428,7 +3425,6 @@ class BotConfig(AbstractModel):
3428
3425
  @property
3429
3426
  def Customizes(self):
3430
3427
  """Bot托管定制策略,入参可不填,仅出参使用。
3431
- 注意:此字段可能返回 null,表示取不到有效值。
3432
3428
  :rtype: list of BotUserRule
3433
3429
  """
3434
3430
  return self._Customizes
@@ -3494,7 +3490,6 @@ class BotExtendAction(AbstractModel):
3494
3490
  <li>longdelay:长时响应。</li>
3495
3491
  :type Action: str
3496
3492
  :param _Percent: 处置方式的触发概率,范围0-100。
3497
- 注意:此字段可能返回 null,表示取不到有效值。
3498
3493
  :type Percent: int
3499
3494
  """
3500
3495
  self._Action = None
@@ -3521,7 +3516,6 @@ class BotExtendAction(AbstractModel):
3521
3516
  @property
3522
3517
  def Percent(self):
3523
3518
  """处置方式的触发概率,范围0-100。
3524
- 注意:此字段可能返回 null,表示取不到有效值。
3525
3519
  :rtype: int
3526
3520
  """
3527
3521
  return self._Percent
@@ -3560,19 +3554,14 @@ class BotManagedRule(AbstractModel):
3560
3554
  :param _RuleID: 本规则的ID。仅出参使用。
3561
3555
  :type RuleID: int
3562
3556
  :param _TransManagedIds: 放行的规则ID。默认所有规则不配置放行。
3563
- 注意:此字段可能返回 null,表示取不到有效值。
3564
3557
  :type TransManagedIds: list of int
3565
3558
  :param _AlgManagedIds: JS挑战的规则ID。默认所有规则不配置JS挑战。
3566
- 注意:此字段可能返回 null,表示取不到有效值。
3567
3559
  :type AlgManagedIds: list of int
3568
3560
  :param _CapManagedIds: 数字验证码的规则ID。默认所有规则不配置数字验证码。
3569
- 注意:此字段可能返回 null,表示取不到有效值。
3570
3561
  :type CapManagedIds: list of int
3571
3562
  :param _MonManagedIds: 观察的规则ID。默认所有规则不配置观察。
3572
- 注意:此字段可能返回 null,表示取不到有效值。
3573
3563
  :type MonManagedIds: list of int
3574
3564
  :param _DropManagedIds: 拦截的规则ID。默认所有规则不配置拦截。
3575
- 注意:此字段可能返回 null,表示取不到有效值。
3576
3565
  :type DropManagedIds: list of int
3577
3566
  """
3578
3567
  self._Action = None
@@ -3612,7 +3601,6 @@ class BotManagedRule(AbstractModel):
3612
3601
  @property
3613
3602
  def TransManagedIds(self):
3614
3603
  """放行的规则ID。默认所有规则不配置放行。
3615
- 注意:此字段可能返回 null,表示取不到有效值。
3616
3604
  :rtype: list of int
3617
3605
  """
3618
3606
  return self._TransManagedIds
@@ -3624,7 +3612,6 @@ class BotManagedRule(AbstractModel):
3624
3612
  @property
3625
3613
  def AlgManagedIds(self):
3626
3614
  """JS挑战的规则ID。默认所有规则不配置JS挑战。
3627
- 注意:此字段可能返回 null,表示取不到有效值。
3628
3615
  :rtype: list of int
3629
3616
  """
3630
3617
  return self._AlgManagedIds
@@ -3636,7 +3623,6 @@ class BotManagedRule(AbstractModel):
3636
3623
  @property
3637
3624
  def CapManagedIds(self):
3638
3625
  """数字验证码的规则ID。默认所有规则不配置数字验证码。
3639
- 注意:此字段可能返回 null,表示取不到有效值。
3640
3626
  :rtype: list of int
3641
3627
  """
3642
3628
  return self._CapManagedIds
@@ -3648,7 +3634,6 @@ class BotManagedRule(AbstractModel):
3648
3634
  @property
3649
3635
  def MonManagedIds(self):
3650
3636
  """观察的规则ID。默认所有规则不配置观察。
3651
- 注意:此字段可能返回 null,表示取不到有效值。
3652
3637
  :rtype: list of int
3653
3638
  """
3654
3639
  return self._MonManagedIds
@@ -3660,7 +3645,6 @@ class BotManagedRule(AbstractModel):
3660
3645
  @property
3661
3646
  def DropManagedIds(self):
3662
3647
  """拦截的规则ID。默认所有规则不配置拦截。
3663
- 注意:此字段可能返回 null,表示取不到有效值。
3664
3648
  :rtype: list of int
3665
3649
  """
3666
3650
  return self._DropManagedIds
@@ -3702,16 +3686,12 @@ class BotPortraitRule(AbstractModel):
3702
3686
  :param _RuleID: 本规则的ID。仅出参使用。
3703
3687
  :type RuleID: int
3704
3688
  :param _AlgManagedIds: JS挑战的规则ID。默认所有规则不配置JS挑战。
3705
- 注意:此字段可能返回 null,表示取不到有效值。
3706
3689
  :type AlgManagedIds: list of int
3707
3690
  :param _CapManagedIds: 数字验证码的规则ID。默认所有规则不配置数字验证码。
3708
- 注意:此字段可能返回 null,表示取不到有效值。
3709
3691
  :type CapManagedIds: list of int
3710
3692
  :param _MonManagedIds: 观察的规则ID。默认所有规则不配置观察。
3711
- 注意:此字段可能返回 null,表示取不到有效值。
3712
3693
  :type MonManagedIds: list of int
3713
3694
  :param _DropManagedIds: 拦截的规则ID。默认所有规则不配置拦截。
3714
- 注意:此字段可能返回 null,表示取不到有效值。
3715
3695
  :type DropManagedIds: list of int
3716
3696
  """
3717
3697
  self._Switch = None
@@ -3748,7 +3728,6 @@ class BotPortraitRule(AbstractModel):
3748
3728
  @property
3749
3729
  def AlgManagedIds(self):
3750
3730
  """JS挑战的规则ID。默认所有规则不配置JS挑战。
3751
- 注意:此字段可能返回 null,表示取不到有效值。
3752
3731
  :rtype: list of int
3753
3732
  """
3754
3733
  return self._AlgManagedIds
@@ -3760,7 +3739,6 @@ class BotPortraitRule(AbstractModel):
3760
3739
  @property
3761
3740
  def CapManagedIds(self):
3762
3741
  """数字验证码的规则ID。默认所有规则不配置数字验证码。
3763
- 注意:此字段可能返回 null,表示取不到有效值。
3764
3742
  :rtype: list of int
3765
3743
  """
3766
3744
  return self._CapManagedIds
@@ -3772,7 +3750,6 @@ class BotPortraitRule(AbstractModel):
3772
3750
  @property
3773
3751
  def MonManagedIds(self):
3774
3752
  """观察的规则ID。默认所有规则不配置观察。
3775
- 注意:此字段可能返回 null,表示取不到有效值。
3776
3753
  :rtype: list of int
3777
3754
  """
3778
3755
  return self._MonManagedIds
@@ -3784,7 +3761,6 @@ class BotPortraitRule(AbstractModel):
3784
3761
  @property
3785
3762
  def DropManagedIds(self):
3786
3763
  """拦截的规则ID。默认所有规则不配置拦截。
3787
- 注意:此字段可能返回 null,表示取不到有效值。
3788
3764
  :rtype: list of int
3789
3765
  """
3790
3766
  return self._DropManagedIds
@@ -18333,6 +18309,178 @@ class DescribeOverviewL7DataResponse(AbstractModel):
18333
18309
  self._RequestId = params.get("RequestId")
18334
18310
 
18335
18311
 
18312
+ class DescribePlansRequest(AbstractModel):
18313
+ """DescribePlans请求参数结构体
18314
+
18315
+ """
18316
+
18317
+ def __init__(self):
18318
+ r"""
18319
+ :param _Filters: 过滤条件,Filters.Values 的上限为 20。详细的过滤条件如下:<li>plan-type<br>  按照【<strong>套餐类型</strong>】进行过滤。<br>  可选的类型有:<br>  plan-trial:试用版套餐;<br>  plan-personal:个人版套餐;<br>  plan-basic:基础版套餐; <br>  plan-standard:标准版套餐; <br>  plan-enterprise:企业版套餐。 </li><li>plan-id<br>  按照【<strong>套餐 ID</strong>】进行过滤。套餐 ID 形如:edgeone-268z103ob0sx。</li><li>area<br>  按照【<strong>套餐加速地域</strong>】进行过滤。</li>  服务区域,可选的类型有:<br>  mainland: 中国大陆;<br>  overseas: 全球(不包括中国大陆);<br>  global: 全球(包括中国大陆)。<br><li>status<br>  按照【<strong>套餐状态</strong>】进行过滤。<br>  可选的状态有:<br>  normal:正常状态;<br>  expiring-soon:即将过期;<br>  expired:已到期;<br>  isolated:已隔离。</li>
18320
+ :type Filters: list of Filter
18321
+ :param _Order: 排序字段,取值有:
18322
+ <li> enable-time:生效时间;</li>
18323
+ <li> expire-time:过期时间。</li>不填写使用默认值 enable-time。
18324
+ :type Order: str
18325
+ :param _Direction: 排序方向,取值有:
18326
+ <li>asc:从小到大排序;</li>
18327
+ <li>desc:从大到小排序。</li>不填写使用默认值 desc。
18328
+ :type Direction: str
18329
+ :param _Limit: 分页查询限制数目。默认值:20,最大值:200。
18330
+ :type Limit: int
18331
+ :param _Offset: 分页查询偏移量。默认值:0。
18332
+ :type Offset: int
18333
+ """
18334
+ self._Filters = None
18335
+ self._Order = None
18336
+ self._Direction = None
18337
+ self._Limit = None
18338
+ self._Offset = None
18339
+
18340
+ @property
18341
+ def Filters(self):
18342
+ """过滤条件,Filters.Values 的上限为 20。详细的过滤条件如下:<li>plan-type<br>  按照【<strong>套餐类型</strong>】进行过滤。<br>  可选的类型有:<br>  plan-trial:试用版套餐;<br>  plan-personal:个人版套餐;<br>  plan-basic:基础版套餐; <br>  plan-standard:标准版套餐; <br>  plan-enterprise:企业版套餐。 </li><li>plan-id<br>  按照【<strong>套餐 ID</strong>】进行过滤。套餐 ID 形如:edgeone-268z103ob0sx。</li><li>area<br>  按照【<strong>套餐加速地域</strong>】进行过滤。</li>  服务区域,可选的类型有:<br>  mainland: 中国大陆;<br>  overseas: 全球(不包括中国大陆);<br>  global: 全球(包括中国大陆)。<br><li>status<br>  按照【<strong>套餐状态</strong>】进行过滤。<br>  可选的状态有:<br>  normal:正常状态;<br>  expiring-soon:即将过期;<br>  expired:已到期;<br>  isolated:已隔离。</li>
18343
+ :rtype: list of Filter
18344
+ """
18345
+ return self._Filters
18346
+
18347
+ @Filters.setter
18348
+ def Filters(self, Filters):
18349
+ self._Filters = Filters
18350
+
18351
+ @property
18352
+ def Order(self):
18353
+ """排序字段,取值有:
18354
+ <li> enable-time:生效时间;</li>
18355
+ <li> expire-time:过期时间。</li>不填写使用默认值 enable-time。
18356
+ :rtype: str
18357
+ """
18358
+ return self._Order
18359
+
18360
+ @Order.setter
18361
+ def Order(self, Order):
18362
+ self._Order = Order
18363
+
18364
+ @property
18365
+ def Direction(self):
18366
+ """排序方向,取值有:
18367
+ <li>asc:从小到大排序;</li>
18368
+ <li>desc:从大到小排序。</li>不填写使用默认值 desc。
18369
+ :rtype: str
18370
+ """
18371
+ return self._Direction
18372
+
18373
+ @Direction.setter
18374
+ def Direction(self, Direction):
18375
+ self._Direction = Direction
18376
+
18377
+ @property
18378
+ def Limit(self):
18379
+ """分页查询限制数目。默认值:20,最大值:200。
18380
+ :rtype: int
18381
+ """
18382
+ return self._Limit
18383
+
18384
+ @Limit.setter
18385
+ def Limit(self, Limit):
18386
+ self._Limit = Limit
18387
+
18388
+ @property
18389
+ def Offset(self):
18390
+ """分页查询偏移量。默认值:0。
18391
+ :rtype: int
18392
+ """
18393
+ return self._Offset
18394
+
18395
+ @Offset.setter
18396
+ def Offset(self, Offset):
18397
+ self._Offset = Offset
18398
+
18399
+
18400
+ def _deserialize(self, params):
18401
+ if params.get("Filters") is not None:
18402
+ self._Filters = []
18403
+ for item in params.get("Filters"):
18404
+ obj = Filter()
18405
+ obj._deserialize(item)
18406
+ self._Filters.append(obj)
18407
+ self._Order = params.get("Order")
18408
+ self._Direction = params.get("Direction")
18409
+ self._Limit = params.get("Limit")
18410
+ self._Offset = params.get("Offset")
18411
+ memeber_set = set(params.keys())
18412
+ for name, value in vars(self).items():
18413
+ property_name = name[1:]
18414
+ if property_name in memeber_set:
18415
+ memeber_set.remove(property_name)
18416
+ if len(memeber_set) > 0:
18417
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
18418
+
18419
+
18420
+
18421
+ class DescribePlansResponse(AbstractModel):
18422
+ """DescribePlans返回参数结构体
18423
+
18424
+ """
18425
+
18426
+ def __init__(self):
18427
+ r"""
18428
+ :param _TotalCount: 符合条件的套餐个数。
18429
+ :type TotalCount: int
18430
+ :param _Plans: 套餐信息列表。
18431
+ :type Plans: list of Plan
18432
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18433
+ :type RequestId: str
18434
+ """
18435
+ self._TotalCount = None
18436
+ self._Plans = None
18437
+ self._RequestId = None
18438
+
18439
+ @property
18440
+ def TotalCount(self):
18441
+ """符合条件的套餐个数。
18442
+ :rtype: int
18443
+ """
18444
+ return self._TotalCount
18445
+
18446
+ @TotalCount.setter
18447
+ def TotalCount(self, TotalCount):
18448
+ self._TotalCount = TotalCount
18449
+
18450
+ @property
18451
+ def Plans(self):
18452
+ """套餐信息列表。
18453
+ :rtype: list of Plan
18454
+ """
18455
+ return self._Plans
18456
+
18457
+ @Plans.setter
18458
+ def Plans(self, Plans):
18459
+ self._Plans = Plans
18460
+
18461
+ @property
18462
+ def RequestId(self):
18463
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18464
+ :rtype: str
18465
+ """
18466
+ return self._RequestId
18467
+
18468
+ @RequestId.setter
18469
+ def RequestId(self, RequestId):
18470
+ self._RequestId = RequestId
18471
+
18472
+
18473
+ def _deserialize(self, params):
18474
+ self._TotalCount = params.get("TotalCount")
18475
+ if params.get("Plans") is not None:
18476
+ self._Plans = []
18477
+ for item in params.get("Plans"):
18478
+ obj = Plan()
18479
+ obj._deserialize(item)
18480
+ self._Plans.append(obj)
18481
+ self._RequestId = params.get("RequestId")
18482
+
18483
+
18336
18484
  class DescribePrefetchTasksRequest(AbstractModel):
18337
18485
  """DescribePrefetchTasks请求参数结构体
18338
18486
 
@@ -23150,7 +23298,6 @@ class ExceptConfig(AbstractModel):
23150
23298
  <li>off:关闭。</li>
23151
23299
  :type Switch: str
23152
23300
  :param _ExceptUserRules: 例外规则详情。如果为null,默认使用历史配置。
23153
- 注意:此字段可能返回 null,表示取不到有效值。
23154
23301
  :type ExceptUserRules: list of ExceptUserRule
23155
23302
  """
23156
23303
  self._Switch = None
@@ -23172,7 +23319,6 @@ class ExceptConfig(AbstractModel):
23172
23319
  @property
23173
23320
  def ExceptUserRules(self):
23174
23321
  """例外规则详情。如果为null,默认使用历史配置。
23175
- 注意:此字段可能返回 null,表示取不到有效值。
23176
23322
  :rtype: list of ExceptUserRule
23177
23323
  """
23178
23324
  return self._ExceptUserRules
@@ -23218,13 +23364,10 @@ class ExceptUserRule(AbstractModel):
23218
23364
  :param _RuleID: 规则ID。仅出参使用。默认由底层生成。
23219
23365
  :type RuleID: int
23220
23366
  :param _UpdateTime: 更新时间,如果为null,默认由底层按当前时间生成。
23221
- 注意:此字段可能返回 null,表示取不到有效值。
23222
23367
  :type UpdateTime: str
23223
23368
  :param _ExceptUserRuleConditions: 匹配条件。
23224
- 注意:此字段可能返回 null,表示取不到有效值。
23225
23369
  :type ExceptUserRuleConditions: list of ExceptUserRuleCondition
23226
23370
  :param _ExceptUserRuleScope: 规则生效的范围。
23227
- 注意:此字段可能返回 null,表示取不到有效值。
23228
23371
  :type ExceptUserRuleScope: :class:`tencentcloud.teo.v20220901.models.ExceptUserRuleScope`
23229
23372
  :param _RulePriority: 优先级,取值范围0-100。如果为null,默认由底层设置为0。
23230
23373
  :type RulePriority: int
@@ -23287,7 +23430,6 @@ class ExceptUserRule(AbstractModel):
23287
23430
  @property
23288
23431
  def UpdateTime(self):
23289
23432
  """更新时间,如果为null,默认由底层按当前时间生成。
23290
- 注意:此字段可能返回 null,表示取不到有效值。
23291
23433
  :rtype: str
23292
23434
  """
23293
23435
  return self._UpdateTime
@@ -23299,7 +23441,6 @@ class ExceptUserRule(AbstractModel):
23299
23441
  @property
23300
23442
  def ExceptUserRuleConditions(self):
23301
23443
  """匹配条件。
23302
- 注意:此字段可能返回 null,表示取不到有效值。
23303
23444
  :rtype: list of ExceptUserRuleCondition
23304
23445
  """
23305
23446
  return self._ExceptUserRuleConditions
@@ -23311,7 +23452,6 @@ class ExceptUserRule(AbstractModel):
23311
23452
  @property
23312
23453
  def ExceptUserRuleScope(self):
23313
23454
  """规则生效的范围。
23314
- 注意:此字段可能返回 null,表示取不到有效值。
23315
23455
  :rtype: :class:`tencentcloud.teo.v20220901.models.ExceptUserRuleScope`
23316
23456
  """
23317
23457
  return self._ExceptUserRuleScope
@@ -23510,13 +23650,10 @@ class ExceptUserRuleScope(AbstractModel):
23510
23650
  <li>acl:自定义规则;</li>
23511
23651
  <li>cc:cc攻击防护;</li>
23512
23652
  <li>bot:Bot防护。</li>
23513
- 注意:此字段可能返回 null,表示取不到有效值。
23514
23653
  :type Modules: list of str
23515
23654
  :param _PartialModules: 跳过部分规则ID的例外规则详情。如果为null,默认使用历史配置。
23516
- 注意:此字段可能返回 null,表示取不到有效值。
23517
23655
  :type PartialModules: list of PartialModule
23518
23656
  :param _SkipConditions: 跳过具体字段不去扫描的例外规则详情。如果为null,默认使用历史配置。
23519
- 注意:此字段可能返回 null,表示取不到有效值。
23520
23657
  :type SkipConditions: list of SkipCondition
23521
23658
  """
23522
23659
  self._Type = None
@@ -23545,7 +23682,6 @@ class ExceptUserRuleScope(AbstractModel):
23545
23682
  <li>acl:自定义规则;</li>
23546
23683
  <li>cc:cc攻击防护;</li>
23547
23684
  <li>bot:Bot防护。</li>
23548
- 注意:此字段可能返回 null,表示取不到有效值。
23549
23685
  :rtype: list of str
23550
23686
  """
23551
23687
  return self._Modules
@@ -23557,7 +23693,6 @@ class ExceptUserRuleScope(AbstractModel):
23557
23693
  @property
23558
23694
  def PartialModules(self):
23559
23695
  """跳过部分规则ID的例外规则详情。如果为null,默认使用历史配置。
23560
- 注意:此字段可能返回 null,表示取不到有效值。
23561
23696
  :rtype: list of PartialModule
23562
23697
  """
23563
23698
  return self._PartialModules
@@ -23569,7 +23704,6 @@ class ExceptUserRuleScope(AbstractModel):
23569
23704
  @property
23570
23705
  def SkipConditions(self):
23571
23706
  """跳过具体字段不去扫描的例外规则详情。如果为null,默认使用历史配置。
23572
- 注意:此字段可能返回 null,表示取不到有效值。
23573
23707
  :rtype: list of SkipCondition
23574
23708
  """
23575
23709
  return self._SkipConditions
@@ -23916,10 +24050,8 @@ class FirstPartConfig(AbstractModel):
23916
24050
  :param _Switch: 开关,取值有:
23917
24051
  <li>on:开启;</li>
23918
24052
  <li>off:关闭。</li>
23919
- 注意:此字段可能返回 null,表示取不到有效值。
23920
24053
  :type Switch: str
23921
24054
  :param _StatTime: 首段包的统计时长,单位是秒,即期望首段包的统计时长是多少,默认5秒。
23922
- 注意:此字段可能返回 null,表示取不到有效值。
23923
24055
  :type StatTime: int
23924
24056
  """
23925
24057
  self._Switch = None
@@ -23930,7 +24062,6 @@ class FirstPartConfig(AbstractModel):
23930
24062
  """开关,取值有:
23931
24063
  <li>on:开启;</li>
23932
24064
  <li>off:关闭。</li>
23933
- 注意:此字段可能返回 null,表示取不到有效值。
23934
24065
  :rtype: str
23935
24066
  """
23936
24067
  return self._Switch
@@ -23942,7 +24073,6 @@ class FirstPartConfig(AbstractModel):
23942
24073
  @property
23943
24074
  def StatTime(self):
23944
24075
  """首段包的统计时长,单位是秒,即期望首段包的统计时长是多少,默认5秒。
23945
- 注意:此字段可能返回 null,表示取不到有效值。
23946
24076
  :rtype: int
23947
24077
  """
23948
24078
  return self._StatTime
@@ -26633,10 +26763,8 @@ class IpTableConfig(AbstractModel):
26633
26763
  :param _Switch: 开关,取值有:
26634
26764
  <li>on:开启;</li>
26635
26765
  <li>off:关闭;</li>
26636
- 注意:此字段可能返回 null,表示取不到有效值。
26637
26766
  :type Switch: str
26638
26767
  :param _IpTableRules: 基础管控规则。如果为null,默认使用历史配置。
26639
- 注意:此字段可能返回 null,表示取不到有效值。
26640
26768
  :type IpTableRules: list of IpTableRule
26641
26769
  """
26642
26770
  self._Switch = None
@@ -26647,7 +26775,6 @@ class IpTableConfig(AbstractModel):
26647
26775
  """开关,取值有:
26648
26776
  <li>on:开启;</li>
26649
26777
  <li>off:关闭;</li>
26650
- 注意:此字段可能返回 null,表示取不到有效值。
26651
26778
  :rtype: str
26652
26779
  """
26653
26780
  return self._Switch
@@ -26659,7 +26786,6 @@ class IpTableConfig(AbstractModel):
26659
26786
  @property
26660
26787
  def IpTableRules(self):
26661
26788
  """基础管控规则。如果为null,默认使用历史配置。
26662
- 注意:此字段可能返回 null,表示取不到有效值。
26663
26789
  :rtype: list of IpTableRule
26664
26790
  """
26665
26791
  return self._IpTableRules
@@ -26731,7 +26857,6 @@ class IpTableRule(AbstractModel):
26731
26857
  当入参缺省时,按 on 取值。
26732
26858
  :type Status: str
26733
26859
  :param _RuleName: 规则名。
26734
- 注意:此字段可能返回 null,表示取不到有效值。
26735
26860
  :type RuleName: str
26736
26861
  :param _MatchContent: 匹配内容。支持多值输入。
26737
26862
  <li>当输入多个匹配值时,请使用英文逗号分隔;</li>
@@ -26841,7 +26966,6 @@ class IpTableRule(AbstractModel):
26841
26966
  @property
26842
26967
  def RuleName(self):
26843
26968
  """规则名。
26844
- 注意:此字段可能返回 null,表示取不到有效值。
26845
26969
  :rtype: str
26846
26970
  """
26847
26971
  return self._RuleName
@@ -35383,7 +35507,6 @@ class PartialModule(AbstractModel):
35383
35507
  <li>waf:托管规则。</li>
35384
35508
  :type Module: str
35385
35509
  :param _Include: 模块下的需要例外的具体规则ID列表。
35386
- 注意:此字段可能返回 null,表示取不到有效值。
35387
35510
  :type Include: list of int
35388
35511
  """
35389
35512
  self._Module = None
@@ -35404,7 +35527,6 @@ class PartialModule(AbstractModel):
35404
35527
  @property
35405
35528
  def Include(self):
35406
35529
  """模块下的需要例外的具体规则ID列表。
35407
- 注意:此字段可能返回 null,表示取不到有效值。
35408
35530
  :rtype: list of int
35409
35531
  """
35410
35532
  return self._Include
@@ -35427,6 +35549,355 @@ class PartialModule(AbstractModel):
35427
35549
 
35428
35550
 
35429
35551
 
35552
+ class Plan(AbstractModel):
35553
+ """套餐信息
35554
+
35555
+ """
35556
+
35557
+ def __init__(self):
35558
+ r"""
35559
+ :param _PlanType: 套餐类型。取值有:
35560
+ <li>plan-trial: 试用版套餐;</li>
35561
+ <li>plan-personal: 个人版套餐;</li>
35562
+ <li>plan-basic: 基础版套餐;</li>
35563
+ <li>plan-standard: 标准版套餐;</li>
35564
+ <li>plan-enterprise-v2: 企业版套餐;</li>
35565
+ <li>plan-enterprise-model-a: 企业版 Model A 套餐。</li>
35566
+ <li>plan-enterprise: 旧企业版套餐。</li>
35567
+ :type PlanType: str
35568
+ :param _PlanId: 套餐 ID。形如 edgeone-2y041pblwaxe。
35569
+ :type PlanId: str
35570
+ :param _Area: 服务区域,取值有:
35571
+ <li>mainland: 中国大陆;</li>
35572
+ <li>overseas: 全球(不包括中国大陆);</li>
35573
+ <li>global: 全球(包括中国大陆)。</li>
35574
+ :type Area: str
35575
+ :param _Status: 套餐状态,取值有:
35576
+ <li>normal:正常状态;</li>
35577
+ <li>expiring-soon:即将到期状态;</li>
35578
+ <li>expired:到期状态;</li>
35579
+ <li>isolated:隔离状态;</li>
35580
+ <li>overdue-isolated:欠费隔离状态。</li>
35581
+ :type Status: str
35582
+ :param _PayMode: 付费类型,取值有:
35583
+ <li>0: 后付费;</li>
35584
+ <li>1: 预付费。</li>
35585
+ :type PayMode: int
35586
+ :param _ZonesInfo: 套餐绑定的站点信息,包括站点id和站点名称,站点状态。
35587
+ :type ZonesInfo: list of ZoneInfo
35588
+ :param _SmartRequestCapacity: 套餐内智能加速请求数规格,单位:次。
35589
+ :type SmartRequestCapacity: int
35590
+ :param _VAUCapacity: 套餐内VAU规格,单位:个。
35591
+ :type VAUCapacity: int
35592
+ :param _AccTrafficCapacity: 套餐内内容加速流量规格,单位:字节。
35593
+ :type AccTrafficCapacity: int
35594
+ :param _SmartTrafficCapacity: 套餐内智能加速流量规格,单位:字节。
35595
+ :type SmartTrafficCapacity: int
35596
+ :param _DDoSTrafficCapacity: 套餐内DDoS防护流量规格,单位:字节。
35597
+ :type DDoSTrafficCapacity: int
35598
+ :param _SecTrafficCapacity: 套餐内安全流量规格,单位:字节。
35599
+ :type SecTrafficCapacity: int
35600
+ :param _SecRequestCapacity: 套餐内安全请求数规格,单位:次。
35601
+ :type SecRequestCapacity: int
35602
+ :param _L4TrafficCapacity: 套餐内四层加速流量规格,单位:字节。
35603
+ :type L4TrafficCapacity: int
35604
+ :param _CrossMLCTrafficCapacity: 套餐内中国大陆网络优化流量规格,单位:字节。
35605
+ :type CrossMLCTrafficCapacity: int
35606
+ :param _Bindable: 套餐是否允许绑定新站点,取值有:
35607
+ <li>true: 允许绑定新站点;</li>
35608
+ <li>false: 不允许绑定新站点。</li>
35609
+ :type Bindable: str
35610
+ :param _EnabledTime: 套餐生效时间。
35611
+ :type EnabledTime: str
35612
+ :param _ExpiredTime: 套餐过期时间。
35613
+ :type ExpiredTime: str
35614
+ :param _Features: 套餐所支持的功能,取值有:<li>ContentAcceleration:内容加速功能;</li><li>SmartAcceleration:智能加速功能;</li><li>L4:四层加速功能;</li><li>Waf:高级 Web 防护;</li><li>QUIC:QUIC功能;</li><li>CrossMLC:中国大陆网络优化功能;</li><li>ProcessMedia:媒体处理功能;</li><li>L4DDoS:四层DDoS防护功能;</li>L7DDoS功能只会出现以下所有规格中的一项<li>L7DDoS.CM30G;七层DDoS防护功能-中国大陆30G保底带宽规格;</li><li>L7DDoS.CM60G;七层DDoS防护功能-中国大陆60G保底带宽规格;</li><li>L7DDoS.CM100G;七层DDoS防护功能-中国大陆100G保底带宽规格;</li><li>L7DDoS.Anycast300G;七层DDoS防护功能-中国大陆以外Anycast300G保底带宽规格;</li><li>L7DDoS.AnycastUnlimited;七层DDoS防护功能-中国大陆以外Anycast无上限全力防护规格;</li><li>L7DDoS.CM30G_Anycast300G;七层DDoS防护功能-中国大陆30G保底带宽规格,中国大陆以外Anycast300G保底带宽规格;</li><li>L7DDoS.CM60G_Anycast300G;七层DDoS防护功能-中国大陆60G保底带宽规格,中国大陆以外Anycast300G保底带宽规格;</li><li>L7DDoS.CM100G_Anycast300G;七层DDoS防护功能-中国大陆100G保底带宽规格,中国大陆以外Anycast300G保底带宽规格;</li><li>L7DDoS.CM30G_AnycastUnlimited;七层DDoS防护功能-中国大陆30G保底带宽规格,中国大陆以外Anycast无上限全力防护规格;</li><li>L7DDoS.CM60G_AnycastUnlimited;七层DDoS防护功能-中国大陆60G保底带宽规格,中国大陆以外Anycast无上限全力防护规格;</li><li>L7DDoS.CM100G_AnycastUnlimited;七层DDoS防护功能-中国大陆100G保底带宽规格,中国大陆以外Anycast无上限全力防护规格;</li>
35615
+ :type Features: list of str
35616
+ """
35617
+ self._PlanType = None
35618
+ self._PlanId = None
35619
+ self._Area = None
35620
+ self._Status = None
35621
+ self._PayMode = None
35622
+ self._ZonesInfo = None
35623
+ self._SmartRequestCapacity = None
35624
+ self._VAUCapacity = None
35625
+ self._AccTrafficCapacity = None
35626
+ self._SmartTrafficCapacity = None
35627
+ self._DDoSTrafficCapacity = None
35628
+ self._SecTrafficCapacity = None
35629
+ self._SecRequestCapacity = None
35630
+ self._L4TrafficCapacity = None
35631
+ self._CrossMLCTrafficCapacity = None
35632
+ self._Bindable = None
35633
+ self._EnabledTime = None
35634
+ self._ExpiredTime = None
35635
+ self._Features = None
35636
+
35637
+ @property
35638
+ def PlanType(self):
35639
+ """套餐类型。取值有:
35640
+ <li>plan-trial: 试用版套餐;</li>
35641
+ <li>plan-personal: 个人版套餐;</li>
35642
+ <li>plan-basic: 基础版套餐;</li>
35643
+ <li>plan-standard: 标准版套餐;</li>
35644
+ <li>plan-enterprise-v2: 企业版套餐;</li>
35645
+ <li>plan-enterprise-model-a: 企业版 Model A 套餐。</li>
35646
+ <li>plan-enterprise: 旧企业版套餐。</li>
35647
+ :rtype: str
35648
+ """
35649
+ return self._PlanType
35650
+
35651
+ @PlanType.setter
35652
+ def PlanType(self, PlanType):
35653
+ self._PlanType = PlanType
35654
+
35655
+ @property
35656
+ def PlanId(self):
35657
+ """套餐 ID。形如 edgeone-2y041pblwaxe。
35658
+ :rtype: str
35659
+ """
35660
+ return self._PlanId
35661
+
35662
+ @PlanId.setter
35663
+ def PlanId(self, PlanId):
35664
+ self._PlanId = PlanId
35665
+
35666
+ @property
35667
+ def Area(self):
35668
+ """服务区域,取值有:
35669
+ <li>mainland: 中国大陆;</li>
35670
+ <li>overseas: 全球(不包括中国大陆);</li>
35671
+ <li>global: 全球(包括中国大陆)。</li>
35672
+ :rtype: str
35673
+ """
35674
+ return self._Area
35675
+
35676
+ @Area.setter
35677
+ def Area(self, Area):
35678
+ self._Area = Area
35679
+
35680
+ @property
35681
+ def Status(self):
35682
+ """套餐状态,取值有:
35683
+ <li>normal:正常状态;</li>
35684
+ <li>expiring-soon:即将到期状态;</li>
35685
+ <li>expired:到期状态;</li>
35686
+ <li>isolated:隔离状态;</li>
35687
+ <li>overdue-isolated:欠费隔离状态。</li>
35688
+ :rtype: str
35689
+ """
35690
+ return self._Status
35691
+
35692
+ @Status.setter
35693
+ def Status(self, Status):
35694
+ self._Status = Status
35695
+
35696
+ @property
35697
+ def PayMode(self):
35698
+ """付费类型,取值有:
35699
+ <li>0: 后付费;</li>
35700
+ <li>1: 预付费。</li>
35701
+ :rtype: int
35702
+ """
35703
+ return self._PayMode
35704
+
35705
+ @PayMode.setter
35706
+ def PayMode(self, PayMode):
35707
+ self._PayMode = PayMode
35708
+
35709
+ @property
35710
+ def ZonesInfo(self):
35711
+ """套餐绑定的站点信息,包括站点id和站点名称,站点状态。
35712
+ :rtype: list of ZoneInfo
35713
+ """
35714
+ return self._ZonesInfo
35715
+
35716
+ @ZonesInfo.setter
35717
+ def ZonesInfo(self, ZonesInfo):
35718
+ self._ZonesInfo = ZonesInfo
35719
+
35720
+ @property
35721
+ def SmartRequestCapacity(self):
35722
+ """套餐内智能加速请求数规格,单位:次。
35723
+ :rtype: int
35724
+ """
35725
+ return self._SmartRequestCapacity
35726
+
35727
+ @SmartRequestCapacity.setter
35728
+ def SmartRequestCapacity(self, SmartRequestCapacity):
35729
+ self._SmartRequestCapacity = SmartRequestCapacity
35730
+
35731
+ @property
35732
+ def VAUCapacity(self):
35733
+ """套餐内VAU规格,单位:个。
35734
+ :rtype: int
35735
+ """
35736
+ return self._VAUCapacity
35737
+
35738
+ @VAUCapacity.setter
35739
+ def VAUCapacity(self, VAUCapacity):
35740
+ self._VAUCapacity = VAUCapacity
35741
+
35742
+ @property
35743
+ def AccTrafficCapacity(self):
35744
+ """套餐内内容加速流量规格,单位:字节。
35745
+ :rtype: int
35746
+ """
35747
+ return self._AccTrafficCapacity
35748
+
35749
+ @AccTrafficCapacity.setter
35750
+ def AccTrafficCapacity(self, AccTrafficCapacity):
35751
+ self._AccTrafficCapacity = AccTrafficCapacity
35752
+
35753
+ @property
35754
+ def SmartTrafficCapacity(self):
35755
+ """套餐内智能加速流量规格,单位:字节。
35756
+ :rtype: int
35757
+ """
35758
+ return self._SmartTrafficCapacity
35759
+
35760
+ @SmartTrafficCapacity.setter
35761
+ def SmartTrafficCapacity(self, SmartTrafficCapacity):
35762
+ self._SmartTrafficCapacity = SmartTrafficCapacity
35763
+
35764
+ @property
35765
+ def DDoSTrafficCapacity(self):
35766
+ """套餐内DDoS防护流量规格,单位:字节。
35767
+ :rtype: int
35768
+ """
35769
+ return self._DDoSTrafficCapacity
35770
+
35771
+ @DDoSTrafficCapacity.setter
35772
+ def DDoSTrafficCapacity(self, DDoSTrafficCapacity):
35773
+ self._DDoSTrafficCapacity = DDoSTrafficCapacity
35774
+
35775
+ @property
35776
+ def SecTrafficCapacity(self):
35777
+ """套餐内安全流量规格,单位:字节。
35778
+ :rtype: int
35779
+ """
35780
+ return self._SecTrafficCapacity
35781
+
35782
+ @SecTrafficCapacity.setter
35783
+ def SecTrafficCapacity(self, SecTrafficCapacity):
35784
+ self._SecTrafficCapacity = SecTrafficCapacity
35785
+
35786
+ @property
35787
+ def SecRequestCapacity(self):
35788
+ """套餐内安全请求数规格,单位:次。
35789
+ :rtype: int
35790
+ """
35791
+ return self._SecRequestCapacity
35792
+
35793
+ @SecRequestCapacity.setter
35794
+ def SecRequestCapacity(self, SecRequestCapacity):
35795
+ self._SecRequestCapacity = SecRequestCapacity
35796
+
35797
+ @property
35798
+ def L4TrafficCapacity(self):
35799
+ """套餐内四层加速流量规格,单位:字节。
35800
+ :rtype: int
35801
+ """
35802
+ return self._L4TrafficCapacity
35803
+
35804
+ @L4TrafficCapacity.setter
35805
+ def L4TrafficCapacity(self, L4TrafficCapacity):
35806
+ self._L4TrafficCapacity = L4TrafficCapacity
35807
+
35808
+ @property
35809
+ def CrossMLCTrafficCapacity(self):
35810
+ """套餐内中国大陆网络优化流量规格,单位:字节。
35811
+ :rtype: int
35812
+ """
35813
+ return self._CrossMLCTrafficCapacity
35814
+
35815
+ @CrossMLCTrafficCapacity.setter
35816
+ def CrossMLCTrafficCapacity(self, CrossMLCTrafficCapacity):
35817
+ self._CrossMLCTrafficCapacity = CrossMLCTrafficCapacity
35818
+
35819
+ @property
35820
+ def Bindable(self):
35821
+ """套餐是否允许绑定新站点,取值有:
35822
+ <li>true: 允许绑定新站点;</li>
35823
+ <li>false: 不允许绑定新站点。</li>
35824
+ :rtype: str
35825
+ """
35826
+ return self._Bindable
35827
+
35828
+ @Bindable.setter
35829
+ def Bindable(self, Bindable):
35830
+ self._Bindable = Bindable
35831
+
35832
+ @property
35833
+ def EnabledTime(self):
35834
+ """套餐生效时间。
35835
+ :rtype: str
35836
+ """
35837
+ return self._EnabledTime
35838
+
35839
+ @EnabledTime.setter
35840
+ def EnabledTime(self, EnabledTime):
35841
+ self._EnabledTime = EnabledTime
35842
+
35843
+ @property
35844
+ def ExpiredTime(self):
35845
+ """套餐过期时间。
35846
+ :rtype: str
35847
+ """
35848
+ return self._ExpiredTime
35849
+
35850
+ @ExpiredTime.setter
35851
+ def ExpiredTime(self, ExpiredTime):
35852
+ self._ExpiredTime = ExpiredTime
35853
+
35854
+ @property
35855
+ def Features(self):
35856
+ """套餐所支持的功能,取值有:<li>ContentAcceleration:内容加速功能;</li><li>SmartAcceleration:智能加速功能;</li><li>L4:四层加速功能;</li><li>Waf:高级 Web 防护;</li><li>QUIC:QUIC功能;</li><li>CrossMLC:中国大陆网络优化功能;</li><li>ProcessMedia:媒体处理功能;</li><li>L4DDoS:四层DDoS防护功能;</li>L7DDoS功能只会出现以下所有规格中的一项<li>L7DDoS.CM30G;七层DDoS防护功能-中国大陆30G保底带宽规格;</li><li>L7DDoS.CM60G;七层DDoS防护功能-中国大陆60G保底带宽规格;</li><li>L7DDoS.CM100G;七层DDoS防护功能-中国大陆100G保底带宽规格;</li><li>L7DDoS.Anycast300G;七层DDoS防护功能-中国大陆以外Anycast300G保底带宽规格;</li><li>L7DDoS.AnycastUnlimited;七层DDoS防护功能-中国大陆以外Anycast无上限全力防护规格;</li><li>L7DDoS.CM30G_Anycast300G;七层DDoS防护功能-中国大陆30G保底带宽规格,中国大陆以外Anycast300G保底带宽规格;</li><li>L7DDoS.CM60G_Anycast300G;七层DDoS防护功能-中国大陆60G保底带宽规格,中国大陆以外Anycast300G保底带宽规格;</li><li>L7DDoS.CM100G_Anycast300G;七层DDoS防护功能-中国大陆100G保底带宽规格,中国大陆以外Anycast300G保底带宽规格;</li><li>L7DDoS.CM30G_AnycastUnlimited;七层DDoS防护功能-中国大陆30G保底带宽规格,中国大陆以外Anycast无上限全力防护规格;</li><li>L7DDoS.CM60G_AnycastUnlimited;七层DDoS防护功能-中国大陆60G保底带宽规格,中国大陆以外Anycast无上限全力防护规格;</li><li>L7DDoS.CM100G_AnycastUnlimited;七层DDoS防护功能-中国大陆100G保底带宽规格,中国大陆以外Anycast无上限全力防护规格;</li>
35857
+ :rtype: list of str
35858
+ """
35859
+ return self._Features
35860
+
35861
+ @Features.setter
35862
+ def Features(self, Features):
35863
+ self._Features = Features
35864
+
35865
+
35866
+ def _deserialize(self, params):
35867
+ self._PlanType = params.get("PlanType")
35868
+ self._PlanId = params.get("PlanId")
35869
+ self._Area = params.get("Area")
35870
+ self._Status = params.get("Status")
35871
+ self._PayMode = params.get("PayMode")
35872
+ if params.get("ZonesInfo") is not None:
35873
+ self._ZonesInfo = []
35874
+ for item in params.get("ZonesInfo"):
35875
+ obj = ZoneInfo()
35876
+ obj._deserialize(item)
35877
+ self._ZonesInfo.append(obj)
35878
+ self._SmartRequestCapacity = params.get("SmartRequestCapacity")
35879
+ self._VAUCapacity = params.get("VAUCapacity")
35880
+ self._AccTrafficCapacity = params.get("AccTrafficCapacity")
35881
+ self._SmartTrafficCapacity = params.get("SmartTrafficCapacity")
35882
+ self._DDoSTrafficCapacity = params.get("DDoSTrafficCapacity")
35883
+ self._SecTrafficCapacity = params.get("SecTrafficCapacity")
35884
+ self._SecRequestCapacity = params.get("SecRequestCapacity")
35885
+ self._L4TrafficCapacity = params.get("L4TrafficCapacity")
35886
+ self._CrossMLCTrafficCapacity = params.get("CrossMLCTrafficCapacity")
35887
+ self._Bindable = params.get("Bindable")
35888
+ self._EnabledTime = params.get("EnabledTime")
35889
+ self._ExpiredTime = params.get("ExpiredTime")
35890
+ self._Features = params.get("Features")
35891
+ memeber_set = set(params.keys())
35892
+ for name, value in vars(self).items():
35893
+ property_name = name[1:]
35894
+ if property_name in memeber_set:
35895
+ memeber_set.remove(property_name)
35896
+ if len(memeber_set) > 0:
35897
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
35898
+
35899
+
35900
+
35430
35901
  class PlanInfo(AbstractModel):
35431
35902
  """edgeone套餐信息
35432
35903
 
@@ -36219,13 +36690,10 @@ class RateLimitConfig(AbstractModel):
36219
36690
  :param _RateLimitUserRules: 速率限制-用户规则列表。如果为null,默认使用历史配置。
36220
36691
  :type RateLimitUserRules: list of RateLimitUserRule
36221
36692
  :param _RateLimitTemplate: 速率限制模板功能。如果为null,默认使用历史配置。
36222
- 注意:此字段可能返回 null,表示取不到有效值。
36223
36693
  :type RateLimitTemplate: :class:`tencentcloud.teo.v20220901.models.RateLimitTemplate`
36224
36694
  :param _RateLimitIntelligence: 智能客户端过滤。如果为null,默认使用历史配置。
36225
- 注意:此字段可能返回 null,表示取不到有效值。
36226
36695
  :type RateLimitIntelligence: :class:`tencentcloud.teo.v20220901.models.RateLimitIntelligence`
36227
36696
  :param _RateLimitCustomizes: 速率限制-托管定制规则。如果为null,默认使用历史配置。
36228
- 注意:此字段可能返回 null,表示取不到有效值。
36229
36697
  :type RateLimitCustomizes: list of RateLimitUserRule
36230
36698
  """
36231
36699
  self._Switch = None
@@ -36261,7 +36729,6 @@ class RateLimitConfig(AbstractModel):
36261
36729
  @property
36262
36730
  def RateLimitTemplate(self):
36263
36731
  """速率限制模板功能。如果为null,默认使用历史配置。
36264
- 注意:此字段可能返回 null,表示取不到有效值。
36265
36732
  :rtype: :class:`tencentcloud.teo.v20220901.models.RateLimitTemplate`
36266
36733
  """
36267
36734
  return self._RateLimitTemplate
@@ -36273,7 +36740,6 @@ class RateLimitConfig(AbstractModel):
36273
36740
  @property
36274
36741
  def RateLimitIntelligence(self):
36275
36742
  """智能客户端过滤。如果为null,默认使用历史配置。
36276
- 注意:此字段可能返回 null,表示取不到有效值。
36277
36743
  :rtype: :class:`tencentcloud.teo.v20220901.models.RateLimitIntelligence`
36278
36744
  """
36279
36745
  return self._RateLimitIntelligence
@@ -36285,7 +36751,6 @@ class RateLimitConfig(AbstractModel):
36285
36751
  @property
36286
36752
  def RateLimitCustomizes(self):
36287
36753
  """速率限制-托管定制规则。如果为null,默认使用历史配置。
36288
- 注意:此字段可能返回 null,表示取不到有效值。
36289
36754
  :rtype: list of RateLimitUserRule
36290
36755
  """
36291
36756
  return self._RateLimitCustomizes
@@ -36497,17 +36962,14 @@ class RateLimitTemplateDetail(AbstractModel):
36497
36962
  <li>normal:适中;</li>
36498
36963
  <li>strict:严格;</li>
36499
36964
  <li>close:关闭,仅精准速率限制生效。</li>
36500
- 注意:此字段可能返回 null,表示取不到有效值。
36501
36965
  :type Mode: str
36502
36966
  :param _ID: 唯一id。
36503
36967
  :type ID: int
36504
36968
  :param _Action: 模板处置方式,取值有:
36505
36969
  <li>alg:JavaScript挑战;</li>
36506
36970
  <li>monitor:观察。</li>
36507
- 注意:此字段可能返回 null,表示取不到有效值。
36508
36971
  :type Action: str
36509
36972
  :param _PunishTime: 惩罚时间,取值范围0-2天,单位秒。
36510
- 注意:此字段可能返回 null,表示取不到有效值。
36511
36973
  :type PunishTime: int
36512
36974
  :param _Threshold: 统计阈值,单位是次,取值范围0-4294967294。
36513
36975
  :type Threshold: int
@@ -36530,7 +36992,6 @@ class RateLimitTemplateDetail(AbstractModel):
36530
36992
  <li>normal:适中;</li>
36531
36993
  <li>strict:严格;</li>
36532
36994
  <li>close:关闭,仅精准速率限制生效。</li>
36533
- 注意:此字段可能返回 null,表示取不到有效值。
36534
36995
  :rtype: str
36535
36996
  """
36536
36997
  return self._Mode
@@ -36555,7 +37016,6 @@ class RateLimitTemplateDetail(AbstractModel):
36555
37016
  """模板处置方式,取值有:
36556
37017
  <li>alg:JavaScript挑战;</li>
36557
37018
  <li>monitor:观察。</li>
36558
- 注意:此字段可能返回 null,表示取不到有效值。
36559
37019
  :rtype: str
36560
37020
  """
36561
37021
  return self._Action
@@ -36567,7 +37027,6 @@ class RateLimitTemplateDetail(AbstractModel):
36567
37027
  @property
36568
37028
  def PunishTime(self):
36569
37029
  """惩罚时间,取值范围0-2天,单位秒。
36570
- 注意:此字段可能返回 null,表示取不到有效值。
36571
37030
  :rtype: int
36572
37031
  """
36573
37032
  return self._PunishTime
@@ -40339,37 +40798,26 @@ class SecurityConfig(AbstractModel):
40339
40798
  def __init__(self):
40340
40799
  r"""
40341
40800
  :param _WafConfig: 托管规则。如果入参为空或不填,默认使用历史配置。
40342
- 注意:此字段可能返回 null,表示取不到有效值。
40343
40801
  :type WafConfig: :class:`tencentcloud.teo.v20220901.models.WafConfig`
40344
40802
  :param _RateLimitConfig: 速率限制。如果入参为空或不填,默认使用历史配置。
40345
- 注意:此字段可能返回 null,表示取不到有效值。
40346
40803
  :type RateLimitConfig: :class:`tencentcloud.teo.v20220901.models.RateLimitConfig`
40347
40804
  :param _AclConfig: 自定义规则。如果入参为空或不填,默认使用历史配置。
40348
- 注意:此字段可能返回 null,表示取不到有效值。
40349
40805
  :type AclConfig: :class:`tencentcloud.teo.v20220901.models.AclConfig`
40350
40806
  :param _BotConfig: Bot配置。如果入参为空或不填,默认使用历史配置。
40351
- 注意:此字段可能返回 null,表示取不到有效值。
40352
40807
  :type BotConfig: :class:`tencentcloud.teo.v20220901.models.BotConfig`
40353
40808
  :param _SwitchConfig: 七层防护总开关。如果入参为空或不填,默认使用历史配置。
40354
- 注意:此字段可能返回 null,表示取不到有效值。
40355
40809
  :type SwitchConfig: :class:`tencentcloud.teo.v20220901.models.SwitchConfig`
40356
40810
  :param _IpTableConfig: 基础访问管控。如果入参为空或不填,默认使用历史配置。
40357
- 注意:此字段可能返回 null,表示取不到有效值。
40358
40811
  :type IpTableConfig: :class:`tencentcloud.teo.v20220901.models.IpTableConfig`
40359
40812
  :param _ExceptConfig: 例外规则配置。如果入参为空或不填,默认使用历史配置。
40360
- 注意:此字段可能返回 null,表示取不到有效值。
40361
40813
  :type ExceptConfig: :class:`tencentcloud.teo.v20220901.models.ExceptConfig`
40362
40814
  :param _DropPageConfig: 自定义拦截页面配置。如果入参为空或不填,默认使用历史配置。
40363
- 注意:此字段可能返回 null,表示取不到有效值。
40364
40815
  :type DropPageConfig: :class:`tencentcloud.teo.v20220901.models.DropPageConfig`
40365
40816
  :param _TemplateConfig: 模板配置。此处仅出参数使用。
40366
- 注意:此字段可能返回 null,表示取不到有效值。
40367
40817
  :type TemplateConfig: :class:`tencentcloud.teo.v20220901.models.TemplateConfig`
40368
40818
  :param _SlowPostConfig: 慢速攻击配置。如果入参为空或不填,默认使用历史配置。
40369
- 注意:此字段可能返回 null,表示取不到有效值。
40370
40819
  :type SlowPostConfig: :class:`tencentcloud.teo.v20220901.models.SlowPostConfig`
40371
40820
  :param _DetectLengthLimitConfig: 检测长度限制配置。仅出参使用。
40372
- 注意:此字段可能返回 null,表示取不到有效值。
40373
40821
  :type DetectLengthLimitConfig: :class:`tencentcloud.teo.v20220901.models.DetectLengthLimitConfig`
40374
40822
  """
40375
40823
  self._WafConfig = None
@@ -40387,7 +40835,6 @@ class SecurityConfig(AbstractModel):
40387
40835
  @property
40388
40836
  def WafConfig(self):
40389
40837
  """托管规则。如果入参为空或不填,默认使用历史配置。
40390
- 注意:此字段可能返回 null,表示取不到有效值。
40391
40838
  :rtype: :class:`tencentcloud.teo.v20220901.models.WafConfig`
40392
40839
  """
40393
40840
  return self._WafConfig
@@ -40399,7 +40846,6 @@ class SecurityConfig(AbstractModel):
40399
40846
  @property
40400
40847
  def RateLimitConfig(self):
40401
40848
  """速率限制。如果入参为空或不填,默认使用历史配置。
40402
- 注意:此字段可能返回 null,表示取不到有效值。
40403
40849
  :rtype: :class:`tencentcloud.teo.v20220901.models.RateLimitConfig`
40404
40850
  """
40405
40851
  return self._RateLimitConfig
@@ -40411,7 +40857,6 @@ class SecurityConfig(AbstractModel):
40411
40857
  @property
40412
40858
  def AclConfig(self):
40413
40859
  """自定义规则。如果入参为空或不填,默认使用历史配置。
40414
- 注意:此字段可能返回 null,表示取不到有效值。
40415
40860
  :rtype: :class:`tencentcloud.teo.v20220901.models.AclConfig`
40416
40861
  """
40417
40862
  return self._AclConfig
@@ -40423,7 +40868,6 @@ class SecurityConfig(AbstractModel):
40423
40868
  @property
40424
40869
  def BotConfig(self):
40425
40870
  """Bot配置。如果入参为空或不填,默认使用历史配置。
40426
- 注意:此字段可能返回 null,表示取不到有效值。
40427
40871
  :rtype: :class:`tencentcloud.teo.v20220901.models.BotConfig`
40428
40872
  """
40429
40873
  return self._BotConfig
@@ -40435,7 +40879,6 @@ class SecurityConfig(AbstractModel):
40435
40879
  @property
40436
40880
  def SwitchConfig(self):
40437
40881
  """七层防护总开关。如果入参为空或不填,默认使用历史配置。
40438
- 注意:此字段可能返回 null,表示取不到有效值。
40439
40882
  :rtype: :class:`tencentcloud.teo.v20220901.models.SwitchConfig`
40440
40883
  """
40441
40884
  return self._SwitchConfig
@@ -40447,7 +40890,6 @@ class SecurityConfig(AbstractModel):
40447
40890
  @property
40448
40891
  def IpTableConfig(self):
40449
40892
  """基础访问管控。如果入参为空或不填,默认使用历史配置。
40450
- 注意:此字段可能返回 null,表示取不到有效值。
40451
40893
  :rtype: :class:`tencentcloud.teo.v20220901.models.IpTableConfig`
40452
40894
  """
40453
40895
  return self._IpTableConfig
@@ -40459,7 +40901,6 @@ class SecurityConfig(AbstractModel):
40459
40901
  @property
40460
40902
  def ExceptConfig(self):
40461
40903
  """例外规则配置。如果入参为空或不填,默认使用历史配置。
40462
- 注意:此字段可能返回 null,表示取不到有效值。
40463
40904
  :rtype: :class:`tencentcloud.teo.v20220901.models.ExceptConfig`
40464
40905
  """
40465
40906
  return self._ExceptConfig
@@ -40471,7 +40912,6 @@ class SecurityConfig(AbstractModel):
40471
40912
  @property
40472
40913
  def DropPageConfig(self):
40473
40914
  """自定义拦截页面配置。如果入参为空或不填,默认使用历史配置。
40474
- 注意:此字段可能返回 null,表示取不到有效值。
40475
40915
  :rtype: :class:`tencentcloud.teo.v20220901.models.DropPageConfig`
40476
40916
  """
40477
40917
  return self._DropPageConfig
@@ -40483,7 +40923,6 @@ class SecurityConfig(AbstractModel):
40483
40923
  @property
40484
40924
  def TemplateConfig(self):
40485
40925
  """模板配置。此处仅出参数使用。
40486
- 注意:此字段可能返回 null,表示取不到有效值。
40487
40926
  :rtype: :class:`tencentcloud.teo.v20220901.models.TemplateConfig`
40488
40927
  """
40489
40928
  return self._TemplateConfig
@@ -40495,7 +40934,6 @@ class SecurityConfig(AbstractModel):
40495
40934
  @property
40496
40935
  def SlowPostConfig(self):
40497
40936
  """慢速攻击配置。如果入参为空或不填,默认使用历史配置。
40498
- 注意:此字段可能返回 null,表示取不到有效值。
40499
40937
  :rtype: :class:`tencentcloud.teo.v20220901.models.SlowPostConfig`
40500
40938
  """
40501
40939
  return self._SlowPostConfig
@@ -40507,7 +40945,6 @@ class SecurityConfig(AbstractModel):
40507
40945
  @property
40508
40946
  def DetectLengthLimitConfig(self):
40509
40947
  """检测长度限制配置。仅出参使用。
40510
- 注意:此字段可能返回 null,表示取不到有效值。
40511
40948
  :rtype: :class:`tencentcloud.teo.v20220901.models.DetectLengthLimitConfig`
40512
40949
  """
40513
40950
  return self._DetectLengthLimitConfig
@@ -41039,18 +41476,14 @@ class SlowPostConfig(AbstractModel):
41039
41476
  <li>off:关闭。</li>
41040
41477
  :type Switch: str
41041
41478
  :param _FirstPartConfig: 首包配置。
41042
- 注意:此字段可能返回 null,表示取不到有效值。
41043
41479
  :type FirstPartConfig: :class:`tencentcloud.teo.v20220901.models.FirstPartConfig`
41044
41480
  :param _SlowRateConfig: 基础配置。
41045
- 注意:此字段可能返回 null,表示取不到有效值。
41046
41481
  :type SlowRateConfig: :class:`tencentcloud.teo.v20220901.models.SlowRateConfig`
41047
41482
  :param _Action: 慢速攻击的处置动作,取值有:
41048
41483
  <li>monitor:观察;</li>
41049
41484
  <li>drop:拦截。</li>
41050
- 注意:此字段可能返回 null,表示取不到有效值。
41051
41485
  :type Action: str
41052
41486
  :param _RuleId: 本规则的Id。
41053
- 注意:此字段可能返回 null,表示取不到有效值。
41054
41487
  :type RuleId: int
41055
41488
  """
41056
41489
  self._Switch = None
@@ -41075,7 +41508,6 @@ class SlowPostConfig(AbstractModel):
41075
41508
  @property
41076
41509
  def FirstPartConfig(self):
41077
41510
  """首包配置。
41078
- 注意:此字段可能返回 null,表示取不到有效值。
41079
41511
  :rtype: :class:`tencentcloud.teo.v20220901.models.FirstPartConfig`
41080
41512
  """
41081
41513
  return self._FirstPartConfig
@@ -41087,7 +41519,6 @@ class SlowPostConfig(AbstractModel):
41087
41519
  @property
41088
41520
  def SlowRateConfig(self):
41089
41521
  """基础配置。
41090
- 注意:此字段可能返回 null,表示取不到有效值。
41091
41522
  :rtype: :class:`tencentcloud.teo.v20220901.models.SlowRateConfig`
41092
41523
  """
41093
41524
  return self._SlowRateConfig
@@ -41101,7 +41532,6 @@ class SlowPostConfig(AbstractModel):
41101
41532
  """慢速攻击的处置动作,取值有:
41102
41533
  <li>monitor:观察;</li>
41103
41534
  <li>drop:拦截。</li>
41104
- 注意:此字段可能返回 null,表示取不到有效值。
41105
41535
  :rtype: str
41106
41536
  """
41107
41537
  return self._Action
@@ -41113,7 +41543,6 @@ class SlowPostConfig(AbstractModel):
41113
41543
  @property
41114
41544
  def RuleId(self):
41115
41545
  """本规则的Id。
41116
- 注意:此字段可能返回 null,表示取不到有效值。
41117
41546
  :rtype: int
41118
41547
  """
41119
41548
  return self._RuleId
@@ -44699,6 +45128,74 @@ class ZoneConfigParameters(AbstractModel):
44699
45128
 
44700
45129
 
44701
45130
 
45131
+ class ZoneInfo(AbstractModel):
45132
+ """返回站点信息
45133
+
45134
+ """
45135
+
45136
+ def __init__(self):
45137
+ r"""
45138
+ :param _ZoneId: 站点id。
45139
+ :type ZoneId: str
45140
+ :param _ZoneName: 站点名称。
45141
+ :type ZoneName: str
45142
+ :param _Paused: 站点是否停用。取值有:<li>false:非停用;</li>
45143
+ <li>true:停用。</li>
45144
+ :type Paused: bool
45145
+ """
45146
+ self._ZoneId = None
45147
+ self._ZoneName = None
45148
+ self._Paused = None
45149
+
45150
+ @property
45151
+ def ZoneId(self):
45152
+ """站点id。
45153
+ :rtype: str
45154
+ """
45155
+ return self._ZoneId
45156
+
45157
+ @ZoneId.setter
45158
+ def ZoneId(self, ZoneId):
45159
+ self._ZoneId = ZoneId
45160
+
45161
+ @property
45162
+ def ZoneName(self):
45163
+ """站点名称。
45164
+ :rtype: str
45165
+ """
45166
+ return self._ZoneName
45167
+
45168
+ @ZoneName.setter
45169
+ def ZoneName(self, ZoneName):
45170
+ self._ZoneName = ZoneName
45171
+
45172
+ @property
45173
+ def Paused(self):
45174
+ """站点是否停用。取值有:<li>false:非停用;</li>
45175
+ <li>true:停用。</li>
45176
+ :rtype: bool
45177
+ """
45178
+ return self._Paused
45179
+
45180
+ @Paused.setter
45181
+ def Paused(self, Paused):
45182
+ self._Paused = Paused
45183
+
45184
+
45185
+ def _deserialize(self, params):
45186
+ self._ZoneId = params.get("ZoneId")
45187
+ self._ZoneName = params.get("ZoneName")
45188
+ self._Paused = params.get("Paused")
45189
+ memeber_set = set(params.keys())
45190
+ for name, value in vars(self).items():
45191
+ property_name = name[1:]
45192
+ if property_name in memeber_set:
45193
+ memeber_set.remove(property_name)
45194
+ if len(memeber_set) > 0:
45195
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
45196
+
45197
+
45198
+
44702
45199
  class ZoneSetting(AbstractModel):
44703
45200
  """站点配置。
44704
45201