tencentcloud-sdk-vpc 3.0.592 → 3.0.593
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 +11 -6
- 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: d2bf0bc00bd11259a1491d7d3409efa7efbfe9f9
|
4
|
+
data.tar.gz: ae78dff57c45fa7dae5d16d40ba4235295fb6a06
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad03cb836014b52606cfdc3643c308b0a75744699118cea6027513b4119e466ff3ffe7c66e0083a23e1e17e8b3bc4414d88cbf06a6443ebc7cbf95e3af8bceff
|
7
|
+
data.tar.gz: 73627f7130d6f333cb0947a7b0bdb8a7a2100e4b95bc547d68c8e955cc90448c085ec67476df33ffffc881e134b5c4735af86c72c5346128d5ece48660715009
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.593
|
data/lib/v20170312/models.rb
CHANGED
@@ -1108,11 +1108,11 @@ module TencentCloud
|
|
1108
1108
|
|
1109
1109
|
# AssociateDirectConnectGatewayNatGateway请求参数结构体
|
1110
1110
|
class AssociateDirectConnectGatewayNatGatewayRequest < TencentCloud::Common::AbstractModel
|
1111
|
-
# @param VpcId:
|
1111
|
+
# @param VpcId: VPC实例ID。可通过DescribeVpcs接口返回值中的VpcId获取。
|
1112
1112
|
# @type VpcId: String
|
1113
1113
|
# @param NatGatewayId: NAT网关ID。
|
1114
1114
|
# @type NatGatewayId: String
|
1115
|
-
# @param DirectConnectGatewayId:
|
1115
|
+
# @param DirectConnectGatewayId: 专线网关ID。
|
1116
1116
|
# @type DirectConnectGatewayId: String
|
1117
1117
|
|
1118
1118
|
attr_accessor :VpcId, :NatGatewayId, :DirectConnectGatewayId
|
@@ -16694,10 +16694,13 @@ module TencentCloud
|
|
16694
16694
|
# @param RestrictState: NAT网关是否被封禁。“NORMAL”:未被封禁,“RESTRICTED”:已被封禁。
|
16695
16695
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
16696
16696
|
# @type RestrictState: String
|
16697
|
+
# @param NatProductVersion: NAT网关大版本号,传统型=1,标准型=2
|
16698
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
16699
|
+
# @type NatProductVersion: Integer
|
16697
16700
|
|
16698
|
-
attr_accessor :NatGatewayId, :NatGatewayName, :CreatedTime, :State, :InternetMaxBandwidthOut, :MaxConcurrentConnection, :PublicIpAddressSet, :NetworkState, :DestinationIpPortTranslationNatRuleSet, :VpcId, :Zone, :DirectConnectGatewayIds, :SubnetId, :TagSet, :SecurityGroupSet, :SourceIpTranslationNatRuleSet, :IsExclusive, :ExclusiveGatewayBandwidth, :RestrictState
|
16701
|
+
attr_accessor :NatGatewayId, :NatGatewayName, :CreatedTime, :State, :InternetMaxBandwidthOut, :MaxConcurrentConnection, :PublicIpAddressSet, :NetworkState, :DestinationIpPortTranslationNatRuleSet, :VpcId, :Zone, :DirectConnectGatewayIds, :SubnetId, :TagSet, :SecurityGroupSet, :SourceIpTranslationNatRuleSet, :IsExclusive, :ExclusiveGatewayBandwidth, :RestrictState, :NatProductVersion
|
16699
16702
|
|
16700
|
-
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)
|
16703
|
+
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)
|
16701
16704
|
@NatGatewayId = natgatewayid
|
16702
16705
|
@NatGatewayName = natgatewayname
|
16703
16706
|
@CreatedTime = createdtime
|
@@ -16717,6 +16720,7 @@ module TencentCloud
|
|
16717
16720
|
@IsExclusive = isexclusive
|
16718
16721
|
@ExclusiveGatewayBandwidth = exclusivegatewaybandwidth
|
16719
16722
|
@RestrictState = restrictstate
|
16723
|
+
@NatProductVersion = natproductversion
|
16720
16724
|
end
|
16721
16725
|
|
16722
16726
|
def deserialize(params)
|
@@ -16767,6 +16771,7 @@ module TencentCloud
|
|
16767
16771
|
@IsExclusive = params['IsExclusive']
|
16768
16772
|
@ExclusiveGatewayBandwidth = params['ExclusiveGatewayBandwidth']
|
16769
16773
|
@RestrictState = params['RestrictState']
|
16774
|
+
@NatProductVersion = params['NatProductVersion']
|
16770
16775
|
end
|
16771
16776
|
end
|
16772
16777
|
|
@@ -19482,9 +19487,9 @@ module TencentCloud
|
|
19482
19487
|
|
19483
19488
|
# NAT的SNAT规则
|
19484
19489
|
class SourceIpTranslationNatRule < TencentCloud::Common::AbstractModel
|
19485
|
-
# @param ResourceId: 资源ID
|
19490
|
+
# @param ResourceId: 资源ID,如果ResourceType为USERDEFINED,可以为空
|
19486
19491
|
# @type ResourceId: String
|
19487
|
-
# @param ResourceType: 资源类型,目前包含SUBNET、NETWORKINTERFACE
|
19492
|
+
# @param ResourceType: 资源类型,目前包含SUBNET、NETWORKINTERFACE、USERDEFINED
|
19488
19493
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
19489
19494
|
# @type ResourceType: String
|
19490
19495
|
# @param PrivateIpAddress: 源IP/网段
|
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.593
|
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-06-
|
11
|
+
date: 2023-06-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|