tencentcloud-sdk-python-cbs 3.0.1372__tar.gz → 3.0.1374__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-cbs-3.0.1372 → tencentcloud-sdk-python-cbs-3.0.1374}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-cbs-3.0.1372 → tencentcloud-sdk-python-cbs-3.0.1374}/setup.py +1 -1
  3. {tencentcloud-sdk-python-cbs-3.0.1372 → tencentcloud-sdk-python-cbs-3.0.1374}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-cbs-3.0.1372 → tencentcloud-sdk-python-cbs-3.0.1374}/tencentcloud/cbs/v20170312/models.py +27 -2
  5. {tencentcloud-sdk-python-cbs-3.0.1372 → tencentcloud-sdk-python-cbs-3.0.1374}/tencentcloud_sdk_python_cbs.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-cbs-3.0.1374/tencentcloud_sdk_python_cbs.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-cbs-3.0.1372/tencentcloud_sdk_python_cbs.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-cbs-3.0.1372 → tencentcloud-sdk-python-cbs-3.0.1374}/README.rst +0 -0
  9. {tencentcloud-sdk-python-cbs-3.0.1372 → tencentcloud-sdk-python-cbs-3.0.1374}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-cbs-3.0.1372 → tencentcloud-sdk-python-cbs-3.0.1374}/tencentcloud/cbs/__init__.py +0 -0
  11. {tencentcloud-sdk-python-cbs-3.0.1372 → tencentcloud-sdk-python-cbs-3.0.1374}/tencentcloud/cbs/v20170312/__init__.py +0 -0
  12. {tencentcloud-sdk-python-cbs-3.0.1372 → tencentcloud-sdk-python-cbs-3.0.1374}/tencentcloud/cbs/v20170312/cbs_client.py +0 -0
  13. {tencentcloud-sdk-python-cbs-3.0.1372 → tencentcloud-sdk-python-cbs-3.0.1374}/tencentcloud/cbs/v20170312/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-cbs-3.0.1372 → tencentcloud-sdk-python-cbs-3.0.1374}/tencentcloud_sdk_python_cbs.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-cbs-3.0.1372 → tencentcloud-sdk-python-cbs-3.0.1374}/tencentcloud_sdk_python_cbs.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-cbs-3.0.1372 → tencentcloud-sdk-python-cbs-3.0.1374}/tencentcloud_sdk_python_cbs.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-cbs
3
- Version: 3.0.1372
3
+ Version: 3.0.1374
4
4
  Summary: Tencent Cloud Cbs 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-cbs',
11
- install_requires=["tencentcloud-sdk-python-common==3.0.1372"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1374"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Cbs 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.1372'
17
+ __version__ = '3.0.1374'
@@ -8689,7 +8689,11 @@ class SnapshotGroup(AbstractModel):
8689
8689
  :type ContainRootSnapshot: bool
8690
8690
  :param _SnapshotIdSet: 快照组包含的快照ID列表。
8691
8691
  :type SnapshotIdSet: list of str
8692
- :param _SnapshotGroupState: 快照组状态。<br><li>NORMAL: 正常<br><li>CREATING:创建中<br><li>ROLLBACKING:回滚中
8692
+ :param _SnapshotGroupState: <ul>
8693
+ <li>NORMAL: 正常</li>
8694
+ <li>CREATING: 创建中</li>
8695
+ <li>ROLLBACKING: 回滚中</li>
8696
+ </ul>
8693
8697
  :type SnapshotGroupState: str
8694
8698
  :param _Percent: 快照组创建进度。
8695
8699
  :type Percent: int
@@ -8708,6 +8712,9 @@ class SnapshotGroup(AbstractModel):
8708
8712
  :param _DeadlineTime: 快照组到期时间。
8709
8713
  注意:此字段可能返回 null,表示取不到有效值。
8710
8714
  :type DeadlineTime: str
8715
+ :param _AutoSnapshotPolicyId: 来源自动快照策略ID
8716
+ 注意:此字段可能返回 null,表示取不到有效值。
8717
+ :type AutoSnapshotPolicyId: str
8711
8718
  """
8712
8719
  self._SnapshotGroupId = None
8713
8720
  self._SnapshotGroupType = None
@@ -8722,6 +8729,7 @@ class SnapshotGroup(AbstractModel):
8722
8729
  self._ImageCount = None
8723
8730
  self._IsPermanent = None
8724
8731
  self._DeadlineTime = None
8732
+ self._AutoSnapshotPolicyId = None
8725
8733
 
8726
8734
  @property
8727
8735
  def SnapshotGroupId(self):
@@ -8769,7 +8777,11 @@ class SnapshotGroup(AbstractModel):
8769
8777
 
8770
8778
  @property
8771
8779
  def SnapshotGroupState(self):
8772
- """快照组状态。<br><li>NORMAL: 正常<br><li>CREATING:创建中<br><li>ROLLBACKING:回滚中
8780
+ """<ul>
8781
+ <li>NORMAL: 正常</li>
8782
+ <li>CREATING: 创建中</li>
8783
+ <li>ROLLBACKING: 回滚中</li>
8784
+ </ul>
8773
8785
  :rtype: str
8774
8786
  """
8775
8787
  return self._SnapshotGroupState
@@ -8867,6 +8879,18 @@ class SnapshotGroup(AbstractModel):
8867
8879
  def DeadlineTime(self, DeadlineTime):
8868
8880
  self._DeadlineTime = DeadlineTime
8869
8881
 
8882
+ @property
8883
+ def AutoSnapshotPolicyId(self):
8884
+ """来源自动快照策略ID
8885
+ 注意:此字段可能返回 null,表示取不到有效值。
8886
+ :rtype: str
8887
+ """
8888
+ return self._AutoSnapshotPolicyId
8889
+
8890
+ @AutoSnapshotPolicyId.setter
8891
+ def AutoSnapshotPolicyId(self, AutoSnapshotPolicyId):
8892
+ self._AutoSnapshotPolicyId = AutoSnapshotPolicyId
8893
+
8870
8894
 
8871
8895
  def _deserialize(self, params):
8872
8896
  self._SnapshotGroupId = params.get("SnapshotGroupId")
@@ -8887,6 +8911,7 @@ class SnapshotGroup(AbstractModel):
8887
8911
  self._ImageCount = params.get("ImageCount")
8888
8912
  self._IsPermanent = params.get("IsPermanent")
8889
8913
  self._DeadlineTime = params.get("DeadlineTime")
8914
+ self._AutoSnapshotPolicyId = params.get("AutoSnapshotPolicyId")
8890
8915
  memeber_set = set(params.keys())
8891
8916
  for name, value in vars(self).items():
8892
8917
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-cbs
3
- Version: 3.0.1372
3
+ Version: 3.0.1374
4
4
  Summary: Tencent Cloud Cbs 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==3.0.1374
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1372