tencentcloud-sdk-dc 3.0.980 → 3.0.981
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/v20180410/models.rb +1 -7
- 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: f04b225d72b28d1a070f07f8da7b7b662c6aaadc
|
|
4
|
+
data.tar.gz: a97a80a6c8686e3eb0bb466661196f59ef0f422f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9634487f6dab139d0198858478f2dd6531dc396ead551922ee496e1e8107bdea96c60fa705e2c7ffc56525190b15baaea6a49934122c4eb057b797e6ef2ad433
|
|
7
|
+
data.tar.gz: d6946a607c55eb204254949476fb94621e4cfad03fef836fd57ea8fc5ee9d123a3270b7ff6aee969f5b436a07d9c062344679683c17de0722f8b887a5f6b3e2b
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.981
|
data/lib/v20180410/models.rb
CHANGED
|
@@ -1054,12 +1054,7 @@ module TencentCloud
|
|
|
1054
1054
|
# @type Offset: Integer
|
|
1055
1055
|
# @param Limit: 返回数量,默认为20,最大值100
|
|
1056
1056
|
# @type Limit: Integer
|
|
1057
|
-
# @param Filters: 过滤条件:
|
|
1058
|
-
# <li>AddrType, 地址类型。0:BGP 1; 1: 电信, 2:移动, 3:联通</li>
|
|
1059
|
-
# <li>AddrProto地址类型。0:IPv4 1:IPv6</li>
|
|
1060
|
-
# <li>Status 地址状态。 0:使用中, 1:已停用, 2:已退还</li>
|
|
1061
|
-
# <li>Subnet 互联网公网地址,数组</li>
|
|
1062
|
-
# <InstanceIds>互联网公网地址ID,数组</li>
|
|
1057
|
+
# @param Filters: 过滤条件: <li>AddrType,地址类型。0:BGP 1;1: 电信;2:移动;3:联通</li> <li>AddrProto,地址类型。0:IPv4;1:IPv6</li> <li>Status,地址状态。 0:使用中;1:已停用; 2:已退还</li> <li>Subnet,互联网公网地址。数组</li> <li>InstanceIds,互联网公网地址ID。数组</li>
|
|
1063
1058
|
# @type Filters: Array
|
|
1064
1059
|
|
|
1065
1060
|
attr_accessor :Offset, :Limit, :Filters
|
|
@@ -1089,7 +1084,6 @@ module TencentCloud
|
|
|
1089
1084
|
# @param TotalCount: 互联网公网地址数量
|
|
1090
1085
|
# @type TotalCount: Integer
|
|
1091
1086
|
# @param Subnets: 互联网公网地址列表
|
|
1092
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1093
1087
|
# @type Subnets: Array
|
|
1094
1088
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1095
1089
|
# @type RequestId: String
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-dc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.981
|
|
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-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|