tencentcloud-sdk-vpc 3.0.714 → 3.0.715
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 +7 -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: 53c756806c48670b63c1955fcfc1eb23467f5731
|
4
|
+
data.tar.gz: 9e4c37dd0726ba61ff5fb64824f9980fcfb72d8f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b7a7d46c8f9dcd5ef0d19ec81ef0f523ed7c73901750c9cee9088e2e36d2d18fc1cffca68d1a87766001792c344dee3c0b670f691a033b28ca0f4c04e8a22dc5
|
7
|
+
data.tar.gz: 575a284c481c99710fc8532f1e5db0afc2dfdce3927e52052d8a24a3a27f0b89c9ed8a9e882c97aca1b9b0ca7e4e19e7f2a34a896f30b5e7d513470f402057dc
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.715
|
data/lib/v20170312/models.rb
CHANGED
@@ -355,10 +355,13 @@ module TencentCloud
|
|
355
355
|
# @type Egress: String
|
356
356
|
# @param AntiDDoSPackageId: 高防包ID,当EIP类型为高防EIP时,返回EIP绑定的高防包ID.
|
357
357
|
# @type AntiDDoSPackageId: String
|
358
|
+
# @param RenewFlag: 当前EIP是否自动续费,只有按月带宽预付费的EIP才会显示该字段,具体值示例如下:
|
359
|
+
# <li>NOTIFY_AND_MANUAL_RENEW:正常续费</li><li>NOTIFY_AND_AUTO_RENEW:自动续费</li><li>DISABLE_NOTIFY_AND_MANUAL_RENEW:到期不续费 </li>
|
360
|
+
# @type RenewFlag: String
|
358
361
|
|
359
|
-
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
|
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
|
360
363
|
|
361
|
-
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)
|
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)
|
362
365
|
@AddressId = addressid
|
363
366
|
@AddressName = addressname
|
364
367
|
@AddressStatus = addressstatus
|
@@ -382,6 +385,7 @@ module TencentCloud
|
|
382
385
|
@InstanceType = instancetype
|
383
386
|
@Egress = egress
|
384
387
|
@AntiDDoSPackageId = antiddospackageid
|
388
|
+
@RenewFlag = renewflag
|
385
389
|
end
|
386
390
|
|
387
391
|
def deserialize(params)
|
@@ -418,6 +422,7 @@ module TencentCloud
|
|
418
422
|
@InstanceType = params['InstanceType']
|
419
423
|
@Egress = params['Egress']
|
420
424
|
@AntiDDoSPackageId = params['AntiDDoSPackageId']
|
425
|
+
@RenewFlag = params['RenewFlag']
|
421
426
|
end
|
422
427
|
end
|
423
428
|
|
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.715
|
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-11-
|
11
|
+
date: 2023-11-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|