tencentcloud-sdk-python-tione 3.0.1483__tar.gz → 3.0.1484__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.
Potentially problematic release.
This version of tencentcloud-sdk-python-tione might be problematic. Click here for more details.
- {tencentcloud_sdk_python_tione-3.0.1483 → tencentcloud_sdk_python_tione-3.0.1484}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tione-3.0.1483 → tencentcloud_sdk_python_tione-3.0.1484}/setup.py +1 -1
- {tencentcloud_sdk_python_tione-3.0.1483 → tencentcloud_sdk_python_tione-3.0.1484}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tione-3.0.1483 → tencentcloud_sdk_python_tione-3.0.1484}/tencentcloud/tione/v20211111/models.py +17 -0
- {tencentcloud_sdk_python_tione-3.0.1483 → tencentcloud_sdk_python_tione-3.0.1484}/tencentcloud_sdk_python_tione.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tione-3.0.1484/tencentcloud_sdk_python_tione.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_tione-3.0.1483/tencentcloud_sdk_python_tione.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tione-3.0.1483 → tencentcloud_sdk_python_tione-3.0.1484}/README.rst +0 -0
- {tencentcloud_sdk_python_tione-3.0.1483 → tencentcloud_sdk_python_tione-3.0.1484}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tione-3.0.1483 → tencentcloud_sdk_python_tione-3.0.1484}/tencentcloud/tione/__init__.py +0 -0
- {tencentcloud_sdk_python_tione-3.0.1483 → tencentcloud_sdk_python_tione-3.0.1484}/tencentcloud/tione/v20191022/__init__.py +0 -0
- {tencentcloud_sdk_python_tione-3.0.1483 → tencentcloud_sdk_python_tione-3.0.1484}/tencentcloud/tione/v20191022/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tione-3.0.1483 → tencentcloud_sdk_python_tione-3.0.1484}/tencentcloud/tione/v20191022/models.py +0 -0
- {tencentcloud_sdk_python_tione-3.0.1483 → tencentcloud_sdk_python_tione-3.0.1484}/tencentcloud/tione/v20191022/tione_client.py +0 -0
- {tencentcloud_sdk_python_tione-3.0.1483 → tencentcloud_sdk_python_tione-3.0.1484}/tencentcloud/tione/v20211111/__init__.py +0 -0
- {tencentcloud_sdk_python_tione-3.0.1483 → tencentcloud_sdk_python_tione-3.0.1484}/tencentcloud/tione/v20211111/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tione-3.0.1483 → tencentcloud_sdk_python_tione-3.0.1484}/tencentcloud/tione/v20211111/tione_client.py +0 -0
- {tencentcloud_sdk_python_tione-3.0.1483 → tencentcloud_sdk_python_tione-3.0.1484}/tencentcloud_sdk_python_tione.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tione-3.0.1483 → tencentcloud_sdk_python_tione-3.0.1484}/tencentcloud_sdk_python_tione.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tione-3.0.1483 → tencentcloud_sdk_python_tione-3.0.1484}/tencentcloud_sdk_python_tione.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tione
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1484
|
|
4
4
|
Summary: Tencent Cloud Tione 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.0.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1484
|
|
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-tione',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1484,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Tione SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -18617,6 +18617,9 @@ RealGpu=100表示实际使用了一张gpu卡, 对应实际的实例机型, 有
|
|
|
18617
18617
|
:type RealGpu: int
|
|
18618
18618
|
:param _RealGpuDetailSet: 创建或更新时无需填写,仅展示需要关注。详细的GPU使用信息。
|
|
18619
18619
|
:type RealGpuDetailSet: list of GpuDetail
|
|
18620
|
+
:param _EnableRDMA: 是否开启rdma
|
|
18621
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
18622
|
+
:type EnableRDMA: bool
|
|
18620
18623
|
"""
|
|
18621
18624
|
self._Cpu = None
|
|
18622
18625
|
self._Memory = None
|
|
@@ -18624,6 +18627,7 @@ RealGpu=100表示实际使用了一张gpu卡, 对应实际的实例机型, 有
|
|
|
18624
18627
|
self._GpuType = None
|
|
18625
18628
|
self._RealGpu = None
|
|
18626
18629
|
self._RealGpuDetailSet = None
|
|
18630
|
+
self._EnableRDMA = None
|
|
18627
18631
|
|
|
18628
18632
|
@property
|
|
18629
18633
|
def Cpu(self):
|
|
@@ -18700,6 +18704,18 @@ RealGpu=100表示实际使用了一张gpu卡, 对应实际的实例机型, 有
|
|
|
18700
18704
|
def RealGpuDetailSet(self, RealGpuDetailSet):
|
|
18701
18705
|
self._RealGpuDetailSet = RealGpuDetailSet
|
|
18702
18706
|
|
|
18707
|
+
@property
|
|
18708
|
+
def EnableRDMA(self):
|
|
18709
|
+
r"""是否开启rdma
|
|
18710
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
18711
|
+
:rtype: bool
|
|
18712
|
+
"""
|
|
18713
|
+
return self._EnableRDMA
|
|
18714
|
+
|
|
18715
|
+
@EnableRDMA.setter
|
|
18716
|
+
def EnableRDMA(self, EnableRDMA):
|
|
18717
|
+
self._EnableRDMA = EnableRDMA
|
|
18718
|
+
|
|
18703
18719
|
|
|
18704
18720
|
def _deserialize(self, params):
|
|
18705
18721
|
self._Cpu = params.get("Cpu")
|
|
@@ -18713,6 +18729,7 @@ RealGpu=100表示实际使用了一张gpu卡, 对应实际的实例机型, 有
|
|
|
18713
18729
|
obj = GpuDetail()
|
|
18714
18730
|
obj._deserialize(item)
|
|
18715
18731
|
self._RealGpuDetailSet.append(obj)
|
|
18732
|
+
self._EnableRDMA = params.get("EnableRDMA")
|
|
18716
18733
|
memeber_set = set(params.keys())
|
|
18717
18734
|
for name, value in vars(self).items():
|
|
18718
18735
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tione
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1484
|
|
4
4
|
Summary: Tencent Cloud Tione 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.0.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1484
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1484
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1483
|
{tencentcloud_sdk_python_tione-3.0.1483 → tencentcloud_sdk_python_tione-3.0.1484}/README.rst
RENAMED
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|