tencentcloud-sdk-vpc 3.0.659 → 3.0.660
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 +26 -8
- 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: 8b86fab6fdde5f31548c50f8a18cbe7ad1a81898
|
4
|
+
data.tar.gz: d0b74b4310159e9310712b80e2a0675db394c8bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e0a427571ab5f035b7a2852d16f724be4f4b8c54cd2e2a7872b7662fc923f8c8238f66be88cbf6d04749affbd1734965420c5e6248391c9810666087348217a
|
7
|
+
data.tar.gz: 925b0f94ff36e6acf4508220c2bb95b0936fa905c4ecc9f0e250fb1322a459df0b280e70843a0af5c174059713f346760e93c6ed2bbb44c71d166d8d40c0a9a5
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.660
|
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
|
@@ -17120,10 +17124,16 @@ module TencentCloud
|
|
17120
17124
|
# @param NatProductVersion: NAT网关大版本号,传统型=1,标准型=2
|
17121
17125
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
17122
17126
|
# @type NatProductVersion: Integer
|
17127
|
+
# @param SmartScheduleMode: 是否启用根据目的网段选择SNAT使用的EIP功能
|
17128
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
17129
|
+
# @type SmartScheduleMode: Boolean
|
17130
|
+
# @param DedicatedClusterId: NAT实例归属的专属集群id
|
17131
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
17132
|
+
# @type DedicatedClusterId: String
|
17123
17133
|
|
17124
|
-
attr_accessor :NatGatewayId, :NatGatewayName, :CreatedTime, :State, :InternetMaxBandwidthOut, :MaxConcurrentConnection, :PublicIpAddressSet, :NetworkState, :DestinationIpPortTranslationNatRuleSet, :VpcId, :Zone, :DirectConnectGatewayIds, :SubnetId, :TagSet, :SecurityGroupSet, :SourceIpTranslationNatRuleSet, :IsExclusive, :ExclusiveGatewayBandwidth, :RestrictState, :NatProductVersion
|
17134
|
+
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
17135
|
|
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)
|
17136
|
+
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
17137
|
@NatGatewayId = natgatewayid
|
17128
17138
|
@NatGatewayName = natgatewayname
|
17129
17139
|
@CreatedTime = createdtime
|
@@ -17144,6 +17154,8 @@ module TencentCloud
|
|
17144
17154
|
@ExclusiveGatewayBandwidth = exclusivegatewaybandwidth
|
17145
17155
|
@RestrictState = restrictstate
|
17146
17156
|
@NatProductVersion = natproductversion
|
17157
|
+
@SmartScheduleMode = smartschedulemode
|
17158
|
+
@DedicatedClusterId = dedicatedclusterid
|
17147
17159
|
end
|
17148
17160
|
|
17149
17161
|
def deserialize(params)
|
@@ -17195,6 +17207,8 @@ module TencentCloud
|
|
17195
17207
|
@ExclusiveGatewayBandwidth = params['ExclusiveGatewayBandwidth']
|
17196
17208
|
@RestrictState = params['RestrictState']
|
17197
17209
|
@NatProductVersion = params['NatProductVersion']
|
17210
|
+
@SmartScheduleMode = params['SmartScheduleMode']
|
17211
|
+
@DedicatedClusterId = params['DedicatedClusterId']
|
17198
17212
|
end
|
17199
17213
|
end
|
17200
17214
|
|
@@ -17206,19 +17220,23 @@ module TencentCloud
|
|
17206
17220
|
# @type PublicIpAddress: String
|
17207
17221
|
# @param IsBlocked: 资源封堵状态。true表示弹性ip处于封堵状态,false表示弹性ip处于未封堵状态。
|
17208
17222
|
# @type IsBlocked: Boolean
|
17223
|
+
# @param BlockType: 资源封堵类型。NORMAL表示未封禁,SECURITY表示安全封禁,USER表示用户封禁,OTHER表示其他封禁,多个原因封禁时用&连接,比如:SECURITY&USER&OTHER。
|
17224
|
+
# @type BlockType: String
|
17209
17225
|
|
17210
|
-
attr_accessor :AddressId, :PublicIpAddress, :IsBlocked
|
17226
|
+
attr_accessor :AddressId, :PublicIpAddress, :IsBlocked, :BlockType
|
17211
17227
|
|
17212
|
-
def initialize(addressid=nil, publicipaddress=nil, isblocked=nil)
|
17228
|
+
def initialize(addressid=nil, publicipaddress=nil, isblocked=nil, blocktype=nil)
|
17213
17229
|
@AddressId = addressid
|
17214
17230
|
@PublicIpAddress = publicipaddress
|
17215
17231
|
@IsBlocked = isblocked
|
17232
|
+
@BlockType = blocktype
|
17216
17233
|
end
|
17217
17234
|
|
17218
17235
|
def deserialize(params)
|
17219
17236
|
@AddressId = params['AddressId']
|
17220
17237
|
@PublicIpAddress = params['PublicIpAddress']
|
17221
17238
|
@IsBlocked = params['IsBlocked']
|
17239
|
+
@BlockType = params['BlockType']
|
17222
17240
|
end
|
17223
17241
|
end
|
17224
17242
|
|
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.660
|
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-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|