tencentcloud-sdk-cvm 3.0.762 → 3.0.764

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: 812b053121ff4128555357e6c69f1fba65a0398a
4
- data.tar.gz: 21ce2800675095039249d64d3790490ec4390934
3
+ metadata.gz: c2bb6336982c11c4f0d49f57fb98895ce9d74672
4
+ data.tar.gz: 4636c78e1a8e20b83f2ef352a8e0143605fb20b9
5
5
  SHA512:
6
- metadata.gz: 7ad99690f9d2fede399deb2a6a256154b6be59d2de9cd8a211454816244c600c9c2f0335eea89629d088bb061179e027a948d06c397fa9182694ca4b48254a4b
7
- data.tar.gz: 76a654a5d9d170921dddb8bf4fd9ec2d6704b18372db40cf47eeaf777b8a134e20d3c4befef8ba6dec4d03ebf9f048d6ebc60eb3b58d62f381708c18322ee5f4
6
+ metadata.gz: 1c099c578c15fee383cdc33f8f6c720b0125ca301d577cdcc18918e2741bcc9ab5f3759d92b60bae7bef6ea67f9b4a4a052e8bfe2a04bd6c3e5a2bbf1a056688
7
+ data.tar.gz: 966a303c1dd4b4aec06349cae094192474c9439ffcd897323d6366faf8e9de3419f8c0f0d14a94b6ec2181319ce63df4b9687b7690037d5b3e0f2bc4eb226721
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.762
1
+ 3.0.764
@@ -363,7 +363,7 @@ module TencentCloud
363
363
  # 本接口(DeleteImages)用于删除一个或多个镜像。
364
364
 
365
365
  # * 当[镜像状态](https://cloud.tencent.com/document/product/213/15753#Image)为`创建中`和`使用中`时, 不允许删除。镜像状态可以通过[DescribeImages](https://cloud.tencent.com/document/api/213/9418)获取。
366
- # * 每个地域最多只支持创建50个自定义镜像,删除镜像可以释放账户的配额。
366
+ # * 每个地域最多只支持创建500个自定义镜像,删除镜像可以释放账户的配额。
367
367
  # * 当镜像正在被其它账户分享时,不允许删除。
368
368
 
369
369
  # @param request: Request instance for DeleteImages.
@@ -1745,7 +1745,7 @@ module TencentCloud
1745
1745
  # 本接口(ModifyImageSharePermission)用于修改镜像共享信息。
1746
1746
 
1747
1747
  # * 共享镜像后,被共享账户可以通过该镜像创建实例。
1748
- # * 每个自定义镜像最多可共享给50个账户。
1748
+ # * 每个自定义镜像最多可共享给500个账户。
1749
1749
  # * 共享镜像无法更改名称,描述,仅可用于创建实例。
1750
1750
  # * 只支持共享到对方账户相同地域。
1751
1751
 
@@ -2451,7 +2451,7 @@ module TencentCloud
2451
2451
 
2452
2452
  # * 该接口每次调用只支持同步一个镜像。
2453
2453
  # * 该接口支持多个同步地域。
2454
- # * 单个账号在每个地域最多支持存在50个自定义镜像。
2454
+ # * 单个账号在每个地域最多支持存在500个自定义镜像。
2455
2455
 
2456
2456
  # @param request: Request instance for SyncImages.
2457
2457
  # @type request: :class:`Tencentcloud::cvm::V20170312::SyncImagesRequest`
@@ -8267,9 +8267,9 @@ module TencentCloud
8267
8267
 
8268
8268
  # SyncImages请求参数结构体
8269
8269
  class SyncImagesRequest < TencentCloud::Common::AbstractModel
8270
- # @param ImageIds: 镜像ID列表 ,镜像ID可以通过如下方式获取:<br><li>通过[DescribeImages](https://cloud.tencent.com/document/api/213/15715)接口返回的`ImageId`获取。<br><li>通过[镜像控制台](https://console.cloud.tencent.com/cvm/image)获取。<br>镜像ID必须满足限制:<br><li>镜像ID对应的镜像状态必须为`NORMAL`。<br>镜像状态请参考[镜像数据表](https://cloud.tencent.com/document/product/213/15753#Image)。
8270
+ # @param ImageIds: 镜像ID列表 ,镜像ID可以通过如下方式获取:<br><li>通过[DescribeImages](https://cloud.tencent.com/document/api/213/15715)接口返回的`ImageId`获取。</li><li>通过[镜像控制台](https://console.cloud.tencent.com/cvm/image)获取。<br>镜像ID必须满足限制:</li><li>镜像ID对应的镜像状态必须为`NORMAL`。</li>镜像状态请参考[镜像数据表](https://cloud.tencent.com/document/product/213/15753#Image)。
8271
8271
  # @type ImageIds: Array
8272
- # @param DestinationRegions: 目的同步地域列表,必须满足如下限制:<br><li>必须是一个合法的Region。<br><li>如果是自定义镜像,则目标同步地域不能为源地域。<br><li>如果是共享镜像,则目的同步地域仅支持源地域,表示将共享镜像复制为源地域的自定义镜像。<br><li>暂不支持部分地域同步。<br>具体地域参数请参考[Region](https://cloud.tencent.com/document/product/213/6091)。
8272
+ # @param DestinationRegions: 目的同步地域列表,必须满足如下限制:<br><li>必须是一个合法的Region。</li><li>如果是自定义镜像,则目标同步地域不能为源地域。</li><li>如果是共享镜像,则目的同步地域仅支持源地域,表示将共享镜像复制为源地域的自定义镜像。</li><li>暂不支持部分地域同步。</li>具体地域参数请参考[Region](https://cloud.tencent.com/document/product/213/6091)。
8273
8273
  # @type DestinationRegions: Array
8274
8274
  # @param DryRun: 检测是否支持发起同步镜像。
8275
8275
  # @type DryRun: Boolean
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cvm
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.762
4
+ version: 3.0.764
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-01 00:00:00.000000000 Z
11
+ date: 2024-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common