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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7a5a1be5325954ce7070db9a927c41e595f34cd5
4
- data.tar.gz: 275ebb43c5944306cad27467736ac3911c23391a
3
+ metadata.gz: 0fd89fc4b00ec1412d62d677289cb20c659a59df
4
+ data.tar.gz: 047f7dd8aa4248c8fa3f4ad7ac15ba665f3721ff
5
5
  SHA512:
6
- metadata.gz: 2d6c88bfe890f16bc37308bc3d91246441179a0c29bd3f6f16406fdfa2f7c9878fb1e970260a3790924415643e5ae3386a9f7b3e2f9d5ffc92be4cec240a97e9
7
- data.tar.gz: 1fac4271d6b3cd93611919adb62db1eff5667b0d2dded5ddb9e977869d990f51dbfc6603c8dd6f25875ff64afdd23330cb4ff6e91b9c7d637fac53e36da92ecf
6
+ metadata.gz: 0bb246c45d278c51ee63bcb2c6f229119d6c22095d47a162da45b6ceecb09c34394d5e35ea1e33f3d0ef964d303e1999db3299d4b7f754f64097f0965f5d8a4e
7
+ data.tar.gz: 712af1520c1e987e85af57cfca65825f5931811c71d508f8567232edc48a109abf2182c8c7be82410fff95431ebb6d703901e2afb0eb37c25629c22bd08252db
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.414
1
+ 3.0.415
@@ -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: 目的同步地域列表;必须满足限制:<br><li>不能为源地域,<br><li>必须是一个合法的Region。<br><li>暂不支持部分地域同步。<br>具体地域参数请参考[Region](https://cloud.tencent.com/document/product/213/6091)。
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.414
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-20 00:00:00.000000000 Z
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