tencentcloud-sdk-vpc 3.0.1183 → 3.0.1191
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 +18 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e2b666b0025dd14e2c6083c2454743e14e24c967
|
|
4
|
+
data.tar.gz: a102e1de331fc85bf29a360459843ba75137e0fd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dbc6359e31fc3de366eb6478f08366b8a0c97d38128006312038b6dac1be8a13b0e8941d8038d69759e70b17b79e7210e65d520dfde2035d670f3a62d14b5bb4
|
|
7
|
+
data.tar.gz: 67e655f9165560c111b75df55f756a658f8be810bd62dfa06816f56b653876f836abb28ed2660f9b069d2c71c4a796bb4a3088ba09c1667db5c0641035082f39
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1191
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -23980,6 +23980,8 @@ module TencentCloud
|
|
|
23980
23980
|
# @type RestrictState: String
|
|
23981
23981
|
# @param NatProductVersion: NAT网关类型,1表示传统型NAT网关,2表示标准型NAT网关
|
|
23982
23982
|
# @type NatProductVersion: Integer
|
|
23983
|
+
# @param StrictSnatMode: true代表仅允许匹配SNAT规则的内网IP的流量进行转发,false代表所有内网IP发起的流量都进行转发。默认为false。
|
|
23984
|
+
# @type StrictSnatMode: Boolean
|
|
23983
23985
|
# @param SmartScheduleMode: 是否启用根据目的网段选择SNAT使用的EIP功能
|
|
23984
23986
|
# @type SmartScheduleMode: Boolean
|
|
23985
23987
|
# @param DedicatedClusterId: NAT实例归属的专属集群id
|
|
@@ -23990,10 +23992,16 @@ module TencentCloud
|
|
|
23990
23992
|
# @type ConnectionStateTimeouts: :class:`Tencentcloud::Vpc.v20170312.models.ConnectionStateTimeouts`
|
|
23991
23993
|
# @param ExclusiveType: 独享实例规格。取值范围:ExclusiveSmall/ExclusiveMedium1/ExclusiveLarge1
|
|
23992
23994
|
# @type ExclusiveType: String
|
|
23995
|
+
# @param AutoScaling: 标准型NAT网关自动扩容
|
|
23996
|
+
# @type AutoScaling: Boolean
|
|
23997
|
+
# @param ICMPProxy: 是否代答公网发给NAT网关上弹性公网IP的ICMP echo请求报文,当前适用于标准型NAT网关
|
|
23998
|
+
# @type ICMPProxy: Boolean
|
|
23999
|
+
# @param PublicAddressAffinity: true代表同一个私网IP访问同一个公网目的IP时,固定使用同一个NAT网关上的弹性公网IP;false代表这种情况下使用的弹性公网IP不固定。默认为true。
|
|
24000
|
+
# @type PublicAddressAffinity: Boolean
|
|
23993
24001
|
|
|
23994
|
-
attr_accessor :NatGatewayId, :NatGatewayName, :CreatedTime, :State, :InternetMaxBandwidthOut, :MaxConcurrentConnection, :PublicIpAddressSet, :NetworkState, :DestinationIpPortTranslationNatRuleSet, :VpcId, :Zone, :DirectConnectGatewayIds, :SubnetId, :TagSet, :SecurityGroupSet, :SourceIpTranslationNatRuleSet, :IsExclusive, :ExclusiveGatewayBandwidth, :RestrictState, :NatProductVersion, :SmartScheduleMode, :DedicatedClusterId, :DeletionProtectionEnabled, :ConnectionStateTimeouts, :ExclusiveType
|
|
24002
|
+
attr_accessor :NatGatewayId, :NatGatewayName, :CreatedTime, :State, :InternetMaxBandwidthOut, :MaxConcurrentConnection, :PublicIpAddressSet, :NetworkState, :DestinationIpPortTranslationNatRuleSet, :VpcId, :Zone, :DirectConnectGatewayIds, :SubnetId, :TagSet, :SecurityGroupSet, :SourceIpTranslationNatRuleSet, :IsExclusive, :ExclusiveGatewayBandwidth, :RestrictState, :NatProductVersion, :StrictSnatMode, :SmartScheduleMode, :DedicatedClusterId, :DeletionProtectionEnabled, :ConnectionStateTimeouts, :ExclusiveType, :AutoScaling, :ICMPProxy, :PublicAddressAffinity
|
|
23995
24003
|
|
|
23996
|
-
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, deletionprotectionenabled=nil, connectionstatetimeouts=nil, exclusivetype=nil)
|
|
24004
|
+
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, strictsnatmode=nil, smartschedulemode=nil, dedicatedclusterid=nil, deletionprotectionenabled=nil, connectionstatetimeouts=nil, exclusivetype=nil, autoscaling=nil, icmpproxy=nil, publicaddressaffinity=nil)
|
|
23997
24005
|
@NatGatewayId = natgatewayid
|
|
23998
24006
|
@NatGatewayName = natgatewayname
|
|
23999
24007
|
@CreatedTime = createdtime
|
|
@@ -24014,11 +24022,15 @@ module TencentCloud
|
|
|
24014
24022
|
@ExclusiveGatewayBandwidth = exclusivegatewaybandwidth
|
|
24015
24023
|
@RestrictState = restrictstate
|
|
24016
24024
|
@NatProductVersion = natproductversion
|
|
24025
|
+
@StrictSnatMode = strictsnatmode
|
|
24017
24026
|
@SmartScheduleMode = smartschedulemode
|
|
24018
24027
|
@DedicatedClusterId = dedicatedclusterid
|
|
24019
24028
|
@DeletionProtectionEnabled = deletionprotectionenabled
|
|
24020
24029
|
@ConnectionStateTimeouts = connectionstatetimeouts
|
|
24021
24030
|
@ExclusiveType = exclusivetype
|
|
24031
|
+
@AutoScaling = autoscaling
|
|
24032
|
+
@ICMPProxy = icmpproxy
|
|
24033
|
+
@PublicAddressAffinity = publicaddressaffinity
|
|
24022
24034
|
end
|
|
24023
24035
|
|
|
24024
24036
|
def deserialize(params)
|
|
@@ -24070,6 +24082,7 @@ module TencentCloud
|
|
|
24070
24082
|
@ExclusiveGatewayBandwidth = params['ExclusiveGatewayBandwidth']
|
|
24071
24083
|
@RestrictState = params['RestrictState']
|
|
24072
24084
|
@NatProductVersion = params['NatProductVersion']
|
|
24085
|
+
@StrictSnatMode = params['StrictSnatMode']
|
|
24073
24086
|
@SmartScheduleMode = params['SmartScheduleMode']
|
|
24074
24087
|
@DedicatedClusterId = params['DedicatedClusterId']
|
|
24075
24088
|
@DeletionProtectionEnabled = params['DeletionProtectionEnabled']
|
|
@@ -24078,6 +24091,9 @@ module TencentCloud
|
|
|
24078
24091
|
@ConnectionStateTimeouts.deserialize(params['ConnectionStateTimeouts'])
|
|
24079
24092
|
end
|
|
24080
24093
|
@ExclusiveType = params['ExclusiveType']
|
|
24094
|
+
@AutoScaling = params['AutoScaling']
|
|
24095
|
+
@ICMPProxy = params['ICMPProxy']
|
|
24096
|
+
@PublicAddressAffinity = params['PublicAddressAffinity']
|
|
24081
24097
|
end
|
|
24082
24098
|
end
|
|
24083
24099
|
|
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.1191
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-12-
|
|
11
|
+
date: 2025-12-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,8 +33,8 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/v20170312/models.rb
|
|
37
36
|
- lib/v20170312/client.rb
|
|
37
|
+
- lib/v20170312/models.rb
|
|
38
38
|
- lib/tencentcloud-sdk-vpc.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|