tencentcloud-sdk-ecm 3.0.557 → 3.0.558

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: 948c34ba7cd78cb5046d54d2fd83fc051eb5940b
4
+ data.tar.gz: 6f2765d502d4d0e89dcda1e15b5e3916f12d8602
5
5
  SHA512:
6
- metadata.gz: 6402f2ee30e73f49d5c0b91bb441a612f383a5abb10d28c55060df09c541c2795b1e9de299e3957604145de9e4b28a51365cf3ab40a352671f9d257a8cd843b9
7
- data.tar.gz: c49c2b2d68a614daf376f28d1b3832a32e270e83c2fb7d33bb251738c205c254808afb83f1343b97e41300a2a2d1f6a68dfbe95ea060fa43169629e3284245b5
6
+ metadata.gz: 2c38e2d35673c156b1c2dcafe652f9621e03fbf085309f0ddb6409c303b045cd79f3198af5405bb8668cba9c2b39a94b39c39424269f10de14bb4022078cfdcd
7
+ data.tar.gz: a1ae15890bf79d796314993387d36f48c52465659bd46fa1c99fb2a7b4dffe32b1af123e6ee092c7eb9164ed5a556e2eedc549a4b1f393eadf4cf5638358e151
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.557
1
+ 3.0.558
@@ -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.558
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-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common