tencentcloud-sdk-mna 3.0.773 → 3.0.775
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/v20210119/models.rb +3 -3
- 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: 2c779387bff19369e9f0246717275ec02afa2a77
|
|
4
|
+
data.tar.gz: 68761c8b7caf19d8cbedb5c3922f5e635ee2a0fb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f6b68db3d2d231ea4479163aaf55cea3b2321f927cbc88245d9480787a045a0f46aea5ae4e93d837aa131bf14cd0c52d789ee9079e1f44a8bcafae2e006529c1
|
|
7
|
+
data.tar.gz: 732054856e98f91d13298f3c663d4b1d63e6ee860fe63de993c89538ca4ac6de9a616ff303d60eeb681a049488fa128e2c29234a31cd3a7d151622691b75035d
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.775
|
data/lib/v20210119/models.rb
CHANGED
|
@@ -1169,7 +1169,7 @@ module TencentCloud
|
|
|
1169
1169
|
# @type Type: Integer
|
|
1170
1170
|
# @param TimeGranularity: 时间粒度(1:按小时统计,2:按天统计)
|
|
1171
1171
|
# @type TimeGranularity: Integer
|
|
1172
|
-
# @param AccessRegion: 接入区域。取值范围:['MC','AP','EU','AM'] MC=中国大陆 AP=亚太 EU=欧洲 AM
|
|
1172
|
+
# @param AccessRegion: 接入区域。取值范围:['MC','AP','EU','AM'] MC=中国大陆 AP=亚太 EU=欧洲 AM=美洲。不填代表全量区域。
|
|
1173
1173
|
# @type AccessRegion: String
|
|
1174
1174
|
# @param GatewayType: 网关类型。0:公有云网关;1:自有网关。不传默认为0。
|
|
1175
1175
|
# @type GatewayType: Integer
|
|
@@ -1307,7 +1307,7 @@ module TencentCloud
|
|
|
1307
1307
|
# @type Type: Integer
|
|
1308
1308
|
# @param TimeGranularity: 统计时间粒度(1:按小时统计,2:按天统计)
|
|
1309
1309
|
# @type TimeGranularity: Integer
|
|
1310
|
-
# @param AccessRegion: 接入区域。取值范围:['MC','AP','EU','AM'] MC=中国大陆 AP=亚太 EU=欧洲 AM
|
|
1310
|
+
# @param AccessRegion: 接入区域。取值范围:['MC','AP','EU','AM'] MC=中国大陆 AP=亚太 EU=欧洲 AM=美洲。不填代表全量区域。
|
|
1311
1311
|
# @type AccessRegion: String
|
|
1312
1312
|
# @param GatewayType: 网关类型。0:公有云网关;1:自有网关。不传默认为0。
|
|
1313
1313
|
# @type GatewayType: Integer
|
|
@@ -1473,7 +1473,7 @@ module TencentCloud
|
|
|
1473
1473
|
# 1:按小时统计
|
|
1474
1474
|
# 2:按天统计
|
|
1475
1475
|
# @type TimeGranularity: Integer
|
|
1476
|
-
# @param AccessRegion: 接入区域。取值范围:['MC','AP','EU','AM'] MC=中国大陆 AP=亚太 EU=欧洲 AM
|
|
1476
|
+
# @param AccessRegion: 接入区域。取值范围:['MC','AP','EU','AM'] MC=中国大陆 AP=亚太 EU=欧洲 AM=美洲。不填代表全量区域。
|
|
1477
1477
|
# @type AccessRegion: String
|
|
1478
1478
|
# @param GatewayType: 网关类型。0:公有云网关;1:自有网关。不传默认为0。
|
|
1479
1479
|
# @type GatewayType: Integer
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-mna
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.775
|
|
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-03-
|
|
11
|
+
date: 2024-03-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|