tencentcloud-sdk-python-igtm 3.0.1426__tar.gz → 3.0.1430__tar.gz

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 (16) hide show
  1. {tencentcloud-sdk-python-igtm-3.0.1426 → tencentcloud-sdk-python-igtm-3.0.1430}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-igtm-3.0.1426 → tencentcloud-sdk-python-igtm-3.0.1430}/setup.py +1 -1
  3. {tencentcloud-sdk-python-igtm-3.0.1426 → tencentcloud-sdk-python-igtm-3.0.1430}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-igtm-3.0.1426 → tencentcloud-sdk-python-igtm-3.0.1430}/tencentcloud/igtm/v20231024/models.py +4 -42
  5. {tencentcloud-sdk-python-igtm-3.0.1426 → tencentcloud-sdk-python-igtm-3.0.1430}/tencentcloud_sdk_python_igtm.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-igtm-3.0.1430/tencentcloud_sdk_python_igtm.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-igtm-3.0.1426/tencentcloud_sdk_python_igtm.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-igtm-3.0.1426 → tencentcloud-sdk-python-igtm-3.0.1430}/README.rst +0 -0
  9. {tencentcloud-sdk-python-igtm-3.0.1426 → tencentcloud-sdk-python-igtm-3.0.1430}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-igtm-3.0.1426 → tencentcloud-sdk-python-igtm-3.0.1430}/tencentcloud/igtm/__init__.py +0 -0
  11. {tencentcloud-sdk-python-igtm-3.0.1426 → tencentcloud-sdk-python-igtm-3.0.1430}/tencentcloud/igtm/v20231024/__init__.py +0 -0
  12. {tencentcloud-sdk-python-igtm-3.0.1426 → tencentcloud-sdk-python-igtm-3.0.1430}/tencentcloud/igtm/v20231024/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-igtm-3.0.1426 → tencentcloud-sdk-python-igtm-3.0.1430}/tencentcloud/igtm/v20231024/igtm_client.py +0 -0
  14. {tencentcloud-sdk-python-igtm-3.0.1426 → tencentcloud-sdk-python-igtm-3.0.1430}/tencentcloud_sdk_python_igtm.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-igtm-3.0.1426 → tencentcloud-sdk-python-igtm-3.0.1430}/tencentcloud_sdk_python_igtm.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-igtm-3.0.1426 → tencentcloud-sdk-python-igtm-3.0.1430}/tencentcloud_sdk_python_igtm.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-igtm
3
- Version: 3.0.1426
3
+ Version: 3.0.1430
4
4
  Summary: Tencent Cloud Igtm SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-igtm',
11
- install_requires=["tencentcloud-sdk-python-common>=3.0.1426,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.0.1430,<4.0.0"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Igtm SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1426'
17
+ __version__ = '3.0.1430'
@@ -781,7 +781,7 @@ ULTIMATE:旗舰版
781
781
  :type AccessSubDomain: str
782
782
  :param _Remark: 备注
783
783
  :type Remark: str
784
- :param _ResourceId: 套餐资源id,必填
784
+ :param _ResourceId: 套餐资源id
785
785
  :type ResourceId: str
786
786
  """
787
787
  self._Domain = None
@@ -888,7 +888,7 @@ ULTIMATE:旗舰版
888
888
 
889
889
  @property
890
890
  def ResourceId(self):
891
- """套餐资源id,必填
891
+ """套餐资源id
892
892
  :rtype: str
893
893
  """
894
894
  return self._ResourceId
@@ -1230,7 +1230,6 @@ class CreateMonitorResponse(AbstractModel):
1230
1230
  def __init__(self):
1231
1231
  r"""
1232
1232
  :param _MonitorId: 监控器id
1233
- 注意:此字段可能返回 null,表示取不到有效值。
1234
1233
  :type MonitorId: int
1235
1234
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1236
1235
  :type RequestId: str
@@ -1241,7 +1240,6 @@ class CreateMonitorResponse(AbstractModel):
1241
1240
  @property
1242
1241
  def MonitorId(self):
1243
1242
  """监控器id
1244
- 注意:此字段可能返回 null,表示取不到有效值。
1245
1243
  :rtype: int
1246
1244
  """
1247
1245
  return self._MonitorId
@@ -1416,7 +1414,6 @@ class CreateStrategyResponse(AbstractModel):
1416
1414
  def __init__(self):
1417
1415
  r"""
1418
1416
  :param _StrategyId: 新增策略id
1419
- 注意:此字段可能返回 null,表示取不到有效值。
1420
1417
  :type StrategyId: int
1421
1418
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1422
1419
  :type RequestId: str
@@ -1427,7 +1424,6 @@ class CreateStrategyResponse(AbstractModel):
1427
1424
  @property
1428
1425
  def StrategyId(self):
1429
1426
  """新增策略id
1430
- 注意:此字段可能返回 null,表示取不到有效值。
1431
1427
  :rtype: int
1432
1428
  """
1433
1429
  return self._StrategyId
@@ -1497,7 +1493,6 @@ class DeleteAddressPoolResponse(AbstractModel):
1497
1493
  def __init__(self):
1498
1494
  r"""
1499
1495
  :param _Msg: 是否成功
1500
- 注意:此字段可能返回 null,表示取不到有效值。
1501
1496
  :type Msg: str
1502
1497
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1503
1498
  :type RequestId: str
@@ -1508,7 +1503,6 @@ class DeleteAddressPoolResponse(AbstractModel):
1508
1503
  @property
1509
1504
  def Msg(self):
1510
1505
  """是否成功
1511
- 注意:此字段可能返回 null,表示取不到有效值。
1512
1506
  :rtype: str
1513
1507
  """
1514
1508
  return self._Msg
@@ -1578,7 +1572,6 @@ class DeleteMonitorResponse(AbstractModel):
1578
1572
  def __init__(self):
1579
1573
  r"""
1580
1574
  :param _Msg: 成功返回
1581
- 注意:此字段可能返回 null,表示取不到有效值。
1582
1575
  :type Msg: str
1583
1576
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1584
1577
  :type RequestId: str
@@ -1589,7 +1582,6 @@ class DeleteMonitorResponse(AbstractModel):
1589
1582
  @property
1590
1583
  def Msg(self):
1591
1584
  """成功返回
1592
- 注意:此字段可能返回 null,表示取不到有效值。
1593
1585
  :rtype: str
1594
1586
  """
1595
1587
  return self._Msg
@@ -1674,7 +1666,6 @@ class DeleteStrategyResponse(AbstractModel):
1674
1666
  def __init__(self):
1675
1667
  r"""
1676
1668
  :param _Msg: 是否成功
1677
- 注意:此字段可能返回 null,表示取不到有效值。
1678
1669
  :type Msg: str
1679
1670
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1680
1671
  :type RequestId: str
@@ -1685,7 +1676,6 @@ class DeleteStrategyResponse(AbstractModel):
1685
1676
  @property
1686
1677
  def Msg(self):
1687
1678
  """是否成功
1688
- 注意:此字段可能返回 null,表示取不到有效值。
1689
1679
  :rtype: str
1690
1680
  """
1691
1681
  return self._Msg
@@ -1755,7 +1745,6 @@ class DescribeAddressLocationResponse(AbstractModel):
1755
1745
  def __init__(self):
1756
1746
  r"""
1757
1747
  :param _AddressLocation: 所属地域
1758
- 注意:此字段可能返回 null,表示取不到有效值。
1759
1748
  :type AddressLocation: list of AddressLocation
1760
1749
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1761
1750
  :type RequestId: str
@@ -1766,7 +1755,6 @@ class DescribeAddressLocationResponse(AbstractModel):
1766
1755
  @property
1767
1756
  def AddressLocation(self):
1768
1757
  """所属地域
1769
- 注意:此字段可能返回 null,表示取不到有效值。
1770
1758
  :rtype: list of AddressLocation
1771
1759
  """
1772
1760
  return self._AddressLocation
@@ -1841,10 +1829,8 @@ class DescribeAddressPoolDetailResponse(AbstractModel):
1841
1829
  def __init__(self):
1842
1830
  r"""
1843
1831
  :param _AddressPool: 资源组详情描述
1844
- 注意:此字段可能返回 null,表示取不到有效值。
1845
1832
  :type AddressPool: :class:`tencentcloud.igtm.v20231024.models.AddressPoolDetail`
1846
1833
  :param _AddressSet: 资源组中的资源列表
1847
- 注意:此字段可能返回 null,表示取不到有效值。
1848
1834
  :type AddressSet: list of Address
1849
1835
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1850
1836
  :type RequestId: str
@@ -1856,7 +1842,6 @@ class DescribeAddressPoolDetailResponse(AbstractModel):
1856
1842
  @property
1857
1843
  def AddressPool(self):
1858
1844
  """资源组详情描述
1859
- 注意:此字段可能返回 null,表示取不到有效值。
1860
1845
  :rtype: :class:`tencentcloud.igtm.v20231024.models.AddressPoolDetail`
1861
1846
  """
1862
1847
  return self._AddressPool
@@ -1868,7 +1853,6 @@ class DescribeAddressPoolDetailResponse(AbstractModel):
1868
1853
  @property
1869
1854
  def AddressSet(self):
1870
1855
  """资源组中的资源列表
1871
- 注意:此字段可能返回 null,表示取不到有效值。
1872
1856
  :rtype: list of Address
1873
1857
  """
1874
1858
  return self._AddressSet
@@ -1981,10 +1965,8 @@ class DescribeAddressPoolListResponse(AbstractModel):
1981
1965
  def __init__(self):
1982
1966
  r"""
1983
1967
  :param _AddressPoolSet: 资源组列表
1984
- 注意:此字段可能返回 null,表示取不到有效值。
1985
1968
  :type AddressPoolSet: list of AddressPool
1986
1969
  :param _TotalCount: 总数
1987
- 注意:此字段可能返回 null,表示取不到有效值。
1988
1970
  :type TotalCount: int
1989
1971
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1990
1972
  :type RequestId: str
@@ -1996,7 +1978,6 @@ class DescribeAddressPoolListResponse(AbstractModel):
1996
1978
  @property
1997
1979
  def AddressPoolSet(self):
1998
1980
  """资源组列表
1999
- 注意:此字段可能返回 null,表示取不到有效值。
2000
1981
  :rtype: list of AddressPool
2001
1982
  """
2002
1983
  return self._AddressPoolSet
@@ -2008,7 +1989,6 @@ class DescribeAddressPoolListResponse(AbstractModel):
2008
1989
  @property
2009
1990
  def TotalCount(self):
2010
1991
  """总数
2011
- 注意:此字段可能返回 null,表示取不到有效值。
2012
1992
  :rtype: int
2013
1993
  """
2014
1994
  return self._TotalCount
@@ -2661,13 +2641,10 @@ class DescribeInstanceListResponse(AbstractModel):
2661
2641
  def __init__(self):
2662
2642
  r"""
2663
2643
  :param _InstanceSet: 实例列表
2664
- 注意:此字段可能返回 null,表示取不到有效值。
2665
2644
  :type InstanceSet: list of Instance
2666
2645
  :param _TotalCount: 列表总数
2667
- 注意:此字段可能返回 null,表示取不到有效值。
2668
2646
  :type TotalCount: int
2669
2647
  :param _SystemAccessEnabled: 是否支持系统域名接入:true支持;false不支持
2670
- 注意:此字段可能返回 null,表示取不到有效值。
2671
2648
  :type SystemAccessEnabled: bool
2672
2649
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2673
2650
  :type RequestId: str
@@ -2680,7 +2657,6 @@ class DescribeInstanceListResponse(AbstractModel):
2680
2657
  @property
2681
2658
  def InstanceSet(self):
2682
2659
  """实例列表
2683
- 注意:此字段可能返回 null,表示取不到有效值。
2684
2660
  :rtype: list of Instance
2685
2661
  """
2686
2662
  return self._InstanceSet
@@ -2692,7 +2668,6 @@ class DescribeInstanceListResponse(AbstractModel):
2692
2668
  @property
2693
2669
  def TotalCount(self):
2694
2670
  """列表总数
2695
- 注意:此字段可能返回 null,表示取不到有效值。
2696
2671
  :rtype: int
2697
2672
  """
2698
2673
  return self._TotalCount
@@ -2704,7 +2679,6 @@ class DescribeInstanceListResponse(AbstractModel):
2704
2679
  @property
2705
2680
  def SystemAccessEnabled(self):
2706
2681
  """是否支持系统域名接入:true支持;false不支持
2707
- 注意:此字段可能返回 null,表示取不到有效值。
2708
2682
  :rtype: bool
2709
2683
  """
2710
2684
  return self._SystemAccessEnabled
@@ -3026,7 +3000,6 @@ class DescribeMonitorsResponse(AbstractModel):
3026
3000
  def __init__(self):
3027
3001
  r"""
3028
3002
  :param _MonitorDataSet: 监控器列表
3029
- 注意:此字段可能返回 null,表示取不到有效值。
3030
3003
  :type MonitorDataSet: list of MonitorDetail
3031
3004
  :param _TotalCount: 数量
3032
3005
  :type TotalCount: int
@@ -3040,7 +3013,6 @@ class DescribeMonitorsResponse(AbstractModel):
3040
3013
  @property
3041
3014
  def MonitorDataSet(self):
3042
3015
  """监控器列表
3043
- 注意:此字段可能返回 null,表示取不到有效值。
3044
3016
  :rtype: list of MonitorDetail
3045
3017
  """
3046
3018
  return self._MonitorDataSet
@@ -3354,10 +3326,8 @@ class DescribeStrategyListResponse(AbstractModel):
3354
3326
  def __init__(self):
3355
3327
  r"""
3356
3328
  :param _StrategySet: 策略列表
3357
- 注意:此字段可能返回 null,表示取不到有效值。
3358
3329
  :type StrategySet: list of Strategy
3359
3330
  :param _TotalCount: 总数
3360
- 注意:此字段可能返回 null,表示取不到有效值。
3361
3331
  :type TotalCount: int
3362
3332
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3363
3333
  :type RequestId: str
@@ -3369,7 +3339,6 @@ class DescribeStrategyListResponse(AbstractModel):
3369
3339
  @property
3370
3340
  def StrategySet(self):
3371
3341
  """策略列表
3372
- 注意:此字段可能返回 null,表示取不到有效值。
3373
3342
  :rtype: list of Strategy
3374
3343
  """
3375
3344
  return self._StrategySet
@@ -3381,7 +3350,6 @@ class DescribeStrategyListResponse(AbstractModel):
3381
3350
  @property
3382
3351
  def TotalCount(self):
3383
3352
  """总数
3384
- 注意:此字段可能返回 null,表示取不到有效值。
3385
3353
  :rtype: int
3386
3354
  """
3387
3355
  return self._TotalCount
@@ -5110,7 +5078,7 @@ class ModifyAddressPoolRequest(AbstractModel):
5110
5078
  :type PoolId: int
5111
5079
  :param _PoolName: 地址池名称,不允许重复
5112
5080
  :type PoolName: str
5113
- :param _TrafficStrategy: 流量策略: WEIGHT负载均衡,ALl解析全部
5081
+ :param _TrafficStrategy: 流量策略: WEIGHT负载均衡,ALL解析全部
5114
5082
  :type TrafficStrategy: str
5115
5083
  :param _MonitorId: 监控器id
5116
5084
  :type MonitorId: int
@@ -5147,7 +5115,7 @@ class ModifyAddressPoolRequest(AbstractModel):
5147
5115
 
5148
5116
  @property
5149
5117
  def TrafficStrategy(self):
5150
- """流量策略: WEIGHT负载均衡,ALl解析全部
5118
+ """流量策略: WEIGHT负载均衡,ALL解析全部
5151
5119
  :rtype: str
5152
5120
  """
5153
5121
  return self._TrafficStrategy
@@ -5208,7 +5176,6 @@ class ModifyAddressPoolResponse(AbstractModel):
5208
5176
  def __init__(self):
5209
5177
  r"""
5210
5178
  :param _Msg: 是否修改成功
5211
- 注意:此字段可能返回 null,表示取不到有效值。
5212
5179
  :type Msg: str
5213
5180
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5214
5181
  :type RequestId: str
@@ -5219,7 +5186,6 @@ class ModifyAddressPoolResponse(AbstractModel):
5219
5186
  @property
5220
5187
  def Msg(self):
5221
5188
  """是否修改成功
5222
- 注意:此字段可能返回 null,表示取不到有效值。
5223
5189
  :rtype: str
5224
5190
  """
5225
5191
  return self._Msg
@@ -5627,7 +5593,6 @@ class ModifyMonitorResponse(AbstractModel):
5627
5593
  def __init__(self):
5628
5594
  r"""
5629
5595
  :param _Msg: success 为修改成功
5630
- 注意:此字段可能返回 null,表示取不到有效值。
5631
5596
  :type Msg: str
5632
5597
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5633
5598
  :type RequestId: str
@@ -5638,7 +5603,6 @@ class ModifyMonitorResponse(AbstractModel):
5638
5603
  @property
5639
5604
  def Msg(self):
5640
5605
  """success 为修改成功
5641
- 注意:此字段可能返回 null,表示取不到有效值。
5642
5606
  :rtype: str
5643
5607
  """
5644
5608
  return self._Msg
@@ -5843,7 +5807,6 @@ class ModifyStrategyResponse(AbstractModel):
5843
5807
  def __init__(self):
5844
5808
  r"""
5845
5809
  :param _Msg: 是否成功
5846
- 注意:此字段可能返回 null,表示取不到有效值。
5847
5810
  :type Msg: str
5848
5811
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5849
5812
  :type RequestId: str
@@ -5854,7 +5817,6 @@ class ModifyStrategyResponse(AbstractModel):
5854
5817
  @property
5855
5818
  def Msg(self):
5856
5819
  """是否成功
5857
- 注意:此字段可能返回 null,表示取不到有效值。
5858
5820
  :rtype: str
5859
5821
  """
5860
5822
  return self._Msg
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-igtm
3
- Version: 3.0.1426
3
+ Version: 3.0.1430
4
4
  Summary: Tencent Cloud Igtm SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.0.1430
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.0.1426