tencentcloud-sdk-vpc 3.0.909 → 3.0.911
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 +21 -5
- 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: bac89d54d700a603552ba845d06c1fdb29543efa
|
4
|
+
data.tar.gz: e4e917df490e00b6f5f57fecfbc29704fc51b655
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c32270b632392158ba11eee9be13b103f38a9c2363025a1e9268f9f06d8cc20809f50a397c69f467a1b79ed5a192314e9caa58106889bcea1449f5195442938e
|
7
|
+
data.tar.gz: 3b719c20fa7a62f46166ff9f7760aa59a2440459e7b3188aa4ef4f01c11189b503f5e7a66713ff061812a8b9d0edc677aef1fa9244563826db55985b961a9714
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.911
|
data/lib/v20170312/models.rb
CHANGED
@@ -361,10 +361,13 @@ module TencentCloud
|
|
361
361
|
# @param BandwidthPackageId: 当前公网IP所关联的带宽包ID,如果该公网IP未使用带宽包计费,则返回为空
|
362
362
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
363
363
|
# @type BandwidthPackageId: String
|
364
|
+
# @param UnVpcId: 传统弹性公网IPv6所属vpc唯一ID
|
365
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
366
|
+
# @type UnVpcId: String
|
364
367
|
|
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
|
368
|
+
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, :UnVpcId
|
366
369
|
|
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)
|
370
|
+
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, unvpcid=nil)
|
368
371
|
@AddressId = addressid
|
369
372
|
@AddressName = addressname
|
370
373
|
@AddressStatus = addressstatus
|
@@ -390,6 +393,7 @@ module TencentCloud
|
|
390
393
|
@AntiDDoSPackageId = antiddospackageid
|
391
394
|
@RenewFlag = renewflag
|
392
395
|
@BandwidthPackageId = bandwidthpackageid
|
396
|
+
@UnVpcId = unvpcid
|
393
397
|
end
|
394
398
|
|
395
399
|
def deserialize(params)
|
@@ -428,6 +432,7 @@ module TencentCloud
|
|
428
432
|
@AntiDDoSPackageId = params['AntiDDoSPackageId']
|
429
433
|
@RenewFlag = params['RenewFlag']
|
430
434
|
@BandwidthPackageId = params['BandwidthPackageId']
|
435
|
+
@UnVpcId = params['UnVpcId']
|
431
436
|
end
|
432
437
|
end
|
433
438
|
|
@@ -21043,25 +21048,36 @@ module TencentCloud
|
|
21043
21048
|
|
21044
21049
|
# 描述配额信息
|
21045
21050
|
class Quota < TencentCloud::Common::AbstractModel
|
21046
|
-
# @param QuotaId:
|
21051
|
+
# @param QuotaId: 配额名称,取值范围:
|
21052
|
+
# - `TOTAL_EIP_QUOTA`:用户当前地域下EIP的配额数;
|
21053
|
+
# - `DAILY_EIP_APPLY`:用户当前地域下今日申购次数;
|
21054
|
+
# - `DAILY_PUBLIC_IP_ASSIGN`:用户当前地域下,重新分配公网 IP次数;
|
21055
|
+
# - `TOTAL_EIP6_QUOTA`:用户当前地域下,传统弹性公网IPv6的配额数;
|
21056
|
+
# - `BGP_EIPv6_QUOTA`:用户当前地域下,可申请的 BGP 弹性公网IPv6 的配额数;
|
21057
|
+
# - `SINGLEISP_EIPv6_QUOTA`:用户当前地域下,可申请的静态单线弹性公网IPv6 的配额数;
|
21047
21058
|
# @type QuotaId: String
|
21048
21059
|
# @param QuotaCurrent: 当前数量
|
21049
21060
|
# @type QuotaCurrent: Integer
|
21050
21061
|
# @param QuotaLimit: 配额数量
|
21051
21062
|
# @type QuotaLimit: Integer
|
21063
|
+
# @param QuotaGroup: 配额所属的网络组
|
21064
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21065
|
+
# @type QuotaGroup: String
|
21052
21066
|
|
21053
|
-
attr_accessor :QuotaId, :QuotaCurrent, :QuotaLimit
|
21067
|
+
attr_accessor :QuotaId, :QuotaCurrent, :QuotaLimit, :QuotaGroup
|
21054
21068
|
|
21055
|
-
def initialize(quotaid=nil, quotacurrent=nil, quotalimit=nil)
|
21069
|
+
def initialize(quotaid=nil, quotacurrent=nil, quotalimit=nil, quotagroup=nil)
|
21056
21070
|
@QuotaId = quotaid
|
21057
21071
|
@QuotaCurrent = quotacurrent
|
21058
21072
|
@QuotaLimit = quotalimit
|
21073
|
+
@QuotaGroup = quotagroup
|
21059
21074
|
end
|
21060
21075
|
|
21061
21076
|
def deserialize(params)
|
21062
21077
|
@QuotaId = params['QuotaId']
|
21063
21078
|
@QuotaCurrent = params['QuotaCurrent']
|
21064
21079
|
@QuotaLimit = params['QuotaLimit']
|
21080
|
+
@QuotaGroup = params['QuotaGroup']
|
21065
21081
|
end
|
21066
21082
|
end
|
21067
21083
|
|
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.911
|
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-09-
|
11
|
+
date: 2024-09-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|