tencentcloud-sdk-vpc 3.0.555 → 3.0.557

Sign up to get free protection for your applications and to get access to all the features.
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: 84b8711b81b38752f6e0d4cd95ed4e1a0a07c910
4
- data.tar.gz: 162551780522568dcb178af23362a8f80e99b378
3
+ metadata.gz: 514e0a95c5c877f071d474bf9bf6d371bb6f26ad
4
+ data.tar.gz: b1501055aef4d325a2be528380f0c2003fd80fdb
5
5
  SHA512:
6
- metadata.gz: 2cd7066daaaa9a78b3a2a4e4822e3c3611c741c766f7d56134c1b7cfd00a24c2b4eaaea3ae12dd1dd81df87558ff30b27437ecad17c257b3e91ef709481d139c
7
- data.tar.gz: f84d834151443b1223e7446a467ff43aaa09e9cd1b5e2cb2702140f7660ab941347fe68f4f1af1938da23c1db7ff34aa5947ba446e520d2b8c6acd1f7d31826c
6
+ metadata.gz: 8057e30f5191702fdb3d2d29b2bdb64cbf64facc7294ca47005468904e1f26afdab586d28619db8841b2d5c8dd99a1d519e7900b55ea1b42c8a1e9c096f359c2
7
+ data.tar.gz: 5b986c50b029c73b7d66e28fd1945615d4445d31aca51f642feb17b0f234b58264b00e4970d7d291c8cba26e278ea2c4ef60445d96a4e9d1200fc835d9863340
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.555
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.555
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-19 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