tencentcloud-sdk-python-vpc 3.0.1393__tar.gz → 3.0.1394__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-vpc-3.0.1393 → tencentcloud-sdk-python-vpc-3.0.1394}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-vpc-3.0.1393 → tencentcloud-sdk-python-vpc-3.0.1394}/setup.py +1 -1
- {tencentcloud-sdk-python-vpc-3.0.1393 → tencentcloud-sdk-python-vpc-3.0.1394}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-vpc-3.0.1393 → tencentcloud-sdk-python-vpc-3.0.1394}/tencentcloud/vpc/v20170312/models.py +12 -6
- {tencentcloud-sdk-python-vpc-3.0.1393 → tencentcloud-sdk-python-vpc-3.0.1394}/tencentcloud_sdk_python_vpc.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-vpc-3.0.1394/tencentcloud_sdk_python_vpc.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-vpc-3.0.1393/tencentcloud_sdk_python_vpc.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-vpc-3.0.1393 → tencentcloud-sdk-python-vpc-3.0.1394}/README.rst +0 -0
- {tencentcloud-sdk-python-vpc-3.0.1393 → tencentcloud-sdk-python-vpc-3.0.1394}/setup.cfg +0 -0
- {tencentcloud-sdk-python-vpc-3.0.1393 → tencentcloud-sdk-python-vpc-3.0.1394}/tencentcloud/vpc/__init__.py +0 -0
- {tencentcloud-sdk-python-vpc-3.0.1393 → tencentcloud-sdk-python-vpc-3.0.1394}/tencentcloud/vpc/v20170312/__init__.py +0 -0
- {tencentcloud-sdk-python-vpc-3.0.1393 → tencentcloud-sdk-python-vpc-3.0.1394}/tencentcloud/vpc/v20170312/errorcodes.py +0 -0
- {tencentcloud-sdk-python-vpc-3.0.1393 → tencentcloud-sdk-python-vpc-3.0.1394}/tencentcloud/vpc/v20170312/vpc_client.py +0 -0
- {tencentcloud-sdk-python-vpc-3.0.1393 → tencentcloud-sdk-python-vpc-3.0.1394}/tencentcloud_sdk_python_vpc.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-vpc-3.0.1393 → tencentcloud-sdk-python-vpc-3.0.1394}/tencentcloud_sdk_python_vpc.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-vpc-3.0.1393 → tencentcloud-sdk-python-vpc-3.0.1394}/tencentcloud_sdk_python_vpc.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-vpc',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1394"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Vpc SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -10783,8 +10783,7 @@ class CreateFlowLogRequest(AbstractModel):
|
|
|
10783
10783
|
:param _FlowLogDescription: 流日志实例描述。长度不超过512个字符。
|
|
10784
10784
|
:type FlowLogDescription: str
|
|
10785
10785
|
:param _CloudLogId: 流日志存储ID(cls的日志主题ID,
|
|
10786
|
-
可通过[DescribeTopics](https://cloud.tencent.com/document/product/614/56454)
|
|
10787
|
-
)。当StorageType为cls时,CloudLogId为必选。
|
|
10786
|
+
可通过[DescribeTopics](https://cloud.tencent.com/document/product/614/56454)接口获取)。当StorageType为cls时,CloudLogId为必选。
|
|
10788
10787
|
:type CloudLogId: str
|
|
10789
10788
|
:param _Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
|
|
10790
10789
|
:type Tags: list of Tag
|
|
@@ -10876,8 +10875,7 @@ class CreateFlowLogRequest(AbstractModel):
|
|
|
10876
10875
|
@property
|
|
10877
10876
|
def CloudLogId(self):
|
|
10878
10877
|
"""流日志存储ID(cls的日志主题ID,
|
|
10879
|
-
可通过[DescribeTopics](https://cloud.tencent.com/document/product/614/56454)
|
|
10880
|
-
)。当StorageType为cls时,CloudLogId为必选。
|
|
10878
|
+
可通过[DescribeTopics](https://cloud.tencent.com/document/product/614/56454)接口获取)。当StorageType为cls时,CloudLogId为必选。
|
|
10881
10879
|
:rtype: str
|
|
10882
10880
|
"""
|
|
10883
10881
|
return self._CloudLogId
|
|
@@ -28767,7 +28765,11 @@ class DescribeLocalGatewayRequest(AbstractModel):
|
|
|
28767
28765
|
|
|
28768
28766
|
def __init__(self):
|
|
28769
28767
|
r"""
|
|
28770
|
-
:param _Filters:
|
|
28768
|
+
:param _Filters: 支持的过滤条件如下:
|
|
28769
|
+
<li>vpc-id:按照VPCID过滤。</li>
|
|
28770
|
+
<li>local-gateway-name:本地网关名称,支持模糊查询。</li>
|
|
28771
|
+
<li>local-gateway-id:本地网关实例ID。</li>
|
|
28772
|
+
<li>cdc-id:cdc实例ID。</li>
|
|
28771
28773
|
:type Filters: list of Filter
|
|
28772
28774
|
:param _Offset: 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/11646)中的相关小节。
|
|
28773
28775
|
:type Offset: int
|
|
@@ -28780,7 +28782,11 @@ class DescribeLocalGatewayRequest(AbstractModel):
|
|
|
28780
28782
|
|
|
28781
28783
|
@property
|
|
28782
28784
|
def Filters(self):
|
|
28783
|
-
"""
|
|
28785
|
+
"""支持的过滤条件如下:
|
|
28786
|
+
<li>vpc-id:按照VPCID过滤。</li>
|
|
28787
|
+
<li>local-gateway-name:本地网关名称,支持模糊查询。</li>
|
|
28788
|
+
<li>local-gateway-id:本地网关实例ID。</li>
|
|
28789
|
+
<li>cdc-id:cdc实例ID。</li>
|
|
28784
28790
|
:rtype: list of Filter
|
|
28785
28791
|
"""
|
|
28786
28792
|
return self._Filters
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1394
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1393
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|