tencentcloud-sdk-cvm 3.0.1096 → 3.0.1098

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: c947a0de1a1cbf9b841d1aa118b5609cc3e606b3
4
- data.tar.gz: 61aa86b3effffbc96b1639ac27b1ce5431f8726b
3
+ metadata.gz: cc4e8615a188d28b2e31673487f49b37239e5761
4
+ data.tar.gz: 07dc456ac693ce4f815e883a2ce336301b893229
5
5
  SHA512:
6
- metadata.gz: 2de07c90e8a1dd63dc602cc65976b5d67cce425c6c68398fc48b9fddbfc4c74e9fe45e283813679b4ca0f9fb40419d588ef0ec7d6360d942d9536b76657e5add
7
- data.tar.gz: 170c23a8ed81b17b287d8ea3eaa93d52d887de48544430063b1d283a87c8d4c5921d6488aaab31ae34f360643361f8d1e5a8647e56ad9ba64e479d903a624d2d
6
+ metadata.gz: bf377e90ce741d6254be24614bbc0d77e8bd2e734d2bd5c11d44791426f722cc5f14d78558c893d2cc8024a42ae06ec27f36d52a6d6b577449341ee308aa94cf
7
+ data.tar.gz: 9d1dac125387a4c4bee6af49c6f5f2da6bc4194300f543c569c30e4368c5e57f3a36e205cd264c835657b691ec564441b3530e527e517572f4339cf3aa1ac36a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1096
1
+ 3.0.1098
@@ -6691,7 +6691,7 @@ module TencentCloud
6691
6691
  # @type HostName: String
6692
6692
  # @param RenewFlag: 自动续费标识。取值范围:<br><li>NOTIFY_AND_AUTO_RENEW:通知过期且自动续费</li><li>NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费</li><li>DISABLE_NOTIFY_AND_MANUAL_RENEW:不通知过期不自动续费</li><br>若该参数指定为NOTIFY_AND_AUTO_RENEW,在账户余额充足的情况下,实例到期后将按月自动续费。
6693
6693
  # @type RenewFlag: String
6694
- # @param ProjectId: 项目ID。项目可以使用[AddProject](https://cloud.tencent.com/doc/api/403/4398)接口创建。可通过[`DescribeProject`](https://cloud.tencent.com/document/product/378/4400) API返回值中的`projectId`获取。后续使用[DescribeHosts](https://cloud.tencent.com/document/api/213/16474)接口查询实例时,项目ID可用于过滤结果。
6694
+ # @param ProjectId: 项目ID。项目可以使用[AddProject](https://cloud.tencent.com/document/api/651/81952)接口创建。可通过[DescribeProject](https://cloud.tencent.com/document/product/378/4400) API返回值中的`projectId`获取。后续使用[DescribeHosts](https://cloud.tencent.com/document/api/213/16474)接口查询实例时,项目ID可用于过滤结果。
6695
6695
  # @type ProjectId: Integer
6696
6696
 
6697
6697
  attr_accessor :HostIds, :HostName, :RenewFlag, :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.1096
4
+ version: 3.0.1098
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-07 00:00:00.000000000 Z
11
+ date: 2025-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common