tencentcloud-sdk-cbs 1.0.243 → 1.0.244

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: beeb005a2f831020bd2ab41c6f2a87251378427f
4
- data.tar.gz: 0ae71373f0b084f7a22c1359785be75b9d342baa
3
+ metadata.gz: 1fd7e7a538ad994d7e5909e003cebf9304f6c961
4
+ data.tar.gz: b060da933ade4ce52b7284912deb356572c8677e
5
5
  SHA512:
6
- metadata.gz: 9a08c7c7f03be94d030cdfa40322374c1a5ed393e352082079793819c48fa827b167a392418e1352762fd8cf034f88a84ed04525c646db85db5c4f01d66cec23
7
- data.tar.gz: 0a1795934c3b55bff25d2652322929bc92276b914bf73a5c1ae796729719cfc34b41c5d6c6b4761d8a88dbc0b4351177e1a665c7208c1fdeffa74a1194de78b1
6
+ metadata.gz: 6fe91773dbcb36bf1cae413dea79289dc38c75a712d9d705437447c160c2cd8a8679c58252a76ccec7a9a19958350d3f5c0bdbffca36b69e956329d047b42ad4
7
+ data.tar.gz: e845a8e889a2e966c55588e1e5ac006644afe5b53c0b78755a6dfa624c2dcb47f03c2422cac448933db21bb7f6abe5a96bda0c5ce35c097463a70e93f834da74
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.243
1
+ 1.0.244
@@ -347,7 +347,7 @@ module TencentCloud
347
347
 
348
348
  # 本接口(DescribeDiskStoragePool)查询用户的云硬盘独享集群列表。
349
349
 
350
- # * 可以根据独享集群ID(CdcId)、集群区域名(zone)类型等信息来查询和过滤云硬盘独享集群详细信息,不同条件之间为与(AND)的关系,过滤信息详细请见过滤器`Filter`。
350
+ # * 可以根据独享集群ID(CdcId)、可用区(zone)等信息来查询和过滤云硬盘独享集群详细信息,不同的过滤条件之间为与(AND)的关系,过滤信息详细请见过滤器`Filter`。
351
351
  # * 如果参数为空,返回当前用户一定数量(`Limit`所指定的数量,默认为20)的云硬盘独享集群列表。
352
352
 
353
353
  # @param request: Request instance for DescribeDiskStoragePool.
@@ -253,21 +253,21 @@ module TencentCloud
253
253
  # @param CageId: 独享集群围笼ID。
254
254
  # 注意:此字段可能返回 null,表示取不到有效值。
255
255
  # @type CageId: String
256
- # @param CdcState: 独享集群状态。取值范围:<br><li>NORMAL:正常<br><li>CLOSED:关闭售卖<br><li>FAULT:状态异常<br><li>ISOLATED:已隔离。
256
+ # @param CdcState: 独享集群状态。取值范围:<br><li>NORMAL:正常;<br><li>CLOSED:关闭,此时将不可使用该独享集群创建新的云硬盘;<br><li>FAULT:独享集群状态异常,此时独享集群将不可操作,腾讯云运维团队将会及时修复该集群;<br><li>ISOLATED:因未及时续费导致独享集群被隔离,此时将不可使用该独享集群创建新的云硬盘,对应的云硬盘也将不可操作。
257
257
  # @type CdcState: String
258
- # @param Zone: 独享集群所属的[可用区](/document/api/213/9452#zone)ID。
258
+ # @param Zone: 独享集群所属的[可用区](/document/product/213/15753#ZoneInfo)ID。
259
259
  # 注意:此字段可能返回 null,表示取不到有效值。
260
260
  # @type Zone: String
261
261
  # @param CdcName: 独享集群实例名称。
262
262
  # @type CdcName: String
263
- # @param CdcResource: 独享集群的资源大小。
263
+ # @param CdcResource: 独享集群的资源容量大小。
264
264
  # 注意:此字段可能返回 null,表示取不到有效值。
265
265
  # @type CdcResource: :class:`Tencentcloud::Cbs.v20170312.models.CdcSize`
266
266
  # @param CdcId: 独享集群实例id。
267
267
  # @type CdcId: String
268
268
  # @param DiskType: 独享集群类型。取值范围:<br><li>CLOUD_BASIC:表示普通云硬盘集群<br><li>CLOUD_PREMIUM:表示高性能云硬盘集群<br><li>CLOUD_SSD:SSD表示SSD云硬盘集群。
269
269
  # @type DiskType: String
270
- # @param ExpiredTime: 独享集群过期时间。
270
+ # @param ExpiredTime: 独享集群到期时间。
271
271
  # @type ExpiredTime: String
272
272
 
273
273
  attr_accessor :CageId, :CdcState, :Zone, :CdcName, :CdcResource, :CdcId, :DiskType, :ExpiredTime
@@ -862,7 +862,7 @@ module TencentCloud
862
862
  # @type Limit: Integer
863
863
  # @param CdcIds: 指定需要查询的独享集群ID列表,该入参不能与Filters一起使用。
864
864
  # @type CdcIds: Array
865
- # @param Filters: 过滤条件。参数不支持同时指定`CdcIds`和`Filters`。<br><li>cdc-id - Array of String - 是否必填:否 -(过滤条件)按独享集群ID过滤。<br><li>zone - Array of String - 是否必填:否 -(过滤条件)按独享集群所在[可用区](/document/api/213/9452#zone)过滤。<br><li>cage-id - Array of String - 是否必填:否 -(过滤条件)按独享集群所在围笼的ID过滤。<br><li>disk-type - Array of String - 是否必填:否 -(过滤条件)按照云盘介质类型过滤。(CLOUD_BASIC:表示普通云硬盘 | CLOUD_PREMIUM:表示高性能云硬盘。| CLOUD_SSD:SSD表示SSD云硬盘。)
865
+ # @param Filters: 过滤条件。参数不支持同时指定`CdcIds`和`Filters`。<br><li>cdc-id - Array of String - 是否必填:否 -(过滤条件)按独享集群ID过滤。<br><li>zone - Array of String - 是否必填:否 -(过滤条件)按独享集群所在[可用区](/document/product/213/15753#ZoneInfo)过滤。<br><li>cage-id - Array of String - 是否必填:否 -(过滤条件)按独享集群所在围笼的ID过滤。<br><li>disk-type - Array of String - 是否必填:否 -(过滤条件)按照云盘介质类型过滤。(CLOUD_BASIC:表示普通云硬盘 | CLOUD_PREMIUM:表示高性能云硬盘。| CLOUD_SSD:SSD表示SSD云硬盘。)
866
866
  # @type Filters: Array
867
867
  # @param Offset: 偏移量,默认为0。关于`Offset`的更进一步介绍请参考API[简介](/document/product/362/15633)中的相关小节。
868
868
  # @type Offset: Integer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cbs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.243
4
+ version: 1.0.244
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-17 00:00:00.000000000 Z
11
+ date: 2022-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common