tencentcloud-sdk-vpc 3.0.556 → 3.0.557

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20170312/models.rb +12 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eaf4f6d91297d800e9c689ac022a8b4f9f3a5296
4
- data.tar.gz: ce9a308160162534330852f5ec876a82aff37c32
3
+ metadata.gz: 514e0a95c5c877f071d474bf9bf6d371bb6f26ad
4
+ data.tar.gz: b1501055aef4d325a2be528380f0c2003fd80fdb
5
5
  SHA512:
6
- metadata.gz: 2ae0535aeba5a9fc88af95b1c211565af7a4f5413ed7ffcf255e39d1668ffaa0da90c1413be42568e2ca649259c7c603bdabc4a9d93e6dbeaa672bddfa133024
7
- data.tar.gz: f556bdd5810726cc1b8b60294d08e79aef05d5044436d0cfad664b3e171b8ef70d8f9523d5b17960543b97ea039eb6069e894a9abf37ab76fd6b2916d45448d0
6
+ metadata.gz: 8057e30f5191702fdb3d2d29b2bdb64cbf64facc7294ca47005468904e1f26afdab586d28619db8841b2d5c8dd99a1d519e7900b55ea1b42c8a1e9c096f359c2
7
+ data.tar.gz: 5b986c50b029c73b7d66e28fd1945615d4445d31aca51f642feb17b0f234b58264b00e4970d7d291c8cba26e278ea2c4ef60445d96a4e9d1200fc835d9863340
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.556
1
+ 3.0.557
@@ -307,10 +307,16 @@ module TencentCloud
307
307
  # @param TagSet: 弹性公网IP关联的标签列表。
308
308
  # 注意:此字段可能返回 null,表示取不到有效值。
309
309
  # @type TagSet: Array
310
+ # @param DeadlineDate: 到期时间。
311
+ # 注意:此字段可能返回 null,表示取不到有效值。
312
+ # @type DeadlineDate: String
313
+ # @param InstanceType: EIP绑定的实例类型。
314
+ # 注意:此字段可能返回 null,表示取不到有效值。
315
+ # @type InstanceType: String
310
316
 
311
- attr_accessor :AddressId, :AddressName, :AddressStatus, :AddressIp, :InstanceId, :CreatedTime, :NetworkInterfaceId, :PrivateAddressIp, :IsArrears, :IsBlocked, :IsEipDirectConnection, :AddressType, :CascadeRelease, :EipAlgType, :InternetServiceProvider, :LocalBgp, :Bandwidth, :InternetChargeType, :TagSet
317
+ attr_accessor :AddressId, :AddressName, :AddressStatus, :AddressIp, :InstanceId, :CreatedTime, :NetworkInterfaceId, :PrivateAddressIp, :IsArrears, :IsBlocked, :IsEipDirectConnection, :AddressType, :CascadeRelease, :EipAlgType, :InternetServiceProvider, :LocalBgp, :Bandwidth, :InternetChargeType, :TagSet, :DeadlineDate, :InstanceType
312
318
 
313
- def initialize(addressid=nil, addressname=nil, addressstatus=nil, addressip=nil, instanceid=nil, createdtime=nil, networkinterfaceid=nil, privateaddressip=nil, isarrears=nil, isblocked=nil, iseipdirectconnection=nil, addresstype=nil, cascaderelease=nil, eipalgtype=nil, internetserviceprovider=nil, localbgp=nil, bandwidth=nil, internetchargetype=nil, tagset=nil)
319
+ def initialize(addressid=nil, addressname=nil, addressstatus=nil, addressip=nil, instanceid=nil, createdtime=nil, networkinterfaceid=nil, privateaddressip=nil, isarrears=nil, isblocked=nil, iseipdirectconnection=nil, addresstype=nil, cascaderelease=nil, eipalgtype=nil, internetserviceprovider=nil, localbgp=nil, bandwidth=nil, internetchargetype=nil, tagset=nil, deadlinedate=nil, instancetype=nil)
314
320
  @AddressId = addressid
315
321
  @AddressName = addressname
316
322
  @AddressStatus = addressstatus
@@ -330,6 +336,8 @@ module TencentCloud
330
336
  @Bandwidth = bandwidth
331
337
  @InternetChargeType = internetchargetype
332
338
  @TagSet = tagset
339
+ @DeadlineDate = deadlinedate
340
+ @InstanceType = instancetype
333
341
  end
334
342
 
335
343
  def deserialize(params)
@@ -362,6 +370,8 @@ module TencentCloud
362
370
  @TagSet << tag_tmp
363
371
  end
364
372
  end
373
+ @DeadlineDate = params['DeadlineDate']
374
+ @InstanceType = params['InstanceType']
365
375
  end
366
376
  end
367
377
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.556
4
+ version: 3.0.557
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-20 00:00:00.000000000 Z
11
+ date: 2023-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common