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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b035f98cfda957020347c45021f8962c7e0840c5
4
- data.tar.gz: 78f50d95cc354de5c2cb284e2a17a83589678d69
3
+ metadata.gz: 0cdc006fc2dd483c568c604d6e79076a32984cbc
4
+ data.tar.gz: 864f30bc6a408c79168f009da28eb2a0b5d2ada4
5
5
  SHA512:
6
- metadata.gz: 6402f2ee30e73f49d5c0b91bb441a612f383a5abb10d28c55060df09c541c2795b1e9de299e3957604145de9e4b28a51365cf3ab40a352671f9d257a8cd843b9
7
- data.tar.gz: c49c2b2d68a614daf376f28d1b3832a32e270e83c2fb7d33bb251738c205c254808afb83f1343b97e41300a2a2d1f6a68dfbe95ea060fa43169629e3284245b5
6
+ metadata.gz: 717ebc31520f44192884ca1cb8e39402376b4e5d31ca2f2e1eac5c6f8b4fcaa637c1ff91db6a1779aac513a9a662206fc0d4223989199aecd343714e4fd4f7d7
7
+ data.tar.gz: 2709bd437a665cc6e7bad155aa1be63ec460769ee92b615839a106786ef4a784db09135b77aae87f9c4e9c842f9c6ed0a8d088252a111c5845038c1394d2ef07
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.557
1
+ 3.0.559
@@ -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.557
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-21 00:00:00.000000000 Z
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