tencentcloud-sdk-tione 3.0.1162 → 3.0.1163
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20211111/models.rb +7 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 068c7299f2e2e45504bff776285e8bcefa773308
|
|
4
|
+
data.tar.gz: 8b84b01e11d2a5dd9ba5a5f0927367cbebc067df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: deb3b473ffce2e67929fef0fa0b93109a6bd7d6b9e0613b02126f7c57d0b43f553d57924a73cba16edad49ffda5aa14cebb497c03152a8e0d63501ad94572a23
|
|
7
|
+
data.tar.gz: 8317631f97dbfa299c5ee6ac616feda93072fbfed6be66ffac1bfaca902386be7260149b621d41c7e9ffc12aad12100b7a6c6d87b7fc37faa5744aae6a65be6b
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1163
|
data/lib/v20211111/models.rb
CHANGED
|
@@ -7223,16 +7223,20 @@ module TencentCloud
|
|
|
7223
7223
|
# @type RealGpu: Integer
|
|
7224
7224
|
# @param RealGpuDetailSet: 创建或更新时无需填写,仅展示需要关注。详细的GPU使用信息。
|
|
7225
7225
|
# @type RealGpuDetailSet: Array
|
|
7226
|
+
# @param EnableRDMA: 是否开启rdma
|
|
7227
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7228
|
+
# @type EnableRDMA: Boolean
|
|
7226
7229
|
|
|
7227
|
-
attr_accessor :Cpu, :Memory, :Gpu, :GpuType, :RealGpu, :RealGpuDetailSet
|
|
7230
|
+
attr_accessor :Cpu, :Memory, :Gpu, :GpuType, :RealGpu, :RealGpuDetailSet, :EnableRDMA
|
|
7228
7231
|
|
|
7229
|
-
def initialize(cpu=nil, memory=nil, gpu=nil, gputype=nil, realgpu=nil, realgpudetailset=nil)
|
|
7232
|
+
def initialize(cpu=nil, memory=nil, gpu=nil, gputype=nil, realgpu=nil, realgpudetailset=nil, enablerdma=nil)
|
|
7230
7233
|
@Cpu = cpu
|
|
7231
7234
|
@Memory = memory
|
|
7232
7235
|
@Gpu = gpu
|
|
7233
7236
|
@GpuType = gputype
|
|
7234
7237
|
@RealGpu = realgpu
|
|
7235
7238
|
@RealGpuDetailSet = realgpudetailset
|
|
7239
|
+
@EnableRDMA = enablerdma
|
|
7236
7240
|
end
|
|
7237
7241
|
|
|
7238
7242
|
def deserialize(params)
|
|
@@ -7249,6 +7253,7 @@ module TencentCloud
|
|
|
7249
7253
|
@RealGpuDetailSet << gpudetail_tmp
|
|
7250
7254
|
end
|
|
7251
7255
|
end
|
|
7256
|
+
@EnableRDMA = params['EnableRDMA']
|
|
7252
7257
|
end
|
|
7253
7258
|
end
|
|
7254
7259
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-tione
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1163
|
|
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-11-
|
|
11
|
+
date: 2025-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|