tencentcloud-sdk-python-clb 3.1.160__tar.gz → 3.1.161__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.
- {tencentcloud_sdk_python_clb-3.1.160 → tencentcloud_sdk_python_clb-3.1.161}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_clb-3.1.160 → tencentcloud_sdk_python_clb-3.1.161}/setup.py +1 -1
- {tencentcloud_sdk_python_clb-3.1.160 → tencentcloud_sdk_python_clb-3.1.161}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_clb-3.1.160 → tencentcloud_sdk_python_clb-3.1.161}/tencentcloud/clb/v20180317/models.py +32 -16
- {tencentcloud_sdk_python_clb-3.1.160 → tencentcloud_sdk_python_clb-3.1.161}/tencentcloud_sdk_python_clb.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_clb-3.1.161/tencentcloud_sdk_python_clb.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_clb-3.1.160/tencentcloud_sdk_python_clb.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_clb-3.1.160 → tencentcloud_sdk_python_clb-3.1.161}/README.rst +0 -0
- {tencentcloud_sdk_python_clb-3.1.160 → tencentcloud_sdk_python_clb-3.1.161}/setup.cfg +0 -0
- {tencentcloud_sdk_python_clb-3.1.160 → tencentcloud_sdk_python_clb-3.1.161}/tencentcloud/clb/__init__.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.160 → tencentcloud_sdk_python_clb-3.1.161}/tencentcloud/clb/v20180317/__init__.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.160 → tencentcloud_sdk_python_clb-3.1.161}/tencentcloud/clb/v20180317/clb_client.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.160 → tencentcloud_sdk_python_clb-3.1.161}/tencentcloud/clb/v20180317/clb_client_async.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.160 → tencentcloud_sdk_python_clb-3.1.161}/tencentcloud/clb/v20180317/errorcodes.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.160 → tencentcloud_sdk_python_clb-3.1.161}/tencentcloud_sdk_python_clb.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_clb-3.1.160 → tencentcloud_sdk_python_clb-3.1.161}/tencentcloud_sdk_python_clb.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_clb-3.1.160 → tencentcloud_sdk_python_clb-3.1.161}/tencentcloud_sdk_python_clb.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-clb
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.161
|
|
4
4
|
Summary: Tencent Cloud Clb SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.161
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-clb',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.161,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Clb SDK for Python',
|
|
@@ -8506,28 +8506,29 @@ class CreateTopicRequest(AbstractModel):
|
|
|
8506
8506
|
|
|
8507
8507
|
def __init__(self):
|
|
8508
8508
|
r"""
|
|
8509
|
-
:param _TopicName:
|
|
8509
|
+
:param _TopicName: <p>日志主题的名称。</p>
|
|
8510
8510
|
:type TopicName: str
|
|
8511
|
-
:param _PartitionCount:
|
|
8511
|
+
:param _PartitionCount: <p>主题分区Partition的数量,不传参默认创建1个,最大创建允许10个,分裂/合并操作会改变分区数量,整体上限50个。</p>
|
|
8512
8512
|
:type PartitionCount: int
|
|
8513
|
-
:param _TopicType:
|
|
8513
|
+
:param _TopicType: <p>日志类型,ACCESS:访问日志,HEALTH:健康检查日志,默认ACCESS。</p>
|
|
8514
8514
|
:type TopicType: str
|
|
8515
|
-
:param _Period:
|
|
8516
|
-
- 日志接入标准存储时,支持1至3600天,值为3640时代表永久保存。
|
|
8517
|
-
- 日志接入低频存储时,支持7至3600天,值为3640时代表永久保存。
|
|
8515
|
+
:param _Period: <p>存储时间,单位天,默认为 30。</p><ul><li>日志接入标准存储时,支持1至3600天,值为3640时代表永久保存。</li><li>日志接入低频存储时,支持7至3600天,值为3640时代表永久保存。</li></ul>
|
|
8518
8516
|
:type Period: int
|
|
8519
|
-
:param _StorageType:
|
|
8517
|
+
:param _StorageType: <p>日志主题的存储类型,可选值 HOT(标准存储),COLD(低频存储);默认为HOT。</p>
|
|
8520
8518
|
:type StorageType: str
|
|
8519
|
+
:param _Tags: <p>标签</p><p>最多支持一次传入20个</p>
|
|
8520
|
+
:type Tags: list of TagInfo
|
|
8521
8521
|
"""
|
|
8522
8522
|
self._TopicName = None
|
|
8523
8523
|
self._PartitionCount = None
|
|
8524
8524
|
self._TopicType = None
|
|
8525
8525
|
self._Period = None
|
|
8526
8526
|
self._StorageType = None
|
|
8527
|
+
self._Tags = None
|
|
8527
8528
|
|
|
8528
8529
|
@property
|
|
8529
8530
|
def TopicName(self):
|
|
8530
|
-
r"""
|
|
8531
|
+
r"""<p>日志主题的名称。</p>
|
|
8531
8532
|
:rtype: str
|
|
8532
8533
|
"""
|
|
8533
8534
|
return self._TopicName
|
|
@@ -8538,7 +8539,7 @@ class CreateTopicRequest(AbstractModel):
|
|
|
8538
8539
|
|
|
8539
8540
|
@property
|
|
8540
8541
|
def PartitionCount(self):
|
|
8541
|
-
r"""
|
|
8542
|
+
r"""<p>主题分区Partition的数量,不传参默认创建1个,最大创建允许10个,分裂/合并操作会改变分区数量,整体上限50个。</p>
|
|
8542
8543
|
:rtype: int
|
|
8543
8544
|
"""
|
|
8544
8545
|
return self._PartitionCount
|
|
@@ -8549,7 +8550,7 @@ class CreateTopicRequest(AbstractModel):
|
|
|
8549
8550
|
|
|
8550
8551
|
@property
|
|
8551
8552
|
def TopicType(self):
|
|
8552
|
-
r"""
|
|
8553
|
+
r"""<p>日志类型,ACCESS:访问日志,HEALTH:健康检查日志,默认ACCESS。</p>
|
|
8553
8554
|
:rtype: str
|
|
8554
8555
|
"""
|
|
8555
8556
|
return self._TopicType
|
|
@@ -8560,9 +8561,7 @@ class CreateTopicRequest(AbstractModel):
|
|
|
8560
8561
|
|
|
8561
8562
|
@property
|
|
8562
8563
|
def Period(self):
|
|
8563
|
-
r"""
|
|
8564
|
-
- 日志接入标准存储时,支持1至3600天,值为3640时代表永久保存。
|
|
8565
|
-
- 日志接入低频存储时,支持7至3600天,值为3640时代表永久保存。
|
|
8564
|
+
r"""<p>存储时间,单位天,默认为 30。</p><ul><li>日志接入标准存储时,支持1至3600天,值为3640时代表永久保存。</li><li>日志接入低频存储时,支持7至3600天,值为3640时代表永久保存。</li></ul>
|
|
8566
8565
|
:rtype: int
|
|
8567
8566
|
"""
|
|
8568
8567
|
return self._Period
|
|
@@ -8573,7 +8572,7 @@ class CreateTopicRequest(AbstractModel):
|
|
|
8573
8572
|
|
|
8574
8573
|
@property
|
|
8575
8574
|
def StorageType(self):
|
|
8576
|
-
r"""
|
|
8575
|
+
r"""<p>日志主题的存储类型,可选值 HOT(标准存储),COLD(低频存储);默认为HOT。</p>
|
|
8577
8576
|
:rtype: str
|
|
8578
8577
|
"""
|
|
8579
8578
|
return self._StorageType
|
|
@@ -8582,6 +8581,17 @@ class CreateTopicRequest(AbstractModel):
|
|
|
8582
8581
|
def StorageType(self, StorageType):
|
|
8583
8582
|
self._StorageType = StorageType
|
|
8584
8583
|
|
|
8584
|
+
@property
|
|
8585
|
+
def Tags(self):
|
|
8586
|
+
r"""<p>标签</p><p>最多支持一次传入20个</p>
|
|
8587
|
+
:rtype: list of TagInfo
|
|
8588
|
+
"""
|
|
8589
|
+
return self._Tags
|
|
8590
|
+
|
|
8591
|
+
@Tags.setter
|
|
8592
|
+
def Tags(self, Tags):
|
|
8593
|
+
self._Tags = Tags
|
|
8594
|
+
|
|
8585
8595
|
|
|
8586
8596
|
def _deserialize(self, params):
|
|
8587
8597
|
self._TopicName = params.get("TopicName")
|
|
@@ -8589,6 +8599,12 @@ class CreateTopicRequest(AbstractModel):
|
|
|
8589
8599
|
self._TopicType = params.get("TopicType")
|
|
8590
8600
|
self._Period = params.get("Period")
|
|
8591
8601
|
self._StorageType = params.get("StorageType")
|
|
8602
|
+
if params.get("Tags") is not None:
|
|
8603
|
+
self._Tags = []
|
|
8604
|
+
for item in params.get("Tags"):
|
|
8605
|
+
obj = TagInfo()
|
|
8606
|
+
obj._deserialize(item)
|
|
8607
|
+
self._Tags.append(obj)
|
|
8592
8608
|
memeber_set = set(params.keys())
|
|
8593
8609
|
for name, value in vars(self).items():
|
|
8594
8610
|
property_name = name[1:]
|
|
@@ -8606,7 +8622,7 @@ class CreateTopicResponse(AbstractModel):
|
|
|
8606
8622
|
|
|
8607
8623
|
def __init__(self):
|
|
8608
8624
|
r"""
|
|
8609
|
-
:param _TopicId:
|
|
8625
|
+
:param _TopicId: <p>日志主题的 ID。</p>
|
|
8610
8626
|
:type TopicId: str
|
|
8611
8627
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8612
8628
|
:type RequestId: str
|
|
@@ -8616,7 +8632,7 @@ class CreateTopicResponse(AbstractModel):
|
|
|
8616
8632
|
|
|
8617
8633
|
@property
|
|
8618
8634
|
def TopicId(self):
|
|
8619
|
-
r"""
|
|
8635
|
+
r"""<p>日志主题的 ID。</p>
|
|
8620
8636
|
:rtype: str
|
|
8621
8637
|
"""
|
|
8622
8638
|
return self._TopicId
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-clb
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.161
|
|
4
4
|
Summary: Tencent Cloud Clb SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.161
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.161
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.160
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|