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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/models.rb +12 -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: 514e0a95c5c877f071d474bf9bf6d371bb6f26ad
|
|
4
|
+
data.tar.gz: b1501055aef4d325a2be528380f0c2003fd80fdb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8057e30f5191702fdb3d2d29b2bdb64cbf64facc7294ca47005468904e1f26afdab586d28619db8841b2d5c8dd99a1d519e7900b55ea1b42c8a1e9c096f359c2
|
|
7
|
+
data.tar.gz: 5b986c50b029c73b7d66e28fd1945615d4445d31aca51f642feb17b0f234b58264b00e4970d7d291c8cba26e278ea2c4ef60445d96a4e9d1200fc835d9863340
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.557
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|