tencentcloud-sdk-python-cloudhsm 3.0.1459__tar.gz → 3.0.1477__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.
Files changed (16) hide show
  1. {tencentcloud-sdk-python-cloudhsm-3.0.1459 → tencentcloud-sdk-python-cloudhsm-3.0.1477}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-cloudhsm-3.0.1459 → tencentcloud-sdk-python-cloudhsm-3.0.1477}/setup.py +1 -1
  3. {tencentcloud-sdk-python-cloudhsm-3.0.1459 → tencentcloud-sdk-python-cloudhsm-3.0.1477}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-cloudhsm-3.0.1459 → tencentcloud-sdk-python-cloudhsm-3.0.1477}/tencentcloud/cloudhsm/v20191112/models.py +15 -15
  5. {tencentcloud-sdk-python-cloudhsm-3.0.1459 → tencentcloud-sdk-python-cloudhsm-3.0.1477}/tencentcloud_sdk_python_cloudhsm.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-cloudhsm-3.0.1477/tencentcloud_sdk_python_cloudhsm.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-cloudhsm-3.0.1459/tencentcloud_sdk_python_cloudhsm.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-cloudhsm-3.0.1459 → tencentcloud-sdk-python-cloudhsm-3.0.1477}/README.rst +0 -0
  9. {tencentcloud-sdk-python-cloudhsm-3.0.1459 → tencentcloud-sdk-python-cloudhsm-3.0.1477}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-cloudhsm-3.0.1459 → tencentcloud-sdk-python-cloudhsm-3.0.1477}/tencentcloud/cloudhsm/__init__.py +0 -0
  11. {tencentcloud-sdk-python-cloudhsm-3.0.1459 → tencentcloud-sdk-python-cloudhsm-3.0.1477}/tencentcloud/cloudhsm/v20191112/__init__.py +0 -0
  12. {tencentcloud-sdk-python-cloudhsm-3.0.1459 → tencentcloud-sdk-python-cloudhsm-3.0.1477}/tencentcloud/cloudhsm/v20191112/cloudhsm_client.py +0 -0
  13. {tencentcloud-sdk-python-cloudhsm-3.0.1459 → tencentcloud-sdk-python-cloudhsm-3.0.1477}/tencentcloud/cloudhsm/v20191112/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-cloudhsm-3.0.1459 → tencentcloud-sdk-python-cloudhsm-3.0.1477}/tencentcloud_sdk_python_cloudhsm.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-cloudhsm-3.0.1459 → tencentcloud-sdk-python-cloudhsm-3.0.1477}/tencentcloud_sdk_python_cloudhsm.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-cloudhsm-3.0.1459 → tencentcloud-sdk-python-cloudhsm-3.0.1477}/tencentcloud_sdk_python_cloudhsm.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-cloudhsm
3
- Version: 3.0.1459
3
+ Version: 3.0.1477
4
4
  Summary: Tencent Cloud Cloudhsm SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-cloudhsm',
11
- install_requires=["tencentcloud-sdk-python-common>=3.0.1459,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.0.1477,<4.0.0"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Cloudhsm SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1459'
17
+ __version__ = '3.0.1477'
@@ -1790,20 +1790,20 @@ class InquiryPriceBuyVsmRequest(AbstractModel):
1790
1790
  :type TimeSpan: str
1791
1791
  :param _TimeUnit: 商品的时间单位,m表示月,y表示年
1792
1792
  :type TimeUnit: str
1793
- :param _Currency: 货币类型,默认为CNY
1794
- :type Currency: str
1795
1793
  :param _Type: 默认为CREATE,可选RENEW
1796
1794
  :type Type: str
1797
1795
  :param _HsmType: Hsm服务类型,可选值virtualization、physical、GHSM、EHSM、SHSM
1798
1796
  :type HsmType: str
1797
+ :param _Currency: 货币类型,默认为CNY
1798
+ :type Currency: str
1799
1799
  """
1800
1800
  self._GoodsNum = None
1801
1801
  self._PayMode = None
1802
1802
  self._TimeSpan = None
1803
1803
  self._TimeUnit = None
1804
- self._Currency = None
1805
1804
  self._Type = None
1806
1805
  self._HsmType = None
1806
+ self._Currency = None
1807
1807
 
1808
1808
  @property
1809
1809
  def GoodsNum(self):
@@ -1849,17 +1849,6 @@ class InquiryPriceBuyVsmRequest(AbstractModel):
1849
1849
  def TimeUnit(self, TimeUnit):
1850
1850
  self._TimeUnit = TimeUnit
1851
1851
 
1852
- @property
1853
- def Currency(self):
1854
- r"""货币类型,默认为CNY
1855
- :rtype: str
1856
- """
1857
- return self._Currency
1858
-
1859
- @Currency.setter
1860
- def Currency(self, Currency):
1861
- self._Currency = Currency
1862
-
1863
1852
  @property
1864
1853
  def Type(self):
1865
1854
  r"""默认为CREATE,可选RENEW
@@ -1882,15 +1871,26 @@ class InquiryPriceBuyVsmRequest(AbstractModel):
1882
1871
  def HsmType(self, HsmType):
1883
1872
  self._HsmType = HsmType
1884
1873
 
1874
+ @property
1875
+ def Currency(self):
1876
+ r"""货币类型,默认为CNY
1877
+ :rtype: str
1878
+ """
1879
+ return self._Currency
1880
+
1881
+ @Currency.setter
1882
+ def Currency(self, Currency):
1883
+ self._Currency = Currency
1884
+
1885
1885
 
1886
1886
  def _deserialize(self, params):
1887
1887
  self._GoodsNum = params.get("GoodsNum")
1888
1888
  self._PayMode = params.get("PayMode")
1889
1889
  self._TimeSpan = params.get("TimeSpan")
1890
1890
  self._TimeUnit = params.get("TimeUnit")
1891
- self._Currency = params.get("Currency")
1892
1891
  self._Type = params.get("Type")
1893
1892
  self._HsmType = params.get("HsmType")
1893
+ self._Currency = params.get("Currency")
1894
1894
  memeber_set = set(params.keys())
1895
1895
  for name, value in vars(self).items():
1896
1896
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-cloudhsm
3
- Version: 3.0.1459
3
+ Version: 3.0.1477
4
4
  Summary: Tencent Cloud Cloudhsm SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.0.1477
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.0.1459