tencentcloud-sdk-python-vpc 3.0.1393__py2.py3-none-any.whl → 3.0.1394__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.

Potentially problematic release.


This version of tencentcloud-sdk-python-vpc might be problematic. Click here for more details.

tencentcloud/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1393'
17
+ __version__ = '3.0.1394'
@@ -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: 支持的过滤条件如下:\n<li>vpc-id:按照VPCID过滤。</li>\n<li>local-gateway-name:本地网关名称,支持模糊查询。</li>\n<li>local-gateway-id:本地网关实例ID。</li>\n<li>cdc-id:cdc实例ID。</li>
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
- """支持的过滤条件如下:\n<li>vpc-id:按照VPCID过滤。</li>\n<li>local-gateway-name:本地网关名称,支持模糊查询。</li>\n<li>local-gateway-id:本地网关实例ID。</li>\n<li>cdc-id:cdc实例ID。</li>
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-vpc
3
- Version: 3.0.1393
3
+ Version: 3.0.1394
4
4
  Summary: Tencent Cloud Vpc 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 (==3.0.1393)
18
+ Requires-Dist: tencentcloud-sdk-python-common (==3.0.1394)
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1,10 @@
1
+ tencentcloud/__init__.py,sha256=5zO2lLZe1BHAXaibBkb5tZiMM5HPiQZRFL83ZVZxrU8,631
2
+ tencentcloud/vpc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ tencentcloud/vpc/v20170312/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ tencentcloud/vpc/v20170312/errorcodes.py,sha256=rhnkWknlezYcNSLXuV22r0GiGxp2ZMEnx1F4XnvPo8w,60541
5
+ tencentcloud/vpc/v20170312/models.py,sha256=JM-JFr3FizkoDs3ttzNy2_eRHkoLhqLNUVmmvF-opGI,2337512
6
+ tencentcloud/vpc/v20170312/vpc_client.py,sha256=Uu2ejyYUJ3_iVCMYy7l9y5tBw4-L_FIvkVHlgcNd2w4,448258
7
+ tencentcloud_sdk_python_vpc-3.0.1394.dist-info/METADATA,sha256=tn04cwqUC7xmBZXDAtcr-RIF6IqW2gLOBLkcLnqpHhU,1496
8
+ tencentcloud_sdk_python_vpc-3.0.1394.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
+ tencentcloud_sdk_python_vpc-3.0.1394.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
+ tencentcloud_sdk_python_vpc-3.0.1394.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- tencentcloud/__init__.py,sha256=FhGkBbbjue_Jyac_f6O5BZ9tU8juDIwaExa-t4BSURc,631
2
- tencentcloud/vpc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- tencentcloud/vpc/v20170312/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- tencentcloud/vpc/v20170312/errorcodes.py,sha256=rhnkWknlezYcNSLXuV22r0GiGxp2ZMEnx1F4XnvPo8w,60541
5
- tencentcloud/vpc/v20170312/models.py,sha256=gtZInkqdO7KakeZEVGR0HD0lhveaejjj-ODRglG5Szo,2337528
6
- tencentcloud/vpc/v20170312/vpc_client.py,sha256=Uu2ejyYUJ3_iVCMYy7l9y5tBw4-L_FIvkVHlgcNd2w4,448258
7
- tencentcloud_sdk_python_vpc-3.0.1393.dist-info/METADATA,sha256=boK081h5qoQzG1n22txO8S4weW7i7gImARSWSwwbgIY,1496
8
- tencentcloud_sdk_python_vpc-3.0.1393.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
- tencentcloud_sdk_python_vpc-3.0.1393.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
- tencentcloud_sdk_python_vpc-3.0.1393.dist-info/RECORD,,