tencentcloud-sdk-vpc 3.0.797 → 3.0.799
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/models.rb +9 -4
- 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: 77b7bdc00e5202784441cafcb5c43586b74ab7f0
|
4
|
+
data.tar.gz: 5f8bdcad8e5cdca73f7320e7c2c2531bb0b65c1e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d6bd304ee02e6d249da4fec0eb2d7b6d8be017608993b61bb838cf865274d08c44088f6bb400bad883a5e36f60f45286429b61448b59a4fa88773d68e4593b2
|
7
|
+
data.tar.gz: 9f784b3d9ccd6cc6a30f65327960bf0c2186c0d16be097b39ff1dccc9d09e7141b713ddc1bc15a2872b4eb1cff550087c77aeadb9002b02a690ec26587ca8c6d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.799
|
data/lib/v20170312/models.rb
CHANGED
@@ -358,10 +358,13 @@ module TencentCloud
|
|
358
358
|
# @param RenewFlag: 当前EIP是否自动续费,只有按月带宽预付费的EIP才会显示该字段,具体值示例如下:
|
359
359
|
# <li>NOTIFY_AND_MANUAL_RENEW:正常续费</li><li>NOTIFY_AND_AUTO_RENEW:自动续费</li><li>DISABLE_NOTIFY_AND_MANUAL_RENEW:到期不续费 </li>
|
360
360
|
# @type RenewFlag: String
|
361
|
+
# @param BandwidthPackageId: 当前公网IP所关联的带宽包ID,如果该公网IP未使用带宽包计费,则返回为空
|
362
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
363
|
+
# @type BandwidthPackageId: String
|
361
364
|
|
362
|
-
attr_accessor :AddressId, :AddressName, :AddressStatus, :AddressIp, :InstanceId, :CreatedTime, :NetworkInterfaceId, :PrivateAddressIp, :IsArrears, :IsBlocked, :IsEipDirectConnection, :AddressType, :CascadeRelease, :EipAlgType, :InternetServiceProvider, :LocalBgp, :Bandwidth, :InternetChargeType, :TagSet, :DeadlineDate, :InstanceType, :Egress, :AntiDDoSPackageId, :RenewFlag
|
365
|
+
attr_accessor :AddressId, :AddressName, :AddressStatus, :AddressIp, :InstanceId, :CreatedTime, :NetworkInterfaceId, :PrivateAddressIp, :IsArrears, :IsBlocked, :IsEipDirectConnection, :AddressType, :CascadeRelease, :EipAlgType, :InternetServiceProvider, :LocalBgp, :Bandwidth, :InternetChargeType, :TagSet, :DeadlineDate, :InstanceType, :Egress, :AntiDDoSPackageId, :RenewFlag, :BandwidthPackageId
|
363
366
|
|
364
|
-
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, egress=nil, antiddospackageid=nil, renewflag=nil)
|
367
|
+
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, egress=nil, antiddospackageid=nil, renewflag=nil, bandwidthpackageid=nil)
|
365
368
|
@AddressId = addressid
|
366
369
|
@AddressName = addressname
|
367
370
|
@AddressStatus = addressstatus
|
@@ -386,6 +389,7 @@ module TencentCloud
|
|
386
389
|
@Egress = egress
|
387
390
|
@AntiDDoSPackageId = antiddospackageid
|
388
391
|
@RenewFlag = renewflag
|
392
|
+
@BandwidthPackageId = bandwidthpackageid
|
389
393
|
end
|
390
394
|
|
391
395
|
def deserialize(params)
|
@@ -423,6 +427,7 @@ module TencentCloud
|
|
423
427
|
@Egress = params['Egress']
|
424
428
|
@AntiDDoSPackageId = params['AntiDDoSPackageId']
|
425
429
|
@RenewFlag = params['RenewFlag']
|
430
|
+
@BandwidthPackageId = params['BandwidthPackageId']
|
426
431
|
end
|
427
432
|
end
|
428
433
|
|
@@ -14351,8 +14356,8 @@ module TencentCloud
|
|
14351
14356
|
|
14352
14357
|
attr_accessor :EncryptAlgorithm, :IntegrityAlgorith, :IPSECSaLifetimeSeconds, :PfsDhGroup, :IPSECSaLifetimeTraffic, :IntegrityAlgorithm
|
14353
14358
|
extend Gem::Deprecate
|
14354
|
-
deprecate :IntegrityAlgorith, :none, 2024,
|
14355
|
-
deprecate :IntegrityAlgorith=, :none, 2024,
|
14359
|
+
deprecate :IntegrityAlgorith, :none, 2024, 4
|
14360
|
+
deprecate :IntegrityAlgorith=, :none, 2024, 4
|
14356
14361
|
|
14357
14362
|
def initialize(encryptalgorithm=nil, integrityalgorith=nil, ipsecsalifetimeseconds=nil, pfsdhgroup=nil, ipsecsalifetimetraffic=nil, integrityalgorithm=nil)
|
14358
14363
|
@EncryptAlgorithm = encryptalgorithm
|
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.799
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-04-
|
11
|
+
date: 2024-04-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|