tencentcloud-sdk-python-bdrc 3.1.164__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_bdrc-3.1.164 → tencentcloud_sdk_python_bdrc-3.1.177}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_bdrc-3.1.164 → tencentcloud_sdk_python_bdrc-3.1.177}/setup.py +1 -1
  3. {tencentcloud_sdk_python_bdrc-3.1.164 → tencentcloud_sdk_python_bdrc-3.1.177}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_bdrc-3.1.164 → tencentcloud_sdk_python_bdrc-3.1.177}/tencentcloud/bdrc/v20260330/models.py +46 -16
  5. {tencentcloud_sdk_python_bdrc-3.1.164 → tencentcloud_sdk_python_bdrc-3.1.177}/tencentcloud_sdk_python_bdrc.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_bdrc-3.1.177/tencentcloud_sdk_python_bdrc.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_bdrc-3.1.164/tencentcloud_sdk_python_bdrc.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_bdrc-3.1.164 → tencentcloud_sdk_python_bdrc-3.1.177}/README.rst +0 -0
  9. {tencentcloud_sdk_python_bdrc-3.1.164 → tencentcloud_sdk_python_bdrc-3.1.177}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_bdrc-3.1.164 → tencentcloud_sdk_python_bdrc-3.1.177}/tencentcloud/bdrc/__init__.py +0 -0
  11. {tencentcloud_sdk_python_bdrc-3.1.164 → tencentcloud_sdk_python_bdrc-3.1.177}/tencentcloud/bdrc/v20260330/__init__.py +0 -0
  12. {tencentcloud_sdk_python_bdrc-3.1.164 → tencentcloud_sdk_python_bdrc-3.1.177}/tencentcloud/bdrc/v20260330/bdrc_client.py +0 -0
  13. {tencentcloud_sdk_python_bdrc-3.1.164 → tencentcloud_sdk_python_bdrc-3.1.177}/tencentcloud/bdrc/v20260330/bdrc_client_async.py +0 -0
  14. {tencentcloud_sdk_python_bdrc-3.1.164 → tencentcloud_sdk_python_bdrc-3.1.177}/tencentcloud/bdrc/v20260330/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_bdrc-3.1.164 → tencentcloud_sdk_python_bdrc-3.1.177}/tencentcloud_sdk_python_bdrc.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_bdrc-3.1.164 → tencentcloud_sdk_python_bdrc-3.1.177}/tencentcloud_sdk_python_bdrc.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_bdrc-3.1.164 → 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.164
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.164
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.164,<4.0.0"],
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',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.164'
17
+ __version__ = '3.1.177'
@@ -4582,23 +4582,26 @@ class CreateFileBackupPlanRequest(AbstractModel):
4582
4582
 
4583
4583
  def __init__(self):
4584
4584
  r"""
4585
- :param _PolicyId: 备份策略ID
4585
+ :param _PolicyId: <p>备份策略ID</p>
4586
4586
  :type PolicyId: str
4587
- :param _BackupStorageId: 备份库ID
4587
+ :param _BackupStorageId: <p>备份库ID</p>
4588
4588
  :type BackupStorageId: str
4589
- :param _PlanName: 计划名称
4589
+ :param _PlanName: <p>计划名称</p>
4590
4590
  :type PlanName: str
4591
- :param _Resources: 实例配置列表,[1,20]
4591
+ :param _Resources: <p>实例配置列表,[1,20]</p>
4592
4592
  :type Resources: list of ResourcePlan
4593
+ :param _ResourceType: <p>资源类型</p><p>枚举值:</p><ul><li>CVM_AGENT: CVM文件备份</li><li>CFS_AGENT: 文件系统备份</li><li>COS_AGENT: COS备份</li></ul><p>默认值:CVM_AGENT</p>
4594
+ :type ResourceType: str
4593
4595
  """
4594
4596
  self._PolicyId = None
4595
4597
  self._BackupStorageId = None
4596
4598
  self._PlanName = None
4597
4599
  self._Resources = None
4600
+ self._ResourceType = None
4598
4601
 
4599
4602
  @property
4600
4603
  def PolicyId(self):
4601
- r"""备份策略ID
4604
+ r"""<p>备份策略ID</p>
4602
4605
  :rtype: str
4603
4606
  """
4604
4607
  return self._PolicyId
@@ -4609,7 +4612,7 @@ class CreateFileBackupPlanRequest(AbstractModel):
4609
4612
 
4610
4613
  @property
4611
4614
  def BackupStorageId(self):
4612
- r"""备份库ID
4615
+ r"""<p>备份库ID</p>
4613
4616
  :rtype: str
4614
4617
  """
4615
4618
  return self._BackupStorageId
@@ -4620,7 +4623,7 @@ class CreateFileBackupPlanRequest(AbstractModel):
4620
4623
 
4621
4624
  @property
4622
4625
  def PlanName(self):
4623
- r"""计划名称
4626
+ r"""<p>计划名称</p>
4624
4627
  :rtype: str
4625
4628
  """
4626
4629
  return self._PlanName
@@ -4631,7 +4634,7 @@ class CreateFileBackupPlanRequest(AbstractModel):
4631
4634
 
4632
4635
  @property
4633
4636
  def Resources(self):
4634
- r"""实例配置列表,[1,20]
4637
+ r"""<p>实例配置列表,[1,20]</p>
4635
4638
  :rtype: list of ResourcePlan
4636
4639
  """
4637
4640
  return self._Resources
@@ -4640,6 +4643,17 @@ class CreateFileBackupPlanRequest(AbstractModel):
4640
4643
  def Resources(self, Resources):
4641
4644
  self._Resources = Resources
4642
4645
 
4646
+ @property
4647
+ def ResourceType(self):
4648
+ r"""<p>资源类型</p><p>枚举值:</p><ul><li>CVM_AGENT: CVM文件备份</li><li>CFS_AGENT: 文件系统备份</li><li>COS_AGENT: COS备份</li></ul><p>默认值:CVM_AGENT</p>
4649
+ :rtype: str
4650
+ """
4651
+ return self._ResourceType
4652
+
4653
+ @ResourceType.setter
4654
+ def ResourceType(self, ResourceType):
4655
+ self._ResourceType = ResourceType
4656
+
4643
4657
 
4644
4658
  def _deserialize(self, params):
4645
4659
  self._PolicyId = params.get("PolicyId")
@@ -4651,6 +4665,7 @@ class CreateFileBackupPlanRequest(AbstractModel):
4651
4665
  obj = ResourcePlan()
4652
4666
  obj._deserialize(item)
4653
4667
  self._Resources.append(obj)
4668
+ self._ResourceType = params.get("ResourceType")
4654
4669
  memeber_set = set(params.keys())
4655
4670
  for name, value in vars(self).items():
4656
4671
  property_name = name[1:]
@@ -4668,7 +4683,7 @@ class CreateFileBackupPlanResponse(AbstractModel):
4668
4683
 
4669
4684
  def __init__(self):
4670
4685
  r"""
4671
- :param _PlanIds: 备份计划 ID 列表
4686
+ :param _PlanIds: <p>备份计划 ID 列表</p>
4672
4687
  :type PlanIds: list of str
4673
4688
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4674
4689
  :type RequestId: str
@@ -4678,7 +4693,7 @@ class CreateFileBackupPlanResponse(AbstractModel):
4678
4693
 
4679
4694
  @property
4680
4695
  def PlanIds(self):
4681
- r"""备份计划 ID 列表
4696
+ r"""<p>备份计划 ID 列表</p>
4682
4697
  :rtype: list of str
4683
4698
  """
4684
4699
  return self._PlanIds
@@ -13886,20 +13901,23 @@ class ModifyCopyPairAttributeRequest(AbstractModel):
13886
13901
 
13887
13902
  def __init__(self):
13888
13903
  r"""
13889
- :param _CopyPairId: 要修改属性的复制对id
13904
+ :param _CopyPairId: <p>要修改属性的复制对id</p>
13890
13905
  :type CopyPairId: str
13891
- :param _CopyPairType: 要修改的复制对类型,可选值:DISK、INSTANCE、CFS,默认 INSTANCE
13906
+ :param _CopyPairType: <p>要修改的复制对类型,可选值:DISK、INSTANCE、CFS,默认 INSTANCE</p>
13892
13907
  :type CopyPairType: str
13893
- :param _CopyPairName: 修改复制对名称(长度最大支持 64 个字符)
13908
+ :param _CopyPairName: <p>修改复制对名称(长度最大支持 64 个字符)</p>
13894
13909
  :type CopyPairName: str
13910
+ :param _InstanceType: <p>容灾端实例类型(仅容灾端CVM未创建时可修改)</p>
13911
+ :type InstanceType: str
13895
13912
  """
13896
13913
  self._CopyPairId = None
13897
13914
  self._CopyPairType = None
13898
13915
  self._CopyPairName = None
13916
+ self._InstanceType = None
13899
13917
 
13900
13918
  @property
13901
13919
  def CopyPairId(self):
13902
- r"""要修改属性的复制对id
13920
+ r"""<p>要修改属性的复制对id</p>
13903
13921
  :rtype: str
13904
13922
  """
13905
13923
  return self._CopyPairId
@@ -13910,7 +13928,7 @@ class ModifyCopyPairAttributeRequest(AbstractModel):
13910
13928
 
13911
13929
  @property
13912
13930
  def CopyPairType(self):
13913
- r"""要修改的复制对类型,可选值:DISK、INSTANCE、CFS,默认 INSTANCE
13931
+ r"""<p>要修改的复制对类型,可选值:DISK、INSTANCE、CFS,默认 INSTANCE</p>
13914
13932
  :rtype: str
13915
13933
  """
13916
13934
  return self._CopyPairType
@@ -13921,7 +13939,7 @@ class ModifyCopyPairAttributeRequest(AbstractModel):
13921
13939
 
13922
13940
  @property
13923
13941
  def CopyPairName(self):
13924
- r"""修改复制对名称(长度最大支持 64 个字符)
13942
+ r"""<p>修改复制对名称(长度最大支持 64 个字符)</p>
13925
13943
  :rtype: str
13926
13944
  """
13927
13945
  return self._CopyPairName
@@ -13930,11 +13948,23 @@ class ModifyCopyPairAttributeRequest(AbstractModel):
13930
13948
  def CopyPairName(self, CopyPairName):
13931
13949
  self._CopyPairName = CopyPairName
13932
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
+
13933
13962
 
13934
13963
  def _deserialize(self, params):
13935
13964
  self._CopyPairId = params.get("CopyPairId")
13936
13965
  self._CopyPairType = params.get("CopyPairType")
13937
13966
  self._CopyPairName = params.get("CopyPairName")
13967
+ self._InstanceType = params.get("InstanceType")
13938
13968
  memeber_set = set(params.keys())
13939
13969
  for name, value in vars(self).items():
13940
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.164
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.164
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.164