tencentcloud-sdk-ecm 3.0.556 → 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: 3effa78800bcddba56ce824676487c3e1b581b2c
4
- data.tar.gz: 3d0931c12ae205a687bdd25268281c15defc6e8b
3
+ metadata.gz: 948c34ba7cd78cb5046d54d2fd83fc051eb5940b
4
+ data.tar.gz: 6f2765d502d4d0e89dcda1e15b5e3916f12d8602
5
5
  SHA512:
6
- metadata.gz: 43851430946cb96e538a7d8b8eff9631c6e3ede1feaf772fe7f9606201a6d6f05ced3177cf32b9451deb57639ae08dbe261fe934beb7704349ca25fc093581e4
7
- data.tar.gz: b112ddaa5e3ee2ba57b111c690f05c16b6b85a6cc7daa29be9f3556aee694ea4535b048f9d7f8ef7bd246c9f48405c1b8e5047918457bcde9973847811018caa
6
+ metadata.gz: 2c38e2d35673c156b1c2dcafe652f9621e03fbf085309f0ddb6409c303b045cd79f3198af5405bb8668cba9c2b39a94b39c39424269f10de14bb4022078cfdcd
7
+ data.tar.gz: a1ae15890bf79d796314993387d36f48c52465659bd46fa1c99fb2a7b4dffe32b1af123e6ee092c7eb9164ed5a556e2eedc549a4b1f393eadf4cf5638358e151
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.556
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.556
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-20 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