tencentcloud-sdk-ecm 3.0.557 → 3.0.559
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/v20190719/models.rb +6 -2
- 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: 0cdc006fc2dd483c568c604d6e79076a32984cbc
|
4
|
+
data.tar.gz: 864f30bc6a408c79168f009da28eb2a0b5d2ada4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 717ebc31520f44192884ca1cb8e39402376b4e5d31ca2f2e1eac5c6f8b4fcaa637c1ff91db6a1779aac513a9a662206fc0d4223989199aecd343714e4fd4f7d7
|
7
|
+
data.tar.gz: 2709bd437a665cc6e7bad155aa1be63ec460769ee92b615839a106786ef4a784db09135b77aae87f9c4e9c842f9c6ed0a8d088252a111c5845038c1394d2ef07
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.559
|
data/lib/v20190719/models.rb
CHANGED
@@ -9327,10 +9327,12 @@ module TencentCloud
|
|
9327
9327
|
# @type RouteType: String
|
9328
9328
|
# @param RouteId: 路由策略ID。IPv4路由策略ID是有意义的值,IPv6路由策略是无意义的值0。后续建议完全使用字符串唯一ID `RouteItemId`操作路由策略
|
9329
9329
|
# @type RouteId: Integer
|
9330
|
+
# @param RouteTableId: 路由表实例ID,例如:rtb-azd4dt1c。
|
9331
|
+
# @type RouteTableId: String
|
9330
9332
|
|
9331
|
-
attr_accessor :DestinationCidrBlock, :GatewayType, :GatewayId, :RouteItemId, :RouteDescription, :Enabled, :RouteType, :RouteId
|
9333
|
+
attr_accessor :DestinationCidrBlock, :GatewayType, :GatewayId, :RouteItemId, :RouteDescription, :Enabled, :RouteType, :RouteId, :RouteTableId
|
9332
9334
|
|
9333
|
-
def initialize(destinationcidrblock=nil, gatewaytype=nil, gatewayid=nil, routeitemid=nil, routedescription=nil, enabled=nil, routetype=nil, routeid=nil)
|
9335
|
+
def initialize(destinationcidrblock=nil, gatewaytype=nil, gatewayid=nil, routeitemid=nil, routedescription=nil, enabled=nil, routetype=nil, routeid=nil, routetableid=nil)
|
9334
9336
|
@DestinationCidrBlock = destinationcidrblock
|
9335
9337
|
@GatewayType = gatewaytype
|
9336
9338
|
@GatewayId = gatewayid
|
@@ -9339,6 +9341,7 @@ module TencentCloud
|
|
9339
9341
|
@Enabled = enabled
|
9340
9342
|
@RouteType = routetype
|
9341
9343
|
@RouteId = routeid
|
9344
|
+
@RouteTableId = routetableid
|
9342
9345
|
end
|
9343
9346
|
|
9344
9347
|
def deserialize(params)
|
@@ -9350,6 +9353,7 @@ module TencentCloud
|
|
9350
9353
|
@Enabled = params['Enabled']
|
9351
9354
|
@RouteType = params['RouteType']
|
9352
9355
|
@RouteId = params['RouteId']
|
9356
|
+
@RouteTableId = params['RouteTableId']
|
9353
9357
|
end
|
9354
9358
|
end
|
9355
9359
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ecm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.559
|
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-04-
|
11
|
+
date: 2023-04-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|