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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/client.rb +3 -3
- data/lib/v20170312/models.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c2bb6336982c11c4f0d49f57fb98895ce9d74672
|
4
|
+
data.tar.gz: 4636c78e1a8e20b83f2ef352a8e0143605fb20b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c099c578c15fee383cdc33f8f6c720b0125ca301d577cdcc18918e2741bcc9ab5f3759d92b60bae7bef6ea67f9b4a4a052e8bfe2a04bd6c3e5a2bbf1a056688
|
7
|
+
data.tar.gz: 966a303c1dd4b4aec06349cae094192474c9439ffcd897323d6366faf8e9de3419f8c0f0d14a94b6ec2181319ce63df4b9687b7690037d5b3e0f2bc4eb226721
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.764
|
data/lib/v20170312/client.rb
CHANGED
@@ -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
|
-
# * 每个地域最多只支持创建
|
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
|
-
# * 每个自定义镜像最多可共享给
|
1748
|
+
# * 每个自定义镜像最多可共享给500个账户。
|
1749
1749
|
# * 共享镜像无法更改名称,描述,仅可用于创建实例。
|
1750
1750
|
# * 只支持共享到对方账户相同地域。
|
1751
1751
|
|
@@ -2451,7 +2451,7 @@ module TencentCloud
|
|
2451
2451
|
|
2452
2452
|
# * 该接口每次调用只支持同步一个镜像。
|
2453
2453
|
# * 该接口支持多个同步地域。
|
2454
|
-
# * 单个账号在每个地域最多支持存在
|
2454
|
+
# * 单个账号在每个地域最多支持存在500个自定义镜像。
|
2455
2455
|
|
2456
2456
|
# @param request: Request instance for SyncImages.
|
2457
2457
|
# @type request: :class:`Tencentcloud::cvm::V20170312::SyncImagesRequest`
|
data/lib/v20170312/models.rb
CHANGED
@@ -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
|
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
|
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.
|
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-
|
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
|