tencentcloud-sdk-cvm 3.0.947 → 3.0.949

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ab241eef27eaebf758d0978e1d2663086acac08e
4
- data.tar.gz: 4b92c77c49d3cf0a11a117b0d61c0456a39ea9af
3
+ metadata.gz: b1642ceb72ad6afb5c87fb63c2c60900a5f1c9e0
4
+ data.tar.gz: 604c3be2c80f1db18daf4876eb55aca095dcc86b
5
5
  SHA512:
6
- metadata.gz: a599010e0e62afc1d7c0232e691a291d98c794b10b58b7a8e7db69f521ff04d5728a73cae5d9e8461841d796637b2e76cd54f712953aa391fb04b70a4f1915dd
7
- data.tar.gz: c81ee5a1f8b5a83802ba324f13b597f65abbc3e16371cad8bdf1fc85c59d46aea8ae931b35eda108a1ca260bf96dfd64303459b73c53f0cbf78cef8b2f38bd55
6
+ metadata.gz: 9a6a1a7d93d52820f450a32d71540e8a4fa409fb0729d276bb85a31c16cf4d47ba745a14a15323402698b6397190f75fe740100b9fe4674a1e088c4b91dbdfa2
7
+ data.tar.gz: 8b594838b11fc2a59b8ac13fa95e9e82d87ed2bc03381ee1b19ea390fbced4d7f56df97a3f73bc153e6be0a54d7651d4f557318fa9fa662c1ea1b5940ceda51a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.947
1
+ 3.0.949
@@ -6752,7 +6752,7 @@ module TencentCloud
6752
6752
  class ModifyInstancesProjectRequest < TencentCloud::Common::AbstractModel
6753
6753
  # @param InstanceIds: 一个或多个待操作的实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) API返回值中的`InstanceId`获取。每次请求允许操作的实例数量上限是100。
6754
6754
  # @type InstanceIds: Array
6755
- # @param ProjectId: 项目ID。项目可以使用[AddProject](https://cloud.tencent.com/document/product/651/81952)接口创建。可通过[`DescribeProject`](https://cloud.tencent.com/document/product/378/4400) API返回值中的`projectId`获取。后续使用[DescribeInstances](https://cloud.tencent.com/document/api/213/15728)接口查询实例时,项目ID可用于过滤结果。
6755
+ # @param ProjectId: 项目ID。项目可以使用[AddProject](https://cloud.tencent.com/document/api/651/81952)接口创建。可通过[`DescribeProject`](https://cloud.tencent.com/document/api/651/78725) API返回值中的`projectId`获取。后续使用[DescribeInstances](https://cloud.tencent.com/document/api/213/15728)接口查询实例时,项目ID可用于过滤结果。
6756
6756
  # @type ProjectId: Integer
6757
6757
 
6758
6758
  attr_accessor :InstanceIds, :ProjectId
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.947
4
+ version: 3.0.949
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-11-24 00:00:00.000000000 Z
11
+ date: 2024-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common