tencentcloud-sdk-vpc 3.0.977 → 3.0.978
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 +6 -5
- 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: f71bbf46771a041515a377973a7e72b051401e72
|
4
|
+
data.tar.gz: cb1ac8faa5221b18fdc07318c22242bd9aa9496d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94606af089487362a2a7e9d5a7a539aff41fee0cc8b2ac0cad6d5a025bd4cde917e0ff01110be4397e3e3a2968c4b5bff538847fced669539161e78beb37af21
|
7
|
+
data.tar.gz: 6ff4f2e2711fe729a3344ac12264a971220f3c7347ee6c419ebc7f36d01e28891eb27756bbcd0a858e394bd01a870fdd4243470dd065055f870c3021eb681b4e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.978
|
data/lib/v20170312/models.rb
CHANGED
@@ -6143,7 +6143,6 @@ module TencentCloud
|
|
6143
6143
|
# CreateVpcPeeringConnection返回参数结构体
|
6144
6144
|
class CreateVpcPeeringConnectionResponse < TencentCloud::Common::AbstractModel
|
6145
6145
|
# @param PeeringConnectionId: 对等连接ID
|
6146
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6147
6146
|
# @type PeeringConnectionId: String
|
6148
6147
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6149
6148
|
# @type RequestId: String
|
@@ -22673,15 +22672,15 @@ module TencentCloud
|
|
22673
22672
|
# @param TagSet: 资源标签数据。
|
22674
22673
|
# @type TagSet: Array
|
22675
22674
|
# @param QosLevel: 服务分级:PT、AU、AG。
|
22676
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
22677
22675
|
# @type QosLevel: String
|
22678
22676
|
# @param Type: 互通类型,VPC_PEER:VPC间互通;VPC_BM_PEER:VPC与黑石网络互通。
|
22679
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
22680
22677
|
# @type Type: String
|
22678
|
+
# @param DestinationVpcId: 对端VPC唯一ID。
|
22679
|
+
# @type DestinationVpcId: String
|
22681
22680
|
|
22682
|
-
attr_accessor :SourceVpcId, :PeerVpcId, :PeeringConnectionId, :PeeringConnectionName, :State, :IsNgw, :Bandwidth, :SourceRegion, :DestinationRegion, :CreateTime, :AppId, :PeerAppId, :ChargeType, :SourceUin, :DestinationUin, :TagSet, :QosLevel, :Type
|
22681
|
+
attr_accessor :SourceVpcId, :PeerVpcId, :PeeringConnectionId, :PeeringConnectionName, :State, :IsNgw, :Bandwidth, :SourceRegion, :DestinationRegion, :CreateTime, :AppId, :PeerAppId, :ChargeType, :SourceUin, :DestinationUin, :TagSet, :QosLevel, :Type, :DestinationVpcId
|
22683
22682
|
|
22684
|
-
def initialize(sourcevpcid=nil, peervpcid=nil, peeringconnectionid=nil, peeringconnectionname=nil, state=nil, isngw=nil, bandwidth=nil, sourceregion=nil, destinationregion=nil, createtime=nil, appid=nil, peerappid=nil, chargetype=nil, sourceuin=nil, destinationuin=nil, tagset=nil, qoslevel=nil, type=nil)
|
22683
|
+
def initialize(sourcevpcid=nil, peervpcid=nil, peeringconnectionid=nil, peeringconnectionname=nil, state=nil, isngw=nil, bandwidth=nil, sourceregion=nil, destinationregion=nil, createtime=nil, appid=nil, peerappid=nil, chargetype=nil, sourceuin=nil, destinationuin=nil, tagset=nil, qoslevel=nil, type=nil, destinationvpcid=nil)
|
22685
22684
|
@SourceVpcId = sourcevpcid
|
22686
22685
|
@PeerVpcId = peervpcid
|
22687
22686
|
@PeeringConnectionId = peeringconnectionid
|
@@ -22700,6 +22699,7 @@ module TencentCloud
|
|
22700
22699
|
@TagSet = tagset
|
22701
22700
|
@QosLevel = qoslevel
|
22702
22701
|
@Type = type
|
22702
|
+
@DestinationVpcId = destinationvpcid
|
22703
22703
|
end
|
22704
22704
|
|
22705
22705
|
def deserialize(params)
|
@@ -22728,6 +22728,7 @@ module TencentCloud
|
|
22728
22728
|
end
|
22729
22729
|
@QosLevel = params['QosLevel']
|
22730
22730
|
@Type = params['Type']
|
22731
|
+
@DestinationVpcId = params['DestinationVpcId']
|
22731
22732
|
end
|
22732
22733
|
end
|
22733
22734
|
|
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.978
|
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-01-
|
11
|
+
date: 2025-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|