tencentcloud-sdk-cvm 3.0.414 → 3.0.415
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/models.rb +1 -3
- 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: 0fd89fc4b00ec1412d62d677289cb20c659a59df
|
|
4
|
+
data.tar.gz: 047f7dd8aa4248c8fa3f4ad7ac15ba665f3721ff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0bb246c45d278c51ee63bcb2c6f229119d6c22095d47a162da45b6ceecb09c34394d5e35ea1e33f3d0ef964d303e1999db3299d4b7f754f64097f0965f5d8a4e
|
|
7
|
+
data.tar.gz: 712af1520c1e987e85af57cfca65825f5931811c71d508f8567232edc48a109abf2182c8c7be82410fff95431ebb6d703901e2afb0eb37c25629c22bd08252db
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.415
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -7477,9 +7477,7 @@ module TencentCloud
|
|
|
7477
7477
|
class SyncImagesRequest < TencentCloud::Common::AbstractModel
|
|
7478
7478
|
# @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)。
|
|
7479
7479
|
# @type ImageIds: Array
|
|
7480
|
-
# @param DestinationRegions:
|
|
7481
|
-
|
|
7482
|
-
# 如果是共享镜像,则目的同步地域仅支持源地域,表示将共享镜像复制为同地域的自定义镜像。
|
|
7480
|
+
# @param DestinationRegions: 目的同步地域列表,必须满足如下限制:<br><li>必须是一个合法的Region。<br><li>如果是自定义镜像,则目标同步地域不能为源地域。<br><li>如果是共享镜像,则目的同步地域仅支持源地域,表示将共享镜像复制为源地域的自定义镜像。<br><li>暂不支持部分地域同步。<br>具体地域参数请参考[Region](https://cloud.tencent.com/document/product/213/6091)。
|
|
7483
7481
|
# @type DestinationRegions: Array
|
|
7484
7482
|
# @param DryRun: 检测是否支持发起同步镜像。
|
|
7485
7483
|
# @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.415
|
|
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-09-
|
|
11
|
+
date: 2022-09-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|