tencentcloud-sdk-dc 3.0.979 → 3.0.981
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180410/client.rb +1 -1
- data/lib/v20180410/models.rb +8 -23
- 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/client.rb
CHANGED
@@ -368,7 +368,7 @@ module TencentCloud
|
|
368
368
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
369
369
|
end
|
370
370
|
|
371
|
-
#
|
371
|
+
# 查询互联网通道路由列表。
|
372
372
|
|
373
373
|
# @param request: Request instance for DescribePublicDirectConnectTunnelRoutes.
|
374
374
|
# @type request: :class:`Tencentcloud::dc::V20180410::DescribePublicDirectConnectTunnelRoutesRequest`
|
data/lib/v20180410/models.rb
CHANGED
@@ -150,7 +150,6 @@ module TencentCloud
|
|
150
150
|
# ApplyInternetAddress返回参数结构体
|
151
151
|
class ApplyInternetAddressResponse < TencentCloud::Common::AbstractModel
|
152
152
|
# @param InstanceId: 互联网公网地址ID
|
153
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
154
153
|
# @type InstanceId: String
|
155
154
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
156
155
|
# @type RequestId: String
|
@@ -974,7 +973,6 @@ module TencentCloud
|
|
974
973
|
# @param TotalCount: 符合物理专线列表数量。
|
975
974
|
# @type TotalCount: Integer
|
976
975
|
# @param AllSignLaw: 用户名下物理专线是否都签署了用户协议。
|
977
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
978
976
|
# @type AllSignLaw: Boolean
|
979
977
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
980
978
|
# @type RequestId: String
|
@@ -1017,19 +1015,14 @@ module TencentCloud
|
|
1017
1015
|
# DescribeInternetAddressQuota返回参数结构体
|
1018
1016
|
class DescribeInternetAddressQuotaResponse < TencentCloud::Common::AbstractModel
|
1019
1017
|
# @param Ipv6PrefixLen: IPv6互联网公网允许的最小前缀长度
|
1020
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1021
1018
|
# @type Ipv6PrefixLen: Integer
|
1022
1019
|
# @param Ipv4BgpQuota: BGP类型IPv4互联网地址配额
|
1023
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1024
1020
|
# @type Ipv4BgpQuota: Integer
|
1025
1021
|
# @param Ipv4OtherQuota: 非BGP类型IPv4互联网地址配额
|
1026
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1027
1022
|
# @type Ipv4OtherQuota: Integer
|
1028
1023
|
# @param Ipv4BgpNum: BGP类型IPv4互联网地址已使用数量
|
1029
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1030
1024
|
# @type Ipv4BgpNum: Integer
|
1031
1025
|
# @param Ipv4OtherNum: 非BGP类型互联网地址已使用数量
|
1032
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1033
1026
|
# @type Ipv4OtherNum: Integer
|
1034
1027
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1035
1028
|
# @type RequestId: String
|
@@ -1061,12 +1054,7 @@ module TencentCloud
|
|
1061
1054
|
# @type Offset: Integer
|
1062
1055
|
# @param Limit: 返回数量,默认为20,最大值100
|
1063
1056
|
# @type Limit: Integer
|
1064
|
-
# @param Filters: 过滤条件:
|
1065
|
-
# <li>AddrType, 地址类型。0:BGP 1; 1: 电信, 2:移动, 3:联通</li>
|
1066
|
-
# <li>AddrProto地址类型。0:IPv4 1:IPv6</li>
|
1067
|
-
# <li>Status 地址状态。 0:使用中, 1:已停用, 2:已退还</li>
|
1068
|
-
# <li>Subnet 互联网公网地址,数组</li>
|
1069
|
-
# <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>
|
1070
1058
|
# @type Filters: Array
|
1071
1059
|
|
1072
1060
|
attr_accessor :Offset, :Limit, :Filters
|
@@ -1096,7 +1084,6 @@ module TencentCloud
|
|
1096
1084
|
# @param TotalCount: 互联网公网地址数量
|
1097
1085
|
# @type TotalCount: Integer
|
1098
1086
|
# @param Subnets: 互联网公网地址列表
|
1099
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1100
1087
|
# @type Subnets: Array
|
1101
1088
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1102
1089
|
# @type RequestId: String
|
@@ -1139,7 +1126,6 @@ module TencentCloud
|
|
1139
1126
|
# @param TotalCount: 互联网公网地址统计信息数量
|
1140
1127
|
# @type TotalCount: Integer
|
1141
1128
|
# @param InternetAddressStatistics: 互联网公网地址统计信息列表
|
1142
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1143
1129
|
# @type InternetAddressStatistics: Array
|
1144
1130
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1145
1131
|
# @type RequestId: String
|
@@ -1168,15 +1154,15 @@ module TencentCloud
|
|
1168
1154
|
|
1169
1155
|
# DescribePublicDirectConnectTunnelRoutes请求参数结构体
|
1170
1156
|
class DescribePublicDirectConnectTunnelRoutesRequest < TencentCloud::Common::AbstractModel
|
1171
|
-
# @param DirectConnectTunnelId: 专用通道ID
|
1157
|
+
# @param DirectConnectTunnelId: 专用通道ID。
|
1172
1158
|
# @type DirectConnectTunnelId: String
|
1173
1159
|
# @param Filters: 过滤条件:
|
1174
|
-
# route-type:路由类型,取值:BGP/STATIC
|
1175
|
-
# route-subnet:路由cidr,取值如:192.68.1.0/24
|
1160
|
+
# route-type:路由类型,取值:BGP/STATIC;
|
1161
|
+
# route-subnet:路由cidr,取值如:192.68.1.0/24。
|
1176
1162
|
# @type Filters: Array
|
1177
|
-
# @param Offset: 偏移量,默认为0
|
1163
|
+
# @param Offset: 偏移量,默认为0。
|
1178
1164
|
# @type Offset: Integer
|
1179
|
-
# @param Limit: 返回数量,默认为20,最大值为100
|
1165
|
+
# @param Limit: 返回数量,默认为20,最大值为100。
|
1180
1166
|
# @type Limit: Integer
|
1181
1167
|
|
1182
1168
|
attr_accessor :DirectConnectTunnelId, :Filters, :Offset, :Limit
|
@@ -1205,9 +1191,9 @@ module TencentCloud
|
|
1205
1191
|
|
1206
1192
|
# DescribePublicDirectConnectTunnelRoutes返回参数结构体
|
1207
1193
|
class DescribePublicDirectConnectTunnelRoutesResponse < TencentCloud::Common::AbstractModel
|
1208
|
-
# @param Routes:
|
1194
|
+
# @param Routes: 互联网通道路由列表。
|
1209
1195
|
# @type Routes: Array
|
1210
|
-
# @param TotalCount:
|
1196
|
+
# @param TotalCount: 路由总数量。
|
1211
1197
|
# @type TotalCount: Integer
|
1212
1198
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1213
1199
|
# @type RequestId: String
|
@@ -1786,7 +1772,6 @@ module TencentCloud
|
|
1786
1772
|
# @param NextHop: 路由下一跳IP
|
1787
1773
|
# @type NextHop: String
|
1788
1774
|
# @param UpdateTime: 路由更新时间
|
1789
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1790
1775
|
# @type UpdateTime: String
|
1791
1776
|
# @param ApplyOnTunnelEnable: 是否配置在通道上
|
1792
1777
|
# @type ApplyOnTunnelEnable: Boolean
|
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
|