tencentcloud-sdk-vpc 3.0.878 → 3.0.879

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 785176cdddf698ebe39f794f7a72893a1039206e
4
- data.tar.gz: 0c6c60c9c5404a92fc10c04576ee4076865da1e9
3
+ metadata.gz: 488765c73ecdcdecf61945e1e96daae3add9d7c7
4
+ data.tar.gz: 31948502591983a8948b9f4931e12054b0897b50
5
5
  SHA512:
6
- metadata.gz: d0b18f6bb1aafa027cd0387b13ae5d29e2bfe644fd3c1c1d5c025728f21cac07bc7e97804e5bae896b1e7e29d2f537cfb36b6e1162c56197418a70edb797bab1
7
- data.tar.gz: ea149dca6efac9f7295b61f64f7e73e3627dd4c84fed195d6e9599ca3e33f35923ab193b10091dae1cb6c0fcd2beaa1a2b8b7c0bc598f4c25b9d9c2e73e11594
6
+ metadata.gz: d8582eac302d3759dc58877cf1d54c9a6f3e2bfbbd2e992ccd804e909d679e1ed5f307aa8e5435fa98bfa4c57efb4299fc03cd7343e57a300146cb3ab863d837
7
+ data.tar.gz: 6b69126f9f80054a33963d74129db8e0c6b30c4a2b5a7f48e8799fedb83c7c121d3e04881f23bb30fd0773d4904c859f2604b7fa447c4a2a40e6a6add3f55953
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.878
1
+ 3.0.879
@@ -3067,6 +3067,8 @@ module TencentCloud
3067
3067
  end
3068
3068
 
3069
3069
  # 本接口(DeleteVpnConnection)用于删除VPN通道。
3070
+ # >?本接口为异步接口
3071
+ # >
3070
3072
 
3071
3073
  # @param request: Request instance for DeleteVpnConnection.
3072
3074
  # @type request: :class:`Tencentcloud::vpc::V20170312::DeleteVpnConnectionRequest`
@@ -16118,8 +16118,8 @@ module TencentCloud
16118
16118
 
16119
16119
  attr_accessor :EncryptAlgorithm, :IntegrityAlgorith, :IPSECSaLifetimeSeconds, :PfsDhGroup, :IPSECSaLifetimeTraffic, :IntegrityAlgorithm
16120
16120
  extend Gem::Deprecate
16121
- deprecate :IntegrityAlgorith, :none, 2024, 7
16122
- deprecate :IntegrityAlgorith=, :none, 2024, 7
16121
+ deprecate :IntegrityAlgorith, :none, 2024, 8
16122
+ deprecate :IntegrityAlgorith=, :none, 2024, 8
16123
16123
 
16124
16124
  def initialize(encryptalgorithm=nil, integrityalgorith=nil, ipsecsalifetimeseconds=nil, pfsdhgroup=nil, ipsecsalifetimetraffic=nil, integrityalgorithm=nil)
16125
16125
  @EncryptAlgorithm = encryptalgorithm
@@ -20646,6 +20646,33 @@ module TencentCloud
20646
20646
  end
20647
20647
  end
20648
20648
 
20649
+ # 私网NAT网关跨域信息
20650
+ class PrivateNatCrossDomainInfo < TencentCloud::Common::AbstractModel
20651
+ # @param CcnId: 跨域私网NAT关联的云联网ID
20652
+ # 注意:此字段可能返回 null,表示取不到有效值。
20653
+ # @type CcnId: String
20654
+ # @param LocalVpcId: 跨域私网NAT本端Vpc
20655
+ # 注意:此字段可能返回 null,表示取不到有效值。
20656
+ # @type LocalVpcId: String
20657
+ # @param PeerVpcId: 跨域私网NAT对端Vpc
20658
+ # 注意:此字段可能返回 null,表示取不到有效值。
20659
+ # @type PeerVpcId: String
20660
+
20661
+ attr_accessor :CcnId, :LocalVpcId, :PeerVpcId
20662
+
20663
+ def initialize(ccnid=nil, localvpcid=nil, peervpcid=nil)
20664
+ @CcnId = ccnid
20665
+ @LocalVpcId = localvpcid
20666
+ @PeerVpcId = peervpcid
20667
+ end
20668
+
20669
+ def deserialize(params)
20670
+ @CcnId = params['CcnId']
20671
+ @LocalVpcId = params['LocalVpcId']
20672
+ @PeerVpcId = params['PeerVpcId']
20673
+ end
20674
+ end
20675
+
20649
20676
  # 本端目的IP端口转换复杂结构
20650
20677
  class PrivateNatDestinationIpPortTranslationNatRule < TencentCloud::Common::AbstractModel
20651
20678
  # @param Protocol: 协议
@@ -20708,10 +20735,25 @@ module TencentCloud
20708
20735
  # @param TagSet: 标签键值对。
20709
20736
  # 注意:此字段可能返回 null,表示取不到有效值。
20710
20737
  # @type TagSet: Array
20738
+ # @param DirectConnectGatewayIds: 专线网关唯一`ID`
20739
+ # 注意:此字段可能返回 null,表示取不到有效值。
20740
+ # @type DirectConnectGatewayIds: Array
20741
+ # @param NatType: 私网网关类型
20742
+ # 注意:此字段可能返回 null,表示取不到有效值。
20743
+ # @type NatType: String
20744
+ # @param CrossDomainInfo: 私网NAT跨域信息
20745
+ # 注意:此字段可能返回 null,表示取不到有效值。
20746
+ # @type CrossDomainInfo: :class:`Tencentcloud::Vpc.v20170312.models.PrivateNatCrossDomainInfo`
20747
+ # @param VpcType: 是否VPC型私网网关
20748
+ # 注意:此字段可能返回 null,表示取不到有效值。
20749
+ # @type VpcType: Boolean
20750
+ # @param CcnId: 跨域私网NAT关联的云联网ID
20751
+ # 注意:此字段可能返回 null,表示取不到有效值。
20752
+ # @type CcnId: String
20711
20753
 
20712
- attr_accessor :NatGatewayId, :NatGatewayName, :VpcId, :Status, :CrossDomain, :CreatedTime, :TagSet
20754
+ attr_accessor :NatGatewayId, :NatGatewayName, :VpcId, :Status, :CrossDomain, :CreatedTime, :TagSet, :DirectConnectGatewayIds, :NatType, :CrossDomainInfo, :VpcType, :CcnId
20713
20755
 
20714
- def initialize(natgatewayid=nil, natgatewayname=nil, vpcid=nil, status=nil, crossdomain=nil, createdtime=nil, tagset=nil)
20756
+ def initialize(natgatewayid=nil, natgatewayname=nil, vpcid=nil, status=nil, crossdomain=nil, createdtime=nil, tagset=nil, directconnectgatewayids=nil, nattype=nil, crossdomaininfo=nil, vpctype=nil, ccnid=nil)
20715
20757
  @NatGatewayId = natgatewayid
20716
20758
  @NatGatewayName = natgatewayname
20717
20759
  @VpcId = vpcid
@@ -20719,6 +20761,11 @@ module TencentCloud
20719
20761
  @CrossDomain = crossdomain
20720
20762
  @CreatedTime = createdtime
20721
20763
  @TagSet = tagset
20764
+ @DirectConnectGatewayIds = directconnectgatewayids
20765
+ @NatType = nattype
20766
+ @CrossDomainInfo = crossdomaininfo
20767
+ @VpcType = vpctype
20768
+ @CcnId = ccnid
20722
20769
  end
20723
20770
 
20724
20771
  def deserialize(params)
@@ -20736,6 +20783,14 @@ module TencentCloud
20736
20783
  @TagSet << tag_tmp
20737
20784
  end
20738
20785
  end
20786
+ @DirectConnectGatewayIds = params['DirectConnectGatewayIds']
20787
+ @NatType = params['NatType']
20788
+ unless params['CrossDomainInfo'].nil?
20789
+ @CrossDomainInfo = PrivateNatCrossDomainInfo.new
20790
+ @CrossDomainInfo.deserialize(params['CrossDomainInfo'])
20791
+ end
20792
+ @VpcType = params['VpcType']
20793
+ @CcnId = params['CcnId']
20739
20794
  end
20740
20795
  end
20741
20796
 
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.878
4
+ version: 3.0.879
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-04 00:00:00.000000000 Z
11
+ date: 2024-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common