tencentcloud-sdk-ecm 1.0.328 → 1.0.331
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/v20190719/models.rb +9 -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: 8dfea0160e1eef8c8bbb8ecfb1b502157bc99dff
|
4
|
+
data.tar.gz: fdf52e042d5098d8ae1118689d8d9e623a63adf1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 621f4fc42471df51d2faf821f771808224a17a771ab50eb358ea6ed9f8b15ecc5d7626ad6fac301a4ae9c2f27f724348ddf85d9c013b024dc65c260d3eaf4214
|
7
|
+
data.tar.gz: 22828979938e940e6426f4bece37b50469f87c5867d3f234dfb68427c40919064048a36302f434b9c896317b5aa91bd76ff37b62ccbafe5d753d6b29e6e96837
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.331
|
data/lib/v20190719/models.rb
CHANGED
@@ -263,14 +263,20 @@ module TencentCloud
|
|
263
263
|
# @type Ipv6Addresses: Array
|
264
264
|
# @param Ipv6AddressCount: 自动分配IPv6地址个数,内网IP地址个数总和不能超过配数。与入参Ipv6Addresses合并计算配额。与Ipv6Addresses必填一个。
|
265
265
|
# @type Ipv6AddressCount: Integer
|
266
|
+
# @param Ipv6ISP: ipv6运营商如下:
|
267
|
+
# CTCC:中国电信
|
268
|
+
# CUCC:中国联通
|
269
|
+
# CMCC:中国移动
|
270
|
+
# @type Ipv6ISP: String
|
266
271
|
|
267
|
-
attr_accessor :EcmRegion, :NetworkInterfaceId, :Ipv6Addresses, :Ipv6AddressCount
|
272
|
+
attr_accessor :EcmRegion, :NetworkInterfaceId, :Ipv6Addresses, :Ipv6AddressCount, :Ipv6ISP
|
268
273
|
|
269
|
-
def initialize(ecmregion=nil, networkinterfaceid=nil, ipv6addresses=nil, ipv6addresscount=nil)
|
274
|
+
def initialize(ecmregion=nil, networkinterfaceid=nil, ipv6addresses=nil, ipv6addresscount=nil, ipv6isp=nil)
|
270
275
|
@EcmRegion = ecmregion
|
271
276
|
@NetworkInterfaceId = networkinterfaceid
|
272
277
|
@Ipv6Addresses = ipv6addresses
|
273
278
|
@Ipv6AddressCount = ipv6addresscount
|
279
|
+
@Ipv6ISP = ipv6isp
|
274
280
|
end
|
275
281
|
|
276
282
|
def deserialize(params)
|
@@ -285,6 +291,7 @@ module TencentCloud
|
|
285
291
|
end
|
286
292
|
end
|
287
293
|
@Ipv6AddressCount = params['Ipv6AddressCount']
|
294
|
+
@Ipv6ISP = params['Ipv6ISP']
|
288
295
|
end
|
289
296
|
end
|
290
297
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ecm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.331
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-06-
|
11
|
+
date: 2022-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|