tencentcloud-sdk-vpc 3.0.796 → 3.0.798
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 +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: 4a97ba0842e7f71401adbc8fb4105aa18574576f
|
|
4
|
+
data.tar.gz: c137def5773f025807bf9c95eb9668f422c1d2dd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 11f08b7137b8aced58a43b00cc748a0642d6c5ce1257bb0858eb6cd7fac5c12dfaa54ead82a3ee7cfe7065c8b6cda2854c6b8f605d73f5848e82503aed5f8cf7
|
|
7
|
+
data.tar.gz: dedad44022e12b72bc2e6c079fa82a98bd6936b479ac55ebb5e1c55b829d1b3ed5fb756bc992e5dc19759493dcc351afc3db96fd93f14c5a9cf6c2b908d3a5e7
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.798
|
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.798
|
|
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-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|