tencentcloud-sdk-cvm 3.0.948 → 3.0.949

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: b57b751d227ef069439fe3d2ba43cabbe68bb006
4
- data.tar.gz: 0781169fa00d86484e19297e25cb73babfa9de98
3
+ metadata.gz: b1642ceb72ad6afb5c87fb63c2c60900a5f1c9e0
4
+ data.tar.gz: 604c3be2c80f1db18daf4876eb55aca095dcc86b
5
5
  SHA512:
6
- metadata.gz: 20547eea43c9dd6e200d92d4983b731bab7a242fd7127b9861e007cac7bfb73dbab7a114185689fce37ae9f58d7aeaa412ba45d04bfb349ed72625785e50b7e4
7
- data.tar.gz: 377e38dba5d4dd040c625d8905e63e81ae13d5596d41fcfb7a1d11fe67a766805f39a52f157193af9ac95bba23ab8874a6632784c872941e4c019563ae361b97
6
+ metadata.gz: 9a6a1a7d93d52820f450a32d71540e8a4fa409fb0729d276bb85a31c16cf4d47ba745a14a15323402698b6397190f75fe740100b9fe4674a1e088c4b91dbdfa2
7
+ data.tar.gz: 8b594838b11fc2a59b8ac13fa95e9e82d87ed2bc03381ee1b19ea390fbced4d7f56df97a3f73bc153e6be0a54d7651d4f557318fa9fa662c1ea1b5940ceda51a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.948
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.948
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-25 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