tencentcloud-sdk-python 3.0.1356__py2.py3-none-any.whl → 3.0.1357__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 (33) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/billing/v20180709/billing_client.py +0 -25
  3. tencentcloud/billing/v20180709/models.py +0 -512
  4. tencentcloud/cdb/v20170320/models.py +32 -4
  5. tencentcloud/ess/v20201111/ess_client.py +4 -2
  6. tencentcloud/ess/v20201111/models.py +206 -10
  7. tencentcloud/essbasic/v20210526/models.py +162 -12
  8. tencentcloud/gaap/v20180529/models.py +0 -90
  9. tencentcloud/gwlb/v20240906/models.py +20 -0
  10. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
  11. tencentcloud/iotexplorer/v20190423/models.py +254 -0
  12. tencentcloud/iotvideo/v20211125/iotvideo_client.py +23 -0
  13. tencentcloud/iotvideo/v20211125/models.py +254 -0
  14. tencentcloud/lowcode/v20210108/errorcodes.py +3 -0
  15. tencentcloud/mps/v20190612/models.py +28 -36
  16. tencentcloud/oceanus/v20190422/models.py +12 -0
  17. tencentcloud/ocr/v20181119/models.py +2 -2
  18. tencentcloud/ses/v20201002/models.py +15 -0
  19. tencentcloud/smop/v20201203/smop_client.py +3 -1
  20. tencentcloud/taf/v20200210/models.py +0 -270
  21. tencentcloud/taf/v20200210/taf_client.py +0 -23
  22. tencentcloud/tat/v20201028/errorcodes.py +6 -0
  23. tencentcloud/tat/v20201028/models.py +50 -2
  24. tencentcloud/tcss/v20201101/models.py +83 -8
  25. tencentcloud/tse/v20201207/models.py +0 -182
  26. tencentcloud/tsf/v20180326/models.py +12 -282
  27. tencentcloud/vpc/v20170312/errorcodes.py +3 -0
  28. tencentcloud/vpc/v20170312/models.py +25 -132
  29. {tencentcloud_sdk_python-3.0.1356.dist-info → tencentcloud_sdk_python-3.0.1357.dist-info}/METADATA +1 -1
  30. {tencentcloud_sdk_python-3.0.1356.dist-info → tencentcloud_sdk_python-3.0.1357.dist-info}/RECORD +33 -33
  31. {tencentcloud_sdk_python-3.0.1356.dist-info → tencentcloud_sdk_python-3.0.1357.dist-info}/LICENSE +0 -0
  32. {tencentcloud_sdk_python-3.0.1356.dist-info → tencentcloud_sdk_python-3.0.1357.dist-info}/WHEEL +0 -0
  33. {tencentcloud_sdk_python-3.0.1356.dist-info → tencentcloud_sdk_python-3.0.1357.dist-info}/top_level.txt +0 -0
@@ -1410,62 +1410,45 @@ class CloudNativeAPIGatewayConfig(AbstractModel):
1410
1410
  :param _ConsoleType: 控制台类型。
1411
1411
  :type ConsoleType: str
1412
1412
  :param _HttpUrl: HTTP链接地址。
1413
- 注意:此字段可能返回 null,表示取不到有效值。
1414
1413
  :type HttpUrl: str
1415
1414
  :param _HttpsUrl: HTTPS链接地址。
1416
1415
  :type HttpsUrl: str
1417
1416
  :param _NetType: 网络类型, Open|Internal。
1418
1417
  :type NetType: str
1419
1418
  :param _AdminUser: 管理员用户名。
1420
- 注意:此字段可能返回 null,表示取不到有效值。
1421
1419
  :type AdminUser: str
1422
1420
  :param _AdminPassword: 管理员密码。
1423
- 注意:此字段可能返回 null,表示取不到有效值。
1424
1421
  :type AdminPassword: str
1425
1422
  :param _Status: 网络状态, Open|Closed|Updating
1426
- 注意:此字段可能返回 null,表示取不到有效值。
1427
1423
  :type Status: str
1428
1424
  :param _AccessControl: 网络访问策略
1429
1425
  注意:此字段可能返回 null,表示取不到有效值。
1430
1426
  :type AccessControl: :class:`tencentcloud.tse.v20201207.models.NetworkAccessControl`
1431
1427
  :param _SubnetId: 内网子网 ID
1432
- 注意:此字段可能返回 null,表示取不到有效值。
1433
1428
  :type SubnetId: str
1434
1429
  :param _VpcId: 内网VPC ID
1435
- 注意:此字段可能返回 null,表示取不到有效值。
1436
1430
  :type VpcId: str
1437
1431
  :param _Description: 负载均衡的描述
1438
- 注意:此字段可能返回 null,表示取不到有效值。
1439
1432
  :type Description: str
1440
1433
  :param _SlaType: 负载均衡的规格类型
1441
- 注意:此字段可能返回 null,表示取不到有效值。
1442
1434
  :type SlaType: str
1443
1435
  :param _SlaName: clb规格名称
1444
- 注意:此字段可能返回 null,表示取不到有效值。
1445
1436
  :type SlaName: str
1446
1437
  :param _Vip: clb vip
1447
- 注意:此字段可能返回 null,表示取不到有效值。
1448
1438
  :type Vip: str
1449
1439
  :param _InternetMaxBandwidthOut: 带宽
1450
- 注意:此字段可能返回 null,表示取不到有效值。
1451
1440
  :type InternetMaxBandwidthOut: int
1452
1441
  :param _MultiZoneFlag: 是否多可用区
1453
- 注意:此字段可能返回 null,表示取不到有效值。
1454
1442
  :type MultiZoneFlag: bool
1455
1443
  :param _MasterZoneId: 主可用区
1456
- 注意:此字段可能返回 null,表示取不到有效值。
1457
1444
  :type MasterZoneId: str
1458
1445
  :param _SlaveZoneId: 备可用区
1459
- 注意:此字段可能返回 null,表示取不到有效值。
1460
1446
  :type SlaveZoneId: str
1461
1447
  :param _MasterZoneName: 主可用区名称
1462
- 注意:此字段可能返回 null,表示取不到有效值。
1463
1448
  :type MasterZoneName: str
1464
1449
  :param _SlaveZoneName: 备可用区名称
1465
- 注意:此字段可能返回 null,表示取不到有效值。
1466
1450
  :type SlaveZoneName: str
1467
1451
  :param _NetworkId: 网络 id
1468
- 注意:此字段可能返回 null,表示取不到有效值。
1469
1452
  :type NetworkId: str
1470
1453
  """
1471
1454
  self._ConsoleType = None
@@ -1504,7 +1487,6 @@ class CloudNativeAPIGatewayConfig(AbstractModel):
1504
1487
  @property
1505
1488
  def HttpUrl(self):
1506
1489
  """HTTP链接地址。
1507
- 注意:此字段可能返回 null,表示取不到有效值。
1508
1490
  :rtype: str
1509
1491
  """
1510
1492
  return self._HttpUrl
@@ -1538,7 +1520,6 @@ class CloudNativeAPIGatewayConfig(AbstractModel):
1538
1520
  @property
1539
1521
  def AdminUser(self):
1540
1522
  """管理员用户名。
1541
- 注意:此字段可能返回 null,表示取不到有效值。
1542
1523
  :rtype: str
1543
1524
  """
1544
1525
  return self._AdminUser
@@ -1550,7 +1531,6 @@ class CloudNativeAPIGatewayConfig(AbstractModel):
1550
1531
  @property
1551
1532
  def AdminPassword(self):
1552
1533
  """管理员密码。
1553
- 注意:此字段可能返回 null,表示取不到有效值。
1554
1534
  :rtype: str
1555
1535
  """
1556
1536
  return self._AdminPassword
@@ -1562,7 +1542,6 @@ class CloudNativeAPIGatewayConfig(AbstractModel):
1562
1542
  @property
1563
1543
  def Status(self):
1564
1544
  """网络状态, Open|Closed|Updating
1565
- 注意:此字段可能返回 null,表示取不到有效值。
1566
1545
  :rtype: str
1567
1546
  """
1568
1547
  return self._Status
@@ -1586,7 +1565,6 @@ class CloudNativeAPIGatewayConfig(AbstractModel):
1586
1565
  @property
1587
1566
  def SubnetId(self):
1588
1567
  """内网子网 ID
1589
- 注意:此字段可能返回 null,表示取不到有效值。
1590
1568
  :rtype: str
1591
1569
  """
1592
1570
  return self._SubnetId
@@ -1598,7 +1576,6 @@ class CloudNativeAPIGatewayConfig(AbstractModel):
1598
1576
  @property
1599
1577
  def VpcId(self):
1600
1578
  """内网VPC ID
1601
- 注意:此字段可能返回 null,表示取不到有效值。
1602
1579
  :rtype: str
1603
1580
  """
1604
1581
  return self._VpcId
@@ -1610,7 +1587,6 @@ class CloudNativeAPIGatewayConfig(AbstractModel):
1610
1587
  @property
1611
1588
  def Description(self):
1612
1589
  """负载均衡的描述
1613
- 注意:此字段可能返回 null,表示取不到有效值。
1614
1590
  :rtype: str
1615
1591
  """
1616
1592
  return self._Description
@@ -1622,7 +1598,6 @@ class CloudNativeAPIGatewayConfig(AbstractModel):
1622
1598
  @property
1623
1599
  def SlaType(self):
1624
1600
  """负载均衡的规格类型
1625
- 注意:此字段可能返回 null,表示取不到有效值。
1626
1601
  :rtype: str
1627
1602
  """
1628
1603
  return self._SlaType
@@ -1634,7 +1609,6 @@ class CloudNativeAPIGatewayConfig(AbstractModel):
1634
1609
  @property
1635
1610
  def SlaName(self):
1636
1611
  """clb规格名称
1637
- 注意:此字段可能返回 null,表示取不到有效值。
1638
1612
  :rtype: str
1639
1613
  """
1640
1614
  return self._SlaName
@@ -1646,7 +1620,6 @@ class CloudNativeAPIGatewayConfig(AbstractModel):
1646
1620
  @property
1647
1621
  def Vip(self):
1648
1622
  """clb vip
1649
- 注意:此字段可能返回 null,表示取不到有效值。
1650
1623
  :rtype: str
1651
1624
  """
1652
1625
  return self._Vip
@@ -1658,7 +1631,6 @@ class CloudNativeAPIGatewayConfig(AbstractModel):
1658
1631
  @property
1659
1632
  def InternetMaxBandwidthOut(self):
1660
1633
  """带宽
1661
- 注意:此字段可能返回 null,表示取不到有效值。
1662
1634
  :rtype: int
1663
1635
  """
1664
1636
  return self._InternetMaxBandwidthOut
@@ -1670,7 +1642,6 @@ class CloudNativeAPIGatewayConfig(AbstractModel):
1670
1642
  @property
1671
1643
  def MultiZoneFlag(self):
1672
1644
  """是否多可用区
1673
- 注意:此字段可能返回 null,表示取不到有效值。
1674
1645
  :rtype: bool
1675
1646
  """
1676
1647
  return self._MultiZoneFlag
@@ -1682,7 +1653,6 @@ class CloudNativeAPIGatewayConfig(AbstractModel):
1682
1653
  @property
1683
1654
  def MasterZoneId(self):
1684
1655
  """主可用区
1685
- 注意:此字段可能返回 null,表示取不到有效值。
1686
1656
  :rtype: str
1687
1657
  """
1688
1658
  return self._MasterZoneId
@@ -1694,7 +1664,6 @@ class CloudNativeAPIGatewayConfig(AbstractModel):
1694
1664
  @property
1695
1665
  def SlaveZoneId(self):
1696
1666
  """备可用区
1697
- 注意:此字段可能返回 null,表示取不到有效值。
1698
1667
  :rtype: str
1699
1668
  """
1700
1669
  return self._SlaveZoneId
@@ -1706,7 +1675,6 @@ class CloudNativeAPIGatewayConfig(AbstractModel):
1706
1675
  @property
1707
1676
  def MasterZoneName(self):
1708
1677
  """主可用区名称
1709
- 注意:此字段可能返回 null,表示取不到有效值。
1710
1678
  :rtype: str
1711
1679
  """
1712
1680
  return self._MasterZoneName
@@ -1718,7 +1686,6 @@ class CloudNativeAPIGatewayConfig(AbstractModel):
1718
1686
  @property
1719
1687
  def SlaveZoneName(self):
1720
1688
  """备可用区名称
1721
- 注意:此字段可能返回 null,表示取不到有效值。
1722
1689
  :rtype: str
1723
1690
  """
1724
1691
  return self._SlaveZoneName
@@ -1730,7 +1697,6 @@ class CloudNativeAPIGatewayConfig(AbstractModel):
1730
1697
  @property
1731
1698
  def NetworkId(self):
1732
1699
  """网络 id
1733
- 注意:此字段可能返回 null,表示取不到有效值。
1734
1700
  :rtype: str
1735
1701
  """
1736
1702
  return self._NetworkId
@@ -1952,10 +1918,8 @@ class CloudNativeAPIGatewayNodeConfig(AbstractModel):
1952
1918
  def __init__(self):
1953
1919
  r"""
1954
1920
  :param _Specification: 节点配置, 1c2g|2c4g|4c8g|8c16g。
1955
- 注意:此字段可能返回 null,表示取不到有效值。
1956
1921
  :type Specification: str
1957
1922
  :param _Number: 节点数量,2-9。
1958
- 注意:此字段可能返回 null,表示取不到有效值。
1959
1923
  :type Number: int
1960
1924
  """
1961
1925
  self._Specification = None
@@ -1964,7 +1928,6 @@ class CloudNativeAPIGatewayNodeConfig(AbstractModel):
1964
1928
  @property
1965
1929
  def Specification(self):
1966
1930
  """节点配置, 1c2g|2c4g|4c8g|8c16g。
1967
- 注意:此字段可能返回 null,表示取不到有效值。
1968
1931
  :rtype: str
1969
1932
  """
1970
1933
  return self._Specification
@@ -1976,7 +1939,6 @@ class CloudNativeAPIGatewayNodeConfig(AbstractModel):
1976
1939
  @property
1977
1940
  def Number(self):
1978
1941
  """节点数量,2-9。
1979
- 注意:此字段可能返回 null,表示取不到有效值。
1980
1942
  :rtype: int
1981
1943
  """
1982
1944
  return self._Number
@@ -6356,10 +6318,8 @@ class CreateCloudNativeAPIGatewayServerGroupResult(AbstractModel):
6356
6318
  :param _GroupId: 分组id
6357
6319
  :type GroupId: str
6358
6320
  :param _Status: 状态
6359
- 注意:此字段可能返回 null,表示取不到有效值。
6360
6321
  :type Status: str
6361
6322
  :param _TaskId: 任务ID
6362
- 注意:此字段可能返回 null,表示取不到有效值。
6363
6323
  :type TaskId: str
6364
6324
  """
6365
6325
  self._GatewayId = None
@@ -6392,7 +6352,6 @@ class CreateCloudNativeAPIGatewayServerGroupResult(AbstractModel):
6392
6352
  @property
6393
6353
  def Status(self):
6394
6354
  """状态
6395
- 注意:此字段可能返回 null,表示取不到有效值。
6396
6355
  :rtype: str
6397
6356
  """
6398
6357
  return self._Status
@@ -6404,7 +6363,6 @@ class CreateCloudNativeAPIGatewayServerGroupResult(AbstractModel):
6404
6363
  @property
6405
6364
  def TaskId(self):
6406
6365
  """任务ID
6407
- 注意:此字段可能返回 null,表示取不到有效值。
6408
6366
  :rtype: str
6409
6367
  """
6410
6368
  return self._TaskId
@@ -6694,7 +6652,6 @@ class CreateCloudNativeAPIGatewayServiceResponse(AbstractModel):
6694
6652
  def __init__(self):
6695
6653
  r"""
6696
6654
  :param _Result: 网关服务创建结果
6697
- 注意:此字段可能返回 null,表示取不到有效值。
6698
6655
  :type Result: :class:`tencentcloud.tse.v20201207.models.CreateGatewayServiceResult`
6699
6656
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6700
6657
  :type RequestId: str
@@ -6705,7 +6662,6 @@ class CreateCloudNativeAPIGatewayServiceResponse(AbstractModel):
6705
6662
  @property
6706
6663
  def Result(self):
6707
6664
  """网关服务创建结果
6708
- 注意:此字段可能返回 null,表示取不到有效值。
6709
6665
  :rtype: :class:`tencentcloud.tse.v20201207.models.CreateGatewayServiceResult`
6710
6666
  """
6711
6667
  return self._Result
@@ -8081,7 +8037,6 @@ class CreateNativeGatewayServerGroupResponse(AbstractModel):
8081
8037
  def __init__(self):
8082
8038
  r"""
8083
8039
  :param _Result: 网关分组创建信息
8084
- 注意:此字段可能返回 null,表示取不到有效值。
8085
8040
  :type Result: :class:`tencentcloud.tse.v20201207.models.CreateCloudNativeAPIGatewayServerGroupResult`
8086
8041
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8087
8042
  :type RequestId: str
@@ -8092,7 +8047,6 @@ class CreateNativeGatewayServerGroupResponse(AbstractModel):
8092
8047
  @property
8093
8048
  def Result(self):
8094
8049
  """网关分组创建信息
8095
- 注意:此字段可能返回 null,表示取不到有效值。
8096
8050
  :rtype: :class:`tencentcloud.tse.v20201207.models.CreateCloudNativeAPIGatewayServerGroupResult`
8097
8051
  """
8098
8052
  return self._Result
@@ -11210,7 +11164,6 @@ class DescribeCloudNativeAPIGatewayCertificateDetailsResponse(AbstractModel):
11210
11164
  def __init__(self):
11211
11165
  r"""
11212
11166
  :param _Result: 无
11213
- 注意:此字段可能返回 null,表示取不到有效值。
11214
11167
  :type Result: :class:`tencentcloud.tse.v20201207.models.KongCertificate`
11215
11168
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11216
11169
  :type RequestId: str
@@ -11221,7 +11174,6 @@ class DescribeCloudNativeAPIGatewayCertificateDetailsResponse(AbstractModel):
11221
11174
  @property
11222
11175
  def Result(self):
11223
11176
  """无
11224
- 注意:此字段可能返回 null,表示取不到有效值。
11225
11177
  :rtype: :class:`tencentcloud.tse.v20201207.models.KongCertificate`
11226
11178
  """
11227
11179
  return self._Result
@@ -11627,7 +11579,6 @@ class DescribeCloudNativeAPIGatewayInfoByIpResponse(AbstractModel):
11627
11579
  def __init__(self):
11628
11580
  r"""
11629
11581
  :param _Result: 出参
11630
- 注意:此字段可能返回 null,表示取不到有效值。
11631
11582
  :type Result: :class:`tencentcloud.tse.v20201207.models.DescribeInstanceInfoByIpResult`
11632
11583
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11633
11584
  :type RequestId: str
@@ -11638,7 +11589,6 @@ class DescribeCloudNativeAPIGatewayInfoByIpResponse(AbstractModel):
11638
11589
  @property
11639
11590
  def Result(self):
11640
11591
  """出参
11641
- 注意:此字段可能返回 null,表示取不到有效值。
11642
11592
  :rtype: :class:`tencentcloud.tse.v20201207.models.DescribeInstanceInfoByIpResult`
11643
11593
  """
11644
11594
  return self._Result
@@ -11892,7 +11842,6 @@ class DescribeCloudNativeAPIGatewayPortsResponse(AbstractModel):
11892
11842
  def __init__(self):
11893
11843
  r"""
11894
11844
  :param _Result: 云原生API网关实例协议端口列表响应结果
11895
- 注意:此字段可能返回 null,表示取不到有效值。
11896
11845
  :type Result: :class:`tencentcloud.tse.v20201207.models.DescribeGatewayInstancePortResult`
11897
11846
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11898
11847
  :type RequestId: str
@@ -11903,7 +11852,6 @@ class DescribeCloudNativeAPIGatewayPortsResponse(AbstractModel):
11903
11852
  @property
11904
11853
  def Result(self):
11905
11854
  """云原生API网关实例协议端口列表响应结果
11906
- 注意:此字段可能返回 null,表示取不到有效值。
11907
11855
  :rtype: :class:`tencentcloud.tse.v20201207.models.DescribeGatewayInstancePortResult`
11908
11856
  """
11909
11857
  return self._Result
@@ -12679,7 +12627,6 @@ class DescribeCloudNativeAPIGatewayRoutesResponse(AbstractModel):
12679
12627
  def __init__(self):
12680
12628
  r"""
12681
12629
  :param _Result: 无
12682
- 注意:此字段可能返回 null,表示取不到有效值。
12683
12630
  :type Result: :class:`tencentcloud.tse.v20201207.models.KongServiceRouteList`
12684
12631
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12685
12632
  :type RequestId: str
@@ -12690,7 +12637,6 @@ class DescribeCloudNativeAPIGatewayRoutesResponse(AbstractModel):
12690
12637
  @property
12691
12638
  def Result(self):
12692
12639
  """无
12693
- 注意:此字段可能返回 null,表示取不到有效值。
12694
12640
  :rtype: :class:`tencentcloud.tse.v20201207.models.KongServiceRouteList`
12695
12641
  """
12696
12642
  return self._Result
@@ -12908,7 +12854,6 @@ class DescribeCloudNativeAPIGatewayServicesResponse(AbstractModel):
12908
12854
  def __init__(self):
12909
12855
  r"""
12910
12856
  :param _Result: 无
12911
- 注意:此字段可能返回 null,表示取不到有效值。
12912
12857
  :type Result: :class:`tencentcloud.tse.v20201207.models.KongServices`
12913
12858
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12914
12859
  :type RequestId: str
@@ -12919,7 +12864,6 @@ class DescribeCloudNativeAPIGatewayServicesResponse(AbstractModel):
12919
12864
  @property
12920
12865
  def Result(self):
12921
12866
  """无
12922
- 注意:此字段可能返回 null,表示取不到有效值。
12923
12867
  :rtype: :class:`tencentcloud.tse.v20201207.models.KongServices`
12924
12868
  """
12925
12869
  return self._Result
@@ -14605,10 +14549,8 @@ class DescribeGatewayInstancePortResult(AbstractModel):
14605
14549
  def __init__(self):
14606
14550
  r"""
14607
14551
  :param _GatewayId: 云原生API网关ID
14608
- 注意:此字段可能返回 null,表示取不到有效值。
14609
14552
  :type GatewayId: str
14610
14553
  :param _GatewayInstancePortList: 网关实例协议端口列表
14611
- 注意:此字段可能返回 null,表示取不到有效值。
14612
14554
  :type GatewayInstancePortList: list of GatewayInstanceSchemeAndPorts
14613
14555
  """
14614
14556
  self._GatewayId = None
@@ -14617,7 +14559,6 @@ class DescribeGatewayInstancePortResult(AbstractModel):
14617
14559
  @property
14618
14560
  def GatewayId(self):
14619
14561
  """云原生API网关ID
14620
- 注意:此字段可能返回 null,表示取不到有效值。
14621
14562
  :rtype: str
14622
14563
  """
14623
14564
  return self._GatewayId
@@ -14629,7 +14570,6 @@ class DescribeGatewayInstancePortResult(AbstractModel):
14629
14570
  @property
14630
14571
  def GatewayInstancePortList(self):
14631
14572
  """网关实例协议端口列表
14632
- 注意:此字段可能返回 null,表示取不到有效值。
14633
14573
  :rtype: list of GatewayInstanceSchemeAndPorts
14634
14574
  """
14635
14575
  return self._GatewayInstancePortList
@@ -15918,10 +15858,8 @@ class DescribeInstanceInfoByIpResult(AbstractModel):
15918
15858
  def __init__(self):
15919
15859
  r"""
15920
15860
  :param _GatewayId: 实例id
15921
- 注意:此字段可能返回 null,表示取不到有效值。
15922
15861
  :type GatewayId: str
15923
15862
  :param _GroupId: 分组id
15924
- 注意:此字段可能返回 null,表示取不到有效值。
15925
15863
  :type GroupId: str
15926
15864
  """
15927
15865
  self._GatewayId = None
@@ -15930,7 +15868,6 @@ class DescribeInstanceInfoByIpResult(AbstractModel):
15930
15868
  @property
15931
15869
  def GatewayId(self):
15932
15870
  """实例id
15933
- 注意:此字段可能返回 null,表示取不到有效值。
15934
15871
  :rtype: str
15935
15872
  """
15936
15873
  return self._GatewayId
@@ -15942,7 +15879,6 @@ class DescribeInstanceInfoByIpResult(AbstractModel):
15942
15879
  @property
15943
15880
  def GroupId(self):
15944
15881
  """分组id
15945
- 注意:此字段可能返回 null,表示取不到有效值。
15946
15882
  :rtype: str
15947
15883
  """
15948
15884
  return self._GroupId
@@ -17156,7 +17092,6 @@ class DescribePublicNetworkResponse(AbstractModel):
17156
17092
  def __init__(self):
17157
17093
  r"""
17158
17094
  :param _Result: 获取云原生API网关公网详情响应结果。
17159
- 注意:此字段可能返回 null,表示取不到有效值。
17160
17095
  :type Result: :class:`tencentcloud.tse.v20201207.models.DescribePublicNetworkResult`
17161
17096
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
17162
17097
  :type RequestId: str
@@ -17167,7 +17102,6 @@ class DescribePublicNetworkResponse(AbstractModel):
17167
17102
  @property
17168
17103
  def Result(self):
17169
17104
  """获取云原生API网关公网详情响应结果。
17170
- 注意:此字段可能返回 null,表示取不到有效值。
17171
17105
  :rtype: :class:`tencentcloud.tse.v20201207.models.DescribePublicNetworkResult`
17172
17106
  """
17173
17107
  return self._Result
@@ -17203,13 +17137,10 @@ class DescribePublicNetworkResult(AbstractModel):
17203
17137
  def __init__(self):
17204
17138
  r"""
17205
17139
  :param _GatewayId: 网关实例ID
17206
- 注意:此字段可能返回 null,表示取不到有效值。
17207
17140
  :type GatewayId: str
17208
17141
  :param _GroupId: 网关分组ID
17209
- 注意:此字段可能返回 null,表示取不到有效值。
17210
17142
  :type GroupId: str
17211
17143
  :param _PublicNetwork: 客户端公网信息
17212
- 注意:此字段可能返回 null,表示取不到有效值。
17213
17144
  :type PublicNetwork: :class:`tencentcloud.tse.v20201207.models.CloudNativeAPIGatewayConfig`
17214
17145
  """
17215
17146
  self._GatewayId = None
@@ -17219,7 +17150,6 @@ class DescribePublicNetworkResult(AbstractModel):
17219
17150
  @property
17220
17151
  def GatewayId(self):
17221
17152
  """网关实例ID
17222
- 注意:此字段可能返回 null,表示取不到有效值。
17223
17153
  :rtype: str
17224
17154
  """
17225
17155
  return self._GatewayId
@@ -17231,7 +17161,6 @@ class DescribePublicNetworkResult(AbstractModel):
17231
17161
  @property
17232
17162
  def GroupId(self):
17233
17163
  """网关分组ID
17234
- 注意:此字段可能返回 null,表示取不到有效值。
17235
17164
  :rtype: str
17236
17165
  """
17237
17166
  return self._GroupId
@@ -17243,7 +17172,6 @@ class DescribePublicNetworkResult(AbstractModel):
17243
17172
  @property
17244
17173
  def PublicNetwork(self):
17245
17174
  """客户端公网信息
17246
- 注意:此字段可能返回 null,表示取不到有效值。
17247
17175
  :rtype: :class:`tencentcloud.tse.v20201207.models.CloudNativeAPIGatewayConfig`
17248
17176
  """
17249
17177
  return self._PublicNetwork
@@ -17765,7 +17693,6 @@ class DescribeUpstreamHealthCheckConfigResponse(AbstractModel):
17765
17693
  def __init__(self):
17766
17694
  r"""
17767
17695
  :param _Result: 健康检查配置
17768
- 注意:此字段可能返回 null,表示取不到有效值。
17769
17696
  :type Result: :class:`tencentcloud.tse.v20201207.models.UpstreamHealthCheckConfig`
17770
17697
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
17771
17698
  :type RequestId: str
@@ -17776,7 +17703,6 @@ class DescribeUpstreamHealthCheckConfigResponse(AbstractModel):
17776
17703
  @property
17777
17704
  def Result(self):
17778
17705
  """健康检查配置
17779
- 注意:此字段可能返回 null,表示取不到有效值。
17780
17706
  :rtype: :class:`tencentcloud.tse.v20201207.models.UpstreamHealthCheckConfig`
17781
17707
  """
17782
17708
  return self._Result
@@ -17848,7 +17774,6 @@ class DescribeWafDomainsResponse(AbstractModel):
17848
17774
  def __init__(self):
17849
17775
  r"""
17850
17776
  :param _Result: 已被 WAF 防护域名
17851
- 注意:此字段可能返回 null,表示取不到有效值。
17852
17777
  :type Result: :class:`tencentcloud.tse.v20201207.models.DescribeWafDomainsResult`
17853
17778
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
17854
17779
  :type RequestId: str
@@ -17859,7 +17784,6 @@ class DescribeWafDomainsResponse(AbstractModel):
17859
17784
  @property
17860
17785
  def Result(self):
17861
17786
  """已被 WAF 防护域名
17862
- 注意:此字段可能返回 null,表示取不到有效值。
17863
17787
  :rtype: :class:`tencentcloud.tse.v20201207.models.DescribeWafDomainsResult`
17864
17788
  """
17865
17789
  return self._Result
@@ -19101,10 +19025,8 @@ class GatewayInstanceSchemeAndPorts(AbstractModel):
19101
19025
  def __init__(self):
19102
19026
  r"""
19103
19027
  :param _Scheme: 端口协议,可选HTTP、HTTPS、TCP和UDP
19104
- 注意:此字段可能返回 null,表示取不到有效值。
19105
19028
  :type Scheme: str
19106
19029
  :param _PortList: 端口列表
19107
- 注意:此字段可能返回 null,表示取不到有效值。
19108
19030
  :type PortList: list of int non-negative
19109
19031
  """
19110
19032
  self._Scheme = None
@@ -19113,7 +19035,6 @@ class GatewayInstanceSchemeAndPorts(AbstractModel):
19113
19035
  @property
19114
19036
  def Scheme(self):
19115
19037
  """端口协议,可选HTTP、HTTPS、TCP和UDP
19116
- 注意:此字段可能返回 null,表示取不到有效值。
19117
19038
  :rtype: str
19118
19039
  """
19119
19040
  return self._Scheme
@@ -19125,7 +19046,6 @@ class GatewayInstanceSchemeAndPorts(AbstractModel):
19125
19046
  @property
19126
19047
  def PortList(self):
19127
19048
  """端口列表
19128
- 注意:此字段可能返回 null,表示取不到有效值。
19129
19049
  :rtype: list of int non-negative
19130
19050
  """
19131
19051
  return self._PortList
@@ -21776,16 +21696,12 @@ class KongActiveHealthCheck(AbstractModel):
21776
21696
  def __init__(self):
21777
21697
  r"""
21778
21698
  :param _HealthyInterval: 主动健康检查健康探测间隔,单位:秒,0表示不开启
21779
- 注意:此字段可能返回 null,表示取不到有效值。
21780
21699
  :type HealthyInterval: int
21781
21700
  :param _UnHealthyInterval: 主动健康检查异常探测间隔,单位:秒,0表示不开启
21782
- 注意:此字段可能返回 null,表示取不到有效值。
21783
21701
  :type UnHealthyInterval: int
21784
21702
  :param _HttpPath: 在 GET HTTP 请求中使用的路径,以作为主动运行状况检查的探测器运行。默认: ”/”。
21785
- 注意:此字段可能返回 null,表示取不到有效值。
21786
21703
  :type HttpPath: str
21787
21704
  :param _Timeout: GET HTTP 请求的超时时间,单位:秒。默认 60。
21788
- 注意:此字段可能返回 null,表示取不到有效值。
21789
21705
  :type Timeout: float
21790
21706
  """
21791
21707
  self._HealthyInterval = None
@@ -21796,7 +21712,6 @@ class KongActiveHealthCheck(AbstractModel):
21796
21712
  @property
21797
21713
  def HealthyInterval(self):
21798
21714
  """主动健康检查健康探测间隔,单位:秒,0表示不开启
21799
- 注意:此字段可能返回 null,表示取不到有效值。
21800
21715
  :rtype: int
21801
21716
  """
21802
21717
  return self._HealthyInterval
@@ -21808,7 +21723,6 @@ class KongActiveHealthCheck(AbstractModel):
21808
21723
  @property
21809
21724
  def UnHealthyInterval(self):
21810
21725
  """主动健康检查异常探测间隔,单位:秒,0表示不开启
21811
- 注意:此字段可能返回 null,表示取不到有效值。
21812
21726
  :rtype: int
21813
21727
  """
21814
21728
  return self._UnHealthyInterval
@@ -21820,7 +21734,6 @@ class KongActiveHealthCheck(AbstractModel):
21820
21734
  @property
21821
21735
  def HttpPath(self):
21822
21736
  """在 GET HTTP 请求中使用的路径,以作为主动运行状况检查的探测器运行。默认: ”/”。
21823
- 注意:此字段可能返回 null,表示取不到有效值。
21824
21737
  :rtype: str
21825
21738
  """
21826
21739
  return self._HttpPath
@@ -21832,7 +21745,6 @@ class KongActiveHealthCheck(AbstractModel):
21832
21745
  @property
21833
21746
  def Timeout(self):
21834
21747
  """GET HTTP 请求的超时时间,单位:秒。默认 60。
21835
- 注意:此字段可能返回 null,表示取不到有效值。
21836
21748
  :rtype: float
21837
21749
  """
21838
21750
  return self._Timeout
@@ -21865,7 +21777,6 @@ class KongCertificate(AbstractModel):
21865
21777
  def __init__(self):
21866
21778
  r"""
21867
21779
  :param _Cert: 无
21868
- 注意:此字段可能返回 null,表示取不到有效值。
21869
21780
  :type Cert: :class:`tencentcloud.tse.v20201207.models.KongCertificatesPreview`
21870
21781
  """
21871
21782
  self._Cert = None
@@ -21873,7 +21784,6 @@ class KongCertificate(AbstractModel):
21873
21784
  @property
21874
21785
  def Cert(self):
21875
21786
  """无
21876
- 注意:此字段可能返回 null,表示取不到有效值。
21877
21787
  :rtype: :class:`tencentcloud.tse.v20201207.models.KongCertificatesPreview`
21878
21788
  """
21879
21789
  return self._Cert
@@ -21986,39 +21896,28 @@ class KongCertificatesPreview(AbstractModel):
21986
21896
  def __init__(self):
21987
21897
  r"""
21988
21898
  :param _Name: 证书名称
21989
- 注意:此字段可能返回 null,表示取不到有效值。
21990
21899
  :type Name: str
21991
21900
  :param _Id: Id
21992
- 注意:此字段可能返回 null,表示取不到有效值。
21993
21901
  :type Id: str
21994
21902
  :param _BindDomains: 绑定的域名
21995
- 注意:此字段可能返回 null,表示取不到有效值。
21996
21903
  :type BindDomains: list of str
21997
21904
  :param _Status: 证书状态:expired(已过期)
21998
21905
  active(生效中)
21999
- 注意:此字段可能返回 null,表示取不到有效值。
22000
21906
  :type Status: str
22001
21907
  :param _Crt: 证书pem格式
22002
- 注意:此字段可能返回 null,表示取不到有效值。
22003
21908
  :type Crt: str
22004
21909
  :param _Key: 证书私钥
22005
- 注意:此字段可能返回 null,表示取不到有效值。
22006
21910
  :type Key: str
22007
21911
  :param _ExpireTime: 证书过期时间
22008
- 注意:此字段可能返回 null,表示取不到有效值。
22009
21912
  :type ExpireTime: str
22010
21913
  :param _CreateTime: 证书上传时间
22011
- 注意:此字段可能返回 null,表示取不到有效值。
22012
21914
  :type CreateTime: str
22013
21915
  :param _IssueTime: 证书签发时间
22014
- 注意:此字段可能返回 null,表示取不到有效值。
22015
21916
  :type IssueTime: str
22016
21917
  :param _CertSource: 证书来源:native(kong自定义证书)
22017
21918
  ssl(ssl平台证书)
22018
- 注意:此字段可能返回 null,表示取不到有效值。
22019
21919
  :type CertSource: str
22020
21920
  :param _CertId: ssl平台证书Id
22021
- 注意:此字段可能返回 null,表示取不到有效值。
22022
21921
  :type CertId: str
22023
21922
  """
22024
21923
  self._Name = None
@@ -22036,7 +21935,6 @@ class KongCertificatesPreview(AbstractModel):
22036
21935
  @property
22037
21936
  def Name(self):
22038
21937
  """证书名称
22039
- 注意:此字段可能返回 null,表示取不到有效值。
22040
21938
  :rtype: str
22041
21939
  """
22042
21940
  return self._Name
@@ -22048,7 +21946,6 @@ class KongCertificatesPreview(AbstractModel):
22048
21946
  @property
22049
21947
  def Id(self):
22050
21948
  """Id
22051
- 注意:此字段可能返回 null,表示取不到有效值。
22052
21949
  :rtype: str
22053
21950
  """
22054
21951
  return self._Id
@@ -22060,7 +21957,6 @@ class KongCertificatesPreview(AbstractModel):
22060
21957
  @property
22061
21958
  def BindDomains(self):
22062
21959
  """绑定的域名
22063
- 注意:此字段可能返回 null,表示取不到有效值。
22064
21960
  :rtype: list of str
22065
21961
  """
22066
21962
  return self._BindDomains
@@ -22073,7 +21969,6 @@ class KongCertificatesPreview(AbstractModel):
22073
21969
  def Status(self):
22074
21970
  """证书状态:expired(已过期)
22075
21971
  active(生效中)
22076
- 注意:此字段可能返回 null,表示取不到有效值。
22077
21972
  :rtype: str
22078
21973
  """
22079
21974
  return self._Status
@@ -22085,7 +21980,6 @@ class KongCertificatesPreview(AbstractModel):
22085
21980
  @property
22086
21981
  def Crt(self):
22087
21982
  """证书pem格式
22088
- 注意:此字段可能返回 null,表示取不到有效值。
22089
21983
  :rtype: str
22090
21984
  """
22091
21985
  return self._Crt
@@ -22097,7 +21991,6 @@ class KongCertificatesPreview(AbstractModel):
22097
21991
  @property
22098
21992
  def Key(self):
22099
21993
  """证书私钥
22100
- 注意:此字段可能返回 null,表示取不到有效值。
22101
21994
  :rtype: str
22102
21995
  """
22103
21996
  return self._Key
@@ -22109,7 +22002,6 @@ class KongCertificatesPreview(AbstractModel):
22109
22002
  @property
22110
22003
  def ExpireTime(self):
22111
22004
  """证书过期时间
22112
- 注意:此字段可能返回 null,表示取不到有效值。
22113
22005
  :rtype: str
22114
22006
  """
22115
22007
  return self._ExpireTime
@@ -22121,7 +22013,6 @@ class KongCertificatesPreview(AbstractModel):
22121
22013
  @property
22122
22014
  def CreateTime(self):
22123
22015
  """证书上传时间
22124
- 注意:此字段可能返回 null,表示取不到有效值。
22125
22016
  :rtype: str
22126
22017
  """
22127
22018
  return self._CreateTime
@@ -22133,7 +22024,6 @@ class KongCertificatesPreview(AbstractModel):
22133
22024
  @property
22134
22025
  def IssueTime(self):
22135
22026
  """证书签发时间
22136
- 注意:此字段可能返回 null,表示取不到有效值。
22137
22027
  :rtype: str
22138
22028
  """
22139
22029
  return self._IssueTime
@@ -22146,7 +22036,6 @@ class KongCertificatesPreview(AbstractModel):
22146
22036
  def CertSource(self):
22147
22037
  """证书来源:native(kong自定义证书)
22148
22038
  ssl(ssl平台证书)
22149
- 注意:此字段可能返回 null,表示取不到有效值。
22150
22039
  :rtype: str
22151
22040
  """
22152
22041
  return self._CertSource
@@ -22158,7 +22047,6 @@ class KongCertificatesPreview(AbstractModel):
22158
22047
  @property
22159
22048
  def CertId(self):
22160
22049
  """ssl平台证书Id
22161
- 注意:此字段可能返回 null,表示取不到有效值。
22162
22050
  :rtype: str
22163
22051
  """
22164
22052
  return self._CertId
@@ -22198,7 +22086,6 @@ class KongPassiveHealthCheck(AbstractModel):
22198
22086
  def __init__(self):
22199
22087
  r"""
22200
22088
  :param _Type: 后端target协议类型,被动健康检查支持http和tcp,主动健康检查支持http
22201
- 注意:此字段可能返回 null,表示取不到有效值。
22202
22089
  :type Type: str
22203
22090
  """
22204
22091
  self._Type = None
@@ -22206,7 +22093,6 @@ class KongPassiveHealthCheck(AbstractModel):
22206
22093
  @property
22207
22094
  def Type(self):
22208
22095
  """后端target协议类型,被动健康检查支持http和tcp,主动健康检查支持http
22209
- 注意:此字段可能返回 null,表示取不到有效值。
22210
22096
  :rtype: str
22211
22097
  """
22212
22098
  return self._Type
@@ -22236,10 +22122,8 @@ class KongRoutePreview(AbstractModel):
22236
22122
  def __init__(self):
22237
22123
  r"""
22238
22124
  :param _ID: 服务ID
22239
- 注意:此字段可能返回 null,表示取不到有效值。
22240
22125
  :type ID: str
22241
22126
  :param _Name: 服务名字
22242
- 注意:此字段可能返回 null,表示取不到有效值。
22243
22127
  :type Name: str
22244
22128
  :param _Methods: 无
22245
22129
  注意:此字段可能返回 null,表示取不到有效值。
@@ -22251,34 +22135,25 @@ class KongRoutePreview(AbstractModel):
22251
22135
  注意:此字段可能返回 null,表示取不到有效值。
22252
22136
  :type Hosts: list of str
22253
22137
  :param _Protocols: 无
22254
- 注意:此字段可能返回 null,表示取不到有效值。
22255
22138
  :type Protocols: list of str
22256
22139
  :param _PreserveHost: 无
22257
- 注意:此字段可能返回 null,表示取不到有效值。
22258
22140
  :type PreserveHost: bool
22259
22141
  :param _HttpsRedirectStatusCode: 无
22260
- 注意:此字段可能返回 null,表示取不到有效值。
22261
22142
  :type HttpsRedirectStatusCode: int
22262
22143
  :param _StripPath: 无
22263
- 注意:此字段可能返回 null,表示取不到有效值。
22264
22144
  :type StripPath: bool
22265
22145
  :param _CreatedTime: 无
22266
- 注意:此字段可能返回 null,表示取不到有效值。
22267
22146
  :type CreatedTime: str
22268
22147
  :param _ForceHttps: 是否开启了强制HTTPS
22269
22148
  注意:此字段可能返回 null,表示取不到有效值。
22270
22149
  :type ForceHttps: bool
22271
22150
  :param _ServiceName: 服务名
22272
- 注意:此字段可能返回 null,表示取不到有效值。
22273
22151
  :type ServiceName: str
22274
22152
  :param _ServiceID: 服务ID
22275
- 注意:此字段可能返回 null,表示取不到有效值。
22276
22153
  :type ServiceID: str
22277
22154
  :param _DestinationPorts: 目的端口
22278
- 注意:此字段可能返回 null,表示取不到有效值。
22279
22155
  :type DestinationPorts: list of int non-negative
22280
22156
  :param _Headers: 路由的Headers
22281
- 注意:此字段可能返回 null,表示取不到有效值。
22282
22157
  :type Headers: list of KVMapping
22283
22158
  :param _RequestBuffering: 是否缓存请求body,默认true
22284
22159
  :type RequestBuffering: bool
@@ -22309,7 +22184,6 @@ class KongRoutePreview(AbstractModel):
22309
22184
  @property
22310
22185
  def ID(self):
22311
22186
  """服务ID
22312
- 注意:此字段可能返回 null,表示取不到有效值。
22313
22187
  :rtype: str
22314
22188
  """
22315
22189
  return self._ID
@@ -22321,7 +22195,6 @@ class KongRoutePreview(AbstractModel):
22321
22195
  @property
22322
22196
  def Name(self):
22323
22197
  """服务名字
22324
- 注意:此字段可能返回 null,表示取不到有效值。
22325
22198
  :rtype: str
22326
22199
  """
22327
22200
  return self._Name
@@ -22369,7 +22242,6 @@ class KongRoutePreview(AbstractModel):
22369
22242
  @property
22370
22243
  def Protocols(self):
22371
22244
  """无
22372
- 注意:此字段可能返回 null,表示取不到有效值。
22373
22245
  :rtype: list of str
22374
22246
  """
22375
22247
  return self._Protocols
@@ -22381,7 +22253,6 @@ class KongRoutePreview(AbstractModel):
22381
22253
  @property
22382
22254
  def PreserveHost(self):
22383
22255
  """无
22384
- 注意:此字段可能返回 null,表示取不到有效值。
22385
22256
  :rtype: bool
22386
22257
  """
22387
22258
  return self._PreserveHost
@@ -22393,7 +22264,6 @@ class KongRoutePreview(AbstractModel):
22393
22264
  @property
22394
22265
  def HttpsRedirectStatusCode(self):
22395
22266
  """无
22396
- 注意:此字段可能返回 null,表示取不到有效值。
22397
22267
  :rtype: int
22398
22268
  """
22399
22269
  return self._HttpsRedirectStatusCode
@@ -22405,7 +22275,6 @@ class KongRoutePreview(AbstractModel):
22405
22275
  @property
22406
22276
  def StripPath(self):
22407
22277
  """无
22408
- 注意:此字段可能返回 null,表示取不到有效值。
22409
22278
  :rtype: bool
22410
22279
  """
22411
22280
  return self._StripPath
@@ -22417,7 +22286,6 @@ class KongRoutePreview(AbstractModel):
22417
22286
  @property
22418
22287
  def CreatedTime(self):
22419
22288
  """无
22420
- 注意:此字段可能返回 null,表示取不到有效值。
22421
22289
  :rtype: str
22422
22290
  """
22423
22291
  return self._CreatedTime
@@ -22445,7 +22313,6 @@ class KongRoutePreview(AbstractModel):
22445
22313
  @property
22446
22314
  def ServiceName(self):
22447
22315
  """服务名
22448
- 注意:此字段可能返回 null,表示取不到有效值。
22449
22316
  :rtype: str
22450
22317
  """
22451
22318
  return self._ServiceName
@@ -22457,7 +22324,6 @@ class KongRoutePreview(AbstractModel):
22457
22324
  @property
22458
22325
  def ServiceID(self):
22459
22326
  """服务ID
22460
- 注意:此字段可能返回 null,表示取不到有效值。
22461
22327
  :rtype: str
22462
22328
  """
22463
22329
  return self._ServiceID
@@ -22469,7 +22335,6 @@ class KongRoutePreview(AbstractModel):
22469
22335
  @property
22470
22336
  def DestinationPorts(self):
22471
22337
  """目的端口
22472
- 注意:此字段可能返回 null,表示取不到有效值。
22473
22338
  :rtype: list of int non-negative
22474
22339
  """
22475
22340
  return self._DestinationPorts
@@ -22481,7 +22346,6 @@ class KongRoutePreview(AbstractModel):
22481
22346
  @property
22482
22347
  def Headers(self):
22483
22348
  """路由的Headers
22484
- 注意:此字段可能返回 null,表示取不到有效值。
22485
22349
  :rtype: list of KVMapping
22486
22350
  """
22487
22351
  return self._Headers
@@ -22776,25 +22640,18 @@ class KongServicePreview(AbstractModel):
22776
22640
  def __init__(self):
22777
22641
  r"""
22778
22642
  :param _ID: 服务ID
22779
- 注意:此字段可能返回 null,表示取不到有效值。
22780
22643
  :type ID: str
22781
22644
  :param _Name: 服务名字
22782
- 注意:此字段可能返回 null,表示取不到有效值。
22783
22645
  :type Name: str
22784
22646
  :param _Tags: 标签
22785
- 注意:此字段可能返回 null,表示取不到有效值。
22786
22647
  :type Tags: list of str
22787
22648
  :param _UpstreamInfo: 后端配置
22788
- 注意:此字段可能返回 null,表示取不到有效值。
22789
22649
  :type UpstreamInfo: :class:`tencentcloud.tse.v20201207.models.KongUpstreamInfo`
22790
22650
  :param _UpstreamType: 后端类型
22791
- 注意:此字段可能返回 null,表示取不到有效值。
22792
22651
  :type UpstreamType: str
22793
22652
  :param _CreatedTime: 创建时间
22794
- 注意:此字段可能返回 null,表示取不到有效值。
22795
22653
  :type CreatedTime: str
22796
22654
  :param _Editable: 是否可编辑
22797
- 注意:此字段可能返回 null,表示取不到有效值。
22798
22655
  :type Editable: bool
22799
22656
  :param _Path: 请求路径
22800
22657
  注意:此字段可能返回 null,表示取不到有效值。
@@ -22812,7 +22669,6 @@ class KongServicePreview(AbstractModel):
22812
22669
  @property
22813
22670
  def ID(self):
22814
22671
  """服务ID
22815
- 注意:此字段可能返回 null,表示取不到有效值。
22816
22672
  :rtype: str
22817
22673
  """
22818
22674
  return self._ID
@@ -22824,7 +22680,6 @@ class KongServicePreview(AbstractModel):
22824
22680
  @property
22825
22681
  def Name(self):
22826
22682
  """服务名字
22827
- 注意:此字段可能返回 null,表示取不到有效值。
22828
22683
  :rtype: str
22829
22684
  """
22830
22685
  return self._Name
@@ -22836,7 +22691,6 @@ class KongServicePreview(AbstractModel):
22836
22691
  @property
22837
22692
  def Tags(self):
22838
22693
  """标签
22839
- 注意:此字段可能返回 null,表示取不到有效值。
22840
22694
  :rtype: list of str
22841
22695
  """
22842
22696
  return self._Tags
@@ -22848,7 +22702,6 @@ class KongServicePreview(AbstractModel):
22848
22702
  @property
22849
22703
  def UpstreamInfo(self):
22850
22704
  """后端配置
22851
- 注意:此字段可能返回 null,表示取不到有效值。
22852
22705
  :rtype: :class:`tencentcloud.tse.v20201207.models.KongUpstreamInfo`
22853
22706
  """
22854
22707
  return self._UpstreamInfo
@@ -22860,7 +22713,6 @@ class KongServicePreview(AbstractModel):
22860
22713
  @property
22861
22714
  def UpstreamType(self):
22862
22715
  """后端类型
22863
- 注意:此字段可能返回 null,表示取不到有效值。
22864
22716
  :rtype: str
22865
22717
  """
22866
22718
  return self._UpstreamType
@@ -22872,7 +22724,6 @@ class KongServicePreview(AbstractModel):
22872
22724
  @property
22873
22725
  def CreatedTime(self):
22874
22726
  """创建时间
22875
- 注意:此字段可能返回 null,表示取不到有效值。
22876
22727
  :rtype: str
22877
22728
  """
22878
22729
  return self._CreatedTime
@@ -22884,7 +22735,6 @@ class KongServicePreview(AbstractModel):
22884
22735
  @property
22885
22736
  def Editable(self):
22886
22737
  """是否可编辑
22887
- 注意:此字段可能返回 null,表示取不到有效值。
22888
22738
  :rtype: bool
22889
22739
  """
22890
22740
  return self._Editable
@@ -22935,10 +22785,8 @@ class KongServiceRouteList(AbstractModel):
22935
22785
  def __init__(self):
22936
22786
  r"""
22937
22787
  :param _RouteList: 无
22938
- 注意:此字段可能返回 null,表示取不到有效值。
22939
22788
  :type RouteList: list of KongRoutePreview
22940
22789
  :param _TotalCount: 总数
22941
- 注意:此字段可能返回 null,表示取不到有效值。
22942
22790
  :type TotalCount: int
22943
22791
  """
22944
22792
  self._RouteList = None
@@ -22947,7 +22795,6 @@ class KongServiceRouteList(AbstractModel):
22947
22795
  @property
22948
22796
  def RouteList(self):
22949
22797
  """无
22950
- 注意:此字段可能返回 null,表示取不到有效值。
22951
22798
  :rtype: list of KongRoutePreview
22952
22799
  """
22953
22800
  return self._RouteList
@@ -22959,7 +22806,6 @@ class KongServiceRouteList(AbstractModel):
22959
22806
  @property
22960
22807
  def TotalCount(self):
22961
22808
  """总数
22962
- 注意:此字段可能返回 null,表示取不到有效值。
22963
22809
  :rtype: int
22964
22810
  """
22965
22811
  return self._TotalCount
@@ -22995,10 +22841,8 @@ class KongServices(AbstractModel):
22995
22841
  def __init__(self):
22996
22842
  r"""
22997
22843
  :param _ServiceList: kong实例的服务列表
22998
- 注意:此字段可能返回 null,表示取不到有效值。
22999
22844
  :type ServiceList: list of KongServicePreview
23000
22845
  :param _TotalCount: 列表总数
23001
- 注意:此字段可能返回 null,表示取不到有效值。
23002
22846
  :type TotalCount: int
23003
22847
  """
23004
22848
  self._ServiceList = None
@@ -23007,7 +22851,6 @@ class KongServices(AbstractModel):
23007
22851
  @property
23008
22852
  def ServiceList(self):
23009
22853
  """kong实例的服务列表
23010
- 注意:此字段可能返回 null,表示取不到有效值。
23011
22854
  :rtype: list of KongServicePreview
23012
22855
  """
23013
22856
  return self._ServiceList
@@ -23019,7 +22862,6 @@ class KongServices(AbstractModel):
23019
22862
  @property
23020
22863
  def TotalCount(self):
23021
22864
  """列表总数
23022
- 注意:此字段可能返回 null,表示取不到有效值。
23023
22865
  :rtype: int
23024
22866
  """
23025
22867
  return self._TotalCount
@@ -30449,7 +30291,6 @@ class UpdateUpstreamHealthCheckConfigResponse(AbstractModel):
30449
30291
  def __init__(self):
30450
30292
  r"""
30451
30293
  :param _Result: 是否成功
30452
- 注意:此字段可能返回 null,表示取不到有效值。
30453
30294
  :type Result: bool
30454
30295
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
30455
30296
  :type RequestId: str
@@ -30460,7 +30301,6 @@ class UpdateUpstreamHealthCheckConfigResponse(AbstractModel):
30460
30301
  @property
30461
30302
  def Result(self):
30462
30303
  """是否成功
30463
- 注意:此字段可能返回 null,表示取不到有效值。
30464
30304
  :rtype: bool
30465
30305
  """
30466
30306
  return self._Result
@@ -30565,7 +30405,6 @@ class UpdateUpstreamTargetsResponse(AbstractModel):
30565
30405
  def __init__(self):
30566
30406
  r"""
30567
30407
  :param _Result: 是否更新成功
30568
- 注意:此字段可能返回 null,表示取不到有效值。
30569
30408
  :type Result: bool
30570
30409
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
30571
30410
  :type RequestId: str
@@ -30576,7 +30415,6 @@ class UpdateUpstreamTargetsResponse(AbstractModel):
30576
30415
  @property
30577
30416
  def Result(self):
30578
30417
  """是否更新成功
30579
- 注意:此字段可能返回 null,表示取不到有效值。
30580
30418
  :rtype: bool
30581
30419
  """
30582
30420
  return self._Result
@@ -30610,37 +30448,27 @@ class UpstreamHealthCheckConfig(AbstractModel):
30610
30448
  def __init__(self):
30611
30449
  r"""
30612
30450
  :param _EnableActiveHealthCheck: 开启主动健康检查
30613
- 注意:此字段可能返回 null,表示取不到有效值。
30614
30451
  :type EnableActiveHealthCheck: bool
30615
30452
  :param _ActiveHealthCheck: 主动健康检查配置
30616
- 注意:此字段可能返回 null,表示取不到有效值。
30617
30453
  :type ActiveHealthCheck: :class:`tencentcloud.tse.v20201207.models.KongActiveHealthCheck`
30618
30454
  :param _EnablePassiveHealthCheck: 开启被动健康检查
30619
- 注意:此字段可能返回 null,表示取不到有效值。
30620
30455
  :type EnablePassiveHealthCheck: bool
30621
30456
  :param _PassiveHealthCheck: 被动健康检查配置
30622
- 注意:此字段可能返回 null,表示取不到有效值。
30623
30457
  :type PassiveHealthCheck: :class:`tencentcloud.tse.v20201207.models.KongPassiveHealthCheck`
30624
30458
  :param _Successes: 连续健康阈值,单位:次
30625
- 注意:此字段可能返回 null,表示取不到有效值。
30626
30459
  :type Successes: int
30627
30460
  :param _Failures: 连续异常阈值,单位:次
30628
- 注意:此字段可能返回 null,表示取不到有效值。
30629
30461
  :type Failures: int
30630
30462
  :param _Timeouts: 超时阈值,单位:次
30631
- 注意:此字段可能返回 null,表示取不到有效值。
30632
30463
  :type Timeouts: int
30633
30464
  :param _HealthyHttpStatuses: 健康HTTP状态码
30634
- 注意:此字段可能返回 null,表示取不到有效值。
30635
30465
  :type HealthyHttpStatuses: list of int non-negative
30636
30466
  :param _UnhealthyHttpStatuses: 异常HTTP状态码
30637
- 注意:此字段可能返回 null,表示取不到有效值。
30638
30467
  :type UnhealthyHttpStatuses: list of int non-negative
30639
30468
  :param _IgnoreZeroWeightNodes: 健康检查监控上报的数据屏蔽权重为0的节点
30640
30469
  注意:此字段可能返回 null,表示取不到有效值。
30641
30470
  :type IgnoreZeroWeightNodes: bool
30642
30471
  :param _ZeroWeightHeathCheck: 健康检查支持权重为0节点
30643
- 注意:此字段可能返回 null,表示取不到有效值。
30644
30472
  :type ZeroWeightHeathCheck: bool
30645
30473
  """
30646
30474
  self._EnableActiveHealthCheck = None
@@ -30658,7 +30486,6 @@ class UpstreamHealthCheckConfig(AbstractModel):
30658
30486
  @property
30659
30487
  def EnableActiveHealthCheck(self):
30660
30488
  """开启主动健康检查
30661
- 注意:此字段可能返回 null,表示取不到有效值。
30662
30489
  :rtype: bool
30663
30490
  """
30664
30491
  return self._EnableActiveHealthCheck
@@ -30670,7 +30497,6 @@ class UpstreamHealthCheckConfig(AbstractModel):
30670
30497
  @property
30671
30498
  def ActiveHealthCheck(self):
30672
30499
  """主动健康检查配置
30673
- 注意:此字段可能返回 null,表示取不到有效值。
30674
30500
  :rtype: :class:`tencentcloud.tse.v20201207.models.KongActiveHealthCheck`
30675
30501
  """
30676
30502
  return self._ActiveHealthCheck
@@ -30682,7 +30508,6 @@ class UpstreamHealthCheckConfig(AbstractModel):
30682
30508
  @property
30683
30509
  def EnablePassiveHealthCheck(self):
30684
30510
  """开启被动健康检查
30685
- 注意:此字段可能返回 null,表示取不到有效值。
30686
30511
  :rtype: bool
30687
30512
  """
30688
30513
  return self._EnablePassiveHealthCheck
@@ -30694,7 +30519,6 @@ class UpstreamHealthCheckConfig(AbstractModel):
30694
30519
  @property
30695
30520
  def PassiveHealthCheck(self):
30696
30521
  """被动健康检查配置
30697
- 注意:此字段可能返回 null,表示取不到有效值。
30698
30522
  :rtype: :class:`tencentcloud.tse.v20201207.models.KongPassiveHealthCheck`
30699
30523
  """
30700
30524
  return self._PassiveHealthCheck
@@ -30706,7 +30530,6 @@ class UpstreamHealthCheckConfig(AbstractModel):
30706
30530
  @property
30707
30531
  def Successes(self):
30708
30532
  """连续健康阈值,单位:次
30709
- 注意:此字段可能返回 null,表示取不到有效值。
30710
30533
  :rtype: int
30711
30534
  """
30712
30535
  return self._Successes
@@ -30718,7 +30541,6 @@ class UpstreamHealthCheckConfig(AbstractModel):
30718
30541
  @property
30719
30542
  def Failures(self):
30720
30543
  """连续异常阈值,单位:次
30721
- 注意:此字段可能返回 null,表示取不到有效值。
30722
30544
  :rtype: int
30723
30545
  """
30724
30546
  return self._Failures
@@ -30730,7 +30552,6 @@ class UpstreamHealthCheckConfig(AbstractModel):
30730
30552
  @property
30731
30553
  def Timeouts(self):
30732
30554
  """超时阈值,单位:次
30733
- 注意:此字段可能返回 null,表示取不到有效值。
30734
30555
  :rtype: int
30735
30556
  """
30736
30557
  return self._Timeouts
@@ -30742,7 +30563,6 @@ class UpstreamHealthCheckConfig(AbstractModel):
30742
30563
  @property
30743
30564
  def HealthyHttpStatuses(self):
30744
30565
  """健康HTTP状态码
30745
- 注意:此字段可能返回 null,表示取不到有效值。
30746
30566
  :rtype: list of int non-negative
30747
30567
  """
30748
30568
  return self._HealthyHttpStatuses
@@ -30754,7 +30574,6 @@ class UpstreamHealthCheckConfig(AbstractModel):
30754
30574
  @property
30755
30575
  def UnhealthyHttpStatuses(self):
30756
30576
  """异常HTTP状态码
30757
- 注意:此字段可能返回 null,表示取不到有效值。
30758
30577
  :rtype: list of int non-negative
30759
30578
  """
30760
30579
  return self._UnhealthyHttpStatuses
@@ -30782,7 +30601,6 @@ class UpstreamHealthCheckConfig(AbstractModel):
30782
30601
  @property
30783
30602
  def ZeroWeightHeathCheck(self):
30784
30603
  """健康检查支持权重为0节点
30785
- 注意:此字段可能返回 null,表示取不到有效值。
30786
30604
  :rtype: bool
30787
30605
  """
30788
30606
  return self._ZeroWeightHeathCheck