tencentcloud-sdk-hai 3.0.1072 → 3.0.1073

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: 558f5bf8347c0a8a60e4829fab1d8063c6852fd6
4
- data.tar.gz: eb40e3df93552c252306f672d2827530ddb74120
3
+ metadata.gz: 60dc0d5a1d128e667df48b3e2e9ae8ea3f65f821
4
+ data.tar.gz: 6fef574a6f962ec872735eb53a2cc4d18c829b28
5
5
  SHA512:
6
- metadata.gz: 8f421ac4dcd17efba6c1e81660fd9a4212656621cef9b7d725c8241500df1db8f706494ec66637f183c5c4f993e17d40b4220fbfe72078c7ac4651e102a2a2d3
7
- data.tar.gz: 80d0c07251e56799412c7f60f28ae1c2efb6d0c1a79843e53750574cbae6f09d6e5fabccb03fa9c36259a4168046669c2afefe3074fdcda07f47d758cc3d11bd
6
+ metadata.gz: 0a4efde092eaffa2ac59ccae7ba8c5c2760732eb3ee49c273714b255e00555dba9d01765846848b50242911c8eea0a1258a45402e07016ff9973c4f462bf0db0
7
+ data.tar.gz: ee5b5fb733afd52ef830ce1423011ba9e3b69126fa8b4d463ce367f8abfe75eee1bb8df3511bf8be9ce8aa9a3178613509bd7b8a3f3e6f218e91ea8cd94c10ac
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1072
1
+ 3.0.1073
@@ -156,7 +156,7 @@ module TencentCloud
156
156
 
157
157
  # DescribeApplications请求参数结构体
158
158
  class DescribeApplicationsRequest < TencentCloud::Common::AbstractModel
159
- # @param ApplicationIds: 应用id列表
159
+ # @param ApplicationIds: 应用id列表。单次请求数量上限为100个。
160
160
  # @type ApplicationIds: Array
161
161
  # @param Filters: 过滤器,跟ApplicationIds不能共用,支持的filter主要有:application-id: 精确匹配;scene-id: 精确匹配,通过调用接口 [DescribeScenes](https://cloud.tencent.com/document/api/1721/101608)获取;application-name: 模糊匹配;application-type: 精确匹配,枚举类型如下:PUBLIC_APPLICATION(公共应用)/ PRIVATE_APPLICATION(自定义应用)/ COMMUNITY_APPLICATION(社区应用);
162
162
  # @type Filters: Array
@@ -1129,8 +1129,7 @@ module TencentCloud
1129
1129
 
1130
1130
  # StartInstance请求参数结构体
1131
1131
  class StartInstanceRequest < TencentCloud::Common::AbstractModel
1132
- # @param InstanceId: 实例ID
1133
- # 可通过DescribeInstances获取实例ID
1132
+ # @param InstanceId: 实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/api/1721/101612) API获取实例ID。
1134
1133
  # @type InstanceId: String
1135
1134
  # @param DryRun: 默认为False,True代表只验证接口连通性
1136
1135
  # @type DryRun: Boolean
@@ -1170,8 +1169,7 @@ module TencentCloud
1170
1169
 
1171
1170
  # StopInstance请求参数结构体
1172
1171
  class StopInstanceRequest < TencentCloud::Common::AbstractModel
1173
- # @param InstanceId: 实例ID
1174
- # 可通过DescribeInstances获取实例ID
1172
+ # @param InstanceId: 实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/api/1721/101612) API获取实例ID。
1175
1173
  # @type InstanceId: String
1176
1174
  # @param StopMode: hai实例关机的模式,目前仅支持关机不收费:
1177
1175
  # STOP_CHARGE -- 关闭hai实例,释放计算资源,停止收取计算资源的费用。
@@ -1241,8 +1239,7 @@ module TencentCloud
1241
1239
 
1242
1240
  # TerminateInstances请求参数结构体
1243
1241
  class TerminateInstancesRequest < TencentCloud::Common::AbstractModel
1244
- # @param InstanceIds: 实例ID列表
1245
- # 可通过DescribeInstances接口获取ID列表.单次能查询100个InstanceId
1242
+ # @param InstanceIds: 实例ID列表。可通过[DescribeInstances](https://cloud.tencent.com/document/api/1721/101612) API获取实例ID列表。单次能查询100个InstanceId。
1246
1243
  # @type InstanceIds: Array
1247
1244
  # @param DryRun: 默认为False,True代表只验证接口连通性
1248
1245
  # @type DryRun: Boolean
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-hai
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1072
4
+ version: 3.0.1073
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-06-01 00:00:00.000000000 Z
11
+ date: 2025-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common