tencentcloud-sdk-vpc 3.0.659 → 3.0.661
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 +32 -10
- 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: fa8de17be181e0631aafca945c7eace3818dfa87
|
4
|
+
data.tar.gz: c19ceb9359adbbca5396a81b649f4b9f2c011c70
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fc98fa260ab01361b1f9123c4ba566eabd22816bb102f5e634516ecd2a89331ac59da28a18e1d97ba2ddfce37dc4e2f3e8f1ed914dda26190612e6291e6b7e03
|
7
|
+
data.tar.gz: 235b3e110cdcafe1647010b80e438d1cba558fa97984072d7180ce56fc71468231a6d18526179ea66142ad8a29f8b9bb68ee1c84cb1539246d68a505a4b1ce1a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.661
|
data/lib/v20170312/models.rb
CHANGED
@@ -350,12 +350,15 @@ module TencentCloud
|
|
350
350
|
# @param InstanceType: EIP绑定的实例类型。
|
351
351
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
352
352
|
# @type InstanceType: String
|
353
|
+
# @param Egress: 静态单线IP网络出口
|
354
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
355
|
+
# @type Egress: String
|
353
356
|
# @param AntiDDoSPackageId: 高防包ID,当EIP类型为高防EIP时,返回EIP绑定的高防包ID.
|
354
357
|
# @type AntiDDoSPackageId: String
|
355
358
|
|
356
|
-
attr_accessor :AddressId, :AddressName, :AddressStatus, :AddressIp, :InstanceId, :CreatedTime, :NetworkInterfaceId, :PrivateAddressIp, :IsArrears, :IsBlocked, :IsEipDirectConnection, :AddressType, :CascadeRelease, :EipAlgType, :InternetServiceProvider, :LocalBgp, :Bandwidth, :InternetChargeType, :TagSet, :DeadlineDate, :InstanceType, :AntiDDoSPackageId
|
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
|
357
360
|
|
358
|
-
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)
|
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)
|
359
362
|
@AddressId = addressid
|
360
363
|
@AddressName = addressname
|
361
364
|
@AddressStatus = addressstatus
|
@@ -377,6 +380,7 @@ module TencentCloud
|
|
377
380
|
@TagSet = tagset
|
378
381
|
@DeadlineDate = deadlinedate
|
379
382
|
@InstanceType = instancetype
|
383
|
+
@Egress = egress
|
380
384
|
@AntiDDoSPackageId = antiddospackageid
|
381
385
|
end
|
382
386
|
|
@@ -412,6 +416,7 @@ module TencentCloud
|
|
412
416
|
end
|
413
417
|
@DeadlineDate = params['DeadlineDate']
|
414
418
|
@InstanceType = params['InstanceType']
|
419
|
+
@Egress = params['Egress']
|
415
420
|
@AntiDDoSPackageId = params['AntiDDoSPackageId']
|
416
421
|
end
|
417
422
|
end
|
@@ -671,7 +676,6 @@ module TencentCloud
|
|
671
676
|
# @param AddressType: EIP类型。默认值:EIP。
|
672
677
|
# <ul style="margin:0"><li>已开通Anycast公网加速白名单的用户,可选值:<ul><li>AnycastEIP:加速IP,可参见 [Anycast 公网加速](https://cloud.tencent.com/document/product/644)</li></ul>注意:仅部分地域支持加速IP。</li></ul>
|
673
678
|
# <ul style="margin:0"><li>已开通精品IP白名单的用户,可选值:<ul><li>HighQualityEIP:精品IP</li></ul>注意:仅部分地域支持精品IP。</li></ul>
|
674
|
-
# </ul>
|
675
679
|
# <ul style="margin:0"><li>已开高防IP白名单的用户,可选值:<ul><li>AntiDDoSEIP:高防IP</li></ul>注意:仅部分地域支持高防IP。</li></ul>
|
676
680
|
# @type AddressType: String
|
677
681
|
# @param AnycastZone: Anycast发布域。
|
@@ -688,7 +692,7 @@ module TencentCloud
|
|
688
692
|
# @type BandwidthPackageId: String
|
689
693
|
# @param AddressName: EIP名称,用于申请EIP时用户自定义该EIP的个性化名称,默认值:未命名
|
690
694
|
# @type AddressName: String
|
691
|
-
# @param Egress:
|
695
|
+
# @param Egress: 静态单线IP网络出口,默认值:center_egress1
|
692
696
|
# @type Egress: String
|
693
697
|
# @param AntiDDoSPackageId: 高防包ID, 申请高防IP时,该字段必传。
|
694
698
|
# @type AntiDDoSPackageId: String
|
@@ -3472,10 +3476,12 @@ module TencentCloud
|
|
3472
3476
|
# @type PublicIpAddressesBandwidthOut: Integer
|
3473
3477
|
# @param PublicIpFromSameZone: 公网IP是否强制与NAT网关来自同可用区,true表示需要与NAT网关同可用区;false表示可与NAT网关不是同一个可用区。此参数只有当参数Zone存在时才能生效。
|
3474
3478
|
# @type PublicIpFromSameZone: Boolean
|
3479
|
+
# @param NatProductVersion: NAT网关大版本号,1是传统型,2是标准型,默认是1
|
3480
|
+
# @type NatProductVersion: Integer
|
3475
3481
|
|
3476
|
-
attr_accessor :NatGatewayName, :VpcId, :InternetMaxBandwidthOut, :MaxConcurrentConnection, :AddressCount, :PublicIpAddresses, :Zone, :Tags, :SubnetId, :StockPublicIpAddressesBandwidthOut, :PublicIpAddressesBandwidthOut, :PublicIpFromSameZone
|
3482
|
+
attr_accessor :NatGatewayName, :VpcId, :InternetMaxBandwidthOut, :MaxConcurrentConnection, :AddressCount, :PublicIpAddresses, :Zone, :Tags, :SubnetId, :StockPublicIpAddressesBandwidthOut, :PublicIpAddressesBandwidthOut, :PublicIpFromSameZone, :NatProductVersion
|
3477
3483
|
|
3478
|
-
def initialize(natgatewayname=nil, vpcid=nil, internetmaxbandwidthout=nil, maxconcurrentconnection=nil, addresscount=nil, publicipaddresses=nil, zone=nil, tags=nil, subnetid=nil, stockpublicipaddressesbandwidthout=nil, publicipaddressesbandwidthout=nil, publicipfromsamezone=nil)
|
3484
|
+
def initialize(natgatewayname=nil, vpcid=nil, internetmaxbandwidthout=nil, maxconcurrentconnection=nil, addresscount=nil, publicipaddresses=nil, zone=nil, tags=nil, subnetid=nil, stockpublicipaddressesbandwidthout=nil, publicipaddressesbandwidthout=nil, publicipfromsamezone=nil, natproductversion=nil)
|
3479
3485
|
@NatGatewayName = natgatewayname
|
3480
3486
|
@VpcId = vpcid
|
3481
3487
|
@InternetMaxBandwidthOut = internetmaxbandwidthout
|
@@ -3488,6 +3494,7 @@ module TencentCloud
|
|
3488
3494
|
@StockPublicIpAddressesBandwidthOut = stockpublicipaddressesbandwidthout
|
3489
3495
|
@PublicIpAddressesBandwidthOut = publicipaddressesbandwidthout
|
3490
3496
|
@PublicIpFromSameZone = publicipfromsamezone
|
3497
|
+
@NatProductVersion = natproductversion
|
3491
3498
|
end
|
3492
3499
|
|
3493
3500
|
def deserialize(params)
|
@@ -3510,6 +3517,7 @@ module TencentCloud
|
|
3510
3517
|
@StockPublicIpAddressesBandwidthOut = params['StockPublicIpAddressesBandwidthOut']
|
3511
3518
|
@PublicIpAddressesBandwidthOut = params['PublicIpAddressesBandwidthOut']
|
3512
3519
|
@PublicIpFromSameZone = params['PublicIpFromSameZone']
|
3520
|
+
@NatProductVersion = params['NatProductVersion']
|
3513
3521
|
end
|
3514
3522
|
end
|
3515
3523
|
|
@@ -17120,10 +17128,16 @@ module TencentCloud
|
|
17120
17128
|
# @param NatProductVersion: NAT网关大版本号,传统型=1,标准型=2
|
17121
17129
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
17122
17130
|
# @type NatProductVersion: Integer
|
17131
|
+
# @param SmartScheduleMode: 是否启用根据目的网段选择SNAT使用的EIP功能
|
17132
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
17133
|
+
# @type SmartScheduleMode: Boolean
|
17134
|
+
# @param DedicatedClusterId: NAT实例归属的专属集群id
|
17135
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
17136
|
+
# @type DedicatedClusterId: String
|
17123
17137
|
|
17124
|
-
attr_accessor :NatGatewayId, :NatGatewayName, :CreatedTime, :State, :InternetMaxBandwidthOut, :MaxConcurrentConnection, :PublicIpAddressSet, :NetworkState, :DestinationIpPortTranslationNatRuleSet, :VpcId, :Zone, :DirectConnectGatewayIds, :SubnetId, :TagSet, :SecurityGroupSet, :SourceIpTranslationNatRuleSet, :IsExclusive, :ExclusiveGatewayBandwidth, :RestrictState, :NatProductVersion
|
17138
|
+
attr_accessor :NatGatewayId, :NatGatewayName, :CreatedTime, :State, :InternetMaxBandwidthOut, :MaxConcurrentConnection, :PublicIpAddressSet, :NetworkState, :DestinationIpPortTranslationNatRuleSet, :VpcId, :Zone, :DirectConnectGatewayIds, :SubnetId, :TagSet, :SecurityGroupSet, :SourceIpTranslationNatRuleSet, :IsExclusive, :ExclusiveGatewayBandwidth, :RestrictState, :NatProductVersion, :SmartScheduleMode, :DedicatedClusterId
|
17125
17139
|
|
17126
|
-
def initialize(natgatewayid=nil, natgatewayname=nil, createdtime=nil, state=nil, internetmaxbandwidthout=nil, maxconcurrentconnection=nil, publicipaddressset=nil, networkstate=nil, destinationipporttranslationnatruleset=nil, vpcid=nil, zone=nil, directconnectgatewayids=nil, subnetid=nil, tagset=nil, securitygroupset=nil, sourceiptranslationnatruleset=nil, isexclusive=nil, exclusivegatewaybandwidth=nil, restrictstate=nil, natproductversion=nil)
|
17140
|
+
def initialize(natgatewayid=nil, natgatewayname=nil, createdtime=nil, state=nil, internetmaxbandwidthout=nil, maxconcurrentconnection=nil, publicipaddressset=nil, networkstate=nil, destinationipporttranslationnatruleset=nil, vpcid=nil, zone=nil, directconnectgatewayids=nil, subnetid=nil, tagset=nil, securitygroupset=nil, sourceiptranslationnatruleset=nil, isexclusive=nil, exclusivegatewaybandwidth=nil, restrictstate=nil, natproductversion=nil, smartschedulemode=nil, dedicatedclusterid=nil)
|
17127
17141
|
@NatGatewayId = natgatewayid
|
17128
17142
|
@NatGatewayName = natgatewayname
|
17129
17143
|
@CreatedTime = createdtime
|
@@ -17144,6 +17158,8 @@ module TencentCloud
|
|
17144
17158
|
@ExclusiveGatewayBandwidth = exclusivegatewaybandwidth
|
17145
17159
|
@RestrictState = restrictstate
|
17146
17160
|
@NatProductVersion = natproductversion
|
17161
|
+
@SmartScheduleMode = smartschedulemode
|
17162
|
+
@DedicatedClusterId = dedicatedclusterid
|
17147
17163
|
end
|
17148
17164
|
|
17149
17165
|
def deserialize(params)
|
@@ -17195,6 +17211,8 @@ module TencentCloud
|
|
17195
17211
|
@ExclusiveGatewayBandwidth = params['ExclusiveGatewayBandwidth']
|
17196
17212
|
@RestrictState = params['RestrictState']
|
17197
17213
|
@NatProductVersion = params['NatProductVersion']
|
17214
|
+
@SmartScheduleMode = params['SmartScheduleMode']
|
17215
|
+
@DedicatedClusterId = params['DedicatedClusterId']
|
17198
17216
|
end
|
17199
17217
|
end
|
17200
17218
|
|
@@ -17206,19 +17224,23 @@ module TencentCloud
|
|
17206
17224
|
# @type PublicIpAddress: String
|
17207
17225
|
# @param IsBlocked: 资源封堵状态。true表示弹性ip处于封堵状态,false表示弹性ip处于未封堵状态。
|
17208
17226
|
# @type IsBlocked: Boolean
|
17227
|
+
# @param BlockType: 资源封堵类型。NORMAL表示未封禁,SECURITY表示安全封禁,USER表示用户封禁,OTHER表示其他封禁,多个原因封禁时用&连接,比如:SECURITY&USER&OTHER。
|
17228
|
+
# @type BlockType: String
|
17209
17229
|
|
17210
|
-
attr_accessor :AddressId, :PublicIpAddress, :IsBlocked
|
17230
|
+
attr_accessor :AddressId, :PublicIpAddress, :IsBlocked, :BlockType
|
17211
17231
|
|
17212
|
-
def initialize(addressid=nil, publicipaddress=nil, isblocked=nil)
|
17232
|
+
def initialize(addressid=nil, publicipaddress=nil, isblocked=nil, blocktype=nil)
|
17213
17233
|
@AddressId = addressid
|
17214
17234
|
@PublicIpAddress = publicipaddress
|
17215
17235
|
@IsBlocked = isblocked
|
17236
|
+
@BlockType = blocktype
|
17216
17237
|
end
|
17217
17238
|
|
17218
17239
|
def deserialize(params)
|
17219
17240
|
@AddressId = params['AddressId']
|
17220
17241
|
@PublicIpAddress = params['PublicIpAddress']
|
17221
17242
|
@IsBlocked = params['IsBlocked']
|
17243
|
+
@BlockType = params['BlockType']
|
17222
17244
|
end
|
17223
17245
|
end
|
17224
17246
|
|
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.661
|
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-09-
|
11
|
+
date: 2023-09-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|