tencentcloud-sdk-cvm 1.0.351 → 1.0.352

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: fbfcdefe0e3eb61a93be0048f1a2a48ed4b3057b
4
- data.tar.gz: 8f6719f46fd6bcfab788cb657395406b9dec7c44
3
+ metadata.gz: 39ebc9e2d82c62416cb5b47d0c8f765b7e4b76a5
4
+ data.tar.gz: 4b7a90b3a1555e973055aee0c70a6e71fe7644cc
5
5
  SHA512:
6
- metadata.gz: 82e120fed264386f6b20dbe83c5daf73cd393fbcabe006f2f39c6c9b1f472e549374e174e518d7d6348891bf65125d9753718d516d25cdcd5c5ba11c3f77f2bf
7
- data.tar.gz: 3f5448ccb507c132fdbaa5e11de384188394dba22747f5a922a12fc56e4883c4098b8f0bd6548ff8d6c29ab57b9f8f1c30a25e255b2b56bf5bdf7c466d6d0a3b
6
+ metadata.gz: ef7f995eadb9797f65e7d7e48330710a450d3c1e3f1b6ef6a0090cf816c99383e7284dc063d30adfd8d48f1474f763288da19f65c61c82f8b49beda85335375d
7
+ data.tar.gz: ad42dee3002c808a1a17b2861c1a5f6e62ddf083a802ecdcb95e3d794cc18e40fc31472f09add272d4273f25bfbd9d2e09535ef588922d857ad7738704186985
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.351
1
+ 1.0.352
@@ -1687,7 +1687,6 @@ module TencentCloud
1687
1687
 
1688
1688
  # * 项目为一个虚拟概念,用户可以在一个账户下面建立多个项目,每个项目中管理不同的资源;将多个不同实例分属到不同项目中,后续使用 [`DescribeInstances`](https://cloud.tencent.com/document/api/213/15728)接口查询实例,项目ID可用于过滤结果。
1689
1689
  # * 绑定负载均衡的实例不支持修改实例所属项目,请先使用[`DeregisterInstancesFromLoadBalancer`](https://cloud.tencent.com/document/api/214/1258)接口解绑负载均衡。
1690
- # [^_^]: # ( 修改实例所属项目会自动解关联实例原来关联的安全组,修改完成后可使用[`ModifyInstancesAttribute`](https://cloud.tencent.com/document/api/213/15739)接口关联安全组。)
1691
1690
  # * 支持批量操作。每次请求批量实例的上限为100。
1692
1691
  # * 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
1693
1692
 
@@ -5614,7 +5614,7 @@ module TencentCloud
5614
5614
 
5615
5615
  # ModifyInstancesChargeType请求参数结构体
5616
5616
  class ModifyInstancesChargeTypeRequest < TencentCloud::Common::AbstractModel
5617
- # @param InstanceIds: 一个或多个待操作的实例ID。可通过[`DescribeInstances`](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。每次请求批量实例的上限为100
5617
+ # @param InstanceIds: 一个或多个待操作的实例ID。可通过[`DescribeInstances`](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。每次请求批量实例的上限为30
5618
5618
  # @type InstanceIds: Array
5619
5619
  # @param InstanceChargeType: 实例[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月。<br><li>POSTPAID_BY_HOUR:后付费,即按量付费。
5620
5620
  # @type InstanceChargeType: 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: 1.0.351
4
+ version: 1.0.352
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-07-08 00:00:00.000000000 Z
11
+ date: 2022-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common