tencentcloud-sdk-cvm 3.0.387 → 3.0.393

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20170312/models.rb +14 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1fcc53c637606ba11c3c626ba6525897eb9ab409
4
- data.tar.gz: ccd2a0a4853d785ef52bff271c52c62f20d9fd83
3
+ metadata.gz: 67b0e978c4aa82145909ff6df2e18d07b4129234
4
+ data.tar.gz: 4f232d1c3574a9edafba4182280d597d8c9df244
5
5
  SHA512:
6
- metadata.gz: c2616ca3d1e0607aa503e57d28dfa12f21fc1ce19362f5b74835693c122d1d3e5c76df07f00870f3e7143440eb3562400d73073ceedcb440572220b167d3ca5b
7
- data.tar.gz: b44737e055984b041dc1b2718ba5b7be2a08226a45c9f9c42d5aa3840e434fb744c24017ce4c84ea5cacd47b1e5cdeae99b4638e5cf1e785055639830fde8b5a
6
+ metadata.gz: 9f332ebcc56c31daa905e1cec4f5c802245ec40ae6c577a46eb0be122a76eae7bdfda8fdd264acbc17090aeb6e1eee78e7722092d5d48e7f1109405914d6fc46
7
+ data.tar.gz: 844af43732636e938e75822bacc567ea055c5363aa8959a86086465d467a17387853d3ac95e8ad44a25829c09ff4de6ef823f3be50ef040fc9d228979579da1f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.387
1
+ 3.0.393
@@ -7474,22 +7474,28 @@ module TencentCloud
7474
7474
  # @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)。
7475
7475
  # @type ImageIds: Array
7476
7476
  # @param DestinationRegions: 目的同步地域列表;必须满足限制:<br><li>不能为源地域,<br><li>必须是一个合法的Region。<br><li>暂不支持部分地域同步。<br>具体地域参数请参考[Region](https://cloud.tencent.com/document/product/213/6091)。
7477
+
7478
+ # 如果是共享镜像,则目的同步地域仅支持源地域,表示将共享镜像复制为同地域的自定义镜像。
7477
7479
  # @type DestinationRegions: Array
7478
- # @param DryRun: 检测是否支持发起同步镜像
7480
+ # @param DryRun: 检测是否支持发起同步镜像。
7479
7481
  # @type DryRun: Boolean
7482
+ # @param ImageName: 目标镜像名称。
7483
+ # @type ImageName: String
7480
7484
 
7481
- attr_accessor :ImageIds, :DestinationRegions, :DryRun
7485
+ attr_accessor :ImageIds, :DestinationRegions, :DryRun, :ImageName
7482
7486
 
7483
- def initialize(imageids=nil, destinationregions=nil, dryrun=nil)
7487
+ def initialize(imageids=nil, destinationregions=nil, dryrun=nil, imagename=nil)
7484
7488
  @ImageIds = imageids
7485
7489
  @DestinationRegions = destinationregions
7486
7490
  @DryRun = dryrun
7491
+ @ImageName = imagename
7487
7492
  end
7488
7493
 
7489
7494
  def deserialize(params)
7490
7495
  @ImageIds = params['ImageIds']
7491
7496
  @DestinationRegions = params['DestinationRegions']
7492
7497
  @DryRun = params['DryRun']
7498
+ @ImageName = params['ImageName']
7493
7499
  end
7494
7500
  end
7495
7501
 
@@ -7675,6 +7681,7 @@ module TencentCloud
7675
7681
  # <li> ap-singapore-1 </li>
7676
7682
  # <li> ap-singapore-2 </li>
7677
7683
  # <li> ap-singapore-3 </li>
7684
+ # <li>ap-singapore-4 </li>
7678
7685
  # <li> ap-shanghai-fsi-1 </li>
7679
7686
  # <li> ap-shanghai-fsi-2 </li>
7680
7687
  # <li> ap-shanghai-fsi-3 </li>
@@ -7685,6 +7692,7 @@ module TencentCloud
7685
7692
  # <li> ap-shanghai-3 </li>
7686
7693
  # <li> ap-shanghai-4 </li>
7687
7694
  # <li> ap-shanghai-5 </li>
7695
+ # <li> ap-shanghai-8 </li>
7688
7696
  # <li> ap-mumbai-1 </li>
7689
7697
  # <li> ap-mumbai-2 </li>
7690
7698
  # <li> eu-moscow-1 </li>
@@ -7704,7 +7712,10 @@ module TencentCloud
7704
7712
  # <li> na-ashburn-2 </li>
7705
7713
  # <li> ap-nanjing-1 </li>
7706
7714
  # <li> ap-nanjing-2 </li>
7715
+ # <li> ap-nanjing-3 </li>
7707
7716
  # <li> sa-saopaulo-1</li>
7717
+ # <li> ap-jakarta-1 </li>
7718
+ # <li> ap-jakarta-2 </li>
7708
7719
  # @type Zone: String
7709
7720
  # @param ZoneName: 可用区描述,例如,广州三区
7710
7721
  # @type ZoneName: String
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.387
4
+ version: 3.0.393
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-08-15 00:00:00.000000000 Z
11
+ date: 2022-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common