tencentcloud-sdk-python-bdrc 3.1.164__tar.gz → 3.1.165__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.165}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_bdrc-3.1.164 → tencentcloud_sdk_python_bdrc-3.1.165}/setup.py +1 -1
  3. {tencentcloud_sdk_python_bdrc-3.1.164 → tencentcloud_sdk_python_bdrc-3.1.165}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_bdrc-3.1.164 → tencentcloud_sdk_python_bdrc-3.1.165}/tencentcloud/bdrc/v20260330/models.py +25 -10
  5. {tencentcloud_sdk_python_bdrc-3.1.164 → tencentcloud_sdk_python_bdrc-3.1.165}/tencentcloud_sdk_python_bdrc.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_bdrc-3.1.165/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.165}/README.rst +0 -0
  9. {tencentcloud_sdk_python_bdrc-3.1.164 → tencentcloud_sdk_python_bdrc-3.1.165}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_bdrc-3.1.164 → tencentcloud_sdk_python_bdrc-3.1.165}/tencentcloud/bdrc/__init__.py +0 -0
  11. {tencentcloud_sdk_python_bdrc-3.1.164 → tencentcloud_sdk_python_bdrc-3.1.165}/tencentcloud/bdrc/v20260330/__init__.py +0 -0
  12. {tencentcloud_sdk_python_bdrc-3.1.164 → tencentcloud_sdk_python_bdrc-3.1.165}/tencentcloud/bdrc/v20260330/bdrc_client.py +0 -0
  13. {tencentcloud_sdk_python_bdrc-3.1.164 → tencentcloud_sdk_python_bdrc-3.1.165}/tencentcloud/bdrc/v20260330/bdrc_client_async.py +0 -0
  14. {tencentcloud_sdk_python_bdrc-3.1.164 → tencentcloud_sdk_python_bdrc-3.1.165}/tencentcloud/bdrc/v20260330/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_bdrc-3.1.164 → tencentcloud_sdk_python_bdrc-3.1.165}/tencentcloud_sdk_python_bdrc.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_bdrc-3.1.164 → tencentcloud_sdk_python_bdrc-3.1.165}/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.165}/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.165
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.165
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.165,<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.165'
@@ -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
@@ -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.165
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.165
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.165
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.164