tencentcloud-sdk-ecm 1.0.328 → 1.0.329

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fabb728ab60a832f281c92a46d9ef509ba85655c
4
- data.tar.gz: f7752cb1904abc1e99385598dc38d942cbd456e7
3
+ metadata.gz: 6f8b91a79b9d0341028d7b7ac32e239278926f60
4
+ data.tar.gz: 5684a6a4ba568d8752fb8615dd8e5bc8ca41f61c
5
5
  SHA512:
6
- metadata.gz: 4fe4480d650a9f89199bb5355e55d03ec50db9f210396cf112ac5fbe9790b2f0b48c04528587aff56128a0e58355a5fc61491288694f11637b316da8aa40ce53
7
- data.tar.gz: 1b717d65e99a383604b6ae5d5d1983181a4355e4a47156a18f1b0d00c43bdc5f243a66b9689571135239882e28cb4f81fcce1f0c778d8abdec19d413df0e5e3d
6
+ metadata.gz: 59cd534bee97e31a44ac6f764e880c93d1779c000e58b897a6d615993b45ce19904596889da06d31dc4c3b2c3abf11942a09cdf6e5322446cb5734b73ffbc1c6
7
+ data.tar.gz: a110776c2b9087f0441ca1366cab2a3bde61012e1ede7ee13cde8016b9f7137115bdc46bedc756445199c795966d58ef5ea43b6107219a2bb1ef420a5c17c917
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.328
1
+ 1.0.329
@@ -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.328
4
+ version: 1.0.329
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-07 00:00:00.000000000 Z
11
+ date: 2022-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common