tencentcloud-sdk-python-bdrc 3.1.165__tar.gz → 3.1.177__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_bdrc-3.1.165 → tencentcloud_sdk_python_bdrc-3.1.177}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_bdrc-3.1.165 → tencentcloud_sdk_python_bdrc-3.1.177}/setup.py +1 -1
- {tencentcloud_sdk_python_bdrc-3.1.165 → tencentcloud_sdk_python_bdrc-3.1.177}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_bdrc-3.1.165 → tencentcloud_sdk_python_bdrc-3.1.177}/tencentcloud/bdrc/v20260330/models.py +21 -6
- {tencentcloud_sdk_python_bdrc-3.1.165 → tencentcloud_sdk_python_bdrc-3.1.177}/tencentcloud_sdk_python_bdrc.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_bdrc-3.1.177/tencentcloud_sdk_python_bdrc.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_bdrc-3.1.165/tencentcloud_sdk_python_bdrc.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_bdrc-3.1.165 → tencentcloud_sdk_python_bdrc-3.1.177}/README.rst +0 -0
- {tencentcloud_sdk_python_bdrc-3.1.165 → tencentcloud_sdk_python_bdrc-3.1.177}/setup.cfg +0 -0
- {tencentcloud_sdk_python_bdrc-3.1.165 → tencentcloud_sdk_python_bdrc-3.1.177}/tencentcloud/bdrc/__init__.py +0 -0
- {tencentcloud_sdk_python_bdrc-3.1.165 → tencentcloud_sdk_python_bdrc-3.1.177}/tencentcloud/bdrc/v20260330/__init__.py +0 -0
- {tencentcloud_sdk_python_bdrc-3.1.165 → tencentcloud_sdk_python_bdrc-3.1.177}/tencentcloud/bdrc/v20260330/bdrc_client.py +0 -0
- {tencentcloud_sdk_python_bdrc-3.1.165 → tencentcloud_sdk_python_bdrc-3.1.177}/tencentcloud/bdrc/v20260330/bdrc_client_async.py +0 -0
- {tencentcloud_sdk_python_bdrc-3.1.165 → tencentcloud_sdk_python_bdrc-3.1.177}/tencentcloud/bdrc/v20260330/errorcodes.py +0 -0
- {tencentcloud_sdk_python_bdrc-3.1.165 → tencentcloud_sdk_python_bdrc-3.1.177}/tencentcloud_sdk_python_bdrc.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_bdrc-3.1.165 → tencentcloud_sdk_python_bdrc-3.1.177}/tencentcloud_sdk_python_bdrc.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_bdrc-3.1.165 → tencentcloud_sdk_python_bdrc-3.1.177}/tencentcloud_sdk_python_bdrc.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-bdrc
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.177
|
|
4
4
|
Summary: Tencent Cloud Bdrc 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.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.177
|
|
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-bdrc',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.177,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Bdrc SDK for Python',
|
|
@@ -13901,20 +13901,23 @@ class ModifyCopyPairAttributeRequest(AbstractModel):
|
|
|
13901
13901
|
|
|
13902
13902
|
def __init__(self):
|
|
13903
13903
|
r"""
|
|
13904
|
-
:param _CopyPairId:
|
|
13904
|
+
:param _CopyPairId: <p>要修改属性的复制对id</p>
|
|
13905
13905
|
:type CopyPairId: str
|
|
13906
|
-
:param _CopyPairType:
|
|
13906
|
+
:param _CopyPairType: <p>要修改的复制对类型,可选值:DISK、INSTANCE、CFS,默认 INSTANCE</p>
|
|
13907
13907
|
:type CopyPairType: str
|
|
13908
|
-
:param _CopyPairName:
|
|
13908
|
+
:param _CopyPairName: <p>修改复制对名称(长度最大支持 64 个字符)</p>
|
|
13909
13909
|
:type CopyPairName: str
|
|
13910
|
+
:param _InstanceType: <p>容灾端实例类型(仅容灾端CVM未创建时可修改)</p>
|
|
13911
|
+
:type InstanceType: str
|
|
13910
13912
|
"""
|
|
13911
13913
|
self._CopyPairId = None
|
|
13912
13914
|
self._CopyPairType = None
|
|
13913
13915
|
self._CopyPairName = None
|
|
13916
|
+
self._InstanceType = None
|
|
13914
13917
|
|
|
13915
13918
|
@property
|
|
13916
13919
|
def CopyPairId(self):
|
|
13917
|
-
r"""
|
|
13920
|
+
r"""<p>要修改属性的复制对id</p>
|
|
13918
13921
|
:rtype: str
|
|
13919
13922
|
"""
|
|
13920
13923
|
return self._CopyPairId
|
|
@@ -13925,7 +13928,7 @@ class ModifyCopyPairAttributeRequest(AbstractModel):
|
|
|
13925
13928
|
|
|
13926
13929
|
@property
|
|
13927
13930
|
def CopyPairType(self):
|
|
13928
|
-
r"""
|
|
13931
|
+
r"""<p>要修改的复制对类型,可选值:DISK、INSTANCE、CFS,默认 INSTANCE</p>
|
|
13929
13932
|
:rtype: str
|
|
13930
13933
|
"""
|
|
13931
13934
|
return self._CopyPairType
|
|
@@ -13936,7 +13939,7 @@ class ModifyCopyPairAttributeRequest(AbstractModel):
|
|
|
13936
13939
|
|
|
13937
13940
|
@property
|
|
13938
13941
|
def CopyPairName(self):
|
|
13939
|
-
r"""
|
|
13942
|
+
r"""<p>修改复制对名称(长度最大支持 64 个字符)</p>
|
|
13940
13943
|
:rtype: str
|
|
13941
13944
|
"""
|
|
13942
13945
|
return self._CopyPairName
|
|
@@ -13945,11 +13948,23 @@ class ModifyCopyPairAttributeRequest(AbstractModel):
|
|
|
13945
13948
|
def CopyPairName(self, CopyPairName):
|
|
13946
13949
|
self._CopyPairName = CopyPairName
|
|
13947
13950
|
|
|
13951
|
+
@property
|
|
13952
|
+
def InstanceType(self):
|
|
13953
|
+
r"""<p>容灾端实例类型(仅容灾端CVM未创建时可修改)</p>
|
|
13954
|
+
:rtype: str
|
|
13955
|
+
"""
|
|
13956
|
+
return self._InstanceType
|
|
13957
|
+
|
|
13958
|
+
@InstanceType.setter
|
|
13959
|
+
def InstanceType(self, InstanceType):
|
|
13960
|
+
self._InstanceType = InstanceType
|
|
13961
|
+
|
|
13948
13962
|
|
|
13949
13963
|
def _deserialize(self, params):
|
|
13950
13964
|
self._CopyPairId = params.get("CopyPairId")
|
|
13951
13965
|
self._CopyPairType = params.get("CopyPairType")
|
|
13952
13966
|
self._CopyPairName = params.get("CopyPairName")
|
|
13967
|
+
self._InstanceType = params.get("InstanceType")
|
|
13953
13968
|
memeber_set = set(params.keys())
|
|
13954
13969
|
for name, value in vars(self).items():
|
|
13955
13970
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-bdrc
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.177
|
|
4
4
|
Summary: Tencent Cloud Bdrc 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.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.177
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.177
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.165
|
|
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
|