tencentcloud-sdk-pts 3.0.805 → 3.0.806
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/v20210728/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: a72836d786f2af20323077c624bef52bb39998e5
|
|
4
|
+
data.tar.gz: a52726ae208ee7b6ae040f7608f1e8f8aa6067d1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bdbfa2471a42222fff357ebf981318254b70a587c6b3d30f8da48deb905782c6338f3ba519c933bdd2f8f3c27a33be5e70e379a8ca2a75c9e747eb2d3cdec508
|
|
7
|
+
data.tar.gz: 5def3044f7685bfae3bdd32e412f2d7084efe0f9ae9e2641b79484e00a4aa27dcc72f77ca8fc55b1711b766e85d109e5a77a91d162b000312221bc9221a73349
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.806
|
data/lib/v20210728/models.rb
CHANGED
|
@@ -2237,12 +2237,17 @@ module TencentCloud
|
|
|
2237
2237
|
|
|
2238
2238
|
# DescribeRegions请求参数结构体
|
|
2239
2239
|
class DescribeRegionsRequest < TencentCloud::Common::AbstractModel
|
|
2240
|
+
# @param LoadType: 通过该参数指定不同压测网络环境,在不同网络环境下,PTS可用的地域不一样
|
|
2241
|
+
# @type LoadType: Integer
|
|
2240
2242
|
|
|
2243
|
+
attr_accessor :LoadType
|
|
2241
2244
|
|
|
2242
|
-
def initialize()
|
|
2245
|
+
def initialize(loadtype=nil)
|
|
2246
|
+
@LoadType = loadtype
|
|
2243
2247
|
end
|
|
2244
2248
|
|
|
2245
2249
|
def deserialize(params)
|
|
2250
|
+
@LoadType = params['LoadType']
|
|
2246
2251
|
end
|
|
2247
2252
|
end
|
|
2248
2253
|
|
|
@@ -3630,7 +3635,7 @@ module TencentCloud
|
|
|
3630
3635
|
# @param VpcLoadDistribution: 压力来源
|
|
3631
3636
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3632
3637
|
# @type VpcLoadDistribution: :class:`Tencentcloud::Pts.v20210728.models.VpcLoadDistribution`
|
|
3633
|
-
# @param GeoRegionsLoadDistribution:
|
|
3638
|
+
# @param GeoRegionsLoadDistribution: 多地域压力分布
|
|
3634
3639
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3635
3640
|
# @type GeoRegionsLoadDistribution: Array
|
|
3636
3641
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-pts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.806
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-04-
|
|
11
|
+
date: 2024-04-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|