tencentcloud-sdk-tke 3.0.1127 → 3.0.1131

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: 8745cedd3d63e89c89059ac87ccb99b96c2a9abe
4
- data.tar.gz: f4aaa03159c28e2945b092bbcdc17a6d0c11b8d3
3
+ metadata.gz: 3911689e6085bffa3e91fd33b20a56fbc810c478
4
+ data.tar.gz: eff209c20eb5f91ccfd559a972025ebddac6b3b8
5
5
  SHA512:
6
- metadata.gz: bd89bfb5612395b016354a15f13be42abb1698f828b4a8ce8113842136ecd87095fff5840d77934ec4f2f0b9888807b97dddc89f6712f90de696282ef21ec42e
7
- data.tar.gz: 69702b5129437fb65e890000a39e8e1ed4d06f906da2239764fa92fc84c59001945a82798cea93e995ed9c6468f878120f94d5ef666947392e73d1dd92c284bf
6
+ metadata.gz: 0d831fa3723c23f429487ee0db1ea9d8ed2a60fc3e51c6859141da57829ad26faf1057183293a92d54afeafb6d8d5e80c9915eb27b044acf4b51cb6ac5a27fb3
7
+ data.tar.gz: 19877590677d715c83c3ecadf88073185bdf75b47b4e2a2e6e7a124fb3034fc8baf180cb57d8829e630c4589f2cb86083251d1aadda518ae7e111e3e2fbbb145
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1127
1
+ 3.0.1131
@@ -18134,15 +18134,15 @@ module TencentCloud
18134
18134
 
18135
18135
  # 超级节点上的资源统计
18136
18136
  class SuperNodeResource < TencentCloud::Common::AbstractModel
18137
- # @param NodeName: 节点名称
18137
+ # @param NodeName: 节点名称,此字段在出参中有效。
18138
18138
  # @type NodeName: String
18139
- # @param Num: 节点上的资源总数
18139
+ # @param Num: 节点上的资源总数,QuotaType为 exact 时,表示创建指定规格的精确配额数量。
18140
18140
  # @type Num: Integer
18141
- # @param Cpu: 节点上的总核数
18141
+ # @param Cpu: 节点上的总核数,QuotaType为 exact 时表示指定规格的核数。
18142
18142
  # @type Cpu: Float
18143
- # @param Memory: 节点上的总内存数
18143
+ # @param Memory: 节点上的总内存数,QuotaType为 exact 时表示指定规格的内存,单位:Gi
18144
18144
  # @type Memory: Float
18145
- # @param Gpu: 节点上的总 GPU 卡数
18145
+ # @param Gpu: 节点上的总 GPU 卡数,QuotaType为 exact 时表示指定规格的GPU卡数。
18146
18146
  # @type Gpu: Float
18147
18147
  # @param QuotaType: 节点资源的配额类型,exact表示精确配额,fuzzy 表示模糊配额。
18148
18148
  # @type QuotaType: String
@@ -18150,7 +18150,7 @@ module TencentCloud
18150
18150
  # @type ChargeType: String
18151
18151
  # @param ResourceType: QuotaType为 exact 时,此字段有效,表示精确配额的资源类型。
18152
18152
  # @type ResourceType: String
18153
- # @param DisasterRecoverGroupId: 置放群组 ID
18153
+ # @param DisasterRecoverGroupId: 置放群组 ID,QuotaType为 exact 时有效,表示购买的精确配额需满足置放群组。可通过 [DescribeDisasterRecoverGroups](https://cloud.tencent.com/document/product/213/17810) 接口返回值中的DisasterRecoverGroupId获取。
18154
18154
  # @type DisasterRecoverGroupId: String
18155
18155
 
18156
18156
  attr_accessor :NodeName, :Num, :Cpu, :Memory, :Gpu, :QuotaType, :ChargeType, :ResourceType, :DisasterRecoverGroupId
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tke
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1127
4
+ version: 3.0.1131
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-08-22 00:00:00.000000000 Z
11
+ date: 2025-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common