tencentcloud-sdk-python 3.0.1363__py2.py3-none-any.whl → 3.0.1365__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 (52) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/cat/v20180409/cat_client.py +23 -0
  3. tencentcloud/cat/v20180409/models.py +199 -0
  4. tencentcloud/cbs/v20170312/models.py +26 -12
  5. tencentcloud/ccc/v20200210/models.py +71 -56
  6. tencentcloud/cdc/v20201214/cdc_client.py +46 -0
  7. tencentcloud/cdc/v20201214/errorcodes.py +18 -0
  8. tencentcloud/cdc/v20201214/models.py +173 -0
  9. tencentcloud/cdn/v20180606/models.py +15 -0
  10. tencentcloud/cdwpg/v20201230/models.py +0 -12
  11. tencentcloud/clb/v20180317/clb_client.py +1 -1
  12. tencentcloud/clb/v20180317/models.py +262 -368
  13. tencentcloud/cls/v20201016/models.py +35 -0
  14. tencentcloud/cvm/v20170312/errorcodes.py +1 -1
  15. tencentcloud/cvm/v20170312/models.py +34 -0
  16. tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
  17. tencentcloud/dbbrain/v20210527/models.py +109 -0
  18. tencentcloud/dlc/v20210125/dlc_client.py +23 -0
  19. tencentcloud/dlc/v20210125/models.py +124 -0
  20. tencentcloud/dts/v20211206/models.py +1 -1
  21. tencentcloud/ess/v20201111/models.py +16 -12
  22. tencentcloud/gwlb/v20240906/errorcodes.py +3 -0
  23. tencentcloud/gwlb/v20240906/gwlb_client.py +0 -1
  24. tencentcloud/gwlb/v20240906/models.py +4 -4
  25. tencentcloud/hunyuan/v20230901/models.py +2 -2
  26. tencentcloud/ioa/v20220601/ioa_client.py +46 -0
  27. tencentcloud/ioa/v20220601/models.py +538 -0
  28. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +3 -1
  29. tencentcloud/lke/v20231130/errorcodes.py +3 -0
  30. tencentcloud/lke/v20231130/lke_client.py +4 -2
  31. tencentcloud/lke/v20231130/models.py +167 -6
  32. tencentcloud/lkeap/v20240522/lkeap_client.py +3 -3
  33. tencentcloud/lkeap/v20240522/models.py +2 -2
  34. tencentcloud/monitor/v20180724/models.py +8 -8
  35. tencentcloud/monitor/v20180724/monitor_client.py +1 -1
  36. tencentcloud/mps/v20190612/errorcodes.py +6 -0
  37. tencentcloud/mps/v20190612/models.py +133 -8
  38. tencentcloud/ssm/v20190923/models.py +45 -0
  39. tencentcloud/tds/v20220801/models.py +441 -0
  40. tencentcloud/tds/v20220801/tds_client.py +23 -0
  41. tencentcloud/tem/v20210701/models.py +0 -498
  42. tencentcloud/teo/v20220901/errorcodes.py +3 -0
  43. tencentcloud/teo/v20220901/models.py +12 -116
  44. tencentcloud/tsf/v20180326/models.py +15 -0
  45. tencentcloud/vpc/v20170312/models.py +710 -0
  46. tencentcloud/vpc/v20170312/vpc_client.py +115 -0
  47. tencentcloud/waf/v20180125/models.py +378 -0
  48. {tencentcloud_sdk_python-3.0.1363.dist-info → tencentcloud_sdk_python-3.0.1365.dist-info}/METADATA +1 -1
  49. {tencentcloud_sdk_python-3.0.1363.dist-info → tencentcloud_sdk_python-3.0.1365.dist-info}/RECORD +52 -52
  50. {tencentcloud_sdk_python-3.0.1363.dist-info → tencentcloud_sdk_python-3.0.1365.dist-info}/LICENSE +0 -0
  51. {tencentcloud_sdk_python-3.0.1363.dist-info → tencentcloud_sdk_python-3.0.1365.dist-info}/WHEEL +0 -0
  52. {tencentcloud_sdk_python-3.0.1363.dist-info → tencentcloud_sdk_python-3.0.1365.dist-info}/top_level.txt +0 -0
@@ -309,7 +309,6 @@ class AssociationItem(AbstractModel):
309
309
  :param _ListenerName: 监听器名称
310
310
  :type ListenerName: str
311
311
  :param _Weight: 关联目标组的权重, 该参数只有v2新版目标组生效。
312
- 注意:此字段可能返回 null,表示取不到有效值。
313
312
  :type Weight: int
314
313
  """
315
314
  self._LoadBalancerId = None
@@ -428,7 +427,6 @@ class AssociationItem(AbstractModel):
428
427
  @property
429
428
  def Weight(self):
430
429
  """关联目标组的权重, 该参数只有v2新版目标组生效。
431
- 注意:此字段可能返回 null,表示取不到有效值。
432
430
  :rtype: int
433
431
  """
434
432
  return self._Weight
@@ -602,19 +600,16 @@ class Backend(AbstractModel):
602
600
  注意:此字段可能返回 null,表示取不到有效值。
603
601
  :type PublicIpAddresses: list of str
604
602
  :param _PrivateIpAddresses: 后端服务的内网 IP
605
- 注意:此字段可能返回 null,表示取不到有效值。
606
603
  :type PrivateIpAddresses: list of str
607
604
  :param _InstanceName: 后端服务的实例名称
608
605
  注意:此字段可能返回 null,表示取不到有效值。
609
606
  :type InstanceName: str
610
607
  :param _RegisteredTime: 后端服务被绑定的时间
611
- 注意:此字段可能返回 null,表示取不到有效值。
612
608
  :type RegisteredTime: str
613
609
  :param _EniId: 弹性网卡唯一ID,如 eni-1234abcd
614
610
  注意:此字段可能返回 null,表示取不到有效值。
615
611
  :type EniId: str
616
612
  :param _Tag: 标签。
617
- 注意:此字段可能返回 null,表示取不到有效值。
618
613
  :type Tag: str
619
614
  """
620
615
  self._Type = None
@@ -687,7 +682,6 @@ class Backend(AbstractModel):
687
682
  @property
688
683
  def PrivateIpAddresses(self):
689
684
  """后端服务的内网 IP
690
- 注意:此字段可能返回 null,表示取不到有效值。
691
685
  :rtype: list of str
692
686
  """
693
687
  return self._PrivateIpAddresses
@@ -711,7 +705,6 @@ class Backend(AbstractModel):
711
705
  @property
712
706
  def RegisteredTime(self):
713
707
  """后端服务被绑定的时间
714
- 注意:此字段可能返回 null,表示取不到有效值。
715
708
  :rtype: str
716
709
  """
717
710
  return self._RegisteredTime
@@ -735,7 +728,6 @@ class Backend(AbstractModel):
735
728
  @property
736
729
  def Tag(self):
737
730
  """标签。
738
- 注意:此字段可能返回 null,表示取不到有效值。
739
731
  :rtype: str
740
732
  """
741
733
  return self._Tag
@@ -898,7 +890,6 @@ class BatchDeregisterTargetsResponse(AbstractModel):
898
890
  :param _FailListenerIdSet: 解绑失败的监听器ID。
899
891
  :type FailListenerIdSet: list of str
900
892
  :param _Message: 解绑失败错误原因信息。
901
- 注意:此字段可能返回 null,表示取不到有效值。
902
893
  :type Message: str
903
894
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
904
895
  :type RequestId: str
@@ -921,7 +912,6 @@ class BatchDeregisterTargetsResponse(AbstractModel):
921
912
  @property
922
913
  def Message(self):
923
914
  """解绑失败错误原因信息。
924
- 注意:此字段可能返回 null,表示取不到有效值。
925
915
  :rtype: str
926
916
  """
927
917
  return self._Message
@@ -1368,28 +1358,21 @@ class BindDetailItem(AbstractModel):
1368
1358
  :param _LoadBalancerId: 配置绑定的CLB ID
1369
1359
  :type LoadBalancerId: str
1370
1360
  :param _ListenerId: 配置绑定的监听器ID
1371
- 注意:此字段可能返回 null,表示取不到有效值。
1372
1361
  :type ListenerId: str
1373
1362
  :param _Domain: 配置绑定的域名
1374
- 注意:此字段可能返回 null,表示取不到有效值。
1375
1363
  :type Domain: str
1376
1364
  :param _LocationId: 配置绑定的规则
1377
- 注意:此字段可能返回 null,表示取不到有效值。
1378
1365
  :type LocationId: str
1379
1366
  :param _ListenerName: 监听器名字
1380
- 注意:此字段可能返回 null,表示取不到有效值。
1381
1367
  :type ListenerName: str
1382
1368
  :param _Protocol: 监听器协议
1383
- 注意:此字段可能返回 null,表示取不到有效值。
1384
1369
  :type Protocol: str
1385
1370
  :param _Vport: 监听器端口
1386
- 注意:此字段可能返回 null,表示取不到有效值。
1387
1371
  :type Vport: int
1388
1372
  :param _Url: location的url
1389
1373
  注意:此字段可能返回 null,表示取不到有效值。
1390
1374
  :type Url: str
1391
1375
  :param _UconfigId: 配置ID
1392
- 注意:此字段可能返回 null,表示取不到有效值。
1393
1376
  :type UconfigId: str
1394
1377
  """
1395
1378
  self._LoadBalancerId = None
@@ -1416,7 +1399,6 @@ class BindDetailItem(AbstractModel):
1416
1399
  @property
1417
1400
  def ListenerId(self):
1418
1401
  """配置绑定的监听器ID
1419
- 注意:此字段可能返回 null,表示取不到有效值。
1420
1402
  :rtype: str
1421
1403
  """
1422
1404
  return self._ListenerId
@@ -1428,7 +1410,6 @@ class BindDetailItem(AbstractModel):
1428
1410
  @property
1429
1411
  def Domain(self):
1430
1412
  """配置绑定的域名
1431
- 注意:此字段可能返回 null,表示取不到有效值。
1432
1413
  :rtype: str
1433
1414
  """
1434
1415
  return self._Domain
@@ -1440,7 +1421,6 @@ class BindDetailItem(AbstractModel):
1440
1421
  @property
1441
1422
  def LocationId(self):
1442
1423
  """配置绑定的规则
1443
- 注意:此字段可能返回 null,表示取不到有效值。
1444
1424
  :rtype: str
1445
1425
  """
1446
1426
  return self._LocationId
@@ -1452,7 +1432,6 @@ class BindDetailItem(AbstractModel):
1452
1432
  @property
1453
1433
  def ListenerName(self):
1454
1434
  """监听器名字
1455
- 注意:此字段可能返回 null,表示取不到有效值。
1456
1435
  :rtype: str
1457
1436
  """
1458
1437
  return self._ListenerName
@@ -1464,7 +1443,6 @@ class BindDetailItem(AbstractModel):
1464
1443
  @property
1465
1444
  def Protocol(self):
1466
1445
  """监听器协议
1467
- 注意:此字段可能返回 null,表示取不到有效值。
1468
1446
  :rtype: str
1469
1447
  """
1470
1448
  return self._Protocol
@@ -1476,7 +1454,6 @@ class BindDetailItem(AbstractModel):
1476
1454
  @property
1477
1455
  def Vport(self):
1478
1456
  """监听器端口
1479
- 注意:此字段可能返回 null,表示取不到有效值。
1480
1457
  :rtype: int
1481
1458
  """
1482
1459
  return self._Vport
@@ -1500,7 +1477,6 @@ class BindDetailItem(AbstractModel):
1500
1477
  @property
1501
1478
  def UconfigId(self):
1502
1479
  """配置ID
1503
- 注意:此字段可能返回 null,表示取不到有效值。
1504
1480
  :rtype: str
1505
1481
  """
1506
1482
  return self._UconfigId
@@ -1540,13 +1516,10 @@ class BindItem(AbstractModel):
1540
1516
  :param _LoadBalancerId: 配置绑定的CLB ID
1541
1517
  :type LoadBalancerId: str
1542
1518
  :param _ListenerId: 配置绑定的监听器ID
1543
- 注意:此字段可能返回 null,表示取不到有效值。
1544
1519
  :type ListenerId: str
1545
1520
  :param _Domain: 配置绑定的域名
1546
- 注意:此字段可能返回 null,表示取不到有效值。
1547
1521
  :type Domain: str
1548
1522
  :param _LocationId: 配置绑定的规则
1549
- 注意:此字段可能返回 null,表示取不到有效值。
1550
1523
  :type LocationId: str
1551
1524
  """
1552
1525
  self._LoadBalancerId = None
@@ -1568,7 +1541,6 @@ class BindItem(AbstractModel):
1568
1541
  @property
1569
1542
  def ListenerId(self):
1570
1543
  """配置绑定的监听器ID
1571
- 注意:此字段可能返回 null,表示取不到有效值。
1572
1544
  :rtype: str
1573
1545
  """
1574
1546
  return self._ListenerId
@@ -1580,7 +1552,6 @@ class BindItem(AbstractModel):
1580
1552
  @property
1581
1553
  def Domain(self):
1582
1554
  """配置绑定的域名
1583
- 注意:此字段可能返回 null,表示取不到有效值。
1584
1555
  :rtype: str
1585
1556
  """
1586
1557
  return self._Domain
@@ -1592,7 +1563,6 @@ class BindItem(AbstractModel):
1592
1563
  @property
1593
1564
  def LocationId(self):
1594
1565
  """配置绑定的规则
1595
- 注意:此字段可能返回 null,表示取不到有效值。
1596
1566
  :rtype: str
1597
1567
  """
1598
1568
  return self._LocationId
@@ -1693,7 +1663,6 @@ class CertIdRelatedWithLoadBalancers(AbstractModel):
1693
1663
  :param _CertId: 证书ID
1694
1664
  :type CertId: str
1695
1665
  :param _LoadBalancers: 与证书关联的负载均衡实例列表
1696
- 注意:此字段可能返回 null,表示取不到有效值。
1697
1666
  :type LoadBalancers: list of LoadBalancer
1698
1667
  """
1699
1668
  self._CertId = None
@@ -1713,7 +1682,6 @@ class CertIdRelatedWithLoadBalancers(AbstractModel):
1713
1682
  @property
1714
1683
  def LoadBalancers(self):
1715
1684
  """与证书关联的负载均衡实例列表
1716
- 注意:此字段可能返回 null,表示取不到有效值。
1717
1685
  :rtype: list of LoadBalancer
1718
1686
  """
1719
1687
  return self._LoadBalancers
@@ -1992,10 +1960,8 @@ class CertificateOutput(AbstractModel):
1992
1960
  :param _CertId: 服务端证书的ID。
1993
1961
  :type CertId: str
1994
1962
  :param _CertCaId: 客户端证书的 ID。
1995
- 注意:此字段可能返回 null,表示取不到有效值。
1996
1963
  :type CertCaId: str
1997
1964
  :param _ExtCertIds: 多本服务器证书场景扩展的服务器证书ID。
1998
- 注意:此字段可能返回 null,表示取不到有效值。
1999
1965
  :type ExtCertIds: list of str
2000
1966
  """
2001
1967
  self._SSLMode = None
@@ -2040,7 +2006,6 @@ class CertificateOutput(AbstractModel):
2040
2006
  @property
2041
2007
  def CertCaId(self):
2042
2008
  """客户端证书的 ID。
2043
- 注意:此字段可能返回 null,表示取不到有效值。
2044
2009
  :rtype: str
2045
2010
  """
2046
2011
  return self._CertCaId
@@ -2052,7 +2017,6 @@ class CertificateOutput(AbstractModel):
2052
2017
  @property
2053
2018
  def ExtCertIds(self):
2054
2019
  """多本服务器证书场景扩展的服务器证书ID。
2055
- 注意:此字段可能返回 null,表示取不到有效值。
2056
2020
  :rtype: list of str
2057
2021
  """
2058
2022
  return self._ExtCertIds
@@ -2475,7 +2439,6 @@ class ClassicalLoadBalancerInfo(AbstractModel):
2475
2439
  :param _InstanceId: 后端实例ID
2476
2440
  :type InstanceId: str
2477
2441
  :param _LoadBalancerIds: 负载均衡实例ID列表
2478
- 注意:此字段可能返回 null,表示取不到有效值。
2479
2442
  :type LoadBalancerIds: list of str
2480
2443
  """
2481
2444
  self._InstanceId = None
@@ -2495,7 +2458,6 @@ class ClassicalLoadBalancerInfo(AbstractModel):
2495
2458
  @property
2496
2459
  def LoadBalancerIds(self):
2497
2460
  """负载均衡实例ID列表
2498
- 注意:此字段可能返回 null,表示取不到有效值。
2499
2461
  :rtype: list of str
2500
2462
  """
2501
2463
  return self._LoadBalancerIds
@@ -2532,17 +2494,13 @@ class ClassicalTarget(AbstractModel):
2532
2494
  :param _Weight: 后端服务的转发权重,取值范围:[0, 100],默认为 10。
2533
2495
  :type Weight: int
2534
2496
  :param _PublicIpAddresses: 后端服务的外网 IP
2535
- 注意:此字段可能返回 null,表示取不到有效值。
2536
2497
  :type PublicIpAddresses: list of str
2537
2498
  :param _PrivateIpAddresses: 后端服务的内网 IP
2538
- 注意:此字段可能返回 null,表示取不到有效值。
2539
2499
  :type PrivateIpAddresses: list of str
2540
2500
  :param _InstanceName: 后端服务的实例名称
2541
- 注意:此字段可能返回 null,表示取不到有效值。
2542
2501
  :type InstanceName: str
2543
2502
  :param _RunFlag: 后端服务的状态
2544
2503
  1:故障,2:运行中,3:创建中,4:已关机,5:已退还,6:退还中, 7:重启中,8:开机中,9:关机中,10:密码重置中,11:格式化中,12:镜像制作中,13:带宽设置中,14:重装系统中,19:升级中,21:热迁移中
2545
- 注意:此字段可能返回 null,表示取不到有效值。
2546
2504
  :type RunFlag: int
2547
2505
  """
2548
2506
  self._Type = None
@@ -2589,7 +2547,6 @@ class ClassicalTarget(AbstractModel):
2589
2547
  @property
2590
2548
  def PublicIpAddresses(self):
2591
2549
  """后端服务的外网 IP
2592
- 注意:此字段可能返回 null,表示取不到有效值。
2593
2550
  :rtype: list of str
2594
2551
  """
2595
2552
  return self._PublicIpAddresses
@@ -2601,7 +2558,6 @@ class ClassicalTarget(AbstractModel):
2601
2558
  @property
2602
2559
  def PrivateIpAddresses(self):
2603
2560
  """后端服务的内网 IP
2604
- 注意:此字段可能返回 null,表示取不到有效值。
2605
2561
  :rtype: list of str
2606
2562
  """
2607
2563
  return self._PrivateIpAddresses
@@ -2613,7 +2569,6 @@ class ClassicalTarget(AbstractModel):
2613
2569
  @property
2614
2570
  def InstanceName(self):
2615
2571
  """后端服务的实例名称
2616
- 注意:此字段可能返回 null,表示取不到有效值。
2617
2572
  :rtype: str
2618
2573
  """
2619
2574
  return self._InstanceName
@@ -2626,7 +2581,6 @@ class ClassicalTarget(AbstractModel):
2626
2581
  def RunFlag(self):
2627
2582
  """后端服务的状态
2628
2583
  1:故障,2:运行中,3:创建中,4:已关机,5:已退还,6:退还中, 7:重启中,8:开机中,9:关机中,10:密码重置中,11:格式化中,12:镜像制作中,13:带宽设置中,14:重装系统中,19:升级中,21:热迁移中
2629
- 注意:此字段可能返回 null,表示取不到有效值。
2630
2584
  :rtype: int
2631
2585
  """
2632
2586
  return self._RunFlag
@@ -3127,16 +3081,12 @@ class Cluster(AbstractModel):
3127
3081
  注意:此字段可能返回 null,表示取不到有效值。
3128
3082
  :type ClustersVersion: str
3129
3083
  :param _DisasterRecoveryType: 集群容灾类型,如SINGLE-ZONE,DISASTER-RECOVERY,MUTUAL-DISASTER-RECOVERY
3130
- 注意:此字段可能返回 null,表示取不到有效值。
3131
3084
  :type DisasterRecoveryType: str
3132
3085
  :param _Egress: 网络出口
3133
- 注意:此字段可能返回 null,表示取不到有效值。
3134
3086
  :type Egress: str
3135
3087
  :param _IPVersion: IP版本
3136
- 注意:此字段可能返回 null,表示取不到有效值。
3137
3088
  :type IPVersion: str
3138
3089
  :param _Tag: 标签信息
3139
- 注意:此字段可能返回 null,表示取不到有效值。
3140
3090
  :type Tag: list of TagInfo
3141
3091
  """
3142
3092
  self._ClusterId = None
@@ -3427,7 +3377,6 @@ class Cluster(AbstractModel):
3427
3377
  @property
3428
3378
  def DisasterRecoveryType(self):
3429
3379
  """集群容灾类型,如SINGLE-ZONE,DISASTER-RECOVERY,MUTUAL-DISASTER-RECOVERY
3430
- 注意:此字段可能返回 null,表示取不到有效值。
3431
3380
  :rtype: str
3432
3381
  """
3433
3382
  return self._DisasterRecoveryType
@@ -3439,7 +3388,6 @@ class Cluster(AbstractModel):
3439
3388
  @property
3440
3389
  def Egress(self):
3441
3390
  """网络出口
3442
- 注意:此字段可能返回 null,表示取不到有效值。
3443
3391
  :rtype: str
3444
3392
  """
3445
3393
  return self._Egress
@@ -3451,7 +3399,6 @@ class Cluster(AbstractModel):
3451
3399
  @property
3452
3400
  def IPVersion(self):
3453
3401
  """IP版本
3454
- 注意:此字段可能返回 null,表示取不到有效值。
3455
3402
  :rtype: str
3456
3403
  """
3457
3404
  return self._IPVersion
@@ -3463,7 +3410,6 @@ class Cluster(AbstractModel):
3463
3410
  @property
3464
3411
  def Tag(self):
3465
3412
  """标签信息
3466
- 注意:此字段可能返回 null,表示取不到有效值。
3467
3413
  :rtype: list of TagInfo
3468
3414
  """
3469
3415
  return self._Tag
@@ -3527,7 +3473,6 @@ class ClusterItem(AbstractModel):
3527
3473
  :param _ClusterId: 集群唯一ID
3528
3474
  :type ClusterId: str
3529
3475
  :param _ClusterName: 集群名称
3530
- 注意:此字段可能返回 null,表示取不到有效值。
3531
3476
  :type ClusterName: str
3532
3477
  :param _Zone: 集群所在可用区,如ap-guangzhou-1
3533
3478
  注意:此字段可能返回 null,表示取不到有效值。
@@ -3551,7 +3496,6 @@ class ClusterItem(AbstractModel):
3551
3496
  @property
3552
3497
  def ClusterName(self):
3553
3498
  """集群名称
3554
- 注意:此字段可能返回 null,表示取不到有效值。
3555
3499
  :rtype: str
3556
3500
  """
3557
3501
  return self._ClusterName
@@ -3602,12 +3546,10 @@ class ClusterResource(AbstractModel):
3602
3546
  注意:此字段可能返回 null,表示取不到有效值。
3603
3547
  :type LoadBalancerId: str
3604
3548
  :param _Idle: 资源是否闲置。
3605
- 注意:此字段可能返回 null,表示取不到有效值。
3606
3549
  :type Idle: str
3607
3550
  :param _ClusterName: 集群名称。
3608
3551
  :type ClusterName: str
3609
3552
  :param _Isp: 集群的Isp属性,如:"BGP","CMCC","CUCC","CTCC","INTERNAL"。
3610
- 注意:此字段可能返回 null,表示取不到有效值。
3611
3553
  :type Isp: str
3612
3554
  :param _ClustersZone: 集群所在的可用区
3613
3555
  注意:此字段可能返回 null,表示取不到有效值。
@@ -3658,7 +3600,6 @@ class ClusterResource(AbstractModel):
3658
3600
  @property
3659
3601
  def Idle(self):
3660
3602
  """资源是否闲置。
3661
- 注意:此字段可能返回 null,表示取不到有效值。
3662
3603
  :rtype: str
3663
3604
  """
3664
3605
  return self._Idle
@@ -3681,7 +3622,6 @@ class ClusterResource(AbstractModel):
3681
3622
  @property
3682
3623
  def Isp(self):
3683
3624
  """集群的Isp属性,如:"BGP","CMCC","CUCC","CTCC","INTERNAL"。
3684
- 注意:此字段可能返回 null,表示取不到有效值。
3685
3625
  :rtype: str
3686
3626
  """
3687
3627
  return self._Isp
@@ -3731,10 +3671,8 @@ class ClustersZone(AbstractModel):
3731
3671
  def __init__(self):
3732
3672
  r"""
3733
3673
  :param _MasterZone: 集群所在的主可用区。
3734
- 注意:此字段可能返回 null,表示取不到有效值。
3735
3674
  :type MasterZone: list of str
3736
3675
  :param _SlaveZone: 集群所在的备可用区。
3737
- 注意:此字段可能返回 null,表示取不到有效值。
3738
3676
  :type SlaveZone: list of str
3739
3677
  """
3740
3678
  self._MasterZone = None
@@ -3743,7 +3681,6 @@ class ClustersZone(AbstractModel):
3743
3681
  @property
3744
3682
  def MasterZone(self):
3745
3683
  """集群所在的主可用区。
3746
- 注意:此字段可能返回 null,表示取不到有效值。
3747
3684
  :rtype: list of str
3748
3685
  """
3749
3686
  return self._MasterZone
@@ -3755,7 +3692,6 @@ class ClustersZone(AbstractModel):
3755
3692
  @property
3756
3693
  def SlaveZone(self):
3757
3694
  """集群所在的备可用区。
3758
- 注意:此字段可能返回 null,表示取不到有效值。
3759
3695
  :rtype: list of str
3760
3696
  """
3761
3697
  return self._SlaveZone
@@ -3790,7 +3726,6 @@ class ConfigListItem(AbstractModel):
3790
3726
  :param _ConfigType: 配置类型
3791
3727
  :type ConfigType: str
3792
3728
  :param _ConfigName: 配置名字
3793
- 注意:此字段可能返回 null,表示取不到有效值。
3794
3729
  :type ConfigName: str
3795
3730
  :param _ConfigContent: 配置内容
3796
3731
  :type ConfigContent: str
@@ -3831,7 +3766,6 @@ class ConfigListItem(AbstractModel):
3831
3766
  @property
3832
3767
  def ConfigName(self):
3833
3768
  """配置名字
3834
- 注意:此字段可能返回 null,表示取不到有效值。
3835
3769
  :rtype: str
3836
3770
  """
3837
3771
  return self._ConfigName
@@ -4037,6 +3971,7 @@ class CreateListenerRequest(AbstractModel):
4037
3971
  :param _SessionType: 会话保持类型。不传或传NORMAL表示默认会话保持类型。QUIC_CID 表示根据Quic Connection ID做会话保持。QUIC_CID只支持UDP协议。此参数仅适用于TCP/UDP监听器。七层监听器应在转发规则中设置。(若选择QUIC_CID,则Protocol必须为UDP,Scheduler必须为WRR,同时只支持ipv4)
4038
3972
  :type SessionType: str
4039
3973
  :param _KeepaliveEnable: 是否开启长连接,此参数仅适用于HTTP/HTTPS监听器,0:关闭;1:开启, 默认关闭。
3974
+ 若后端服务对连接数上限有限制,则建议谨慎开启。此功能目前处于内测中,如需使用,请提交 [内测申请](https://cloud.tencent.com/apply/p/tsodp6qm21)。
4040
3975
  :type KeepaliveEnable: int
4041
3976
  :param _EndPort: 创建端口段监听器时必须传入此参数,用以标识结束端口。同时,入参Ports只允许传入一个成员,用以标识开始端口。【如果您需要体验端口段功能,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category)】。
4042
3977
  :type EndPort: int
@@ -4214,6 +4149,7 @@ class CreateListenerRequest(AbstractModel):
4214
4149
  @property
4215
4150
  def KeepaliveEnable(self):
4216
4151
  """是否开启长连接,此参数仅适用于HTTP/HTTPS监听器,0:关闭;1:开启, 默认关闭。
4152
+ 若后端服务对连接数上限有限制,则建议谨慎开启。此功能目前处于内测中,如需使用,请提交 [内测申请](https://cloud.tencent.com/apply/p/tsodp6qm21)。
4217
4153
  :rtype: int
4218
4154
  """
4219
4155
  return self._KeepaliveEnable
@@ -4459,7 +4395,7 @@ OPEN:公网属性, INTERNAL:内网属性。
4459
4395
  :type MasterZoneId: str
4460
4396
  :param _ZoneId: 仅适用于公网且IP版本为IPv4的负载均衡。可用区ID,指定可用区以创建负载均衡实例。如:ap-guangzhou-1。
4461
4397
  :type ZoneId: str
4462
- :param _InternetAccessible: 网络计费模式,最大出带宽。仅对内网属性的性能容量型实例和公网属性的所有实例生效。
4398
+ :param _InternetAccessible: 网络计费模式,最大出带宽。仅对内网属性的性能容量型实例和公网属性的所有实例生效。API接口购买包年包月实例还在灰度中,如您需要体验该功能,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category)
4463
4399
  :type InternetAccessible: :class:`tencentcloud.clb.v20180317.models.InternetAccessible`
4464
4400
  :param _VipIsp: 仅适用于公网负载均衡。目前仅广州、上海、南京、济南、杭州、福州、北京、石家庄、武汉、长沙、成都、重庆地域支持静态单线 IP 线路类型,如需体验,请联系商务经理申请。申请通过后,即可选择中国移动(CMCC)、中国联通(CUCC)或中国电信(CTCC)的运营商类型,网络计费模式只能使用按带宽包计费(BANDWIDTH_PACKAGE)。 如果不指定本参数,则默认使用BGP。可通过 [DescribeResources](https://cloud.tencent.com/document/api/214/70213) 接口查询一个地域所支持的Isp。
4465
4401
  :type VipIsp: str
@@ -4496,9 +4432,9 @@ OPEN:公网属性, INTERNAL:内网属性。
4496
4432
  :type DynamicVip: bool
4497
4433
  :param _Egress: 网络出口
4498
4434
  :type Egress: str
4499
- :param _LBChargePrepaid: 负载均衡实例的预付费相关属性
4435
+ :param _LBChargePrepaid: 负载均衡实例的预付费相关属性,API接口购买包年包月实例还在灰度中,如您需要体验该功能,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category)
4500
4436
  :type LBChargePrepaid: :class:`tencentcloud.clb.v20180317.models.LBChargePrepaid`
4501
- :param _LBChargeType: 负载均衡实例计费类型,取值:POSTPAID_BY_HOUR,PREPAID,默认是POSTPAID_BY_HOUR。
4437
+ :param _LBChargeType: 负载均衡实例计费类型,取值:POSTPAID_BY_HOUR,PREPAID,默认是POSTPAID_BY_HOUR。API接口购买包年包月实例还在灰度中,如您需要体验该功能,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category)
4502
4438
  :type LBChargeType: str
4503
4439
  :param _AccessLogTopicId: 七层访问日志主题ID
4504
4440
  :type AccessLogTopicId: str
@@ -4649,7 +4585,7 @@ OPEN:公网属性, INTERNAL:内网属性。
4649
4585
 
4650
4586
  @property
4651
4587
  def InternetAccessible(self):
4652
- """网络计费模式,最大出带宽。仅对内网属性的性能容量型实例和公网属性的所有实例生效。
4588
+ """网络计费模式,最大出带宽。仅对内网属性的性能容量型实例和公网属性的所有实例生效。API接口购买包年包月实例还在灰度中,如您需要体验该功能,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category)
4653
4589
  :rtype: :class:`tencentcloud.clb.v20180317.models.InternetAccessible`
4654
4590
  """
4655
4591
  return self._InternetAccessible
@@ -4839,7 +4775,7 @@ OPEN:公网属性, INTERNAL:内网属性。
4839
4775
 
4840
4776
  @property
4841
4777
  def LBChargePrepaid(self):
4842
- """负载均衡实例的预付费相关属性
4778
+ """负载均衡实例的预付费相关属性,API接口购买包年包月实例还在灰度中,如您需要体验该功能,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category)
4843
4779
  :rtype: :class:`tencentcloud.clb.v20180317.models.LBChargePrepaid`
4844
4780
  """
4845
4781
  return self._LBChargePrepaid
@@ -4850,7 +4786,7 @@ OPEN:公网属性, INTERNAL:内网属性。
4850
4786
 
4851
4787
  @property
4852
4788
  def LBChargeType(self):
4853
- """负载均衡实例计费类型,取值:POSTPAID_BY_HOUR,PREPAID,默认是POSTPAID_BY_HOUR。
4789
+ """负载均衡实例计费类型,取值:POSTPAID_BY_HOUR,PREPAID,默认是POSTPAID_BY_HOUR。API接口购买包年包月实例还在灰度中,如您需要体验该功能,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category)
4854
4790
  :rtype: str
4855
4791
  """
4856
4792
  return self._LBChargeType
@@ -5587,10 +5523,8 @@ class CrossTargets(AbstractModel):
5587
5523
  :param _EniId: 子机的网卡ID。
5588
5524
  :type EniId: str
5589
5525
  :param _InstanceId: 子机实例ID。
5590
- 注意:此字段可能返回 null,表示取不到有效值。
5591
5526
  :type InstanceId: str
5592
5527
  :param _InstanceName: 子机实例名称。
5593
- 注意:此字段可能返回 null,表示取不到有效值。
5594
5528
  :type InstanceName: str
5595
5529
  :param _Region: 子机或者网卡所属的地域。
5596
5530
  :type Region: str
@@ -5662,7 +5596,6 @@ class CrossTargets(AbstractModel):
5662
5596
  @property
5663
5597
  def InstanceId(self):
5664
5598
  """子机实例ID。
5665
- 注意:此字段可能返回 null,表示取不到有效值。
5666
5599
  :rtype: str
5667
5600
  """
5668
5601
  return self._InstanceId
@@ -5674,7 +5607,6 @@ class CrossTargets(AbstractModel):
5674
5607
  @property
5675
5608
  def InstanceName(self):
5676
5609
  """子机实例名称。
5677
- 注意:此字段可能返回 null,表示取不到有效值。
5678
5610
  :rtype: str
5679
5611
  """
5680
5612
  return self._InstanceName
@@ -7228,7 +7160,6 @@ class DescribeClassicalLBHealthStatusResponse(AbstractModel):
7228
7160
  def __init__(self):
7229
7161
  r"""
7230
7162
  :param _HealthList: 后端健康状态列表。
7231
- 注意:此字段可能返回 null,表示取不到有效值。
7232
7163
  :type HealthList: list of ClassicalHealth
7233
7164
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7234
7165
  :type RequestId: str
@@ -7239,7 +7170,6 @@ class DescribeClassicalLBHealthStatusResponse(AbstractModel):
7239
7170
  @property
7240
7171
  def HealthList(self):
7241
7172
  """后端健康状态列表。
7242
- 注意:此字段可能返回 null,表示取不到有效值。
7243
7173
  :rtype: list of ClassicalHealth
7244
7174
  """
7245
7175
  return self._HealthList
@@ -7374,7 +7304,6 @@ class DescribeClassicalLBListenersResponse(AbstractModel):
7374
7304
  def __init__(self):
7375
7305
  r"""
7376
7306
  :param _Listeners: 监听器列表。
7377
- 注意:此字段可能返回 null,表示取不到有效值。
7378
7307
  :type Listeners: list of ClassicalListener
7379
7308
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7380
7309
  :type RequestId: str
@@ -7385,7 +7314,6 @@ class DescribeClassicalLBListenersResponse(AbstractModel):
7385
7314
  @property
7386
7315
  def Listeners(self):
7387
7316
  """监听器列表。
7388
- 注意:此字段可能返回 null,表示取不到有效值。
7389
7317
  :rtype: list of ClassicalListener
7390
7318
  """
7391
7319
  return self._Listeners
@@ -7460,7 +7388,6 @@ class DescribeClassicalLBTargetsResponse(AbstractModel):
7460
7388
  def __init__(self):
7461
7389
  r"""
7462
7390
  :param _Targets: 后端服务列表。
7463
- 注意:此字段可能返回 null,表示取不到有效值。
7464
7391
  :type Targets: list of ClassicalTarget
7465
7392
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7466
7393
  :type RequestId: str
@@ -7471,7 +7398,6 @@ class DescribeClassicalLBTargetsResponse(AbstractModel):
7471
7398
  @property
7472
7399
  def Targets(self):
7473
7400
  """后端服务列表。
7474
- 注意:此字段可能返回 null,表示取不到有效值。
7475
7401
  :rtype: list of ClassicalTarget
7476
7402
  """
7477
7403
  return self._Targets
@@ -8403,7 +8329,6 @@ class DescribeIdleLoadBalancersResponse(AbstractModel):
8403
8329
  def __init__(self):
8404
8330
  r"""
8405
8331
  :param _IdleLoadBalancers: 闲置实例列表
8406
- 注意:此字段可能返回 null,表示取不到有效值。
8407
8332
  :type IdleLoadBalancers: list of IdleLoadBalancer
8408
8333
  :param _TotalCount: 所有闲置实例数目
8409
8334
  :type TotalCount: int
@@ -8417,7 +8342,6 @@ class DescribeIdleLoadBalancersResponse(AbstractModel):
8417
8342
  @property
8418
8343
  def IdleLoadBalancers(self):
8419
8344
  """闲置实例列表
8420
- 注意:此字段可能返回 null,表示取不到有效值。
8421
8345
  :rtype: list of IdleLoadBalancer
8422
8346
  """
8423
8347
  return self._IdleLoadBalancers
@@ -8640,7 +8564,6 @@ class DescribeListenersResponse(AbstractModel):
8640
8564
  :param _Listeners: 监听器列表。
8641
8565
  :type Listeners: list of Listener
8642
8566
  :param _TotalCount: 总的监听器个数(根据端口、协议、监听器ID过滤后)。
8643
- 注意:此字段可能返回 null,表示取不到有效值。
8644
8567
  :type TotalCount: int
8645
8568
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8646
8569
  :type RequestId: str
@@ -8663,7 +8586,6 @@ class DescribeListenersResponse(AbstractModel):
8663
8586
  @property
8664
8587
  def TotalCount(self):
8665
8588
  """总的监听器个数(根据端口、协议、监听器ID过滤后)。
8666
- 注意:此字段可能返回 null,表示取不到有效值。
8667
8589
  :rtype: int
8668
8590
  """
8669
8591
  return self._TotalCount
@@ -8917,7 +8839,6 @@ class DescribeLoadBalancerTrafficResponse(AbstractModel):
8917
8839
  def __init__(self):
8918
8840
  r"""
8919
8841
  :param _LoadBalancerTraffic: 按出带宽从高到低排序后的负载均衡信息。
8920
- 注意:此字段可能返回 null,表示取不到有效值。
8921
8842
  :type LoadBalancerTraffic: list of LoadBalancerTraffic
8922
8843
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8923
8844
  :type RequestId: str
@@ -8928,7 +8849,6 @@ class DescribeLoadBalancerTrafficResponse(AbstractModel):
8928
8849
  @property
8929
8850
  def LoadBalancerTraffic(self):
8930
8851
  """按出带宽从高到低排序后的负载均衡信息。
8931
- 注意:此字段可能返回 null,表示取不到有效值。
8932
8852
  :rtype: list of LoadBalancerTraffic
8933
8853
  """
8934
8854
  return self._LoadBalancerTraffic
@@ -9090,7 +9010,6 @@ class DescribeLoadBalancersDetailResponse(AbstractModel):
9090
9010
  :param _TotalCount: 负载均衡详情列表总数。
9091
9011
  :type TotalCount: int
9092
9012
  :param _LoadBalancerDetailSet: 负载均衡详情列表。
9093
- 注意:此字段可能返回 null,表示取不到有效值。
9094
9013
  :type LoadBalancerDetailSet: list of LoadBalancerDetail
9095
9014
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9096
9015
  :type RequestId: str
@@ -9113,7 +9032,6 @@ class DescribeLoadBalancersDetailResponse(AbstractModel):
9113
9032
  @property
9114
9033
  def LoadBalancerDetailSet(self):
9115
9034
  """负载均衡详情列表。
9116
- 注意:此字段可能返回 null,表示取不到有效值。
9117
9035
  :rtype: list of LoadBalancerDetail
9118
9036
  """
9119
9037
  return self._LoadBalancerDetailSet
@@ -9159,9 +9077,9 @@ OPEN:公网属性, INTERNAL:内网属性。
9159
9077
  :type LoadBalancerType: str
9160
9078
  :param _Forward: 负载均衡实例的类型。1:通用的负载均衡实例,0:传统型负载均衡实例。如果不传此参数,则查询所有类型的负载均衡实例。
9161
9079
  :type Forward: int
9162
- :param _LoadBalancerName: 负载均衡实例的名称。
9080
+ :param _LoadBalancerName: 负载均衡实例的名称,支持模糊查询。
9163
9081
  :type LoadBalancerName: str
9164
- :param _Domain: 腾讯云为负载均衡实例分配的域名。
9082
+ :param _Domain: 腾讯云为负载均衡实例分配的域名,支持模糊查询。
9165
9083
  :type Domain: str
9166
9084
  :param _LoadBalancerVips: 负载均衡实例的 VIP 地址,支持多个。
9167
9085
  :type LoadBalancerVips: list of str
@@ -9173,24 +9091,76 @@ OPEN:公网属性, INTERNAL:内网属性。
9173
9091
  :type Offset: int
9174
9092
  :param _Limit: 返回负载均衡实例的数量,默认为20,最大值为100。
9175
9093
  :type Limit: int
9176
- :param _OrderBy: 排序参数,支持以下字段:LoadBalancerName,CreateTime,Domain,LoadBalancerType。
9094
+ :param _OrderBy: 排序参数,支持以下字段:
9095
+ - LoadBalancerName
9096
+ - CreateTime
9097
+ - Domain
9098
+ - LoadBalancerType
9099
+
9100
+ 默认为 CreateTime。
9101
+
9177
9102
  :type OrderBy: str
9178
- :param _OrderType: 1:倒序,0:顺序,默认按照创建时间倒序。
9103
+ :param _OrderType: 1:倒序,0:顺序,默认为1,按照创建时间倒序。
9179
9104
  :type OrderType: int
9180
- :param _SearchKey: 搜索字段,模糊匹配名称、域名、VIP。
9105
+ :param _SearchKey: 模糊搜索字段,模糊匹配负载均衡实例的名称、域名、负载均衡实例的 VIP 地址,负载均衡实例ID
9181
9106
  :type SearchKey: str
9182
- :param _ProjectId: 负载均衡实例所属的项目 ID,可以通过 DescribeProject 接口获取。
9107
+ :param _ProjectId: 负载均衡实例所属的项目 ID,可以通过[DescribeProject](https://cloud.tencent.com/document/api/651/78725) 接口获取,不传默认所有项目。
9183
9108
  :type ProjectId: int
9184
9109
  :param _WithRs: 负载均衡是否绑定后端服务,0:没有绑定后端服务,1:绑定后端服务,-1:查询全部。
9185
9110
  :type WithRs: int
9186
9111
  :param _VpcId: 负载均衡实例所属私有网络唯一ID,如 vpc-bhqkbhdx,
9187
- 基础网络可传入'0'。
9112
+ 查找基础网络类型的负载均衡可传入'0'。
9188
9113
  :type VpcId: str
9189
9114
  :param _SecurityGroup: 安全组ID,如 sg-m1cc****。
9190
9115
  :type SecurityGroup: str
9191
9116
  :param _MasterZone: 主可用区ID,如 :"100001" (对应的是广州一区)。可通过[DescribeZones](https://cloud.tencent.com/document/product/213/15707)获取可用区列表。
9192
9117
  :type MasterZone: str
9193
- :param _Filters: 每次请求的`Filters`的上限为10,`Filter.Values`的上限为100。<br/>`Filter.Name`和`Filter.Values`皆为必填项。详细的过滤条件如下:<li> charge-type - String - 是否必填:否 - (过滤条件)按照 CLB 的实例计费模式过滤,包括"PREPAID","POSTPAID_BY_HOUR"。</li><li> internet-charge-type - String - 是否必填:否 - (过滤条件)按照 CLB 的网络计费模式过滤,包括"BANDWIDTH_PREPAID","TRAFFIC_POSTPAID_BY_HOUR","BANDWIDTH_POSTPAID_BY_HOUR","BANDWIDTH_PACKAGE"。</li><li> master-zone-id - String - 是否必填:否 - (过滤条件)按照 CLB 的主可用区ID过滤,如 :"100001" (对应的是广州一区)。</li><li> tag-key - String - 是否必填:否 - (过滤条件)按照 CLB 标签的键过滤。</li><li> tag:tag-key - String - 是否必填:否 - (过滤条件)按照CLB标签键值对进行过滤,tag-key使用具体的标签键进行替换。</li><li> function-name - String - 是否必填:否 - (过滤条件)按照 CLB 后端绑定的SCF云函数的函数名称过滤。</li><li> vip-isp - String - 是否必填:否 - (过滤条件)按照 CLB VIP的运营商类型过滤,如:"BGP","INTERNAL","CMCC","CTCC","CUCC"等。</li><li> sla-type - String - 是否必填:否 - (过滤条件)按照 CLB 的性能容量型规格过滤,包括"clb.c1.small","clb.c2.medium","clb.c3.small","clb.c3.medium","clb.c4.small","clb.c4.medium","clb.c4.large","clb.c4.xlarge","others"。</li><li> exclusive - uint64 - 是否必填:否 - (过滤条件)按照独占实例进行过滤。</li>
9118
+ :param _Filters: 每次请求的`Filters`的上限为10,`Filter.Values`的上限为100。<br/>`Filter.Name`和`Filter.Values`皆为必填项。详细的过滤条件如下:
9119
+ - charge-type
9120
+ 按照【实例计费模式】进行过滤。实例计费模式例如:PREPAID。
9121
+ 类型:String
9122
+ 必选:否
9123
+ 可选项:PREPAID(预付费)、POSTPAID_BY_HOUR(后付费)
9124
+ - internet-charge-type
9125
+ 按照【网络计费模式】进行过滤。网络计费模式例如:BANDWIDTH_PREPAID。
9126
+ 类型:String
9127
+ 必选:否
9128
+ 可选项:BANDWIDTH_PREPAID(预付费按带宽结算)、 TRAFFIC_POSTPAID_BY_HOUR(流量按小时后付费)、BANDWIDTH_POSTPAID_BY_HOUR(带宽按小时后付费)、BANDWIDTH_PACKAGE(带宽包用户)
9129
+ - master-zone-id
9130
+ 按照【CLB主可用区ID】进行过滤。例如:100001(对应的是广州一区)。
9131
+ 类型:String
9132
+ 必选:否
9133
+ 获取方式:[DescribeZones](https://cloud.tencent.com/document/product/213/15707)
9134
+ - tag-key
9135
+ 按照【CLB 标签的键】进行过滤,例如:tag-key。
9136
+ 类型:String
9137
+ 必选:否
9138
+ - tag:tag-key
9139
+ 按照【CLB标签键值】进行过滤,例如:tag-test。
9140
+ 类型:String
9141
+ 必选:否
9142
+ - function-name
9143
+ 按照【后端绑定SCF云函数的函数名称】进行过滤,例如:helloworld-1744958255。
9144
+ 类型:String
9145
+ 必选:否
9146
+ 获取方式:[ListFunctions](https://cloud.tencent.com/document/api/583/18582)
9147
+ - vip-isp
9148
+ 按照【CLB VIP的运营商类型】进行过滤,例如:BGP。
9149
+ 类型:String
9150
+ 必选:否
9151
+ 公网类型可选项:BGP(多线)、CMCC(中国移动)、CTCC(中国电信)、CUCC(中国联通)
9152
+ 内网类型可选项:INTERNAL(内网)
9153
+ - sla-type
9154
+ 按照【CLB 的性能容量型规格】进行过滤,例如:clb.c4.xlarge。
9155
+ 类型:String
9156
+ 必选:否
9157
+ 可选项:clb.c2.medium(标准型)、clb.c3.small(高阶型1)、clb.c3.medium(高阶型2)、clb.c4.small(超强型1)、clb.c4.medium(超强型2)、clb.c4.large(超强型3)、clb.c4.xlarge(超强型4)
9158
+ 具体规格参数参考:
9159
+ - exclusive
9160
+ 按照【独占实例】进行过滤。例如:1,代表筛选独占型实例。
9161
+ 类型:String
9162
+ 必选:否
9163
+ 可选项:0、1
9194
9164
  :type Filters: list of Filter
9195
9165
  :param _AdditionalFields: 选择返回的扩充字段,不指定时,扩充字段默认不返回。详细支持的扩充字段如下:
9196
9166
  <li> TargetCount:绑定的后端服务数量</li>
@@ -9253,7 +9223,7 @@ OPEN:公网属性, INTERNAL:内网属性。
9253
9223
 
9254
9224
  @property
9255
9225
  def LoadBalancerName(self):
9256
- """负载均衡实例的名称。
9226
+ """负载均衡实例的名称,支持模糊查询。
9257
9227
  :rtype: str
9258
9228
  """
9259
9229
  return self._LoadBalancerName
@@ -9264,7 +9234,7 @@ OPEN:公网属性, INTERNAL:内网属性。
9264
9234
 
9265
9235
  @property
9266
9236
  def Domain(self):
9267
- """腾讯云为负载均衡实例分配的域名。
9237
+ """腾讯云为负载均衡实例分配的域名,支持模糊查询。
9268
9238
  :rtype: str
9269
9239
  """
9270
9240
  return self._Domain
@@ -9330,7 +9300,14 @@ OPEN:公网属性, INTERNAL:内网属性。
9330
9300
 
9331
9301
  @property
9332
9302
  def OrderBy(self):
9333
- """排序参数,支持以下字段:LoadBalancerName,CreateTime,Domain,LoadBalancerType。
9303
+ """排序参数,支持以下字段:
9304
+ - LoadBalancerName
9305
+ - CreateTime
9306
+ - Domain
9307
+ - LoadBalancerType
9308
+
9309
+ 默认为 CreateTime。
9310
+
9334
9311
  :rtype: str
9335
9312
  """
9336
9313
  return self._OrderBy
@@ -9341,7 +9318,7 @@ OPEN:公网属性, INTERNAL:内网属性。
9341
9318
 
9342
9319
  @property
9343
9320
  def OrderType(self):
9344
- """1:倒序,0:顺序,默认按照创建时间倒序。
9321
+ """1:倒序,0:顺序,默认为1,按照创建时间倒序。
9345
9322
  :rtype: int
9346
9323
  """
9347
9324
  return self._OrderType
@@ -9352,7 +9329,7 @@ OPEN:公网属性, INTERNAL:内网属性。
9352
9329
 
9353
9330
  @property
9354
9331
  def SearchKey(self):
9355
- """搜索字段,模糊匹配名称、域名、VIP。
9332
+ """模糊搜索字段,模糊匹配负载均衡实例的名称、域名、负载均衡实例的 VIP 地址,负载均衡实例ID
9356
9333
  :rtype: str
9357
9334
  """
9358
9335
  return self._SearchKey
@@ -9363,7 +9340,7 @@ OPEN:公网属性, INTERNAL:内网属性。
9363
9340
 
9364
9341
  @property
9365
9342
  def ProjectId(self):
9366
- """负载均衡实例所属的项目 ID,可以通过 DescribeProject 接口获取。
9343
+ """负载均衡实例所属的项目 ID,可以通过[DescribeProject](https://cloud.tencent.com/document/api/651/78725) 接口获取,不传默认所有项目。
9367
9344
  :rtype: int
9368
9345
  """
9369
9346
  return self._ProjectId
@@ -9386,7 +9363,7 @@ OPEN:公网属性, INTERNAL:内网属性。
9386
9363
  @property
9387
9364
  def VpcId(self):
9388
9365
  """负载均衡实例所属私有网络唯一ID,如 vpc-bhqkbhdx,
9389
- 基础网络可传入'0'。
9366
+ 查找基础网络类型的负载均衡可传入'0'。
9390
9367
  :rtype: str
9391
9368
  """
9392
9369
  return self._VpcId
@@ -9419,7 +9396,52 @@ OPEN:公网属性, INTERNAL:内网属性。
9419
9396
 
9420
9397
  @property
9421
9398
  def Filters(self):
9422
- """每次请求的`Filters`的上限为10,`Filter.Values`的上限为100。<br/>`Filter.Name`和`Filter.Values`皆为必填项。详细的过滤条件如下:<li> charge-type - String - 是否必填:否 - (过滤条件)按照 CLB 的实例计费模式过滤,包括"PREPAID","POSTPAID_BY_HOUR"。</li><li> internet-charge-type - String - 是否必填:否 - (过滤条件)按照 CLB 的网络计费模式过滤,包括"BANDWIDTH_PREPAID","TRAFFIC_POSTPAID_BY_HOUR","BANDWIDTH_POSTPAID_BY_HOUR","BANDWIDTH_PACKAGE"。</li><li> master-zone-id - String - 是否必填:否 - (过滤条件)按照 CLB 的主可用区ID过滤,如 :"100001" (对应的是广州一区)。</li><li> tag-key - String - 是否必填:否 - (过滤条件)按照 CLB 标签的键过滤。</li><li> tag:tag-key - String - 是否必填:否 - (过滤条件)按照CLB标签键值对进行过滤,tag-key使用具体的标签键进行替换。</li><li> function-name - String - 是否必填:否 - (过滤条件)按照 CLB 后端绑定的SCF云函数的函数名称过滤。</li><li> vip-isp - String - 是否必填:否 - (过滤条件)按照 CLB VIP的运营商类型过滤,如:"BGP","INTERNAL","CMCC","CTCC","CUCC"等。</li><li> sla-type - String - 是否必填:否 - (过滤条件)按照 CLB 的性能容量型规格过滤,包括"clb.c1.small","clb.c2.medium","clb.c3.small","clb.c3.medium","clb.c4.small","clb.c4.medium","clb.c4.large","clb.c4.xlarge","others"。</li><li> exclusive - uint64 - 是否必填:否 - (过滤条件)按照独占实例进行过滤。</li>
9399
+ """每次请求的`Filters`的上限为10,`Filter.Values`的上限为100。<br/>`Filter.Name`和`Filter.Values`皆为必填项。详细的过滤条件如下:
9400
+ - charge-type
9401
+ 按照【实例计费模式】进行过滤。实例计费模式例如:PREPAID。
9402
+ 类型:String
9403
+ 必选:否
9404
+ 可选项:PREPAID(预付费)、POSTPAID_BY_HOUR(后付费)
9405
+ - internet-charge-type
9406
+ 按照【网络计费模式】进行过滤。网络计费模式例如:BANDWIDTH_PREPAID。
9407
+ 类型:String
9408
+ 必选:否
9409
+ 可选项:BANDWIDTH_PREPAID(预付费按带宽结算)、 TRAFFIC_POSTPAID_BY_HOUR(流量按小时后付费)、BANDWIDTH_POSTPAID_BY_HOUR(带宽按小时后付费)、BANDWIDTH_PACKAGE(带宽包用户)
9410
+ - master-zone-id
9411
+ 按照【CLB主可用区ID】进行过滤。例如:100001(对应的是广州一区)。
9412
+ 类型:String
9413
+ 必选:否
9414
+ 获取方式:[DescribeZones](https://cloud.tencent.com/document/product/213/15707)
9415
+ - tag-key
9416
+ 按照【CLB 标签的键】进行过滤,例如:tag-key。
9417
+ 类型:String
9418
+ 必选:否
9419
+ - tag:tag-key
9420
+ 按照【CLB标签键值】进行过滤,例如:tag-test。
9421
+ 类型:String
9422
+ 必选:否
9423
+ - function-name
9424
+ 按照【后端绑定SCF云函数的函数名称】进行过滤,例如:helloworld-1744958255。
9425
+ 类型:String
9426
+ 必选:否
9427
+ 获取方式:[ListFunctions](https://cloud.tencent.com/document/api/583/18582)
9428
+ - vip-isp
9429
+ 按照【CLB VIP的运营商类型】进行过滤,例如:BGP。
9430
+ 类型:String
9431
+ 必选:否
9432
+ 公网类型可选项:BGP(多线)、CMCC(中国移动)、CTCC(中国电信)、CUCC(中国联通)
9433
+ 内网类型可选项:INTERNAL(内网)
9434
+ - sla-type
9435
+ 按照【CLB 的性能容量型规格】进行过滤,例如:clb.c4.xlarge。
9436
+ 类型:String
9437
+ 必选:否
9438
+ 可选项:clb.c2.medium(标准型)、clb.c3.small(高阶型1)、clb.c3.medium(高阶型2)、clb.c4.small(超强型1)、clb.c4.medium(超强型2)、clb.c4.large(超强型3)、clb.c4.xlarge(超强型4)
9439
+ 具体规格参数参考:
9440
+ - exclusive
9441
+ 按照【独占实例】进行过滤。例如:1,代表筛选独占型实例。
9442
+ 类型:String
9443
+ 必选:否
9444
+ 可选项:0、1
9423
9445
  :rtype: list of Filter
9424
9446
  """
9425
9447
  return self._Filters
@@ -10302,8 +10324,14 @@ class DescribeTargetHealthRequest(AbstractModel):
10302
10324
  r"""
10303
10325
  :param _LoadBalancerIds: 要查询的负载均衡实例ID列表。
10304
10326
  :type LoadBalancerIds: list of str
10327
+ :param _ListenerIds: 要查询的监听器ID列表。
10328
+ :type ListenerIds: list of str
10329
+ :param _LocationIds: 要查询的转发规则ID列表。
10330
+ :type LocationIds: list of str
10305
10331
  """
10306
10332
  self._LoadBalancerIds = None
10333
+ self._ListenerIds = None
10334
+ self._LocationIds = None
10307
10335
 
10308
10336
  @property
10309
10337
  def LoadBalancerIds(self):
@@ -10316,9 +10344,33 @@ class DescribeTargetHealthRequest(AbstractModel):
10316
10344
  def LoadBalancerIds(self, LoadBalancerIds):
10317
10345
  self._LoadBalancerIds = LoadBalancerIds
10318
10346
 
10347
+ @property
10348
+ def ListenerIds(self):
10349
+ """要查询的监听器ID列表。
10350
+ :rtype: list of str
10351
+ """
10352
+ return self._ListenerIds
10353
+
10354
+ @ListenerIds.setter
10355
+ def ListenerIds(self, ListenerIds):
10356
+ self._ListenerIds = ListenerIds
10357
+
10358
+ @property
10359
+ def LocationIds(self):
10360
+ """要查询的转发规则ID列表。
10361
+ :rtype: list of str
10362
+ """
10363
+ return self._LocationIds
10364
+
10365
+ @LocationIds.setter
10366
+ def LocationIds(self, LocationIds):
10367
+ self._LocationIds = LocationIds
10368
+
10319
10369
 
10320
10370
  def _deserialize(self, params):
10321
10371
  self._LoadBalancerIds = params.get("LoadBalancerIds")
10372
+ self._ListenerIds = params.get("ListenerIds")
10373
+ self._LocationIds = params.get("LocationIds")
10322
10374
  memeber_set = set(params.keys())
10323
10375
  for name, value in vars(self).items():
10324
10376
  property_name = name[1:]
@@ -10337,7 +10389,6 @@ class DescribeTargetHealthResponse(AbstractModel):
10337
10389
  def __init__(self):
10338
10390
  r"""
10339
10391
  :param _LoadBalancers: 负载均衡实例列表。
10340
- 注意:此字段可能返回 null,表示取不到有效值。
10341
10392
  :type LoadBalancers: list of LoadBalancerHealth
10342
10393
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10343
10394
  :type RequestId: str
@@ -10348,7 +10399,6 @@ class DescribeTargetHealthResponse(AbstractModel):
10348
10399
  @property
10349
10400
  def LoadBalancers(self):
10350
10401
  """负载均衡实例列表。
10351
- 注意:此字段可能返回 null,表示取不到有效值。
10352
10402
  :rtype: list of LoadBalancerHealth
10353
10403
  """
10354
10404
  return self._LoadBalancers
@@ -10494,7 +10544,6 @@ class DescribeTargetsResponse(AbstractModel):
10494
10544
  def __init__(self):
10495
10545
  r"""
10496
10546
  :param _Listeners: 监听器后端绑定的机器信息。
10497
- 注意:此字段可能返回 null,表示取不到有效值。
10498
10547
  :type Listeners: list of ListenerBackend
10499
10548
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10500
10549
  :type RequestId: str
@@ -10505,7 +10554,6 @@ class DescribeTargetsResponse(AbstractModel):
10505
10554
  @property
10506
10555
  def Listeners(self):
10507
10556
  """监听器后端绑定的机器信息。
10508
- 注意:此字段可能返回 null,表示取不到有效值。
10509
10557
  :rtype: list of ListenerBackend
10510
10558
  """
10511
10559
  return self._Listeners
@@ -10911,10 +10959,8 @@ class ExtraInfo(AbstractModel):
10911
10959
  def __init__(self):
10912
10960
  r"""
10913
10961
  :param _ZhiTong: 是否开通VIP直通
10914
- 注意:此字段可能返回 null,表示取不到有效值。
10915
10962
  :type ZhiTong: bool
10916
10963
  :param _TgwGroupName: TgwGroup名称
10917
- 注意:此字段可能返回 null,表示取不到有效值。
10918
10964
  :type TgwGroupName: str
10919
10965
  """
10920
10966
  self._ZhiTong = None
@@ -10923,7 +10969,6 @@ class ExtraInfo(AbstractModel):
10923
10969
  @property
10924
10970
  def ZhiTong(self):
10925
10971
  """是否开通VIP直通
10926
- 注意:此字段可能返回 null,表示取不到有效值。
10927
10972
  :rtype: bool
10928
10973
  """
10929
10974
  return self._ZhiTong
@@ -10935,7 +10980,6 @@ class ExtraInfo(AbstractModel):
10935
10980
  @property
10936
10981
  def TgwGroupName(self):
10937
10982
  """TgwGroup名称
10938
- 注意:此字段可能返回 null,表示取不到有效值。
10939
10983
  :rtype: str
10940
10984
  """
10941
10985
  return self._TgwGroupName
@@ -11100,7 +11144,6 @@ class FunctionTarget(AbstractModel):
11100
11144
  def __init__(self):
11101
11145
  r"""
11102
11146
  :param _Function: 云函数相关信息
11103
- 注意:此字段可能返回 null,表示取不到有效值。
11104
11147
  :type Function: :class:`tencentcloud.clb.v20180317.models.FunctionInfo`
11105
11148
  :param _Weight: 权重
11106
11149
  :type Weight: int
@@ -11111,7 +11154,6 @@ class FunctionTarget(AbstractModel):
11111
11154
  @property
11112
11155
  def Function(self):
11113
11156
  """云函数相关信息
11114
- 注意:此字段可能返回 null,表示取不到有效值。
11115
11157
  :rtype: :class:`tencentcloud.clb.v20180317.models.FunctionInfo`
11116
11158
  """
11117
11159
  return self._Function
@@ -11158,17 +11200,13 @@ class HealthCheck(AbstractModel):
11158
11200
  :param _HealthSwitch: 是否开启健康检查:1(开启)、0(关闭)。
11159
11201
  :type HealthSwitch: int
11160
11202
  :param _TimeOut: 健康检查的响应超时时间,可选值:2~60,默认值:2,单位:秒。响应超时时间要小于检查间隔时间。
11161
- 注意:此字段可能返回 null,表示取不到有效值。
11162
11203
  :type TimeOut: int
11163
11204
  :param _IntervalTime: 健康检查探测间隔时间,默认值:5,IPv4 CLB实例的取值范围为:2-300,IPv6 CLB 实例的取值范围为:5-300。单位:秒。
11164
11205
  说明:部分老旧 IPv4 CLB实例的取值范围为:5-300。
11165
- 注意:此字段可能返回 null,表示取不到有效值。
11166
11206
  :type IntervalTime: int
11167
11207
  :param _HealthNum: 健康阈值,默认值:3,表示当连续探测三次健康则表示该转发正常,可选值:2~10,单位:次。
11168
- 注意:此字段可能返回 null,表示取不到有效值。
11169
11208
  :type HealthNum: int
11170
11209
  :param _UnHealthNum: 不健康阈值,默认值:3,表示当连续探测三次不健康则表示该转发异常,可选值:2~10,单位:次。
11171
- 注意:此字段可能返回 null,表示取不到有效值。
11172
11210
  :type UnHealthNum: int
11173
11211
  :param _HttpCode: 健康检查状态码(仅适用于HTTP/HTTPS转发规则、TCP监听器的HTTP健康检查方式)。可选值:1~31,默认 31。
11174
11212
  1 表示探测后返回值 1xx 代表健康,2 表示返回 2xx 代表健康,4 表示返回 3xx 代表健康,8 表示返回 4xx 代表健康,16 表示返回 5xx 代表健康。若希望多种返回码都可代表健康,则将相应的值相加。
@@ -11196,13 +11234,11 @@ class HealthCheck(AbstractModel):
11196
11234
  注意:此字段可能返回 null,表示取不到有效值。
11197
11235
  :type RecvContext: str
11198
11236
  :param _CheckType: 健康检查使用的协议。取值 TCP | HTTP | HTTPS | GRPC | PING | CUSTOM,UDP监听器支持PING/CUSTOM,TCP监听器支持TCP/HTTP/CUSTOM,TCP_SSL/QUIC监听器支持TCP/HTTP,HTTP规则支持HTTP/GRPC,HTTPS规则支持HTTP/HTTPS/GRPC。HTTP监听器默认值为HTTP;TCP、TCP_SSL、QUIC监听器默认值为TCP;UDP监听器默认为PING;HTTPS监听器的CheckType默认值与后端转发协议一致。
11199
- 注意:此字段可能返回 null,表示取不到有效值。
11200
11237
  :type CheckType: str
11201
11238
  :param _HttpVersion: HTTP版本。健康检查协议CheckType的值取HTTP时,必传此字段,代表后端服务的HTTP版本:HTTP/1.0、HTTP/1.1;(仅适用于TCP监听器)
11202
11239
  注意:此字段可能返回 null,表示取不到有效值。
11203
11240
  :type HttpVersion: str
11204
11241
  :param _SourceIpType: 健康检查源IP类型:0(使用LB的VIP作为源IP),1(使用100.64网段IP作为源IP)。
11205
- 注意:此字段可能返回 null,表示取不到有效值。
11206
11242
  :type SourceIpType: int
11207
11243
  :param _ExtendedCode: GRPC健康检查状态码(仅适用于后端转发协议为GRPC的规则)。默认值为 12,可输入值为数值、多个数值、或者范围,例如 20 或 20,25 或 0-99
11208
11244
  注意:此字段可能返回 null,表示取不到有效值。
@@ -11240,7 +11276,6 @@ class HealthCheck(AbstractModel):
11240
11276
  @property
11241
11277
  def TimeOut(self):
11242
11278
  """健康检查的响应超时时间,可选值:2~60,默认值:2,单位:秒。响应超时时间要小于检查间隔时间。
11243
- 注意:此字段可能返回 null,表示取不到有效值。
11244
11279
  :rtype: int
11245
11280
  """
11246
11281
  return self._TimeOut
@@ -11253,7 +11288,6 @@ class HealthCheck(AbstractModel):
11253
11288
  def IntervalTime(self):
11254
11289
  """健康检查探测间隔时间,默认值:5,IPv4 CLB实例的取值范围为:2-300,IPv6 CLB 实例的取值范围为:5-300。单位:秒。
11255
11290
  说明:部分老旧 IPv4 CLB实例的取值范围为:5-300。
11256
- 注意:此字段可能返回 null,表示取不到有效值。
11257
11291
  :rtype: int
11258
11292
  """
11259
11293
  return self._IntervalTime
@@ -11265,7 +11299,6 @@ class HealthCheck(AbstractModel):
11265
11299
  @property
11266
11300
  def HealthNum(self):
11267
11301
  """健康阈值,默认值:3,表示当连续探测三次健康则表示该转发正常,可选值:2~10,单位:次。
11268
- 注意:此字段可能返回 null,表示取不到有效值。
11269
11302
  :rtype: int
11270
11303
  """
11271
11304
  return self._HealthNum
@@ -11277,7 +11310,6 @@ class HealthCheck(AbstractModel):
11277
11310
  @property
11278
11311
  def UnHealthNum(self):
11279
11312
  """不健康阈值,默认值:3,表示当连续探测三次不健康则表示该转发异常,可选值:2~10,单位:次。
11280
- 注意:此字段可能返回 null,表示取不到有效值。
11281
11313
  :rtype: int
11282
11314
  """
11283
11315
  return self._UnHealthNum
@@ -11386,7 +11418,6 @@ class HealthCheck(AbstractModel):
11386
11418
  @property
11387
11419
  def CheckType(self):
11388
11420
  """健康检查使用的协议。取值 TCP | HTTP | HTTPS | GRPC | PING | CUSTOM,UDP监听器支持PING/CUSTOM,TCP监听器支持TCP/HTTP/CUSTOM,TCP_SSL/QUIC监听器支持TCP/HTTP,HTTP规则支持HTTP/GRPC,HTTPS规则支持HTTP/HTTPS/GRPC。HTTP监听器默认值为HTTP;TCP、TCP_SSL、QUIC监听器默认值为TCP;UDP监听器默认为PING;HTTPS监听器的CheckType默认值与后端转发协议一致。
11389
- 注意:此字段可能返回 null,表示取不到有效值。
11390
11421
  :rtype: str
11391
11422
  """
11392
11423
  return self._CheckType
@@ -11410,7 +11441,6 @@ class HealthCheck(AbstractModel):
11410
11441
  @property
11411
11442
  def SourceIpType(self):
11412
11443
  """健康检查源IP类型:0(使用LB的VIP作为源IP),1(使用100.64网段IP作为源IP)。
11413
- 注意:此字段可能返回 null,表示取不到有效值。
11414
11444
  :rtype: int
11415
11445
  """
11416
11446
  return self._SourceIpType
@@ -11483,7 +11513,6 @@ class IdleLoadBalancer(AbstractModel):
11483
11513
  :param _Forward: 负载均衡类型标识,1:负载均衡,0:传统型负载均衡。
11484
11514
  :type Forward: int
11485
11515
  :param _Domain: 负载均衡域名
11486
- 注意:此字段可能返回 null,表示取不到有效值。
11487
11516
  :type Domain: str
11488
11517
  """
11489
11518
  self._LoadBalancerId = None
@@ -11576,7 +11605,6 @@ class IdleLoadBalancer(AbstractModel):
11576
11605
  @property
11577
11606
  def Domain(self):
11578
11607
  """负载均衡域名
11579
- 注意:此字段可能返回 null,表示取不到有效值。
11580
11608
  :rtype: str
11581
11609
  """
11582
11610
  return self._Domain
@@ -12099,13 +12127,11 @@ class InternetAccessible(AbstractModel):
12099
12127
  def __init__(self):
12100
12128
  r"""
12101
12129
  :param _InternetChargeType: TRAFFIC_POSTPAID_BY_HOUR 按流量按小时后计费 ; BANDWIDTH_POSTPAID_BY_HOUR 按带宽按小时后计费,国际站用户不支持该计费模式; BANDWIDTH_PACKAGE 按带宽包计费;BANDWIDTH_PREPAID按带宽预付费。
12102
- 注意:此字段可能返回 null,表示取不到有效值。
12103
12130
  :type InternetChargeType: str
12104
12131
  :param _InternetMaxBandwidthOut: 最大出带宽,单位Mbps,仅对公网属性的共享型、性能容量型和独占型 CLB 实例、以及内网属性的性能容量型 CLB 实例生效。
12105
12132
  - 对于公网属性的共享型和独占型 CLB 实例,最大出带宽的范围为1Mbps-2048Mbps。
12106
12133
  - 对于公网属性和内网属性的性能容量型 CLB实例,最大出带宽的范围为1Mbps-61440Mbps。
12107
12134
  (调用CreateLoadBalancer创建LB时不指定此参数则设置为默认值10Mbps。此上限可调整)
12108
- 注意:此字段可能返回 null,表示取不到有效值。
12109
12135
  :type InternetMaxBandwidthOut: int
12110
12136
  :param _BandwidthpkgSubType: 带宽包的类型,如SINGLEISP(单线)、BGP(多线)。
12111
12137
  注意:此字段可能返回 null,表示取不到有效值。
@@ -12118,7 +12144,6 @@ class InternetAccessible(AbstractModel):
12118
12144
  @property
12119
12145
  def InternetChargeType(self):
12120
12146
  """TRAFFIC_POSTPAID_BY_HOUR 按流量按小时后计费 ; BANDWIDTH_POSTPAID_BY_HOUR 按带宽按小时后计费,国际站用户不支持该计费模式; BANDWIDTH_PACKAGE 按带宽包计费;BANDWIDTH_PREPAID按带宽预付费。
12121
- 注意:此字段可能返回 null,表示取不到有效值。
12122
12147
  :rtype: str
12123
12148
  """
12124
12149
  return self._InternetChargeType
@@ -12133,7 +12158,6 @@ class InternetAccessible(AbstractModel):
12133
12158
  - 对于公网属性的共享型和独占型 CLB 实例,最大出带宽的范围为1Mbps-2048Mbps。
12134
12159
  - 对于公网属性和内网属性的性能容量型 CLB实例,最大出带宽的范围为1Mbps-61440Mbps。
12135
12160
  (调用CreateLoadBalancer创建LB时不指定此参数则设置为默认值10Mbps。此上限可调整)
12136
- 注意:此字段可能返回 null,表示取不到有效值。
12137
12161
  :rtype: int
12138
12162
  """
12139
12163
  return self._InternetMaxBandwidthOut
@@ -12304,10 +12328,8 @@ class LBChargePrepaid(AbstractModel):
12304
12328
  def __init__(self):
12305
12329
  r"""
12306
12330
  :param _RenewFlag: 续费类型:AUTO_RENEW 自动续费, MANUAL_RENEW 手动续费
12307
- 注意:此字段可能返回 null,表示取不到有效值。
12308
12331
  :type RenewFlag: str
12309
12332
  :param _Period: 购买时长,单位:月
12310
- 注意:此字段可能返回 null,表示取不到有效值。
12311
12333
  :type Period: int
12312
12334
  """
12313
12335
  self._RenewFlag = None
@@ -12316,7 +12338,6 @@ class LBChargePrepaid(AbstractModel):
12316
12338
  @property
12317
12339
  def RenewFlag(self):
12318
12340
  """续费类型:AUTO_RENEW 自动续费, MANUAL_RENEW 手动续费
12319
- 注意:此字段可能返回 null,表示取不到有效值。
12320
12341
  :rtype: str
12321
12342
  """
12322
12343
  return self._RenewFlag
@@ -12328,7 +12349,6 @@ class LBChargePrepaid(AbstractModel):
12328
12349
  @property
12329
12350
  def Period(self):
12330
12351
  """购买时长,单位:月
12331
- 注意:此字段可能返回 null,表示取不到有效值。
12332
12352
  :rtype: int
12333
12353
  """
12334
12354
  return self._Period
@@ -12502,10 +12522,8 @@ class LbRsTargets(AbstractModel):
12502
12522
  :param _Port: 绑定后端实例的端口。
12503
12523
  :type Port: int
12504
12524
  :param _VpcId: rs的vpcId
12505
- 注意:此字段可能返回 null,表示取不到有效值。
12506
12525
  :type VpcId: int
12507
12526
  :param _Weight: rs的权重
12508
- 注意:此字段可能返回 null,表示取不到有效值。
12509
12527
  :type Weight: int
12510
12528
  """
12511
12529
  self._Type = None
@@ -12550,7 +12568,6 @@ class LbRsTargets(AbstractModel):
12550
12568
  @property
12551
12569
  def VpcId(self):
12552
12570
  """rs的vpcId
12553
- 注意:此字段可能返回 null,表示取不到有效值。
12554
12571
  :rtype: int
12555
12572
  """
12556
12573
  return self._VpcId
@@ -12562,7 +12579,6 @@ class LbRsTargets(AbstractModel):
12562
12579
  @property
12563
12580
  def Weight(self):
12564
12581
  """rs的权重
12565
- 注意:此字段可能返回 null,表示取不到有效值。
12566
12582
  :rtype: int
12567
12583
  """
12568
12584
  return self._Weight
@@ -12614,19 +12630,15 @@ class Listener(AbstractModel):
12614
12630
  注意:此字段可能返回 null,表示取不到有效值。
12615
12631
  :type SessionExpireTime: int
12616
12632
  :param _SniSwitch: 是否开启SNI特性,1:表示开启,0:表示不开启(本参数仅对于HTTPS监听器有意义)
12617
- 注意:此字段可能返回 null,表示取不到有效值。
12618
12633
  :type SniSwitch: int
12619
12634
  :param _Rules: 监听器下的全部转发规则(本参数仅对于HTTP/HTTPS监听器有意义)
12620
12635
  注意:此字段可能返回 null,表示取不到有效值。
12621
12636
  :type Rules: list of RuleOutput
12622
12637
  :param _ListenerName: 监听器的名称
12623
- 注意:此字段可能返回 null,表示取不到有效值。
12624
12638
  :type ListenerName: str
12625
12639
  :param _CreateTime: 监听器的创建时间。
12626
- 注意:此字段可能返回 null,表示取不到有效值。
12627
12640
  :type CreateTime: str
12628
12641
  :param _EndPort: 端口段结束端口
12629
- 注意:此字段可能返回 null,表示取不到有效值。
12630
12642
  :type EndPort: int
12631
12643
  :param _TargetType: 后端服务器类型
12632
12644
  注意:此字段可能返回 null,表示取不到有效值。
@@ -12635,35 +12647,30 @@ class Listener(AbstractModel):
12635
12647
  注意:此字段可能返回 null,表示取不到有效值。
12636
12648
  :type TargetGroup: :class:`tencentcloud.clb.v20180317.models.BasicTargetGroupInfo`
12637
12649
  :param _SessionType: 会话保持类型。NORMAL表示默认会话保持类型。QUIC_CID 表示根据Quic Connection ID做会话保持。
12638
- 注意:此字段可能返回 null,表示取不到有效值。
12639
12650
  :type SessionType: str
12640
12651
  :param _KeepaliveEnable: 是否开启长连接,1开启,0关闭,(本参数仅对于HTTP/HTTPS监听器有意义)
12641
12652
  注意:此字段可能返回 null,表示取不到有效值。
12642
12653
  :type KeepaliveEnable: int
12643
12654
  :param _Toa: 仅支持Nat64 CLB TCP监听器
12644
- 注意:此字段可能返回 null,表示取不到有效值。
12645
12655
  :type Toa: bool
12646
12656
  :param _DeregisterTargetRst: 解绑后端目标时,是否发RST给客户端,(此参数仅对于TCP监听器有意义)。
12647
- 注意:此字段可能返回 null,表示取不到有效值。
12648
12657
  :type DeregisterTargetRst: bool
12649
12658
  :param _AttrFlags: 监听器的属性
12650
- 注意:此字段可能返回 null,表示取不到有效值。
12651
12659
  :type AttrFlags: list of str
12652
12660
  :param _TargetGroupList: 绑定的目标组列表
12653
12661
  注意:此字段可能返回 null,表示取不到有效值。
12654
12662
  :type TargetGroupList: list of BasicTargetGroupInfo
12655
12663
  :param _MaxConn: 监听器最大连接数,-1表示监听器维度不限速。
12656
- 注意:此字段可能返回 null,表示取不到有效值。
12657
12664
  :type MaxConn: int
12658
12665
  :param _MaxCps: 监听器最大新增连接数,-1表示监听器维度不限速。
12659
- 注意:此字段可能返回 null,表示取不到有效值。
12660
12666
  :type MaxCps: int
12661
12667
  :param _IdleConnectTimeout: 空闲连接超时时间,仅支持TCP监听器。默认值:900;共享型实例和独占型实例取值范围:300~900,性能容量型实例取值范围:300~1980。
12662
12668
  注意:此字段可能返回 null,表示取不到有效值。
12663
12669
  :type IdleConnectTimeout: int
12664
12670
  :param _RescheduleInterval: 调度时间。触发强制重新调度后,长连接将会在设置的调度时间内断开并完成重新分配
12665
- 注意:此字段可能返回 null,表示取不到有效值。
12666
12671
  :type RescheduleInterval: int
12672
+ :param _DataCompressMode: 数据压缩模式
12673
+ :type DataCompressMode: str
12667
12674
  """
12668
12675
  self._ListenerId = None
12669
12676
  self._Protocol = None
@@ -12689,6 +12696,7 @@ class Listener(AbstractModel):
12689
12696
  self._MaxCps = None
12690
12697
  self._IdleConnectTimeout = None
12691
12698
  self._RescheduleInterval = None
12699
+ self._DataCompressMode = None
12692
12700
 
12693
12701
  @property
12694
12702
  def ListenerId(self):
@@ -12774,7 +12782,6 @@ class Listener(AbstractModel):
12774
12782
  @property
12775
12783
  def SniSwitch(self):
12776
12784
  """是否开启SNI特性,1:表示开启,0:表示不开启(本参数仅对于HTTPS监听器有意义)
12777
- 注意:此字段可能返回 null,表示取不到有效值。
12778
12785
  :rtype: int
12779
12786
  """
12780
12787
  return self._SniSwitch
@@ -12798,7 +12805,6 @@ class Listener(AbstractModel):
12798
12805
  @property
12799
12806
  def ListenerName(self):
12800
12807
  """监听器的名称
12801
- 注意:此字段可能返回 null,表示取不到有效值。
12802
12808
  :rtype: str
12803
12809
  """
12804
12810
  return self._ListenerName
@@ -12810,7 +12816,6 @@ class Listener(AbstractModel):
12810
12816
  @property
12811
12817
  def CreateTime(self):
12812
12818
  """监听器的创建时间。
12813
- 注意:此字段可能返回 null,表示取不到有效值。
12814
12819
  :rtype: str
12815
12820
  """
12816
12821
  return self._CreateTime
@@ -12822,7 +12827,6 @@ class Listener(AbstractModel):
12822
12827
  @property
12823
12828
  def EndPort(self):
12824
12829
  """端口段结束端口
12825
- 注意:此字段可能返回 null,表示取不到有效值。
12826
12830
  :rtype: int
12827
12831
  """
12828
12832
  return self._EndPort
@@ -12858,7 +12862,6 @@ class Listener(AbstractModel):
12858
12862
  @property
12859
12863
  def SessionType(self):
12860
12864
  """会话保持类型。NORMAL表示默认会话保持类型。QUIC_CID 表示根据Quic Connection ID做会话保持。
12861
- 注意:此字段可能返回 null,表示取不到有效值。
12862
12865
  :rtype: str
12863
12866
  """
12864
12867
  return self._SessionType
@@ -12882,7 +12885,6 @@ class Listener(AbstractModel):
12882
12885
  @property
12883
12886
  def Toa(self):
12884
12887
  """仅支持Nat64 CLB TCP监听器
12885
- 注意:此字段可能返回 null,表示取不到有效值。
12886
12888
  :rtype: bool
12887
12889
  """
12888
12890
  return self._Toa
@@ -12894,7 +12896,6 @@ class Listener(AbstractModel):
12894
12896
  @property
12895
12897
  def DeregisterTargetRst(self):
12896
12898
  """解绑后端目标时,是否发RST给客户端,(此参数仅对于TCP监听器有意义)。
12897
- 注意:此字段可能返回 null,表示取不到有效值。
12898
12899
  :rtype: bool
12899
12900
  """
12900
12901
  return self._DeregisterTargetRst
@@ -12906,7 +12907,6 @@ class Listener(AbstractModel):
12906
12907
  @property
12907
12908
  def AttrFlags(self):
12908
12909
  """监听器的属性
12909
- 注意:此字段可能返回 null,表示取不到有效值。
12910
12910
  :rtype: list of str
12911
12911
  """
12912
12912
  return self._AttrFlags
@@ -12930,7 +12930,6 @@ class Listener(AbstractModel):
12930
12930
  @property
12931
12931
  def MaxConn(self):
12932
12932
  """监听器最大连接数,-1表示监听器维度不限速。
12933
- 注意:此字段可能返回 null,表示取不到有效值。
12934
12933
  :rtype: int
12935
12934
  """
12936
12935
  return self._MaxConn
@@ -12942,7 +12941,6 @@ class Listener(AbstractModel):
12942
12941
  @property
12943
12942
  def MaxCps(self):
12944
12943
  """监听器最大新增连接数,-1表示监听器维度不限速。
12945
- 注意:此字段可能返回 null,表示取不到有效值。
12946
12944
  :rtype: int
12947
12945
  """
12948
12946
  return self._MaxCps
@@ -12966,7 +12964,6 @@ class Listener(AbstractModel):
12966
12964
  @property
12967
12965
  def RescheduleInterval(self):
12968
12966
  """调度时间。触发强制重新调度后,长连接将会在设置的调度时间内断开并完成重新分配
12969
- 注意:此字段可能返回 null,表示取不到有效值。
12970
12967
  :rtype: int
12971
12968
  """
12972
12969
  return self._RescheduleInterval
@@ -12975,6 +12972,17 @@ class Listener(AbstractModel):
12975
12972
  def RescheduleInterval(self, RescheduleInterval):
12976
12973
  self._RescheduleInterval = RescheduleInterval
12977
12974
 
12975
+ @property
12976
+ def DataCompressMode(self):
12977
+ """数据压缩模式
12978
+ :rtype: str
12979
+ """
12980
+ return self._DataCompressMode
12981
+
12982
+ @DataCompressMode.setter
12983
+ def DataCompressMode(self, DataCompressMode):
12984
+ self._DataCompressMode = DataCompressMode
12985
+
12978
12986
 
12979
12987
  def _deserialize(self, params):
12980
12988
  self._ListenerId = params.get("ListenerId")
@@ -13017,6 +13025,7 @@ class Listener(AbstractModel):
13017
13025
  self._MaxCps = params.get("MaxCps")
13018
13026
  self._IdleConnectTimeout = params.get("IdleConnectTimeout")
13019
13027
  self._RescheduleInterval = params.get("RescheduleInterval")
13028
+ self._DataCompressMode = params.get("DataCompressMode")
13020
13029
  memeber_set = set(params.keys())
13021
13030
  for name, value in vars(self).items():
13022
13031
  property_name = name[1:]
@@ -13041,13 +13050,10 @@ class ListenerBackend(AbstractModel):
13041
13050
  :param _Port: 监听器的端口
13042
13051
  :type Port: int
13043
13052
  :param _Rules: 监听器下的规则信息(仅适用于HTTP/HTTPS监听器)
13044
- 注意:此字段可能返回 null,表示取不到有效值。
13045
13053
  :type Rules: list of RuleTargets
13046
13054
  :param _Targets: 监听器上绑定的后端服务列表(仅适用于TCP/UDP/TCP_SSL监听器)
13047
- 注意:此字段可能返回 null,表示取不到有效值。
13048
13055
  :type Targets: list of Backend
13049
13056
  :param _EndPort: 若支持端口段,则为端口段结束端口;若不支持端口段,则为0
13050
- 注意:此字段可能返回 null,表示取不到有效值。
13051
13057
  :type EndPort: int
13052
13058
  """
13053
13059
  self._ListenerId = None
@@ -13093,7 +13099,6 @@ class ListenerBackend(AbstractModel):
13093
13099
  @property
13094
13100
  def Rules(self):
13095
13101
  """监听器下的规则信息(仅适用于HTTP/HTTPS监听器)
13096
- 注意:此字段可能返回 null,表示取不到有效值。
13097
13102
  :rtype: list of RuleTargets
13098
13103
  """
13099
13104
  return self._Rules
@@ -13105,7 +13110,6 @@ class ListenerBackend(AbstractModel):
13105
13110
  @property
13106
13111
  def Targets(self):
13107
13112
  """监听器上绑定的后端服务列表(仅适用于TCP/UDP/TCP_SSL监听器)
13108
- 注意:此字段可能返回 null,表示取不到有效值。
13109
13113
  :rtype: list of Backend
13110
13114
  """
13111
13115
  return self._Targets
@@ -13117,7 +13121,6 @@ class ListenerBackend(AbstractModel):
13117
13121
  @property
13118
13122
  def EndPort(self):
13119
13123
  """若支持端口段,则为端口段结束端口;若不支持端口段,则为0
13120
- 注意:此字段可能返回 null,表示取不到有效值。
13121
13124
  :rtype: int
13122
13125
  """
13123
13126
  return self._EndPort
@@ -13164,14 +13167,12 @@ class ListenerHealth(AbstractModel):
13164
13167
  :param _ListenerId: 监听器ID
13165
13168
  :type ListenerId: str
13166
13169
  :param _ListenerName: 监听器名称
13167
- 注意:此字段可能返回 null,表示取不到有效值。
13168
13170
  :type ListenerName: str
13169
13171
  :param _Protocol: 监听器的协议
13170
13172
  :type Protocol: str
13171
13173
  :param _Port: 监听器的端口
13172
13174
  :type Port: int
13173
13175
  :param _Rules: 监听器的转发规则列表
13174
- 注意:此字段可能返回 null,表示取不到有效值。
13175
13176
  :type Rules: list of RuleHealth
13176
13177
  """
13177
13178
  self._ListenerId = None
@@ -13194,7 +13195,6 @@ class ListenerHealth(AbstractModel):
13194
13195
  @property
13195
13196
  def ListenerName(self):
13196
13197
  """监听器名称
13197
- 注意:此字段可能返回 null,表示取不到有效值。
13198
13198
  :rtype: str
13199
13199
  """
13200
13200
  return self._ListenerName
@@ -13228,7 +13228,6 @@ class ListenerHealth(AbstractModel):
13228
13228
  @property
13229
13229
  def Rules(self):
13230
13230
  """监听器的转发规则列表
13231
- 注意:此字段可能返回 null,表示取不到有效值。
13232
13231
  :rtype: list of RuleHealth
13233
13232
  """
13234
13233
  return self._Rules
@@ -13279,7 +13278,6 @@ class ListenerItem(AbstractModel):
13279
13278
  注意:此字段可能返回 null,表示取不到有效值。
13280
13279
  :type Targets: list of LbRsTargets
13281
13280
  :param _EndPort: 端口段监听器的结束端口
13282
- 注意:此字段可能返回 null,表示取不到有效值。
13283
13281
  :type EndPort: int
13284
13282
  """
13285
13283
  self._ListenerId = None
@@ -13349,7 +13347,6 @@ class ListenerItem(AbstractModel):
13349
13347
  @property
13350
13348
  def EndPort(self):
13351
13349
  """端口段监听器的结束端口
13352
- 注意:此字段可能返回 null,表示取不到有效值。
13353
13350
  :rtype: int
13354
13351
  """
13355
13352
  return self._EndPort
@@ -13398,63 +13395,49 @@ class LoadBalancer(AbstractModel):
13398
13395
  :param _LoadBalancerName: 负载均衡实例的名称。
13399
13396
  :type LoadBalancerName: str
13400
13397
  :param _LoadBalancerType: 负载均衡实例的网络类型:
13401
- OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均衡,可通过绑定EIP出公网,具体可参考EIP文档。
13398
+ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均衡,可通过绑定EIP出公网,具体可参考EIP文档[绑定弹性公网IP](https://cloud.tencent.com/document/product/215/16700)。
13402
13399
  :type LoadBalancerType: str
13403
13400
  :param _Forward: 负载均衡类型标识,1:负载均衡,0:传统型负载均衡。
13404
13401
  :type Forward: int
13405
13402
  :param _Domain: 负载均衡实例的域名,仅公网传统型和域名型负载均衡实例才提供该字段。逐步下线中,建议用LoadBalancerDomain替代。
13406
- 注意:此字段可能返回 null,表示取不到有效值。
13407
13403
  :type Domain: str
13408
13404
  :param _LoadBalancerVips: 负载均衡实例的 VIP 列表。
13409
- 注意:此字段可能返回 null,表示取不到有效值。
13410
13405
  :type LoadBalancerVips: list of str
13411
13406
  :param _Status: 负载均衡实例的状态,包括
13412
13407
  0:创建中,1:正常运行。
13413
- 注意:此字段可能返回 null,表示取不到有效值。
13414
13408
  :type Status: int
13415
13409
  :param _CreateTime: 负载均衡实例的创建时间。
13416
- 注意:此字段可能返回 null,表示取不到有效值。
13410
+ 格式:YYYY-MM-DD HH:mm:ss
13417
13411
  :type CreateTime: str
13418
13412
  :param _StatusTime: 负载均衡实例的上次状态转换时间。
13419
- 注意:此字段可能返回 null,表示取不到有效值。
13413
+ 格式:YYYY-MM-DD HH:mm:ss
13420
13414
  :type StatusTime: str
13421
13415
  :param _ProjectId: 负载均衡实例所属的项目 ID, 0 表示默认项目。
13422
13416
  :type ProjectId: int
13423
13417
  :param _VpcId: 私有网络的 ID
13424
- 注意:此字段可能返回 null,表示取不到有效值。
13425
13418
  :type VpcId: str
13426
13419
  :param _OpenBgp: 高防 LB 的标识,1:高防负载均衡 0:非高防负载均衡。
13427
- 注意:此字段可能返回 null,表示取不到有效值。
13428
13420
  :type OpenBgp: int
13429
13421
  :param _Snat: 在 2016 年 12 月份之前的传统型内网负载均衡都是开启了 snat 的。
13430
- 注意:此字段可能返回 null,表示取不到有效值。
13431
13422
  :type Snat: bool
13432
13423
  :param _Isolation: 0:表示未被隔离,1:表示被隔离。
13433
- 注意:此字段可能返回 null,表示取不到有效值。
13434
13424
  :type Isolation: int
13435
13425
  :param _Log: 用户开启日志的信息,日志只有公网属性创建了 HTTP 、HTTPS 监听器的负载均衡才会有日志。
13436
13426
  注意:此字段可能返回 null,表示取不到有效值。
13437
13427
  :type Log: str
13438
13428
  :param _SubnetId: 负载均衡实例所在的子网(仅对内网VPC型LB有意义)
13439
- 注意:此字段可能返回 null,表示取不到有效值。
13440
13429
  :type SubnetId: str
13441
13430
  :param _Tags: 负载均衡实例的标签信息
13442
- 注意:此字段可能返回 null,表示取不到有效值。
13443
13431
  :type Tags: list of TagInfo
13444
13432
  :param _SecureGroups: 负载均衡实例的安全组
13445
- 注意:此字段可能返回 null,表示取不到有效值。
13446
13433
  :type SecureGroups: list of str
13447
13434
  :param _TargetRegionInfo: 负载均衡实例绑定的后端设备的基本信息
13448
- 注意:此字段可能返回 null,表示取不到有效值。
13449
13435
  :type TargetRegionInfo: :class:`tencentcloud.clb.v20180317.models.TargetRegionInfo`
13450
13436
  :param _AnycastZone: anycast负载均衡的发布域,对于非anycast的负载均衡,此字段返回为空字符串
13451
- 注意:此字段可能返回 null,表示取不到有效值。
13452
13437
  :type AnycastZone: str
13453
13438
  :param _AddressIPVersion: IP版本,ipv4 | ipv6
13454
- 注意:此字段可能返回 null,表示取不到有效值。
13455
13439
  :type AddressIPVersion: str
13456
- :param _NumericalVpcId: 数值形式的私有网络 ID
13457
- 注意:此字段可能返回 null,表示取不到有效值。
13440
+ :param _NumericalVpcId: 数值形式的私有网络 ID
13458
13441
  :type NumericalVpcId: int
13459
13442
  :param _VipIsp: 负载均衡IP地址所属的运营商。
13460
13443
 
@@ -13470,10 +13453,12 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
13470
13453
  :param _BackupZoneSet: 备可用区
13471
13454
  注意:此字段可能返回 null,表示取不到有效值。
13472
13455
  :type BackupZoneSet: list of ZoneInfo
13473
- :param _IsolatedTime: 负载均衡实例被隔离的时间
13456
+ :param _IsolatedTime: 负载均衡实例被隔离的时间。
13457
+ 格式:YYYY-MM-DD HH:mm:ss
13474
13458
  注意:此字段可能返回 null,表示取不到有效值。
13475
13459
  :type IsolatedTime: str
13476
- :param _ExpireTime: 负载均衡实例的过期时间,仅对预付费负载均衡生效
13460
+ :param _ExpireTime: 负载均衡实例的过期时间,仅对预付费负载均衡生效。
13461
+ 格式:YYYY-MM-DD HH:mm:ss
13477
13462
  注意:此字段可能返回 null,表示取不到有效值。
13478
13463
  :type ExpireTime: str
13479
13464
  :param _ChargeType: 负载均衡实例的计费类型,PREPAID:包年包月,POSTPAID_BY_HOUR:按量计费
@@ -13482,14 +13467,12 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
13482
13467
  :param _NetworkAttributes: 负载均衡实例的网络属性
13483
13468
  注意:此字段可能返回 null,表示取不到有效值。
13484
13469
  :type NetworkAttributes: :class:`tencentcloud.clb.v20180317.models.InternetAccessible`
13485
- :param _PrepaidAttributes: 负载均衡实例的预付费相关属性
13470
+ :param _PrepaidAttributes: 负载均衡实例的预付费相关属性,仅在 ChargeType=PREPAID 时显示。
13486
13471
  注意:此字段可能返回 null,表示取不到有效值。
13487
13472
  :type PrepaidAttributes: :class:`tencentcloud.clb.v20180317.models.LBChargePrepaid`
13488
13473
  :param _LogSetId: 负载均衡日志服务(CLS)的日志集ID
13489
- 注意:此字段可能返回 null,表示取不到有效值。
13490
13474
  :type LogSetId: str
13491
13475
  :param _LogTopicId: 负载均衡日志服务(CLS)的日志主题ID
13492
- 注意:此字段可能返回 null,表示取不到有效值。
13493
13476
  :type LogTopicId: str
13494
13477
  :param _AddressIPv6: 负载均衡实例的IPv6地址
13495
13478
  注意:此字段可能返回 null,表示取不到有效值。
@@ -13498,43 +13481,35 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
13498
13481
  注意:此字段可能返回 null,表示取不到有效值。
13499
13482
  :type ExtraInfo: :class:`tencentcloud.clb.v20180317.models.ExtraInfo`
13500
13483
  :param _IsDDos: 是否可绑定高防包
13501
- 注意:此字段可能返回 null,表示取不到有效值。
13502
13484
  :type IsDDos: bool
13503
13485
  :param _ConfigId: 负载均衡维度的个性化配置ID
13504
- 注意:此字段可能返回 null,表示取不到有效值。
13505
13486
  :type ConfigId: str
13506
13487
  :param _LoadBalancerPassToTarget: 后端服务是否放通来自LB的流量
13507
- 注意:此字段可能返回 null,表示取不到有效值。
13508
13488
  :type LoadBalancerPassToTarget: bool
13509
13489
  :param _ExclusiveCluster: 内网独占集群
13510
- 注意:此字段可能返回 null,表示取不到有效值。
13511
13490
  :type ExclusiveCluster: :class:`tencentcloud.clb.v20180317.models.ExclusiveCluster`
13512
- :param _IPv6Mode: IP地址版本为ipv6时此字段有意义, IPv6Nat64 | IPv6FullChain
13491
+ :param _IPv6Mode: IP地址版本为ipv6时此字段有意义,IPv6Nat64 | IPv6FullChain
13492
+ IPv6Nat64: 基于 NAT64 IPv6 过渡技术实现的负载均衡器。
13493
+ IPv6FullChain:基于 IPv6 单栈技术实现的负载均衡。
13513
13494
  注意:此字段可能返回 null,表示取不到有效值。
13514
13495
  :type IPv6Mode: str
13515
13496
  :param _SnatPro: 是否开启SnatPro。
13516
- 注意:此字段可能返回 null,表示取不到有效值。
13517
13497
  :type SnatPro: bool
13518
13498
  :param _SnatIps: 开启SnatPro负载均衡后,SnatIp列表。
13519
- 注意:此字段可能返回 null,表示取不到有效值。
13520
13499
  :type SnatIps: list of SnatIp
13521
13500
  :param _SlaType: 性能容量型规格。<ul><li> clb.c1.small:简约型规格 </li><li> clb.c2.medium:标准型规格 </li><li> clb.c3.small:高阶型1规格 </li><li> clb.c3.medium:高阶型2规格 </li><li> clb.c4.small:超强型1规格 </li><li> clb.c4.medium:超强型2规格 </li><li> clb.c4.large:超强型3规格 </li><li> clb.c4.xlarge:超强型4规格 </li><li>"":非性能容量型实例</li></ul>
13522
- 注意:此字段可能返回 null,表示取不到有效值。
13523
13501
  :type SlaType: str
13524
13502
  :param _IsBlock: vip是否被封堵
13525
- 注意:此字段可能返回 null,表示取不到有效值。
13526
13503
  :type IsBlock: bool
13527
- :param _IsBlockTime: 封堵或解封时间
13528
- 注意:此字段可能返回 null,表示取不到有效值。
13504
+ :param _IsBlockTime: 封堵或解封时间。
13505
+ 格式:YYYY-MM-DD HH:mm:ss。
13529
13506
  :type IsBlockTime: str
13530
13507
  :param _LocalBgp: IP类型是否是本地BGP
13531
- 注意:此字段可能返回 null,表示取不到有效值。
13532
13508
  :type LocalBgp: bool
13533
13509
  :param _ClusterTag: 7层独占标签。
13534
13510
  注意:此字段可能返回 null,表示取不到有效值。
13535
13511
  :type ClusterTag: str
13536
13512
  :param _MixIpTarget: 开启IPv6FullChain负载均衡7层监听器支持混绑IPv4/IPv6目标功能。
13537
- 注意:此字段可能返回 null,表示取不到有效值。
13538
13513
  :type MixIpTarget: bool
13539
13514
  :param _Zones: 私有网络内网负载均衡,就近接入模式下规则所落在的可用区
13540
13515
  注意:此字段可能返回 null,表示取不到有效值。
@@ -13543,22 +13518,39 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
13543
13518
  注意:此字段可能返回 null,表示取不到有效值。
13544
13519
  :type NfvInfo: str
13545
13520
  :param _HealthLogSetId: 负载均衡日志服务(CLS)的健康检查日志集ID
13546
- 注意:此字段可能返回 null,表示取不到有效值。
13547
13521
  :type HealthLogSetId: str
13548
13522
  :param _HealthLogTopicId: 负载均衡日志服务(CLS)的健康检查日志主题ID
13549
- 注意:此字段可能返回 null,表示取不到有效值。
13550
13523
  :type HealthLogTopicId: str
13551
13524
  :param _ClusterIds: 集群ID
13552
13525
  注意:此字段可能返回 null,表示取不到有效值。
13553
13526
  :type ClusterIds: list of str
13554
- :param _AttributeFlags: 负载均衡的属性
13555
- 注意:此字段可能返回 null,表示取不到有效值。
13527
+ :param _AttributeFlags: 负载均衡的属性,按位来决定是否开启
13528
+ 2^0: 删除保护,开启后防止负载均衡被误删除。
13529
+ 2^1: 用户不可见,控制负载均衡对用户的可见性。
13530
+ 2^2: 阻塞状态,可能用于限制负载均衡的某些操作或流量。
13531
+ 2^3: 禁用负载均衡的NAT功能,可能用于特定场景下的流量直接转发。
13532
+ 2^4: 封禁状态,可能用于暂停负载均衡服务或限制访问。
13533
+ 2^5: 升配标志,可能用于标识负载均衡需要升级配置或性能。
13534
+ 2^6: 停止状态,开启后负载均衡暂停服务。
13535
+ 2^7: 不使用VPC网关,可能用于绕过VPC网关直接处理流量。
13536
+ 2^8: 安全组在TGW(Transit Gateway)中,涉及网络安全策略配置。
13537
+ 2^9: 共享限制标志,可能用于控制负载均衡的共享资源限制。
13538
+ 2^10: Web应用防火墙(WAF)标志,开启后启用WAF保护。
13539
+ 2^11: 域名型负载均衡,标识负载均衡是否基于域名进行流量分发。
13540
+ 2^12: IPv6源地址转换(SNAT),用于IPv6网络的源地址处理。
13541
+ 2^13: 隐藏域名,可能用于隐私保护或特定场景下不暴露域名。
13542
+ 2^14: 巨型帧支持,开启后支持更大的数据帧以提高网络效率。
13543
+ 2^15: 四层IP直连无NAT,可能用于四层负载均衡直接转发IP流量。
13544
+ 2^16: VPC网关三层服务,可能涉及三层网络服务的网关功能。
13545
+ 2^17: IPv6扩展标志,可能用于特定的IPv6功能支持。
13546
+ 2^18: IPv6独占标志,可能用于专属IPv6流量处理。
13547
+ 2^19: BGP专业版支持,可能涉及高级BGP路由功能。
13548
+ 2^20: TOA(TCP Option Address)清理,清除TCP选项中的地址信息。
13549
+
13556
13550
  :type AttributeFlags: list of str
13557
13551
  :param _LoadBalancerDomain: 负载均衡实例的域名。
13558
- 注意:此字段可能返回 null,表示取不到有效值。
13559
13552
  :type LoadBalancerDomain: str
13560
13553
  :param _Egress: 网络出口
13561
- 注意:此字段可能返回 null,表示取不到有效值。
13562
13554
  :type Egress: str
13563
13555
  :param _Exclusive: 实例类型是否为独占型。1:独占型实例。0:非独占型实例。
13564
13556
  注意:此字段可能返回 null,表示取不到有效值。
@@ -13649,7 +13641,7 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
13649
13641
  @property
13650
13642
  def LoadBalancerType(self):
13651
13643
  """负载均衡实例的网络类型:
13652
- OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均衡,可通过绑定EIP出公网,具体可参考EIP文档。
13644
+ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均衡,可通过绑定EIP出公网,具体可参考EIP文档[绑定弹性公网IP](https://cloud.tencent.com/document/product/215/16700)。
13653
13645
  :rtype: str
13654
13646
  """
13655
13647
  return self._LoadBalancerType
@@ -13672,7 +13664,6 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
13672
13664
  @property
13673
13665
  def Domain(self):
13674
13666
  """负载均衡实例的域名,仅公网传统型和域名型负载均衡实例才提供该字段。逐步下线中,建议用LoadBalancerDomain替代。
13675
- 注意:此字段可能返回 null,表示取不到有效值。
13676
13667
  :rtype: str
13677
13668
  """
13678
13669
  return self._Domain
@@ -13684,7 +13675,6 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
13684
13675
  @property
13685
13676
  def LoadBalancerVips(self):
13686
13677
  """负载均衡实例的 VIP 列表。
13687
- 注意:此字段可能返回 null,表示取不到有效值。
13688
13678
  :rtype: list of str
13689
13679
  """
13690
13680
  return self._LoadBalancerVips
@@ -13697,7 +13687,6 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
13697
13687
  def Status(self):
13698
13688
  """负载均衡实例的状态,包括
13699
13689
  0:创建中,1:正常运行。
13700
- 注意:此字段可能返回 null,表示取不到有效值。
13701
13690
  :rtype: int
13702
13691
  """
13703
13692
  return self._Status
@@ -13709,7 +13698,7 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
13709
13698
  @property
13710
13699
  def CreateTime(self):
13711
13700
  """负载均衡实例的创建时间。
13712
- 注意:此字段可能返回 null,表示取不到有效值。
13701
+ 格式:YYYY-MM-DD HH:mm:ss
13713
13702
  :rtype: str
13714
13703
  """
13715
13704
  return self._CreateTime
@@ -13721,7 +13710,7 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
13721
13710
  @property
13722
13711
  def StatusTime(self):
13723
13712
  """负载均衡实例的上次状态转换时间。
13724
- 注意:此字段可能返回 null,表示取不到有效值。
13713
+ 格式:YYYY-MM-DD HH:mm:ss
13725
13714
  :rtype: str
13726
13715
  """
13727
13716
  return self._StatusTime
@@ -13744,7 +13733,6 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
13744
13733
  @property
13745
13734
  def VpcId(self):
13746
13735
  """私有网络的 ID
13747
- 注意:此字段可能返回 null,表示取不到有效值。
13748
13736
  :rtype: str
13749
13737
  """
13750
13738
  return self._VpcId
@@ -13756,7 +13744,6 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
13756
13744
  @property
13757
13745
  def OpenBgp(self):
13758
13746
  """高防 LB 的标识,1:高防负载均衡 0:非高防负载均衡。
13759
- 注意:此字段可能返回 null,表示取不到有效值。
13760
13747
  :rtype: int
13761
13748
  """
13762
13749
  return self._OpenBgp
@@ -13768,7 +13755,6 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
13768
13755
  @property
13769
13756
  def Snat(self):
13770
13757
  """在 2016 年 12 月份之前的传统型内网负载均衡都是开启了 snat 的。
13771
- 注意:此字段可能返回 null,表示取不到有效值。
13772
13758
  :rtype: bool
13773
13759
  """
13774
13760
  return self._Snat
@@ -13780,7 +13766,6 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
13780
13766
  @property
13781
13767
  def Isolation(self):
13782
13768
  """0:表示未被隔离,1:表示被隔离。
13783
- 注意:此字段可能返回 null,表示取不到有效值。
13784
13769
  :rtype: int
13785
13770
  """
13786
13771
  return self._Isolation
@@ -13808,7 +13793,6 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
13808
13793
  @property
13809
13794
  def SubnetId(self):
13810
13795
  """负载均衡实例所在的子网(仅对内网VPC型LB有意义)
13811
- 注意:此字段可能返回 null,表示取不到有效值。
13812
13796
  :rtype: str
13813
13797
  """
13814
13798
  return self._SubnetId
@@ -13820,7 +13804,6 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
13820
13804
  @property
13821
13805
  def Tags(self):
13822
13806
  """负载均衡实例的标签信息
13823
- 注意:此字段可能返回 null,表示取不到有效值。
13824
13807
  :rtype: list of TagInfo
13825
13808
  """
13826
13809
  return self._Tags
@@ -13832,7 +13815,6 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
13832
13815
  @property
13833
13816
  def SecureGroups(self):
13834
13817
  """负载均衡实例的安全组
13835
- 注意:此字段可能返回 null,表示取不到有效值。
13836
13818
  :rtype: list of str
13837
13819
  """
13838
13820
  return self._SecureGroups
@@ -13844,7 +13826,6 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
13844
13826
  @property
13845
13827
  def TargetRegionInfo(self):
13846
13828
  """负载均衡实例绑定的后端设备的基本信息
13847
- 注意:此字段可能返回 null,表示取不到有效值。
13848
13829
  :rtype: :class:`tencentcloud.clb.v20180317.models.TargetRegionInfo`
13849
13830
  """
13850
13831
  return self._TargetRegionInfo
@@ -13856,7 +13837,6 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
13856
13837
  @property
13857
13838
  def AnycastZone(self):
13858
13839
  """anycast负载均衡的发布域,对于非anycast的负载均衡,此字段返回为空字符串
13859
- 注意:此字段可能返回 null,表示取不到有效值。
13860
13840
  :rtype: str
13861
13841
  """
13862
13842
  return self._AnycastZone
@@ -13868,7 +13848,6 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
13868
13848
  @property
13869
13849
  def AddressIPVersion(self):
13870
13850
  """IP版本,ipv4 | ipv6
13871
- 注意:此字段可能返回 null,表示取不到有效值。
13872
13851
  :rtype: str
13873
13852
  """
13874
13853
  return self._AddressIPVersion
@@ -13879,8 +13858,7 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
13879
13858
 
13880
13859
  @property
13881
13860
  def NumericalVpcId(self):
13882
- """数值形式的私有网络 ID
13883
- 注意:此字段可能返回 null,表示取不到有效值。
13861
+ """数值形式的私有网络 ID
13884
13862
  :rtype: int
13885
13863
  """
13886
13864
  return self._NumericalVpcId
@@ -13932,7 +13910,8 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
13932
13910
 
13933
13911
  @property
13934
13912
  def IsolatedTime(self):
13935
- """负载均衡实例被隔离的时间
13913
+ """负载均衡实例被隔离的时间。
13914
+ 格式:YYYY-MM-DD HH:mm:ss
13936
13915
  注意:此字段可能返回 null,表示取不到有效值。
13937
13916
  :rtype: str
13938
13917
  """
@@ -13944,7 +13923,8 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
13944
13923
 
13945
13924
  @property
13946
13925
  def ExpireTime(self):
13947
- """负载均衡实例的过期时间,仅对预付费负载均衡生效
13926
+ """负载均衡实例的过期时间,仅对预付费负载均衡生效。
13927
+ 格式:YYYY-MM-DD HH:mm:ss
13948
13928
  注意:此字段可能返回 null,表示取不到有效值。
13949
13929
  :rtype: str
13950
13930
  """
@@ -13980,7 +13960,7 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
13980
13960
 
13981
13961
  @property
13982
13962
  def PrepaidAttributes(self):
13983
- """负载均衡实例的预付费相关属性
13963
+ """负载均衡实例的预付费相关属性,仅在 ChargeType=PREPAID 时显示。
13984
13964
  注意:此字段可能返回 null,表示取不到有效值。
13985
13965
  :rtype: :class:`tencentcloud.clb.v20180317.models.LBChargePrepaid`
13986
13966
  """
@@ -13993,7 +13973,6 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
13993
13973
  @property
13994
13974
  def LogSetId(self):
13995
13975
  """负载均衡日志服务(CLS)的日志集ID
13996
- 注意:此字段可能返回 null,表示取不到有效值。
13997
13976
  :rtype: str
13998
13977
  """
13999
13978
  return self._LogSetId
@@ -14005,7 +13984,6 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
14005
13984
  @property
14006
13985
  def LogTopicId(self):
14007
13986
  """负载均衡日志服务(CLS)的日志主题ID
14008
- 注意:此字段可能返回 null,表示取不到有效值。
14009
13987
  :rtype: str
14010
13988
  """
14011
13989
  return self._LogTopicId
@@ -14041,7 +14019,6 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
14041
14019
  @property
14042
14020
  def IsDDos(self):
14043
14021
  """是否可绑定高防包
14044
- 注意:此字段可能返回 null,表示取不到有效值。
14045
14022
  :rtype: bool
14046
14023
  """
14047
14024
  return self._IsDDos
@@ -14053,7 +14030,6 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
14053
14030
  @property
14054
14031
  def ConfigId(self):
14055
14032
  """负载均衡维度的个性化配置ID
14056
- 注意:此字段可能返回 null,表示取不到有效值。
14057
14033
  :rtype: str
14058
14034
  """
14059
14035
  return self._ConfigId
@@ -14065,7 +14041,6 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
14065
14041
  @property
14066
14042
  def LoadBalancerPassToTarget(self):
14067
14043
  """后端服务是否放通来自LB的流量
14068
- 注意:此字段可能返回 null,表示取不到有效值。
14069
14044
  :rtype: bool
14070
14045
  """
14071
14046
  return self._LoadBalancerPassToTarget
@@ -14077,7 +14052,6 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
14077
14052
  @property
14078
14053
  def ExclusiveCluster(self):
14079
14054
  """内网独占集群
14080
- 注意:此字段可能返回 null,表示取不到有效值。
14081
14055
  :rtype: :class:`tencentcloud.clb.v20180317.models.ExclusiveCluster`
14082
14056
  """
14083
14057
  return self._ExclusiveCluster
@@ -14088,7 +14062,9 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
14088
14062
 
14089
14063
  @property
14090
14064
  def IPv6Mode(self):
14091
- """IP地址版本为ipv6时此字段有意义, IPv6Nat64 | IPv6FullChain
14065
+ """IP地址版本为ipv6时此字段有意义,IPv6Nat64 | IPv6FullChain
14066
+ IPv6Nat64: 基于 NAT64 IPv6 过渡技术实现的负载均衡器。
14067
+ IPv6FullChain:基于 IPv6 单栈技术实现的负载均衡。
14092
14068
  注意:此字段可能返回 null,表示取不到有效值。
14093
14069
  :rtype: str
14094
14070
  """
@@ -14101,7 +14077,6 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
14101
14077
  @property
14102
14078
  def SnatPro(self):
14103
14079
  """是否开启SnatPro。
14104
- 注意:此字段可能返回 null,表示取不到有效值。
14105
14080
  :rtype: bool
14106
14081
  """
14107
14082
  return self._SnatPro
@@ -14113,7 +14088,6 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
14113
14088
  @property
14114
14089
  def SnatIps(self):
14115
14090
  """开启SnatPro负载均衡后,SnatIp列表。
14116
- 注意:此字段可能返回 null,表示取不到有效值。
14117
14091
  :rtype: list of SnatIp
14118
14092
  """
14119
14093
  return self._SnatIps
@@ -14125,7 +14099,6 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
14125
14099
  @property
14126
14100
  def SlaType(self):
14127
14101
  """性能容量型规格。<ul><li> clb.c1.small:简约型规格 </li><li> clb.c2.medium:标准型规格 </li><li> clb.c3.small:高阶型1规格 </li><li> clb.c3.medium:高阶型2规格 </li><li> clb.c4.small:超强型1规格 </li><li> clb.c4.medium:超强型2规格 </li><li> clb.c4.large:超强型3规格 </li><li> clb.c4.xlarge:超强型4规格 </li><li>"":非性能容量型实例</li></ul>
14128
- 注意:此字段可能返回 null,表示取不到有效值。
14129
14102
  :rtype: str
14130
14103
  """
14131
14104
  return self._SlaType
@@ -14137,7 +14110,6 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
14137
14110
  @property
14138
14111
  def IsBlock(self):
14139
14112
  """vip是否被封堵
14140
- 注意:此字段可能返回 null,表示取不到有效值。
14141
14113
  :rtype: bool
14142
14114
  """
14143
14115
  return self._IsBlock
@@ -14148,8 +14120,8 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
14148
14120
 
14149
14121
  @property
14150
14122
  def IsBlockTime(self):
14151
- """封堵或解封时间
14152
- 注意:此字段可能返回 null,表示取不到有效值。
14123
+ """封堵或解封时间。
14124
+ 格式:YYYY-MM-DD HH:mm:ss。
14153
14125
  :rtype: str
14154
14126
  """
14155
14127
  return self._IsBlockTime
@@ -14161,7 +14133,6 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
14161
14133
  @property
14162
14134
  def LocalBgp(self):
14163
14135
  """IP类型是否是本地BGP
14164
- 注意:此字段可能返回 null,表示取不到有效值。
14165
14136
  :rtype: bool
14166
14137
  """
14167
14138
  return self._LocalBgp
@@ -14185,7 +14156,6 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
14185
14156
  @property
14186
14157
  def MixIpTarget(self):
14187
14158
  """开启IPv6FullChain负载均衡7层监听器支持混绑IPv4/IPv6目标功能。
14188
- 注意:此字段可能返回 null,表示取不到有效值。
14189
14159
  :rtype: bool
14190
14160
  """
14191
14161
  return self._MixIpTarget
@@ -14221,7 +14191,6 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
14221
14191
  @property
14222
14192
  def HealthLogSetId(self):
14223
14193
  """负载均衡日志服务(CLS)的健康检查日志集ID
14224
- 注意:此字段可能返回 null,表示取不到有效值。
14225
14194
  :rtype: str
14226
14195
  """
14227
14196
  return self._HealthLogSetId
@@ -14233,7 +14202,6 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
14233
14202
  @property
14234
14203
  def HealthLogTopicId(self):
14235
14204
  """负载均衡日志服务(CLS)的健康检查日志主题ID
14236
- 注意:此字段可能返回 null,表示取不到有效值。
14237
14205
  :rtype: str
14238
14206
  """
14239
14207
  return self._HealthLogTopicId
@@ -14256,8 +14224,29 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
14256
14224
 
14257
14225
  @property
14258
14226
  def AttributeFlags(self):
14259
- """负载均衡的属性
14260
- 注意:此字段可能返回 null,表示取不到有效值。
14227
+ """负载均衡的属性,按位来决定是否开启
14228
+ 2^0: 删除保护,开启后防止负载均衡被误删除。
14229
+ 2^1: 用户不可见,控制负载均衡对用户的可见性。
14230
+ 2^2: 阻塞状态,可能用于限制负载均衡的某些操作或流量。
14231
+ 2^3: 禁用负载均衡的NAT功能,可能用于特定场景下的流量直接转发。
14232
+ 2^4: 封禁状态,可能用于暂停负载均衡服务或限制访问。
14233
+ 2^5: 升配标志,可能用于标识负载均衡需要升级配置或性能。
14234
+ 2^6: 停止状态,开启后负载均衡暂停服务。
14235
+ 2^7: 不使用VPC网关,可能用于绕过VPC网关直接处理流量。
14236
+ 2^8: 安全组在TGW(Transit Gateway)中,涉及网络安全策略配置。
14237
+ 2^9: 共享限制标志,可能用于控制负载均衡的共享资源限制。
14238
+ 2^10: Web应用防火墙(WAF)标志,开启后启用WAF保护。
14239
+ 2^11: 域名型负载均衡,标识负载均衡是否基于域名进行流量分发。
14240
+ 2^12: IPv6源地址转换(SNAT),用于IPv6网络的源地址处理。
14241
+ 2^13: 隐藏域名,可能用于隐私保护或特定场景下不暴露域名。
14242
+ 2^14: 巨型帧支持,开启后支持更大的数据帧以提高网络效率。
14243
+ 2^15: 四层IP直连无NAT,可能用于四层负载均衡直接转发IP流量。
14244
+ 2^16: VPC网关三层服务,可能涉及三层网络服务的网关功能。
14245
+ 2^17: IPv6扩展标志,可能用于特定的IPv6功能支持。
14246
+ 2^18: IPv6独占标志,可能用于专属IPv6流量处理。
14247
+ 2^19: BGP专业版支持,可能涉及高级BGP路由功能。
14248
+ 2^20: TOA(TCP Option Address)清理,清除TCP选项中的地址信息。
14249
+
14261
14250
  :rtype: list of str
14262
14251
  """
14263
14252
  return self._AttributeFlags
@@ -14269,7 +14258,6 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
14269
14258
  @property
14270
14259
  def LoadBalancerDomain(self):
14271
14260
  """负载均衡实例的域名。
14272
- 注意:此字段可能返回 null,表示取不到有效值。
14273
14261
  :rtype: str
14274
14262
  """
14275
14263
  return self._LoadBalancerDomain
@@ -14281,7 +14269,6 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
14281
14269
  @property
14282
14270
  def Egress(self):
14283
14271
  """网络出口
14284
- 注意:此字段可能返回 null,表示取不到有效值。
14285
14272
  :rtype: str
14286
14273
  """
14287
14274
  return self._Egress
@@ -14528,10 +14515,8 @@ Public:公网属性,Private:内网属性;对于内网属性的负载均
14528
14515
  注意:此字段可能返回 null,表示取不到有效值。
14529
14516
  :type SniSwitch: int
14530
14517
  :param _LoadBalancerDomain: 负载均衡实例的域名。
14531
- 注意:此字段可能返回 null,表示取不到有效值。
14532
14518
  :type LoadBalancerDomain: str
14533
14519
  :param _Egress: 网络出口
14534
- 注意:此字段可能返回 null,表示取不到有效值。
14535
14520
  :type Egress: str
14536
14521
  :param _AttributeFlags: 负载均衡的属性
14537
14522
  注意:此字段可能返回 null,表示取不到有效值。
@@ -15034,7 +15019,6 @@ Public:公网属性,Private:内网属性;对于内网属性的负载均
15034
15019
  @property
15035
15020
  def LoadBalancerDomain(self):
15036
15021
  """负载均衡实例的域名。
15037
- 注意:此字段可能返回 null,表示取不到有效值。
15038
15022
  :rtype: str
15039
15023
  """
15040
15024
  return self._LoadBalancerDomain
@@ -15046,7 +15030,6 @@ Public:公网属性,Private:内网属性;对于内网属性的负载均
15046
15030
  @property
15047
15031
  def Egress(self):
15048
15032
  """网络出口
15049
- 注意:此字段可能返回 null,表示取不到有效值。
15050
15033
  :rtype: str
15051
15034
  """
15052
15035
  return self._Egress
@@ -15167,10 +15150,8 @@ class LoadBalancerHealth(AbstractModel):
15167
15150
  :param _LoadBalancerId: 负载均衡实例ID
15168
15151
  :type LoadBalancerId: str
15169
15152
  :param _LoadBalancerName: 负载均衡实例名称
15170
- 注意:此字段可能返回 null,表示取不到有效值。
15171
15153
  :type LoadBalancerName: str
15172
15154
  :param _Listeners: 监听器列表
15173
- 注意:此字段可能返回 null,表示取不到有效值。
15174
15155
  :type Listeners: list of ListenerHealth
15175
15156
  """
15176
15157
  self._LoadBalancerId = None
@@ -15191,7 +15172,6 @@ class LoadBalancerHealth(AbstractModel):
15191
15172
  @property
15192
15173
  def LoadBalancerName(self):
15193
15174
  """负载均衡实例名称
15194
- 注意:此字段可能返回 null,表示取不到有效值。
15195
15175
  :rtype: str
15196
15176
  """
15197
15177
  return self._LoadBalancerName
@@ -15203,7 +15183,6 @@ class LoadBalancerHealth(AbstractModel):
15203
15183
  @property
15204
15184
  def Listeners(self):
15205
15185
  """监听器列表
15206
- 注意:此字段可能返回 null,表示取不到有效值。
15207
15186
  :rtype: list of ListenerHealth
15208
15187
  """
15209
15188
  return self._Listeners
@@ -15250,7 +15229,6 @@ class LoadBalancerTraffic(AbstractModel):
15250
15229
  :param _OutBandwidth: 最大出带宽,单位:Mbps
15251
15230
  :type OutBandwidth: float
15252
15231
  :param _Domain: CLB域名
15253
- 注意:此字段可能返回 null,表示取不到有效值。
15254
15232
  :type Domain: str
15255
15233
  """
15256
15234
  self._LoadBalancerId = None
@@ -15318,7 +15296,6 @@ class LoadBalancerTraffic(AbstractModel):
15318
15296
  @property
15319
15297
  def Domain(self):
15320
15298
  """CLB域名
15321
- 注意:此字段可能返回 null,表示取不到有效值。
15322
15299
  :rtype: str
15323
15300
  """
15324
15301
  return self._Domain
@@ -17925,11 +17902,9 @@ class OAuth(AbstractModel):
17925
17902
  :param _OAuthEnable: 开启或关闭鉴权。
17926
17903
  True: 开启;
17927
17904
  False: 关闭
17928
- 注意:此字段可能返回 null,表示取不到有效值。
17929
17905
  :type OAuthEnable: bool
17930
17906
  :param _OAuthFailureStatus: IAP全部故障后,拒绝请求还是放行。BYPASS:通过,
17931
17907
  REJECT: 拒绝
17932
- 注意:此字段可能返回 null,表示取不到有效值。
17933
17908
  :type OAuthFailureStatus: str
17934
17909
  """
17935
17910
  self._OAuthEnable = None
@@ -17940,7 +17915,6 @@ REJECT: 拒绝
17940
17915
  """开启或关闭鉴权。
17941
17916
  True: 开启;
17942
17917
  False: 关闭
17943
- 注意:此字段可能返回 null,表示取不到有效值。
17944
17918
  :rtype: bool
17945
17919
  """
17946
17920
  return self._OAuthEnable
@@ -17953,7 +17927,6 @@ False: 关闭
17953
17927
  def OAuthFailureStatus(self):
17954
17928
  """IAP全部故障后,拒绝请求还是放行。BYPASS:通过,
17955
17929
  REJECT: 拒绝
17956
- 注意:此字段可能返回 null,表示取不到有效值。
17957
17930
  :rtype: str
17958
17931
  """
17959
17932
  return self._OAuthFailureStatus
@@ -17984,7 +17957,6 @@ class Price(AbstractModel):
17984
17957
  def __init__(self):
17985
17958
  r"""
17986
17959
  :param _InstancePrice: 描述了实例价格。
17987
- 注意:此字段可能返回 null,表示取不到有效值。
17988
17960
  :type InstancePrice: :class:`tencentcloud.clb.v20180317.models.ItemPrice`
17989
17961
  :param _BandwidthPrice: 描述了网络价格。
17990
17962
  注意:此字段可能返回 null,表示取不到有效值。
@@ -18000,7 +17972,6 @@ class Price(AbstractModel):
18000
17972
  @property
18001
17973
  def InstancePrice(self):
18002
17974
  """描述了实例价格。
18003
- 注意:此字段可能返回 null,表示取不到有效值。
18004
17975
  :rtype: :class:`tencentcloud.clb.v20180317.models.ItemPrice`
18005
17976
  """
18006
17977
  return self._InstancePrice
@@ -18685,10 +18656,8 @@ class Resource(AbstractModel):
18685
18656
  :param _Isp: 运营商信息,如"CMCC", "CUCC", "CTCC", "BGP", "INTERNAL"。
18686
18657
  :type Isp: str
18687
18658
  :param _AvailabilitySet: 可用资源。
18688
- 注意:此字段可能返回 null,表示取不到有效值。
18689
18659
  :type AvailabilitySet: list of ResourceAvailability
18690
18660
  :param _TypeSet: 运营商类型信息
18691
- 注意:此字段可能返回 null,表示取不到有效值。
18692
18661
  :type TypeSet: list of TypeInfo
18693
18662
  """
18694
18663
  self._Type = None
@@ -18721,7 +18690,6 @@ class Resource(AbstractModel):
18721
18690
  @property
18722
18691
  def AvailabilitySet(self):
18723
18692
  """可用资源。
18724
- 注意:此字段可能返回 null,表示取不到有效值。
18725
18693
  :rtype: list of ResourceAvailability
18726
18694
  """
18727
18695
  return self._AvailabilitySet
@@ -18733,7 +18701,6 @@ class Resource(AbstractModel):
18733
18701
  @property
18734
18702
  def TypeSet(self):
18735
18703
  """运营商类型信息
18736
- 注意:此字段可能返回 null,表示取不到有效值。
18737
18704
  :rtype: list of TypeInfo
18738
18705
  """
18739
18706
  return self._TypeSet
@@ -18929,13 +18896,10 @@ class RewriteTarget(AbstractModel):
18929
18896
  注意:此字段可能返回 null,表示取不到有效值。
18930
18897
  :type TargetLocationId: str
18931
18898
  :param _RewriteCode: 重定向状态码
18932
- 注意:此字段可能返回 null,表示取不到有效值。
18933
18899
  :type RewriteCode: int
18934
18900
  :param _TakeUrl: 重定向是否携带匹配的url
18935
- 注意:此字段可能返回 null,表示取不到有效值。
18936
18901
  :type TakeUrl: bool
18937
18902
  :param _RewriteType: 重定向类型,Manual: 手动重定向,Auto: 自动重定向
18938
- 注意:此字段可能返回 null,表示取不到有效值。
18939
18903
  :type RewriteType: str
18940
18904
  """
18941
18905
  self._TargetListenerId = None
@@ -18971,7 +18935,6 @@ class RewriteTarget(AbstractModel):
18971
18935
  @property
18972
18936
  def RewriteCode(self):
18973
18937
  """重定向状态码
18974
- 注意:此字段可能返回 null,表示取不到有效值。
18975
18938
  :rtype: int
18976
18939
  """
18977
18940
  return self._RewriteCode
@@ -18983,7 +18946,6 @@ class RewriteTarget(AbstractModel):
18983
18946
  @property
18984
18947
  def TakeUrl(self):
18985
18948
  """重定向是否携带匹配的url
18986
- 注意:此字段可能返回 null,表示取不到有效值。
18987
18949
  :rtype: bool
18988
18950
  """
18989
18951
  return self._TakeUrl
@@ -18995,7 +18957,6 @@ class RewriteTarget(AbstractModel):
18995
18957
  @property
18996
18958
  def RewriteType(self):
18997
18959
  """重定向类型,Manual: 手动重定向,Auto: 自动重定向
18998
- 注意:此字段可能返回 null,表示取不到有效值。
18999
18960
  :rtype: str
19000
18961
  """
19001
18962
  return self._RewriteType
@@ -19247,7 +19208,6 @@ class RuleHealth(AbstractModel):
19247
19208
  注意:此字段可能返回 null,表示取不到有效值。
19248
19209
  :type Url: str
19249
19210
  :param _Targets: 本规则上绑定的后端服务的健康检查状态
19250
- 注意:此字段可能返回 null,表示取不到有效值。
19251
19211
  :type Targets: list of TargetHealth
19252
19212
  """
19253
19213
  self._LocationId = None
@@ -19293,7 +19253,6 @@ class RuleHealth(AbstractModel):
19293
19253
  @property
19294
19254
  def Targets(self):
19295
19255
  """本规则上绑定的后端服务的健康检查状态
19296
- 注意:此字段可能返回 null,表示取不到有效值。
19297
19256
  :rtype: list of TargetHealth
19298
19257
  """
19299
19258
  return self._Targets
@@ -19587,15 +19546,12 @@ class RuleOutput(AbstractModel):
19587
19546
  :param _LocationId: 转发规则的 ID
19588
19547
  :type LocationId: str
19589
19548
  :param _Domain: 转发规则的域名。
19590
- 注意:此字段可能返回 null,表示取不到有效值。
19591
19549
  :type Domain: str
19592
19550
  :param _Url: 转发规则的路径。
19593
- 注意:此字段可能返回 null,表示取不到有效值。
19594
19551
  :type Url: str
19595
19552
  :param _SessionExpireTime: 会话保持时间
19596
19553
  :type SessionExpireTime: int
19597
19554
  :param _HealthCheck: 健康检查信息
19598
- 注意:此字段可能返回 null,表示取不到有效值。
19599
19555
  :type HealthCheck: :class:`tencentcloud.clb.v20180317.models.HealthCheck`
19600
19556
  :param _Certificate: 证书信息
19601
19557
  注意:此字段可能返回 null,表示取不到有效值。
@@ -19606,7 +19562,6 @@ WRR、LEAST_CONN、IP_HASH分别表示按权重轮询、最小连接数、IP Has
19606
19562
  :param _ListenerId: 转发规则所属的监听器 ID
19607
19563
  :type ListenerId: str
19608
19564
  :param _RewriteTarget: 转发规则的重定向目标信息
19609
- 注意:此字段可能返回 null,表示取不到有效值。
19610
19565
  :type RewriteTarget: :class:`tencentcloud.clb.v20180317.models.RewriteTarget`
19611
19566
  :param _HttpGzip: 是否开启gzip
19612
19567
  :type HttpGzip: bool
@@ -19626,25 +19581,19 @@ WRR、LEAST_CONN、IP_HASH分别表示按权重轮询、最小连接数、IP Has
19626
19581
  注意:此字段可能返回 null,表示取不到有效值。
19627
19582
  :type TargetGroup: :class:`tencentcloud.clb.v20180317.models.BasicTargetGroupInfo`
19628
19583
  :param _WafDomainId: WAF实例ID
19629
- 注意:此字段可能返回 null,表示取不到有效值。
19630
19584
  :type WafDomainId: str
19631
19585
  :param _TrpcCallee: TRPC被调服务器路由,ForwardType为TRPC时有效。目前暂未对外开放。
19632
- 注意:此字段可能返回 null,表示取不到有效值。
19633
19586
  :type TrpcCallee: str
19634
19587
  :param _TrpcFunc: TRPC调用服务接口,ForwardType为TRPC时有效。目前暂未对外开放。
19635
- 注意:此字段可能返回 null,表示取不到有效值。
19636
19588
  :type TrpcFunc: str
19637
19589
  :param _QuicStatus: QUIC状态。QUIC_ACTIVE表示开启,QUIC_INACTIVE表示未开启。注意,只有HTTPS域名才能开启QUIC。
19638
- 注意:此字段可能返回 null,表示取不到有效值。
19639
19590
  :type QuicStatus: str
19640
19591
  :param _Domains: 转发规则的域名列表。
19641
- 注意:此字段可能返回 null,表示取不到有效值。
19642
19592
  :type Domains: list of str
19643
19593
  :param _TargetGroupList: 绑定的目标组列表
19644
19594
  注意:此字段可能返回 null,表示取不到有效值。
19645
19595
  :type TargetGroupList: list of BasicTargetGroupInfo
19646
19596
  :param _OAuth: OAuth配置状态信息。
19647
- 注意:此字段可能返回 null,表示取不到有效值。
19648
19597
  :type OAuth: :class:`tencentcloud.clb.v20180317.models.OAuth`
19649
19598
  """
19650
19599
  self._LocationId = None
@@ -19686,7 +19635,6 @@ WRR、LEAST_CONN、IP_HASH分别表示按权重轮询、最小连接数、IP Has
19686
19635
  @property
19687
19636
  def Domain(self):
19688
19637
  """转发规则的域名。
19689
- 注意:此字段可能返回 null,表示取不到有效值。
19690
19638
  :rtype: str
19691
19639
  """
19692
19640
  return self._Domain
@@ -19698,7 +19646,6 @@ WRR、LEAST_CONN、IP_HASH分别表示按权重轮询、最小连接数、IP Has
19698
19646
  @property
19699
19647
  def Url(self):
19700
19648
  """转发规则的路径。
19701
- 注意:此字段可能返回 null,表示取不到有效值。
19702
19649
  :rtype: str
19703
19650
  """
19704
19651
  return self._Url
@@ -19721,7 +19668,6 @@ WRR、LEAST_CONN、IP_HASH分别表示按权重轮询、最小连接数、IP Has
19721
19668
  @property
19722
19669
  def HealthCheck(self):
19723
19670
  """健康检查信息
19724
- 注意:此字段可能返回 null,表示取不到有效值。
19725
19671
  :rtype: :class:`tencentcloud.clb.v20180317.models.HealthCheck`
19726
19672
  """
19727
19673
  return self._HealthCheck
@@ -19768,7 +19714,6 @@ WRR、LEAST_CONN、IP_HASH分别表示按权重轮询、最小连接数、IP Has
19768
19714
  @property
19769
19715
  def RewriteTarget(self):
19770
19716
  """转发规则的重定向目标信息
19771
- 注意:此字段可能返回 null,表示取不到有效值。
19772
19717
  :rtype: :class:`tencentcloud.clb.v20180317.models.RewriteTarget`
19773
19718
  """
19774
19719
  return self._RewriteTarget
@@ -19869,7 +19814,6 @@ WRR、LEAST_CONN、IP_HASH分别表示按权重轮询、最小连接数、IP Has
19869
19814
  @property
19870
19815
  def WafDomainId(self):
19871
19816
  """WAF实例ID
19872
- 注意:此字段可能返回 null,表示取不到有效值。
19873
19817
  :rtype: str
19874
19818
  """
19875
19819
  return self._WafDomainId
@@ -19881,7 +19825,6 @@ WRR、LEAST_CONN、IP_HASH分别表示按权重轮询、最小连接数、IP Has
19881
19825
  @property
19882
19826
  def TrpcCallee(self):
19883
19827
  """TRPC被调服务器路由,ForwardType为TRPC时有效。目前暂未对外开放。
19884
- 注意:此字段可能返回 null,表示取不到有效值。
19885
19828
  :rtype: str
19886
19829
  """
19887
19830
  return self._TrpcCallee
@@ -19893,7 +19836,6 @@ WRR、LEAST_CONN、IP_HASH分别表示按权重轮询、最小连接数、IP Has
19893
19836
  @property
19894
19837
  def TrpcFunc(self):
19895
19838
  """TRPC调用服务接口,ForwardType为TRPC时有效。目前暂未对外开放。
19896
- 注意:此字段可能返回 null,表示取不到有效值。
19897
19839
  :rtype: str
19898
19840
  """
19899
19841
  return self._TrpcFunc
@@ -19905,7 +19847,6 @@ WRR、LEAST_CONN、IP_HASH分别表示按权重轮询、最小连接数、IP Has
19905
19847
  @property
19906
19848
  def QuicStatus(self):
19907
19849
  """QUIC状态。QUIC_ACTIVE表示开启,QUIC_INACTIVE表示未开启。注意,只有HTTPS域名才能开启QUIC。
19908
- 注意:此字段可能返回 null,表示取不到有效值。
19909
19850
  :rtype: str
19910
19851
  """
19911
19852
  return self._QuicStatus
@@ -19917,7 +19858,6 @@ WRR、LEAST_CONN、IP_HASH分别表示按权重轮询、最小连接数、IP Has
19917
19858
  @property
19918
19859
  def Domains(self):
19919
19860
  """转发规则的域名列表。
19920
- 注意:此字段可能返回 null,表示取不到有效值。
19921
19861
  :rtype: list of str
19922
19862
  """
19923
19863
  return self._Domains
@@ -19941,7 +19881,6 @@ WRR、LEAST_CONN、IP_HASH分别表示按权重轮询、最小连接数、IP Has
19941
19881
  @property
19942
19882
  def OAuth(self):
19943
19883
  """OAuth配置状态信息。
19944
- 注意:此字段可能返回 null,表示取不到有效值。
19945
19884
  :rtype: :class:`tencentcloud.clb.v20180317.models.OAuth`
19946
19885
  """
19947
19886
  return self._OAuth
@@ -20015,10 +19954,8 @@ class RuleTargets(AbstractModel):
20015
19954
  :param _Url: 转发规则的路径。
20016
19955
  :type Url: str
20017
19956
  :param _Targets: 后端服务的信息
20018
- 注意:此字段可能返回 null,表示取不到有效值。
20019
19957
  :type Targets: list of Backend
20020
19958
  :param _FunctionTargets: 后端云函数的信息
20021
- 注意:此字段可能返回 null,表示取不到有效值。
20022
19959
  :type FunctionTargets: list of FunctionTarget
20023
19960
  """
20024
19961
  self._LocationId = None
@@ -20063,7 +20000,6 @@ class RuleTargets(AbstractModel):
20063
20000
  @property
20064
20001
  def Targets(self):
20065
20002
  """后端服务的信息
20066
- 注意:此字段可能返回 null,表示取不到有效值。
20067
20003
  :rtype: list of Backend
20068
20004
  """
20069
20005
  return self._Targets
@@ -20075,7 +20011,6 @@ class RuleTargets(AbstractModel):
20075
20011
  @property
20076
20012
  def FunctionTargets(self):
20077
20013
  """后端云函数的信息
20078
- 注意:此字段可能返回 null,表示取不到有效值。
20079
20014
  :rtype: list of FunctionTarget
20080
20015
  """
20081
20016
  return self._FunctionTargets
@@ -20865,10 +20800,8 @@ class SpecAvailability(AbstractModel):
20865
20800
  <li>clb.c2.medium(标准型)</li><li>clb.c3.small(高阶型1)</li><li>clb.c3.medium(高阶型2)</li>
20866
20801
  <li>clb.c4.small(超强型1)</li><li>clb.c4.medium(超强型2)</li><li>clb.c4.large(超强型3)</li><li>clb.c4.xlarge(超强型4)</li><li>shared(共享型)</li>
20867
20802
 
20868
- 注意:此字段可能返回 null,表示取不到有效值。
20869
20803
  :type SpecType: str
20870
20804
  :param _Availability: 规格可用性。资源可用性,"Available":可用,"Unavailable":不可用
20871
- 注意:此字段可能返回 null,表示取不到有效值。
20872
20805
  :type Availability: str
20873
20806
  """
20874
20807
  self._SpecType = None
@@ -20880,7 +20813,6 @@ class SpecAvailability(AbstractModel):
20880
20813
  <li>clb.c2.medium(标准型)</li><li>clb.c3.small(高阶型1)</li><li>clb.c3.medium(高阶型2)</li>
20881
20814
  <li>clb.c4.small(超强型1)</li><li>clb.c4.medium(超强型2)</li><li>clb.c4.large(超强型3)</li><li>clb.c4.xlarge(超强型4)</li><li>shared(共享型)</li>
20882
20815
 
20883
- 注意:此字段可能返回 null,表示取不到有效值。
20884
20816
  :rtype: str
20885
20817
  """
20886
20818
  return self._SpecType
@@ -20892,7 +20824,6 @@ class SpecAvailability(AbstractModel):
20892
20824
  @property
20893
20825
  def Availability(self):
20894
20826
  """规格可用性。资源可用性,"Available":可用,"Unavailable":不可用
20895
- 注意:此字段可能返回 null,表示取不到有效值。
20896
20827
  :rtype: str
20897
20828
  """
20898
20829
  return self._Availability
@@ -20975,23 +20906,18 @@ class Target(AbstractModel):
20975
20906
  r"""
20976
20907
  :param _Port: 后端服务的监听端口。
20977
20908
  注意:绑定CVM(云服务器)或ENI(弹性网卡)时必传此参数
20978
- 注意:此字段可能返回 null,表示取不到有效值。
20979
20909
  :type Port: int
20980
20910
  :param _Type: 后端服务的类型,可取:CVM(云服务器)、ENI(弹性网卡);作为入参时,目前本参数暂不生效。
20981
- 注意:此字段可能返回 null,表示取不到有效值。
20982
20911
  :type Type: str
20983
20912
  :param _InstanceId: 绑定CVM时需要传入此参数,代表CVM的唯一 ID,可通过 DescribeInstances 接口返回字段中的 InstanceId 字段获取。表示绑定主网卡主IPv4地址;以下场景都不支持指定InstanceId:绑定非CVM,绑定CVM上的辅助网卡IP,通过跨域2.0绑定CVM,以及绑定CVM的IPv6地址等。
20984
20913
  注意:参数 InstanceId、EniIp 有且只能传入其中一个参数。
20985
- 注意:此字段可能返回 null,表示取不到有效值。
20986
20914
  :type InstanceId: str
20987
20915
  :param _Weight: 后端服务修改后的转发权重,取值范围:[0, 100],默认为 10。此参数的优先级高于[RsWeightRule](https://cloud.tencent.com/document/api/214/30694#RsWeightRule)中的Weight参数,即最终的权重值以此Weight参数值为准,仅当此Weight参数为空时,才以RsWeightRule中的Weight参数为准。
20988
20916
  :type Weight: int
20989
20917
  :param _EniIp: 绑定IP时需要传入此参数,支持弹性网卡的IP和其他内网IP,如果是弹性网卡则必须先绑定至CVM,然后才能绑定到负载均衡实例。
20990
20918
  注意:参数 InstanceId、EniIp 有且只能传入其中一个参数。如果绑定双栈IPV6子机,则必须传该参数。如果是跨地域绑定,则必须传该参数,不支持传InstanceId参数。
20991
- 注意:此字段可能返回 null,表示取不到有效值。
20992
20919
  :type EniIp: str
20993
20920
  :param _Tag: 标签。
20994
- 注意:此字段可能返回 null,表示取不到有效值。
20995
20921
  :type Tag: str
20996
20922
  """
20997
20923
  self._Port = None
@@ -21005,7 +20931,6 @@ class Target(AbstractModel):
21005
20931
  def Port(self):
21006
20932
  """后端服务的监听端口。
21007
20933
  注意:绑定CVM(云服务器)或ENI(弹性网卡)时必传此参数
21008
- 注意:此字段可能返回 null,表示取不到有效值。
21009
20934
  :rtype: int
21010
20935
  """
21011
20936
  return self._Port
@@ -21017,7 +20942,6 @@ class Target(AbstractModel):
21017
20942
  @property
21018
20943
  def Type(self):
21019
20944
  """后端服务的类型,可取:CVM(云服务器)、ENI(弹性网卡);作为入参时,目前本参数暂不生效。
21020
- 注意:此字段可能返回 null,表示取不到有效值。
21021
20945
  :rtype: str
21022
20946
  """
21023
20947
  return self._Type
@@ -21030,7 +20954,6 @@ class Target(AbstractModel):
21030
20954
  def InstanceId(self):
21031
20955
  """绑定CVM时需要传入此参数,代表CVM的唯一 ID,可通过 DescribeInstances 接口返回字段中的 InstanceId 字段获取。表示绑定主网卡主IPv4地址;以下场景都不支持指定InstanceId:绑定非CVM,绑定CVM上的辅助网卡IP,通过跨域2.0绑定CVM,以及绑定CVM的IPv6地址等。
21032
20956
  注意:参数 InstanceId、EniIp 有且只能传入其中一个参数。
21033
- 注意:此字段可能返回 null,表示取不到有效值。
21034
20957
  :rtype: str
21035
20958
  """
21036
20959
  return self._InstanceId
@@ -21054,7 +20977,6 @@ class Target(AbstractModel):
21054
20977
  def EniIp(self):
21055
20978
  """绑定IP时需要传入此参数,支持弹性网卡的IP和其他内网IP,如果是弹性网卡则必须先绑定至CVM,然后才能绑定到负载均衡实例。
21056
20979
  注意:参数 InstanceId、EniIp 有且只能传入其中一个参数。如果绑定双栈IPV6子机,则必须传该参数。如果是跨地域绑定,则必须传该参数,不支持传InstanceId参数。
21057
- 注意:此字段可能返回 null,表示取不到有效值。
21058
20980
  :rtype: str
21059
20981
  """
21060
20982
  return self._EniIp
@@ -21066,7 +20988,6 @@ class Target(AbstractModel):
21066
20988
  @property
21067
20989
  def Tag(self):
21068
20990
  """标签。
21069
- 注意:此字段可能返回 null,表示取不到有效值。
21070
20991
  :rtype: str
21071
20992
  """
21072
20993
  return self._Tag
@@ -21207,22 +21128,17 @@ class TargetGroupBackend(AbstractModel):
21207
21128
  :param _Weight: 后端服务的转发权重,取值范围:[0, 100],默认为 10。
21208
21129
  :type Weight: int
21209
21130
  :param _PublicIpAddresses: 后端服务的外网 IP
21210
- 注意:此字段可能返回 null,表示取不到有效值。
21211
21131
  :type PublicIpAddresses: list of str
21212
21132
  :param _PrivateIpAddresses: 后端服务的内网 IP
21213
- 注意:此字段可能返回 null,表示取不到有效值。
21214
21133
  :type PrivateIpAddresses: list of str
21215
21134
  :param _InstanceName: 后端服务的实例名称
21216
- 注意:此字段可能返回 null,表示取不到有效值。
21217
21135
  :type InstanceName: str
21218
21136
  :param _RegisteredTime: 后端服务被绑定的时间
21219
21137
  注意:此字段可能返回 null,表示取不到有效值。
21220
21138
  :type RegisteredTime: str
21221
21139
  :param _EniId: 弹性网卡唯一ID
21222
- 注意:此字段可能返回 null,表示取不到有效值。
21223
21140
  :type EniId: str
21224
21141
  :param _ZoneId: 后端服务的可用区ID
21225
- 注意:此字段可能返回 null,表示取不到有效值。
21226
21142
  :type ZoneId: int
21227
21143
  """
21228
21144
  self._TargetGroupId = None
@@ -21295,7 +21211,6 @@ class TargetGroupBackend(AbstractModel):
21295
21211
  @property
21296
21212
  def PublicIpAddresses(self):
21297
21213
  """后端服务的外网 IP
21298
- 注意:此字段可能返回 null,表示取不到有效值。
21299
21214
  :rtype: list of str
21300
21215
  """
21301
21216
  return self._PublicIpAddresses
@@ -21307,7 +21222,6 @@ class TargetGroupBackend(AbstractModel):
21307
21222
  @property
21308
21223
  def PrivateIpAddresses(self):
21309
21224
  """后端服务的内网 IP
21310
- 注意:此字段可能返回 null,表示取不到有效值。
21311
21225
  :rtype: list of str
21312
21226
  """
21313
21227
  return self._PrivateIpAddresses
@@ -21319,7 +21233,6 @@ class TargetGroupBackend(AbstractModel):
21319
21233
  @property
21320
21234
  def InstanceName(self):
21321
21235
  """后端服务的实例名称
21322
- 注意:此字段可能返回 null,表示取不到有效值。
21323
21236
  :rtype: str
21324
21237
  """
21325
21238
  return self._InstanceName
@@ -21343,7 +21256,6 @@ class TargetGroupBackend(AbstractModel):
21343
21256
  @property
21344
21257
  def EniId(self):
21345
21258
  """弹性网卡唯一ID
21346
- 注意:此字段可能返回 null,表示取不到有效值。
21347
21259
  :rtype: str
21348
21260
  """
21349
21261
  return self._EniId
@@ -21355,7 +21267,6 @@ class TargetGroupBackend(AbstractModel):
21355
21267
  @property
21356
21268
  def ZoneId(self):
21357
21269
  """后端服务的可用区ID
21358
- 注意:此字段可能返回 null,表示取不到有效值。
21359
21270
  :rtype: int
21360
21271
  """
21361
21272
  return self._ZoneId
@@ -21415,18 +21326,14 @@ class TargetGroupInfo(AbstractModel):
21415
21326
  注意:此字段可能返回 null,表示取不到有效值。
21416
21327
  :type Protocol: str
21417
21328
  :param _TargetGroupType: 目标组类型,当前支持v1(旧版目标组), v2(新版目标组), gwlb(全局负载均衡目标组)。
21418
- 注意:此字段可能返回 null,表示取不到有效值。
21419
21329
  :type TargetGroupType: str
21420
21330
  :param _AssociatedRuleCount: 目标组已关联的规则数。
21421
- 注意:此字段可能返回 null,表示取不到有效值。
21422
21331
  :type AssociatedRuleCount: int
21423
21332
  :param _RegisteredInstancesCount: 目标组内的实例数量。
21424
- 注意:此字段可能返回 null,表示取不到有效值。
21425
21333
  :type RegisteredInstancesCount: int
21426
21334
  :param _Tag: 标签。
21427
21335
  :type Tag: list of TagInfo
21428
21336
  :param _Weight: 默认权重。只有v2类型目标组返回该字段。当返回为NULL时, 表示未设置默认权重。
21429
- 注意:此字段可能返回 null,表示取不到有效值。
21430
21337
  :type Weight: int
21431
21338
  :param _FullListenSwitch: 是否全监听目标组
21432
21339
  :type FullListenSwitch: bool
@@ -21541,7 +21448,6 @@ class TargetGroupInfo(AbstractModel):
21541
21448
  @property
21542
21449
  def TargetGroupType(self):
21543
21450
  """目标组类型,当前支持v1(旧版目标组), v2(新版目标组), gwlb(全局负载均衡目标组)。
21544
- 注意:此字段可能返回 null,表示取不到有效值。
21545
21451
  :rtype: str
21546
21452
  """
21547
21453
  return self._TargetGroupType
@@ -21553,7 +21459,6 @@ class TargetGroupInfo(AbstractModel):
21553
21459
  @property
21554
21460
  def AssociatedRuleCount(self):
21555
21461
  """目标组已关联的规则数。
21556
- 注意:此字段可能返回 null,表示取不到有效值。
21557
21462
  :rtype: int
21558
21463
  """
21559
21464
  return self._AssociatedRuleCount
@@ -21565,7 +21470,6 @@ class TargetGroupInfo(AbstractModel):
21565
21470
  @property
21566
21471
  def RegisteredInstancesCount(self):
21567
21472
  """目标组内的实例数量。
21568
- 注意:此字段可能返回 null,表示取不到有效值。
21569
21473
  :rtype: int
21570
21474
  """
21571
21475
  return self._RegisteredInstancesCount
@@ -21588,7 +21492,6 @@ class TargetGroupInfo(AbstractModel):
21588
21492
  @property
21589
21493
  def Weight(self):
21590
21494
  """默认权重。只有v2类型目标组返回该字段。当返回为NULL时, 表示未设置默认权重。
21591
- 注意:此字段可能返回 null,表示取不到有效值。
21592
21495
  :rtype: int
21593
21496
  """
21594
21497
  return self._Weight
@@ -21749,8 +21652,9 @@ class TargetHealth(AbstractModel):
21749
21652
  :param _HealthStatusDetial: (**该参数对象即将下线,不推荐使用,请使用HealthStatusDetail获取健康详情**) 当前健康状态的详细信息。如:Alive、Dead、Unknown。Alive状态为健康,Dead状态为异常,Unknown状态包括尚未开始探测、探测中、状态未知。
21750
21653
  :type HealthStatusDetial: str
21751
21654
  :param _TargetGroupId: 目标组唯一ID。
21752
- 注意:此字段可能返回 null,表示取不到有效值。
21753
21655
  :type TargetGroupId: str
21656
+ :param _Weight: Target的权重。
21657
+ :type Weight: int
21754
21658
  """
21755
21659
  self._IP = None
21756
21660
  self._Port = None
@@ -21759,6 +21663,7 @@ class TargetHealth(AbstractModel):
21759
21663
  self._HealthStatusDetail = None
21760
21664
  self._HealthStatusDetial = None
21761
21665
  self._TargetGroupId = None
21666
+ self._Weight = None
21762
21667
 
21763
21668
  @property
21764
21669
  def IP(self):
@@ -21833,7 +21738,6 @@ class TargetHealth(AbstractModel):
21833
21738
  @property
21834
21739
  def TargetGroupId(self):
21835
21740
  """目标组唯一ID。
21836
- 注意:此字段可能返回 null,表示取不到有效值。
21837
21741
  :rtype: str
21838
21742
  """
21839
21743
  return self._TargetGroupId
@@ -21842,6 +21746,17 @@ class TargetHealth(AbstractModel):
21842
21746
  def TargetGroupId(self, TargetGroupId):
21843
21747
  self._TargetGroupId = TargetGroupId
21844
21748
 
21749
+ @property
21750
+ def Weight(self):
21751
+ """Target的权重。
21752
+ :rtype: int
21753
+ """
21754
+ return self._Weight
21755
+
21756
+ @Weight.setter
21757
+ def Weight(self, Weight):
21758
+ self._Weight = Weight
21759
+
21845
21760
 
21846
21761
  def _deserialize(self, params):
21847
21762
  self._IP = params.get("IP")
@@ -21851,6 +21766,7 @@ class TargetHealth(AbstractModel):
21851
21766
  self._HealthStatusDetail = params.get("HealthStatusDetail")
21852
21767
  self._HealthStatusDetial = params.get("HealthStatusDetial")
21853
21768
  self._TargetGroupId = params.get("TargetGroupId")
21769
+ self._Weight = params.get("Weight")
21854
21770
  memeber_set = set(params.keys())
21855
21771
  for name, value in vars(self).items():
21856
21772
  property_name = name[1:]
@@ -21873,7 +21789,6 @@ class TargetRegionInfo(AbstractModel):
21873
21789
  :param _VpcId: Target所属网络,私有网络格式如 vpc-abcd1234,如果是基础网络,则为"0"
21874
21790
  :type VpcId: str
21875
21791
  :param _NumericalVpcId: Target所属网络,私有网络格式如86323,如果是基础网络,则为0
21876
- 注意:此字段可能返回 null,表示取不到有效值。
21877
21792
  :type NumericalVpcId: int
21878
21793
  """
21879
21794
  self._Region = None
@@ -21905,7 +21820,6 @@ class TargetRegionInfo(AbstractModel):
21905
21820
  @property
21906
21821
  def NumericalVpcId(self):
21907
21822
  """Target所属网络,私有网络格式如86323,如果是基础网络,则为0
21908
- 注意:此字段可能返回 null,表示取不到有效值。
21909
21823
  :rtype: int
21910
21824
  """
21911
21825
  return self._NumericalVpcId
@@ -21937,10 +21851,8 @@ class TypeInfo(AbstractModel):
21937
21851
  def __init__(self):
21938
21852
  r"""
21939
21853
  :param _Type: 运营商类型
21940
- 注意:此字段可能返回 null,表示取不到有效值。
21941
21854
  :type Type: str
21942
21855
  :param _SpecAvailabilitySet: 规格可用性
21943
- 注意:此字段可能返回 null,表示取不到有效值。
21944
21856
  :type SpecAvailabilitySet: list of SpecAvailability
21945
21857
  """
21946
21858
  self._Type = None
@@ -21949,7 +21861,6 @@ class TypeInfo(AbstractModel):
21949
21861
  @property
21950
21862
  def Type(self):
21951
21863
  """运营商类型
21952
- 注意:此字段可能返回 null,表示取不到有效值。
21953
21864
  :rtype: str
21954
21865
  """
21955
21866
  return self._Type
@@ -21961,7 +21872,6 @@ class TypeInfo(AbstractModel):
21961
21872
  @property
21962
21873
  def SpecAvailabilitySet(self):
21963
21874
  """规格可用性
21964
- 注意:此字段可能返回 null,表示取不到有效值。
21965
21875
  :rtype: list of SpecAvailability
21966
21876
  """
21967
21877
  return self._SpecAvailabilitySet
@@ -21997,22 +21907,16 @@ class ZoneInfo(AbstractModel):
21997
21907
  def __init__(self):
21998
21908
  r"""
21999
21909
  :param _ZoneId: 可用区数值形式的唯一ID,如:100001
22000
- 注意:此字段可能返回 null,表示取不到有效值。
22001
21910
  :type ZoneId: int
22002
21911
  :param _Zone: 可用区字符串形式的唯一ID,如:ap-guangzhou-1
22003
- 注意:此字段可能返回 null,表示取不到有效值。
22004
21912
  :type Zone: str
22005
21913
  :param _ZoneName: 可用区名称,如:广州一区
22006
- 注意:此字段可能返回 null,表示取不到有效值。
22007
21914
  :type ZoneName: str
22008
21915
  :param _ZoneRegion: 可用区所属地域,如:ap-guangzhou
22009
- 注意:此字段可能返回 null,表示取不到有效值。
22010
21916
  :type ZoneRegion: str
22011
21917
  :param _LocalZone: 可用区是否是LocalZone可用区,如:false
22012
- 注意:此字段可能返回 null,表示取不到有效值。
22013
21918
  :type LocalZone: bool
22014
21919
  :param _EdgeZone: 可用区是否是EdgeZone可用区,如:false
22015
- 注意:此字段可能返回 null,表示取不到有效值。
22016
21920
  :type EdgeZone: bool
22017
21921
  """
22018
21922
  self._ZoneId = None
@@ -22025,7 +21929,6 @@ class ZoneInfo(AbstractModel):
22025
21929
  @property
22026
21930
  def ZoneId(self):
22027
21931
  """可用区数值形式的唯一ID,如:100001
22028
- 注意:此字段可能返回 null,表示取不到有效值。
22029
21932
  :rtype: int
22030
21933
  """
22031
21934
  return self._ZoneId
@@ -22037,7 +21940,6 @@ class ZoneInfo(AbstractModel):
22037
21940
  @property
22038
21941
  def Zone(self):
22039
21942
  """可用区字符串形式的唯一ID,如:ap-guangzhou-1
22040
- 注意:此字段可能返回 null,表示取不到有效值。
22041
21943
  :rtype: str
22042
21944
  """
22043
21945
  return self._Zone
@@ -22049,7 +21951,6 @@ class ZoneInfo(AbstractModel):
22049
21951
  @property
22050
21952
  def ZoneName(self):
22051
21953
  """可用区名称,如:广州一区
22052
- 注意:此字段可能返回 null,表示取不到有效值。
22053
21954
  :rtype: str
22054
21955
  """
22055
21956
  return self._ZoneName
@@ -22061,7 +21962,6 @@ class ZoneInfo(AbstractModel):
22061
21962
  @property
22062
21963
  def ZoneRegion(self):
22063
21964
  """可用区所属地域,如:ap-guangzhou
22064
- 注意:此字段可能返回 null,表示取不到有效值。
22065
21965
  :rtype: str
22066
21966
  """
22067
21967
  return self._ZoneRegion
@@ -22073,7 +21973,6 @@ class ZoneInfo(AbstractModel):
22073
21973
  @property
22074
21974
  def LocalZone(self):
22075
21975
  """可用区是否是LocalZone可用区,如:false
22076
- 注意:此字段可能返回 null,表示取不到有效值。
22077
21976
  :rtype: bool
22078
21977
  """
22079
21978
  return self._LocalZone
@@ -22085,7 +21984,6 @@ class ZoneInfo(AbstractModel):
22085
21984
  @property
22086
21985
  def EdgeZone(self):
22087
21986
  """可用区是否是EdgeZone可用区,如:false
22088
- 注意:此字段可能返回 null,表示取不到有效值。
22089
21987
  :rtype: bool
22090
21988
  """
22091
21989
  return self._EdgeZone
@@ -22122,7 +22020,6 @@ class ZoneResource(AbstractModel):
22122
22020
  :param _MasterZone: 主可用区,如"ap-guangzhou-1"。
22123
22021
  :type MasterZone: str
22124
22022
  :param _ResourceSet: 资源列表。
22125
- 注意:此字段可能返回 null,表示取不到有效值。
22126
22023
  :type ResourceSet: list of Resource
22127
22024
  :param _SlaveZone: 备可用区,如"ap-guangzhou-2",单可用区时,备可用区为null。
22128
22025
  注意:此字段可能返回 null,表示取不到有效值。
@@ -22138,7 +22035,6 @@ class ZoneResource(AbstractModel):
22138
22035
  :param _EdgeZone: 可用区是否是EdgeZone可用区,如:false
22139
22036
  :type EdgeZone: bool
22140
22037
  :param _Egress: 网络出口
22141
- 注意:此字段可能返回 null,表示取不到有效值。
22142
22038
  :type Egress: str
22143
22039
  """
22144
22040
  self._MasterZone = None
@@ -22165,7 +22061,6 @@ class ZoneResource(AbstractModel):
22165
22061
  @property
22166
22062
  def ResourceSet(self):
22167
22063
  """资源列表。
22168
- 注意:此字段可能返回 null,表示取不到有效值。
22169
22064
  :rtype: list of Resource
22170
22065
  """
22171
22066
  return self._ResourceSet
@@ -22244,7 +22139,6 @@ class ZoneResource(AbstractModel):
22244
22139
  @property
22245
22140
  def Egress(self):
22246
22141
  """网络出口
22247
- 注意:此字段可能返回 null,表示取不到有效值。
22248
22142
  :rtype: str
22249
22143
  """
22250
22144
  return self._Egress