tencentcloud-sdk-python-svp 3.0.1459__tar.gz → 3.0.1490__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_svp-3.0.1490/PKG-INFO +46 -0
- {tencentcloud-sdk-python-svp-3.0.1459 → tencentcloud_sdk_python_svp-3.0.1490}/setup.py +1 -1
- {tencentcloud-sdk-python-svp-3.0.1459 → tencentcloud_sdk_python_svp-3.0.1490}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-svp-3.0.1459 → tencentcloud_sdk_python_svp-3.0.1490}/tencentcloud/svp/v20240125/models.py +36 -4
- tencentcloud_sdk_python_svp-3.0.1490/tencentcloud_sdk_python_svp.egg-info/PKG-INFO +46 -0
- tencentcloud_sdk_python_svp-3.0.1490/tencentcloud_sdk_python_svp.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-svp-3.0.1459/PKG-INFO +0 -45
- tencentcloud-sdk-python-svp-3.0.1459/tencentcloud_sdk_python_svp.egg-info/PKG-INFO +0 -45
- tencentcloud-sdk-python-svp-3.0.1459/tencentcloud_sdk_python_svp.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-svp-3.0.1459 → tencentcloud_sdk_python_svp-3.0.1490}/README.rst +0 -0
- {tencentcloud-sdk-python-svp-3.0.1459 → tencentcloud_sdk_python_svp-3.0.1490}/setup.cfg +0 -0
- {tencentcloud-sdk-python-svp-3.0.1459 → tencentcloud_sdk_python_svp-3.0.1490}/tencentcloud/svp/__init__.py +0 -0
- {tencentcloud-sdk-python-svp-3.0.1459 → tencentcloud_sdk_python_svp-3.0.1490}/tencentcloud/svp/v20240125/__init__.py +0 -0
- {tencentcloud-sdk-python-svp-3.0.1459 → tencentcloud_sdk_python_svp-3.0.1490}/tencentcloud/svp/v20240125/errorcodes.py +0 -0
- {tencentcloud-sdk-python-svp-3.0.1459 → tencentcloud_sdk_python_svp-3.0.1490}/tencentcloud/svp/v20240125/svp_client.py +0 -0
- {tencentcloud-sdk-python-svp-3.0.1459 → tencentcloud_sdk_python_svp-3.0.1490}/tencentcloud_sdk_python_svp.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-svp-3.0.1459 → tencentcloud_sdk_python_svp-3.0.1490}/tencentcloud_sdk_python_svp.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-svp-3.0.1459 → tencentcloud_sdk_python_svp-3.0.1490}/tencentcloud_sdk_python_svp.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: tencentcloud-sdk-python-svp
|
|
3
|
+
Version: 3.0.1490
|
|
4
|
+
Summary: Tencent Cloud Svp SDK for Python
|
|
5
|
+
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
|
+
Author: Tencent Cloud
|
|
7
|
+
Maintainer-email: tencentcloudapi@tencent.com
|
|
8
|
+
License: Apache License 2.0
|
|
9
|
+
Platform: any
|
|
10
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
13
|
+
Classifier: Programming Language :: Python
|
|
14
|
+
Classifier: Programming Language :: Python :: 2.7
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1490
|
|
19
|
+
|
|
20
|
+
============================
|
|
21
|
+
Tencent Cloud SDK for Python
|
|
22
|
+
============================
|
|
23
|
+
|
|
24
|
+
Tencent Cloud Python Svp SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
|
|
25
|
+
The SDK works on Python versions:
|
|
26
|
+
|
|
27
|
+
* 2.7 and greater, including 3.x
|
|
28
|
+
|
|
29
|
+
Quick Start
|
|
30
|
+
-----------
|
|
31
|
+
|
|
32
|
+
First, install the library:
|
|
33
|
+
|
|
34
|
+
.. code-block:: sh
|
|
35
|
+
|
|
36
|
+
$ pip install tencentcloud-sdk-python-common
|
|
37
|
+
$ pip install tencentcloud-sdk-python-svp
|
|
38
|
+
|
|
39
|
+
or download source code from github and install:
|
|
40
|
+
|
|
41
|
+
.. code-block:: sh
|
|
42
|
+
|
|
43
|
+
$ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
|
|
44
|
+
$ cd tencentcloud-sdk-python
|
|
45
|
+
$ python package.py --components common svp
|
|
46
|
+
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-svp',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1490,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Svp SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -1603,6 +1603,8 @@ class SavingPlanOverviewDetail(AbstractModel):
|
|
|
1603
1603
|
|
|
1604
1604
|
def __init__(self):
|
|
1605
1605
|
r"""
|
|
1606
|
+
:param _SpId: 节省计划资源id
|
|
1607
|
+
:type SpId: str
|
|
1606
1608
|
:param _SpType: 节省计划类型
|
|
1607
1609
|
:type SpType: str
|
|
1608
1610
|
:param _PayAmount: 支付金额(单位:元)
|
|
@@ -1611,17 +1613,21 @@ class SavingPlanOverviewDetail(AbstractModel):
|
|
|
1611
1613
|
:type StartTime: str
|
|
1612
1614
|
:param _EndTime: 结束时间 yyyy-mm-dd HH:mm:ss格式
|
|
1613
1615
|
:type EndTime: str
|
|
1614
|
-
:param _Status:
|
|
1616
|
+
:param _Status: 1 生效 2 失效 3 作废
|
|
1615
1617
|
:type Status: int
|
|
1616
1618
|
:param _SavingAmount: 累计节省金额(单位:元)
|
|
1617
1619
|
:type SavingAmount: str
|
|
1618
1620
|
:param _Region: 地域
|
|
1619
1621
|
:type Region: list of str
|
|
1620
|
-
:param _PayType:
|
|
1622
|
+
:param _PayType: 1 全预付 2 部分预付 3 全不预付
|
|
1621
1623
|
:type PayType: int
|
|
1622
1624
|
:param _BuyTime: 购买时间 yyyy-mm-dd HH:mm:ss格式
|
|
1623
1625
|
:type BuyTime: str
|
|
1626
|
+
:param _PromiseAmount: 承诺金额
|
|
1627
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1628
|
+
:type PromiseAmount: str
|
|
1624
1629
|
"""
|
|
1630
|
+
self._SpId = None
|
|
1625
1631
|
self._SpType = None
|
|
1626
1632
|
self._PayAmount = None
|
|
1627
1633
|
self._StartTime = None
|
|
@@ -1631,6 +1637,18 @@ class SavingPlanOverviewDetail(AbstractModel):
|
|
|
1631
1637
|
self._Region = None
|
|
1632
1638
|
self._PayType = None
|
|
1633
1639
|
self._BuyTime = None
|
|
1640
|
+
self._PromiseAmount = None
|
|
1641
|
+
|
|
1642
|
+
@property
|
|
1643
|
+
def SpId(self):
|
|
1644
|
+
r"""节省计划资源id
|
|
1645
|
+
:rtype: str
|
|
1646
|
+
"""
|
|
1647
|
+
return self._SpId
|
|
1648
|
+
|
|
1649
|
+
@SpId.setter
|
|
1650
|
+
def SpId(self, SpId):
|
|
1651
|
+
self._SpId = SpId
|
|
1634
1652
|
|
|
1635
1653
|
@property
|
|
1636
1654
|
def SpType(self):
|
|
@@ -1678,7 +1696,7 @@ class SavingPlanOverviewDetail(AbstractModel):
|
|
|
1678
1696
|
|
|
1679
1697
|
@property
|
|
1680
1698
|
def Status(self):
|
|
1681
|
-
r"""
|
|
1699
|
+
r"""1 生效 2 失效 3 作废
|
|
1682
1700
|
:rtype: int
|
|
1683
1701
|
"""
|
|
1684
1702
|
return self._Status
|
|
@@ -1711,7 +1729,7 @@ class SavingPlanOverviewDetail(AbstractModel):
|
|
|
1711
1729
|
|
|
1712
1730
|
@property
|
|
1713
1731
|
def PayType(self):
|
|
1714
|
-
r"""
|
|
1732
|
+
r"""1 全预付 2 部分预付 3 全不预付
|
|
1715
1733
|
:rtype: int
|
|
1716
1734
|
"""
|
|
1717
1735
|
return self._PayType
|
|
@@ -1731,8 +1749,21 @@ class SavingPlanOverviewDetail(AbstractModel):
|
|
|
1731
1749
|
def BuyTime(self, BuyTime):
|
|
1732
1750
|
self._BuyTime = BuyTime
|
|
1733
1751
|
|
|
1752
|
+
@property
|
|
1753
|
+
def PromiseAmount(self):
|
|
1754
|
+
r"""承诺金额
|
|
1755
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1756
|
+
:rtype: str
|
|
1757
|
+
"""
|
|
1758
|
+
return self._PromiseAmount
|
|
1759
|
+
|
|
1760
|
+
@PromiseAmount.setter
|
|
1761
|
+
def PromiseAmount(self, PromiseAmount):
|
|
1762
|
+
self._PromiseAmount = PromiseAmount
|
|
1763
|
+
|
|
1734
1764
|
|
|
1735
1765
|
def _deserialize(self, params):
|
|
1766
|
+
self._SpId = params.get("SpId")
|
|
1736
1767
|
self._SpType = params.get("SpType")
|
|
1737
1768
|
self._PayAmount = params.get("PayAmount")
|
|
1738
1769
|
self._StartTime = params.get("StartTime")
|
|
@@ -1742,6 +1773,7 @@ class SavingPlanOverviewDetail(AbstractModel):
|
|
|
1742
1773
|
self._Region = params.get("Region")
|
|
1743
1774
|
self._PayType = params.get("PayType")
|
|
1744
1775
|
self._BuyTime = params.get("BuyTime")
|
|
1776
|
+
self._PromiseAmount = params.get("PromiseAmount")
|
|
1745
1777
|
memeber_set = set(params.keys())
|
|
1746
1778
|
for name, value in vars(self).items():
|
|
1747
1779
|
property_name = name[1:]
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: tencentcloud-sdk-python-svp
|
|
3
|
+
Version: 3.0.1490
|
|
4
|
+
Summary: Tencent Cloud Svp SDK for Python
|
|
5
|
+
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
|
+
Author: Tencent Cloud
|
|
7
|
+
Maintainer-email: tencentcloudapi@tencent.com
|
|
8
|
+
License: Apache License 2.0
|
|
9
|
+
Platform: any
|
|
10
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
13
|
+
Classifier: Programming Language :: Python
|
|
14
|
+
Classifier: Programming Language :: Python :: 2.7
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1490
|
|
19
|
+
|
|
20
|
+
============================
|
|
21
|
+
Tencent Cloud SDK for Python
|
|
22
|
+
============================
|
|
23
|
+
|
|
24
|
+
Tencent Cloud Python Svp SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
|
|
25
|
+
The SDK works on Python versions:
|
|
26
|
+
|
|
27
|
+
* 2.7 and greater, including 3.x
|
|
28
|
+
|
|
29
|
+
Quick Start
|
|
30
|
+
-----------
|
|
31
|
+
|
|
32
|
+
First, install the library:
|
|
33
|
+
|
|
34
|
+
.. code-block:: sh
|
|
35
|
+
|
|
36
|
+
$ pip install tencentcloud-sdk-python-common
|
|
37
|
+
$ pip install tencentcloud-sdk-python-svp
|
|
38
|
+
|
|
39
|
+
or download source code from github and install:
|
|
40
|
+
|
|
41
|
+
.. code-block:: sh
|
|
42
|
+
|
|
43
|
+
$ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
|
|
44
|
+
$ cd tencentcloud-sdk-python
|
|
45
|
+
$ python package.py --components common svp
|
|
46
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1490
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 1.2
|
|
2
|
-
Name: tencentcloud-sdk-python-svp
|
|
3
|
-
Version: 3.0.1459
|
|
4
|
-
Summary: Tencent Cloud Svp SDK for Python
|
|
5
|
-
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
|
-
Author: Tencent Cloud
|
|
7
|
-
Maintainer-email: tencentcloudapi@tencent.com
|
|
8
|
-
License: Apache License 2.0
|
|
9
|
-
Description: ============================
|
|
10
|
-
Tencent Cloud SDK for Python
|
|
11
|
-
============================
|
|
12
|
-
|
|
13
|
-
Tencent Cloud Python Svp SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
|
|
14
|
-
The SDK works on Python versions:
|
|
15
|
-
|
|
16
|
-
* 2.7 and greater, including 3.x
|
|
17
|
-
|
|
18
|
-
Quick Start
|
|
19
|
-
-----------
|
|
20
|
-
|
|
21
|
-
First, install the library:
|
|
22
|
-
|
|
23
|
-
.. code-block:: sh
|
|
24
|
-
|
|
25
|
-
$ pip install tencentcloud-sdk-python-common
|
|
26
|
-
$ pip install tencentcloud-sdk-python-svp
|
|
27
|
-
|
|
28
|
-
or download source code from github and install:
|
|
29
|
-
|
|
30
|
-
.. code-block:: sh
|
|
31
|
-
|
|
32
|
-
$ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
|
|
33
|
-
$ cd tencentcloud-sdk-python
|
|
34
|
-
$ python package.py --components common svp
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
Platform: any
|
|
38
|
-
Classifier: Development Status :: 5 - Production/Stable
|
|
39
|
-
Classifier: Intended Audience :: Developers
|
|
40
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
41
|
-
Classifier: Programming Language :: Python
|
|
42
|
-
Classifier: Programming Language :: Python :: 2.7
|
|
43
|
-
Classifier: Programming Language :: Python :: 3
|
|
44
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
45
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 1.2
|
|
2
|
-
Name: tencentcloud-sdk-python-svp
|
|
3
|
-
Version: 3.0.1459
|
|
4
|
-
Summary: Tencent Cloud Svp SDK for Python
|
|
5
|
-
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
|
-
Author: Tencent Cloud
|
|
7
|
-
Maintainer-email: tencentcloudapi@tencent.com
|
|
8
|
-
License: Apache License 2.0
|
|
9
|
-
Description: ============================
|
|
10
|
-
Tencent Cloud SDK for Python
|
|
11
|
-
============================
|
|
12
|
-
|
|
13
|
-
Tencent Cloud Python Svp SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
|
|
14
|
-
The SDK works on Python versions:
|
|
15
|
-
|
|
16
|
-
* 2.7 and greater, including 3.x
|
|
17
|
-
|
|
18
|
-
Quick Start
|
|
19
|
-
-----------
|
|
20
|
-
|
|
21
|
-
First, install the library:
|
|
22
|
-
|
|
23
|
-
.. code-block:: sh
|
|
24
|
-
|
|
25
|
-
$ pip install tencentcloud-sdk-python-common
|
|
26
|
-
$ pip install tencentcloud-sdk-python-svp
|
|
27
|
-
|
|
28
|
-
or download source code from github and install:
|
|
29
|
-
|
|
30
|
-
.. code-block:: sh
|
|
31
|
-
|
|
32
|
-
$ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
|
|
33
|
-
$ cd tencentcloud-sdk-python
|
|
34
|
-
$ python package.py --components common svp
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
Platform: any
|
|
38
|
-
Classifier: Development Status :: 5 - Production/Stable
|
|
39
|
-
Classifier: Intended Audience :: Developers
|
|
40
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
41
|
-
Classifier: Programming Language :: Python
|
|
42
|
-
Classifier: Programming Language :: Python :: 2.7
|
|
43
|
-
Classifier: Programming Language :: Python :: 3
|
|
44
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
45
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1459
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|