tencentcloud-sdk-cwp 3.0.1102 → 3.0.1108
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/v20180228/models.rb +9 -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: ebf3da6d1e64be37697542bcd68b8e54ecc0cd3d
|
4
|
+
data.tar.gz: 669b13e8315668a80f885a03d87a05e221e2560c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2b6f67b05cd612ee53710a7d22d7922c1d607fc9b330e893abc79228077452dc49e390e22f94a50cd0d88067b89ac809aea6ea7cb11b9c05dea8a7305bdd7ed7
|
7
|
+
data.tar.gz: 573ff3d432eafba5de8c96ba4ac42c869cd73a8e0a8263537e5fc619b0bbc39a319c68f16478f39f3c42277d3515bab42fd037ffa02d2732bc3622e506d7ff6e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1108
|
data/lib/v20180228/models.rb
CHANGED
@@ -16319,15 +16319,18 @@ module TencentCloud
|
|
16319
16319
|
# @type Professional: :class:`Tencentcloud::Cwp.v20180228.models.VersionWhiteConfig`
|
16320
16320
|
# @param PrattWhitney: 轻量版 配置信息
|
16321
16321
|
# @type PrattWhitney: :class:`Tencentcloud::Cwp.v20180228.models.VersionWhiteConfig`
|
16322
|
+
# @param RASP: 重保授权包 配置信息
|
16323
|
+
# @type RASP: :class:`Tencentcloud::Cwp.v20180228.models.VersionWhiteConfig`
|
16322
16324
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16323
16325
|
# @type RequestId: String
|
16324
16326
|
|
16325
|
-
attr_accessor :FlagShip, :Professional, :PrattWhitney, :RequestId
|
16327
|
+
attr_accessor :FlagShip, :Professional, :PrattWhitney, :RASP, :RequestId
|
16326
16328
|
|
16327
|
-
def initialize(flagship=nil, professional=nil, prattwhitney=nil, requestid=nil)
|
16329
|
+
def initialize(flagship=nil, professional=nil, prattwhitney=nil, rasp=nil, requestid=nil)
|
16328
16330
|
@FlagShip = flagship
|
16329
16331
|
@Professional = professional
|
16330
16332
|
@PrattWhitney = prattwhitney
|
16333
|
+
@RASP = rasp
|
16331
16334
|
@RequestId = requestid
|
16332
16335
|
end
|
16333
16336
|
|
@@ -16344,6 +16347,10 @@ module TencentCloud
|
|
16344
16347
|
@PrattWhitney = VersionWhiteConfig.new
|
16345
16348
|
@PrattWhitney.deserialize(params['PrattWhitney'])
|
16346
16349
|
end
|
16350
|
+
unless params['RASP'].nil?
|
16351
|
+
@RASP = VersionWhiteConfig.new
|
16352
|
+
@RASP.deserialize(params['RASP'])
|
16353
|
+
end
|
16347
16354
|
@RequestId = params['RequestId']
|
16348
16355
|
end
|
16349
16356
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cwp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1108
|
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-
|
11
|
+
date: 2025-07-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|