tencentcloud-sdk-python-vdb 3.0.1334__py2.py3-none-any.whl → 3.0.1335__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/vdb/v20230616/models.py +0 -12
- {tencentcloud_sdk_python_vdb-3.0.1334.dist-info → tencentcloud_sdk_python_vdb-3.0.1335.dist-info}/METADATA +2 -2
- tencentcloud_sdk_python_vdb-3.0.1335.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_vdb-3.0.1334.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_vdb-3.0.1334.dist-info → tencentcloud_sdk_python_vdb-3.0.1335.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_vdb-3.0.1334.dist-info → tencentcloud_sdk_python_vdb-3.0.1335.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
@@ -1456,16 +1456,12 @@ class Network(AbstractModel):
|
|
1456
1456
|
def __init__(self):
|
1457
1457
|
r"""
|
1458
1458
|
:param _VpcId: VpcId(VPC网络下有效)
|
1459
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1460
1459
|
:type VpcId: str
|
1461
1460
|
:param _SubnetId: 子网Id(VPC网络下有效)。
|
1462
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1463
1461
|
:type SubnetId: str
|
1464
1462
|
:param _Vip: 内网访问IP。
|
1465
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1466
1463
|
:type Vip: str
|
1467
1464
|
:param _Port: 内网访问Port。
|
1468
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1469
1465
|
:type Port: int
|
1470
1466
|
:param _PreserveDuration: 旧 ip 保留时长,单位天
|
1471
1467
|
:type PreserveDuration: int
|
@@ -1482,7 +1478,6 @@ class Network(AbstractModel):
|
|
1482
1478
|
@property
|
1483
1479
|
def VpcId(self):
|
1484
1480
|
"""VpcId(VPC网络下有效)
|
1485
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1486
1481
|
:rtype: str
|
1487
1482
|
"""
|
1488
1483
|
return self._VpcId
|
@@ -1494,7 +1489,6 @@ class Network(AbstractModel):
|
|
1494
1489
|
@property
|
1495
1490
|
def SubnetId(self):
|
1496
1491
|
"""子网Id(VPC网络下有效)。
|
1497
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1498
1492
|
:rtype: str
|
1499
1493
|
"""
|
1500
1494
|
return self._SubnetId
|
@@ -1506,7 +1500,6 @@ class Network(AbstractModel):
|
|
1506
1500
|
@property
|
1507
1501
|
def Vip(self):
|
1508
1502
|
"""内网访问IP。
|
1509
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1510
1503
|
:rtype: str
|
1511
1504
|
"""
|
1512
1505
|
return self._Vip
|
@@ -1518,7 +1511,6 @@ class Network(AbstractModel):
|
|
1518
1511
|
@property
|
1519
1512
|
def Port(self):
|
1520
1513
|
"""内网访问Port。
|
1521
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1522
1514
|
:rtype: int
|
1523
1515
|
"""
|
1524
1516
|
return self._Port
|
@@ -1905,10 +1897,8 @@ class Tag(AbstractModel):
|
|
1905
1897
|
def __init__(self):
|
1906
1898
|
r"""
|
1907
1899
|
:param _TagKey: 标签键
|
1908
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1909
1900
|
:type TagKey: str
|
1910
1901
|
:param _TagValue: 标签值
|
1911
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1912
1902
|
:type TagValue: str
|
1913
1903
|
"""
|
1914
1904
|
self._TagKey = None
|
@@ -1917,7 +1907,6 @@ class Tag(AbstractModel):
|
|
1917
1907
|
@property
|
1918
1908
|
def TagKey(self):
|
1919
1909
|
"""标签键
|
1920
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1921
1910
|
:rtype: str
|
1922
1911
|
"""
|
1923
1912
|
return self._TagKey
|
@@ -1929,7 +1918,6 @@ class Tag(AbstractModel):
|
|
1929
1918
|
@property
|
1930
1919
|
def TagValue(self):
|
1931
1920
|
"""标签值
|
1932
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1933
1921
|
:rtype: str
|
1934
1922
|
"""
|
1935
1923
|
return self._TagValue
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tencentcloud-sdk-python-vdb
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1335
|
4
4
|
Summary: Tencent Cloud Vdb 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.
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common (==3.0.1335)
|
19
19
|
|
20
20
|
============================
|
21
21
|
Tencent Cloud SDK for Python
|
@@ -0,0 +1,10 @@
|
|
1
|
+
tencentcloud/__init__.py,sha256=fMWI7U8z6q0SpcPgpHofdRIqNbEjZN7DEYPlNV2iyaU,631
|
2
|
+
tencentcloud/vdb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
|
+
tencentcloud/vdb/v20230616/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
|
+
tencentcloud/vdb/v20230616/errorcodes.py,sha256=DQMEGBUeUvFFlJlVYTztkFz3gbJWOgCA7qpy-dBUEPM,1214
|
5
|
+
tencentcloud/vdb/v20230616/models.py,sha256=2ZPKq008SOmbgC0OeFFWmaUYWdOl0_sZclSDC3zsrqA,55935
|
6
|
+
tencentcloud/vdb/v20230616/vdb_client.py,sha256=VQuqL3skHxrsbMy7wt4_Ja3EaJcahb29zafYz-F9qnw,6684
|
7
|
+
tencentcloud_sdk_python_vdb-3.0.1335.dist-info/METADATA,sha256=2SvPRPW7MvNSXsf9piP80725hRh7kIHE1QnMHyJHTUY,1496
|
8
|
+
tencentcloud_sdk_python_vdb-3.0.1335.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
9
|
+
tencentcloud_sdk_python_vdb-3.0.1335.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
10
|
+
tencentcloud_sdk_python_vdb-3.0.1335.dist-info/RECORD,,
|
@@ -1,10 +0,0 @@
|
|
1
|
-
tencentcloud/__init__.py,sha256=rHQy34Ks_Ha0uMh5VepgoYY10qqM6WHmfsdzyqo-M2o,631
|
2
|
-
tencentcloud/vdb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
|
-
tencentcloud/vdb/v20230616/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
|
-
tencentcloud/vdb/v20230616/errorcodes.py,sha256=DQMEGBUeUvFFlJlVYTztkFz3gbJWOgCA7qpy-dBUEPM,1214
|
5
|
-
tencentcloud/vdb/v20230616/models.py,sha256=pTEWVTiMacCeof2qawT4PgDTRSfN7ai2LkSg5xVlZVY,56727
|
6
|
-
tencentcloud/vdb/v20230616/vdb_client.py,sha256=VQuqL3skHxrsbMy7wt4_Ja3EaJcahb29zafYz-F9qnw,6684
|
7
|
-
tencentcloud_sdk_python_vdb-3.0.1334.dist-info/METADATA,sha256=nqFZ5nPV74hHFe6dknupdXwnRzfzTgvYIlFEUl307Wc,1496
|
8
|
-
tencentcloud_sdk_python_vdb-3.0.1334.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
9
|
-
tencentcloud_sdk_python_vdb-3.0.1334.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
10
|
-
tencentcloud_sdk_python_vdb-3.0.1334.dist-info/RECORD,,
|
File without changes
|
File without changes
|