tencentcloud-sdk-cdwch 3.0.1101 → 3.0.1105

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200915/models.rb +20 -31
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3611479c7809ea87ec1d9396f1da5a4fa476c9e9
4
- data.tar.gz: ded015a7484433c0f6f2608cac8cbaf901cb34f4
3
+ metadata.gz: 8c09a8ff2acda2ea873bd2ebf98fba15d5dfb092
4
+ data.tar.gz: 4597c9faeb924a472563b4bc2a3d12e4a0a0494f
5
5
  SHA512:
6
- metadata.gz: 23beb652bd5ef98582c3bd9a8a41328c72930a9646285edb32a6b9e9a7d182bcfc33e303176fe736f14dd021797f442b672cf949f0759838f06fcffdcb95a313
7
- data.tar.gz: a0c9e11f24ffa16fd01e4bb64155025d2b13ed1486c46bd5bccb779f15964469a1778bb4f9d146059a6b44abdd19b1b06aeb6a8be41f2001b78523e2f7dd988d
6
+ metadata.gz: 1757f3e2d0ae644224ef0a6419e0b78c5e3c6402f841da20a7c043a29a0281bc8e360913f13728c2098e238ffbc64ada04747b7020d54bb398dce12619eca2a3
7
+ data.tar.gz: 45be7110b2e5a04925ab7e296d5143321eb5f5f6a8d87d2474fef1e5e04444d80c36b30e9ad77bbe2ee694e8cc979e8975508ae4399df7935decad114b35d107
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1101
1
+ 3.0.1105
@@ -179,45 +179,45 @@ module TencentCloud
179
179
 
180
180
  # 资源信息
181
181
  class CNResource < TencentCloud::Common::AbstractModel
182
- # @param ID:
182
+ # @param ID: 资源id
183
183
  # @type ID: Integer
184
- # @param InstanceID:
184
+ # @param InstanceID: 集群的id
185
185
  # @type InstanceID: String
186
- # @param AppID:
186
+ # @param AppID: 用户appid
187
187
  # @type AppID: Integer
188
- # @param Uin:
188
+ # @param Uin: 用户uin
189
189
  # @type Uin: String
190
- # @param Component:
190
+ # @param Component: 组件
191
191
  # @type Component: String
192
- # @param DeployMode:
192
+ # @param DeployMode: 部署模式
193
193
  # @type DeployMode: Integer
194
- # @param SpecName:
194
+ # @param SpecName: 规格名称
195
195
  # @type SpecName: String
196
- # @param ResourceID:
196
+ # @param ResourceID: 资源id
197
197
  # @type ResourceID: String
198
- # @param Status:
198
+ # @param Status: 资源的状态
199
199
  # @type Status: Integer
200
- # @param IP:
200
+ # @param IP: 私有网络ip
201
201
  # @type IP: String
202
- # @param CPU:
202
+ # @param CPU: 核数
203
203
  # @type CPU: Integer
204
- # @param Memory:
204
+ # @param Memory: 内存
205
205
  # @type Memory: Integer
206
- # @param Storage:
206
+ # @param Storage: 存储大小
207
207
  # @type Storage: Integer
208
- # @param UUID:
208
+ # @param UUID: 服务器ID
209
209
  # @type UUID: String
210
- # @param Region:
210
+ # @param Region: 地域
211
211
  # @type Region: String
212
- # @param Zone:
212
+ # @param Zone: 地区
213
213
  # @type Zone: String
214
- # @param Details:
214
+ # @param Details: 详细信息
215
215
  # @type Details: String
216
- # @param CreateTime:
216
+ # @param CreateTime: 创建时间
217
217
  # @type CreateTime: String
218
- # @param ModifyTime:
218
+ # @param ModifyTime: 修改时间
219
219
  # @type ModifyTime: String
220
- # @param ExpireTime:
220
+ # @param ExpireTime: 过期时间
221
221
  # @type ExpireTime: String
222
222
 
223
223
  attr_accessor :ID, :InstanceID, :AppID, :Uin, :Component, :DeployMode, :SpecName, :ResourceID, :Status, :IP, :CPU, :Memory, :Storage, :UUID, :Region, :Zone, :Details, :CreateTime, :ModifyTime, :ExpireTime
@@ -380,28 +380,20 @@ module TencentCloud
380
380
  # 云原生实例详情
381
381
  class CnInstanceInfo < TencentCloud::Common::AbstractModel
382
382
  # @param ID: ID值
383
- # 注意:此字段可能返回 null,表示取不到有效值。
384
383
  # @type ID: Integer
385
384
  # @param InstanceType: cdwch-cn或者其他
386
- # 注意:此字段可能返回 null,表示取不到有效值。
387
385
  # @type InstanceType: String
388
386
  # @param InstanceName: cdwch-cn或者其他
389
- # 注意:此字段可能返回 null,表示取不到有效值。
390
387
  # @type InstanceName: String
391
388
  # @param Status: Running
392
- # 注意:此字段可能返回 null,表示取不到有效值。
393
389
  # @type Status: String
394
390
  # @param StatusDesc: 运行中
395
- # 注意:此字段可能返回 null,表示取不到有效值。
396
391
  # @type StatusDesc: String
397
392
  # @param InstanceStateInfo: 无
398
- # 注意:此字段可能返回 null,表示取不到有效值。
399
393
  # @type InstanceStateInfo: :class:`Tencentcloud::Cdwch.v20200915.models.InstanceStateInfo`
400
394
  # @param InstanceID: -
401
- # 注意:此字段可能返回 null,表示取不到有效值。
402
395
  # @type InstanceID: String
403
396
  # @param Resources: 无
404
- # 注意:此字段可能返回 null,表示取不到有效值。
405
397
  # @type Resources: Array
406
398
 
407
399
  attr_accessor :ID, :InstanceType, :InstanceName, :Status, :StatusDesc, :InstanceStateInfo, :InstanceID, :Resources
@@ -1024,13 +1016,10 @@ module TencentCloud
1024
1016
  # DescribeCNInstances返回参数结构体
1025
1017
  class DescribeCNInstancesResponse < TencentCloud::Common::AbstractModel
1026
1018
  # @param TotalCount: 实例总数
1027
- # 注意:此字段可能返回 null,表示取不到有效值。
1028
1019
  # @type TotalCount: Integer
1029
1020
  # @param InstancesList: 实例数组
1030
- # 注意:此字段可能返回 null,表示取不到有效值。
1031
1021
  # @type InstancesList: Array
1032
1022
  # @param ErrorMsg: 错误信息
1033
- # 注意:此字段可能返回 null,表示取不到有效值。
1034
1023
  # @type ErrorMsg: String
1035
1024
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1036
1025
  # @type RequestId: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdwch
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1101
4
+ version: 3.0.1105
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-14 00:00:00.000000000 Z
11
+ date: 2025-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common