tencentcloud-sdk-python-cbs 3.0.1352__tar.gz → 3.0.1354__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.1352 → tencentcloud-sdk-python-cbs-3.0.1354}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-cbs-3.0.1352 → tencentcloud-sdk-python-cbs-3.0.1354}/setup.py +1 -1
  3. {tencentcloud-sdk-python-cbs-3.0.1352 → tencentcloud-sdk-python-cbs-3.0.1354}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-cbs-3.0.1352 → tencentcloud-sdk-python-cbs-3.0.1354}/tencentcloud/cbs/v20170312/models.py +6 -14
  5. {tencentcloud-sdk-python-cbs-3.0.1352 → tencentcloud-sdk-python-cbs-3.0.1354}/tencentcloud_sdk_python_cbs.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-cbs-3.0.1354/tencentcloud_sdk_python_cbs.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-cbs-3.0.1352/tencentcloud_sdk_python_cbs.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-cbs-3.0.1352 → tencentcloud-sdk-python-cbs-3.0.1354}/README.rst +0 -0
  9. {tencentcloud-sdk-python-cbs-3.0.1352 → tencentcloud-sdk-python-cbs-3.0.1354}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-cbs-3.0.1352 → tencentcloud-sdk-python-cbs-3.0.1354}/tencentcloud/cbs/__init__.py +0 -0
  11. {tencentcloud-sdk-python-cbs-3.0.1352 → tencentcloud-sdk-python-cbs-3.0.1354}/tencentcloud/cbs/v20170312/__init__.py +0 -0
  12. {tencentcloud-sdk-python-cbs-3.0.1352 → tencentcloud-sdk-python-cbs-3.0.1354}/tencentcloud/cbs/v20170312/cbs_client.py +0 -0
  13. {tencentcloud-sdk-python-cbs-3.0.1352 → tencentcloud-sdk-python-cbs-3.0.1354}/tencentcloud/cbs/v20170312/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-cbs-3.0.1352 → tencentcloud-sdk-python-cbs-3.0.1354}/tencentcloud_sdk_python_cbs.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-cbs-3.0.1352 → tencentcloud-sdk-python-cbs-3.0.1354}/tencentcloud_sdk_python_cbs.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-cbs-3.0.1352 → tencentcloud-sdk-python-cbs-3.0.1354}/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.1352
3
+ Version: 3.0.1354
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.1352"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1354"],
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.1352'
17
+ __version__ = '3.0.1354'
@@ -1132,12 +1132,10 @@ class Cdc(AbstractModel):
1132
1132
  :param _CdcState: 独享集群状态。取值范围:<br><li>NORMAL:正常;</li><br><li>CLOSED:关闭,此时将不可使用该独享集群创建新的云硬盘;</li><br><li>FAULT:独享集群状态异常,此时独享集群将不可操作,腾讯云运维团队将会及时修复该集群;</li><br><li>ISOLATED:因未及时续费导致独享集群被隔离,此时将不可使用该独享集群创建新的云硬盘,对应的云硬盘也将不可操作。</li>
1133
1133
  :type CdcState: str
1134
1134
  :param _Zone: 独享集群所属的[可用区](/document/product/213/15753#ZoneInfo)ID。
1135
- 注意:此字段可能返回 null,表示取不到有效值。
1136
1135
  :type Zone: str
1137
1136
  :param _CdcName: 独享集群实例名称。
1138
1137
  :type CdcName: str
1139
1138
  :param _CdcResource: 独享集群的资源容量大小。
1140
- 注意:此字段可能返回 null,表示取不到有效值。
1141
1139
  :type CdcResource: :class:`tencentcloud.cbs.v20170312.models.CdcSize`
1142
1140
  :param _CdcId: 独享集群实例id。
1143
1141
  :type CdcId: str
@@ -1187,7 +1185,6 @@ class Cdc(AbstractModel):
1187
1185
  @property
1188
1186
  def Zone(self):
1189
1187
  """独享集群所属的[可用区](/document/product/213/15753#ZoneInfo)ID。
1190
- 注意:此字段可能返回 null,表示取不到有效值。
1191
1188
  :rtype: str
1192
1189
  """
1193
1190
  return self._Zone
@@ -1210,7 +1207,6 @@ class Cdc(AbstractModel):
1210
1207
  @property
1211
1208
  def CdcResource(self):
1212
1209
  """独享集群的资源容量大小。
1213
- 注意:此字段可能返回 null,表示取不到有效值。
1214
1210
  :rtype: :class:`tencentcloud.cbs.v20170312.models.CdcSize`
1215
1211
  """
1216
1212
  return self._CdcResource
@@ -5478,17 +5474,16 @@ class DiskConfig(AbstractModel):
5478
5474
  r"""
5479
5475
  :param _Available: 配置是否可用。
5480
5476
  :type Available: bool
5481
- :param _DiskChargeType: 付费模式。取值范围:<br><li>PREPAID:表示预付费,即包年包月<br><li>POSTPAID_BY_HOUR:表示后付费,即按量计费。
5477
+ :param _DiskChargeType: 付费模式。取值范围:<br><li>PREPAID:表示预付费,即包年包月</li><br><li>POSTPAID_BY_HOUR:表示后付费,即按量计费。</li>
5482
5478
  :type DiskChargeType: str
5483
5479
  :param _Zone: 云硬盘所属的[可用区](/document/product/213/15753#ZoneInfo)。
5484
5480
  :type Zone: str
5485
5481
  :param _InstanceFamily: 实例机型系列。详见[实例类型](https://cloud.tencent.com/document/product/213/11518)
5486
5482
  注意:此字段可能返回 null,表示取不到有效值。
5487
5483
  :type InstanceFamily: str
5488
- :param _DiskType: 云盘介质类型。取值范围:<br><li>CLOUD_BASIC:表示普通云硬盘<br><li>CLOUD_PREMIUM:表示高性能云硬盘<br><li>CLOUD_SSD:SSD表示SSD云硬盘。
5484
+ :param _DiskType: 云盘介质类型。取值范围:<br><li>CLOUD_BASIC:表示普通云硬盘</li><br><li>CLOUD_PREMIUM:表示高性能云硬盘</li><br><li>CLOUD_SSD:SSD表示SSD云硬盘。</li>
5489
5485
  :type DiskType: str
5490
5486
  :param _StepSize: 云盘大小变化的最小步长,单位GB。
5491
- 注意:此字段可能返回 null,表示取不到有效值。
5492
5487
  :type StepSize: int
5493
5488
  :param _ExtraPerformanceRange: 额外的性能区间。
5494
5489
  注意:此字段可能返回 null,表示取不到有效值。
@@ -5496,14 +5491,13 @@ class DiskConfig(AbstractModel):
5496
5491
  :param _DeviceClass: 实例机型。
5497
5492
  注意:此字段可能返回 null,表示取不到有效值。
5498
5493
  :type DeviceClass: str
5499
- :param _DiskUsage: 云盘类型。取值范围:<br><li>SYSTEM_DISK:表示系统盘<br><li>DATA_DISK:表示数据盘。
5494
+ :param _DiskUsage: 云盘类型。取值范围:<br><li>SYSTEM_DISK:表示系统盘</li><br><li>DATA_DISK:表示数据盘。</li>
5500
5495
  :type DiskUsage: str
5501
5496
  :param _MinDiskSize: 最小可配置云盘大小,单位GB。
5502
5497
  :type MinDiskSize: int
5503
5498
  :param _MaxDiskSize: 最大可配置云盘大小,单位GB。
5504
5499
  :type MaxDiskSize: int
5505
5500
  :param _Price: 描述预付费或后付费云盘的价格。
5506
- 注意:此字段可能返回 null,表示取不到有效值。
5507
5501
  :type Price: :class:`tencentcloud.cbs.v20170312.models.Price`
5508
5502
  """
5509
5503
  self._Available = None
@@ -5532,7 +5526,7 @@ class DiskConfig(AbstractModel):
5532
5526
 
5533
5527
  @property
5534
5528
  def DiskChargeType(self):
5535
- """付费模式。取值范围:<br><li>PREPAID:表示预付费,即包年包月<br><li>POSTPAID_BY_HOUR:表示后付费,即按量计费。
5529
+ """付费模式。取值范围:<br><li>PREPAID:表示预付费,即包年包月</li><br><li>POSTPAID_BY_HOUR:表示后付费,即按量计费。</li>
5536
5530
  :rtype: str
5537
5531
  """
5538
5532
  return self._DiskChargeType
@@ -5566,7 +5560,7 @@ class DiskConfig(AbstractModel):
5566
5560
 
5567
5561
  @property
5568
5562
  def DiskType(self):
5569
- """云盘介质类型。取值范围:<br><li>CLOUD_BASIC:表示普通云硬盘<br><li>CLOUD_PREMIUM:表示高性能云硬盘<br><li>CLOUD_SSD:SSD表示SSD云硬盘。
5563
+ """云盘介质类型。取值范围:<br><li>CLOUD_BASIC:表示普通云硬盘</li><br><li>CLOUD_PREMIUM:表示高性能云硬盘</li><br><li>CLOUD_SSD:SSD表示SSD云硬盘。</li>
5570
5564
  :rtype: str
5571
5565
  """
5572
5566
  return self._DiskType
@@ -5578,7 +5572,6 @@ class DiskConfig(AbstractModel):
5578
5572
  @property
5579
5573
  def StepSize(self):
5580
5574
  """云盘大小变化的最小步长,单位GB。
5581
- 注意:此字段可能返回 null,表示取不到有效值。
5582
5575
  :rtype: int
5583
5576
  """
5584
5577
  return self._StepSize
@@ -5613,7 +5606,7 @@ class DiskConfig(AbstractModel):
5613
5606
 
5614
5607
  @property
5615
5608
  def DiskUsage(self):
5616
- """云盘类型。取值范围:<br><li>SYSTEM_DISK:表示系统盘<br><li>DATA_DISK:表示数据盘。
5609
+ """云盘类型。取值范围:<br><li>SYSTEM_DISK:表示系统盘</li><br><li>DATA_DISK:表示数据盘。</li>
5617
5610
  :rtype: str
5618
5611
  """
5619
5612
  return self._DiskUsage
@@ -5647,7 +5640,6 @@ class DiskConfig(AbstractModel):
5647
5640
  @property
5648
5641
  def Price(self):
5649
5642
  """描述预付费或后付费云盘的价格。
5650
- 注意:此字段可能返回 null,表示取不到有效值。
5651
5643
  :rtype: :class:`tencentcloud.cbs.v20170312.models.Price`
5652
5644
  """
5653
5645
  return self._Price
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-cbs
3
- Version: 3.0.1352
3
+ Version: 3.0.1354
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.1354
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1352