tencentcloud-sdk-vpc 3.0.714 → 3.0.715

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7a0858bc72a9dec5a58aaf22cbc1ee4e0123383b
4
- data.tar.gz: 9edcd7410eba17bbd610f9a719d0d057ee1fd13a
3
+ metadata.gz: 53c756806c48670b63c1955fcfc1eb23467f5731
4
+ data.tar.gz: 9e4c37dd0726ba61ff5fb64824f9980fcfb72d8f
5
5
  SHA512:
6
- metadata.gz: f790244a2e9c1b04156080fe04ac6423ddd43bd54a889a05be3eb28efaace9d3877ec088b8304bd52d3bdf28338e0f2e23196a6e3ca30526b687288cab15812a
7
- data.tar.gz: c476dcb688635e7e355901d5748b713fc8397486762ba2155b2e3df44ecb37b634afefbf66d915921848a76945d5e718e2d06ca80955cd06cb02c496751c21c6
6
+ metadata.gz: b7a7d46c8f9dcd5ef0d19ec81ef0f523ed7c73901750c9cee9088e2e36d2d18fc1cffca68d1a87766001792c344dee3c0b670f691a033b28ca0f4c04e8a22dc5
7
+ data.tar.gz: 575a284c481c99710fc8532f1e5db0afc2dfdce3927e52052d8a24a3a27f0b89c9ed8a9e882c97aca1b9b0ca7e4e19e7f2a34a896f30b5e7d513470f402057dc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.714
1
+ 3.0.715
@@ -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.714
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-27 00:00:00.000000000 Z
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