tencentcloud-sdk-vpc 3.0.605 → 3.0.607
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/client.rb +1 -1
- data/lib/v20170312/models.rb +17 -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: dfd2529dc53aaa04b7c9d260df29ea4f667d336e
|
4
|
+
data.tar.gz: e5c75213eed90c8b2fb87201283617f367206cf5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 72a44c903d57c21621941f0d710bc86872fa48bcb92d8521b02efae29a61ee083314ae940563422588bed590e6bab9e13ba20f9c9cc143d0fb665ebd34258e89
|
7
|
+
data.tar.gz: fcde6a74b890ce43f4cc1a6e769d52a4b69450c82cb0ddaa9fea69183ffee57e3b960369cab0e91d550512acb2632b1a53b227bb1f5b173615d812f8f7be6fb8
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.607
|
data/lib/v20170312/client.rb
CHANGED
@@ -466,7 +466,7 @@ module TencentCloud
|
|
466
466
|
end
|
467
467
|
|
468
468
|
# 本接口(AttachCcnInstances)用于将网络实例加载到云联网实例中,网络实例包括VPC和专线网关。<br />
|
469
|
-
#
|
469
|
+
# 每个云联网能够关联的网络实例个数是有限的,详情请参考产品文档。如果需要扩充请联系在线客服。
|
470
470
|
|
471
471
|
# @param request: Request instance for AttachCcnInstances.
|
472
472
|
# @type request: :class:`Tencentcloud::vpc::V20170312::AttachCcnInstancesRequest`
|
data/lib/v20170312/models.rb
CHANGED
@@ -318,10 +318,12 @@ module TencentCloud
|
|
318
318
|
# @param InstanceType: EIP绑定的实例类型。
|
319
319
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
320
320
|
# @type InstanceType: String
|
321
|
+
# @param AntiDDoSPackageId: 高防包ID,当EIP类型为高防EIP时,返回EIP绑定的高防包ID.
|
322
|
+
# @type AntiDDoSPackageId: String
|
321
323
|
|
322
|
-
attr_accessor :AddressId, :AddressName, :AddressStatus, :AddressIp, :InstanceId, :CreatedTime, :NetworkInterfaceId, :PrivateAddressIp, :IsArrears, :IsBlocked, :IsEipDirectConnection, :AddressType, :CascadeRelease, :EipAlgType, :InternetServiceProvider, :LocalBgp, :Bandwidth, :InternetChargeType, :TagSet, :DeadlineDate, :InstanceType
|
324
|
+
attr_accessor :AddressId, :AddressName, :AddressStatus, :AddressIp, :InstanceId, :CreatedTime, :NetworkInterfaceId, :PrivateAddressIp, :IsArrears, :IsBlocked, :IsEipDirectConnection, :AddressType, :CascadeRelease, :EipAlgType, :InternetServiceProvider, :LocalBgp, :Bandwidth, :InternetChargeType, :TagSet, :DeadlineDate, :InstanceType, :AntiDDoSPackageId
|
323
325
|
|
324
|
-
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)
|
326
|
+
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, antiddospackageid=nil)
|
325
327
|
@AddressId = addressid
|
326
328
|
@AddressName = addressname
|
327
329
|
@AddressStatus = addressstatus
|
@@ -343,6 +345,7 @@ module TencentCloud
|
|
343
345
|
@TagSet = tagset
|
344
346
|
@DeadlineDate = deadlinedate
|
345
347
|
@InstanceType = instancetype
|
348
|
+
@AntiDDoSPackageId = antiddospackageid
|
346
349
|
end
|
347
350
|
|
348
351
|
def deserialize(params)
|
@@ -377,6 +380,7 @@ module TencentCloud
|
|
377
380
|
end
|
378
381
|
@DeadlineDate = params['DeadlineDate']
|
379
382
|
@InstanceType = params['InstanceType']
|
383
|
+
@AntiDDoSPackageId = params['AntiDDoSPackageId']
|
380
384
|
end
|
381
385
|
end
|
382
386
|
|
@@ -654,10 +658,14 @@ module TencentCloud
|
|
654
658
|
# @type AddressName: String
|
655
659
|
# @param Egress: 网络出口,默认是:center_egress1
|
656
660
|
# @type Egress: String
|
661
|
+
# @param AntiDDoSPackageId: 高防包ID, 申请高防IP时,该字段必传。
|
662
|
+
# @type AntiDDoSPackageId: String
|
663
|
+
# @param ClientToken: 保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken只支持ASCII字符,且不能超过64个字符。
|
664
|
+
# @type ClientToken: String
|
657
665
|
|
658
|
-
attr_accessor :AddressCount, :InternetServiceProvider, :InternetChargeType, :InternetMaxBandwidthOut, :AddressChargePrepaid, :AddressType, :AnycastZone, :ApplicableForCLB, :Tags, :BandwidthPackageId, :AddressName, :Egress
|
666
|
+
attr_accessor :AddressCount, :InternetServiceProvider, :InternetChargeType, :InternetMaxBandwidthOut, :AddressChargePrepaid, :AddressType, :AnycastZone, :ApplicableForCLB, :Tags, :BandwidthPackageId, :AddressName, :Egress, :AntiDDoSPackageId, :ClientToken
|
659
667
|
|
660
|
-
def initialize(addresscount=nil, internetserviceprovider=nil, internetchargetype=nil, internetmaxbandwidthout=nil, addresschargeprepaid=nil, addresstype=nil, anycastzone=nil, applicableforclb=nil, tags=nil, bandwidthpackageid=nil, addressname=nil, egress=nil)
|
668
|
+
def initialize(addresscount=nil, internetserviceprovider=nil, internetchargetype=nil, internetmaxbandwidthout=nil, addresschargeprepaid=nil, addresstype=nil, anycastzone=nil, applicableforclb=nil, tags=nil, bandwidthpackageid=nil, addressname=nil, egress=nil, antiddospackageid=nil, clienttoken=nil)
|
661
669
|
@AddressCount = addresscount
|
662
670
|
@InternetServiceProvider = internetserviceprovider
|
663
671
|
@InternetChargeType = internetchargetype
|
@@ -670,6 +678,8 @@ module TencentCloud
|
|
670
678
|
@BandwidthPackageId = bandwidthpackageid
|
671
679
|
@AddressName = addressname
|
672
680
|
@Egress = egress
|
681
|
+
@AntiDDoSPackageId = antiddospackageid
|
682
|
+
@ClientToken = clienttoken
|
673
683
|
end
|
674
684
|
|
675
685
|
def deserialize(params)
|
@@ -695,6 +705,8 @@ module TencentCloud
|
|
695
705
|
@BandwidthPackageId = params['BandwidthPackageId']
|
696
706
|
@AddressName = params['AddressName']
|
697
707
|
@Egress = params['Egress']
|
708
|
+
@AntiDDoSPackageId = params['AntiDDoSPackageId']
|
709
|
+
@ClientToken = params['ClientToken']
|
698
710
|
end
|
699
711
|
end
|
700
712
|
|
@@ -7224,7 +7236,7 @@ module TencentCloud
|
|
7224
7236
|
# <li>ccn-id - String -(过滤条件)CCN实例ID。</li>
|
7225
7237
|
# <li>instance-type - String -(过滤条件)关联实例类型。</li>
|
7226
7238
|
# <li>instance-region - String -(过滤条件)关联实例所属地域。</li>
|
7227
|
-
# <li>instance-id - String
|
7239
|
+
# <li>instance-id - String -(过滤条件)关联实例ID。</li>
|
7228
7240
|
# @type Filters: Array
|
7229
7241
|
# @param CcnId: 云联网实例ID
|
7230
7242
|
# @type CcnId: String
|
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.607
|
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-07-
|
11
|
+
date: 2023-07-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|