tencentcloud-sdk-vpc 3.0.605 → 3.0.606
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/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: d97ebadb1dcab9870ad6f6b33916cd4e58d42113
|
4
|
+
data.tar.gz: c065905d1972e05e56915cffa9c57d09a580d12f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9654a668257723ea3cf1ba774254d1b68dea67b2648cab913e9c7089788b54495243e8b603ed4fa8e41eda30b1db8284fee4bbdba942676cf49ef7979d5e702d
|
7
|
+
data.tar.gz: 1160863b8406066f784670774a498fe775dfaf492e19c48de5d86d75d995c1c9217ab9a8131951c6f68518439f71ec23bc12203b96ad51a79ea20422b083b5b5
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.606
|
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.606
|
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-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|