tencentcloud-sdk-vpc 3.0.979 → 3.0.980
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/v20170312/models.rb +0 -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: 87af9905cd42d90938af05340f138c697bb79e18
|
|
4
|
+
data.tar.gz: a8d4efa76307d6a91aabd20bc9dda4ed779160d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 01fd316c1b6fb8bc2df8974a129f85f6cad8840e35608701cf561d34f66a56c824c4e514fb08aabfb39ce29eed611b5ef9ca221dbeaef639736f16df17e15e15
|
|
7
|
+
data.tar.gz: 0371b00dd47ea92f83235a12ba102ab1201bf1f3eb8c2285315ca5f0a6ec5536e646a7ab9fb8e94bae12fb5abd7f806fb2fc8f352db8c85f4ed95dae73060dc8
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.980
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -17718,10 +17718,8 @@ module TencentCloud
|
|
|
17718
17718
|
# InquirePriceCreateDirectConnectGateway返回参数结构体
|
|
17719
17719
|
class InquirePriceCreateDirectConnectGatewayResponse < TencentCloud::Common::AbstractModel
|
|
17720
17720
|
# @param TotalCost: 专线网关标准接入费用
|
|
17721
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
17722
17721
|
# @type TotalCost: Integer
|
|
17723
17722
|
# @param RealTotalCost: 专线网关真实接入费用
|
|
17724
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
17725
17723
|
# @type RealTotalCost: Integer
|
|
17726
17724
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
17727
17725
|
# @type RequestId: String
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-vpc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.980
|
|
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-01-
|
|
11
|
+
date: 2025-01-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|