tencentcloud-sdk-vpc 3.0.501 → 3.0.502

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4f4e06470ef2c734afee1d6dcd7fcc8efe4a4afb
4
- data.tar.gz: 1aae605bcd88211fe394717ee08a654ba09c15ad
3
+ metadata.gz: af10fee350038a9953e8388719751b0ece020370
4
+ data.tar.gz: 534c8e592723a3b72d6bab70dcc152dbd9044618
5
5
  SHA512:
6
- metadata.gz: 36ca591a9e2557c8c213ded7c562b18ff9a0dac4ad32699335e38be90671a024e973eb865814774bdbe9892a1e720597768033b713f1af8014425fbcf0406648
7
- data.tar.gz: 274b88f56d0473971b1ffeefa95d2c4706b673309e8c7fec5d4eef0d13c01132d26c224ed51169072b9ae4c0fc66995da43b733eee3313016cd850eb56ef1f49
6
+ metadata.gz: 68f1f7a256a2a2a403944fdcb6a9c7ed3b5fb41a9c8315e0df63c3548714e61ef91556b472a4f23f105a5db3f5c0a221a83e0f13b6b62c00fc9fc85a178bfc60
7
+ data.tar.gz: cf7e2a9cebc2055dd7a0884047a471924a8e07ad3791fab094c0565260bb0269c59b4216a4ff7997d9a8617541ca4a10b69f536206d436d6f19d8316de810e79
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.501
1
+ 3.0.502
@@ -20042,17 +20042,21 @@ module TencentCloud
20042
20042
  # ENABLE:启用该路由
20043
20043
  # DISABLE:不启用该路由
20044
20044
  # @type Status: String
20045
+ # @param DestinationCidrBlock: 路由CIDR
20046
+ # @type DestinationCidrBlock: String
20045
20047
 
20046
- attr_accessor :RouteId, :Status
20048
+ attr_accessor :RouteId, :Status, :DestinationCidrBlock
20047
20049
 
20048
- def initialize(routeid=nil, status=nil)
20050
+ def initialize(routeid=nil, status=nil, destinationcidrblock=nil)
20049
20051
  @RouteId = routeid
20050
20052
  @Status = status
20053
+ @DestinationCidrBlock = destinationcidrblock
20051
20054
  end
20052
20055
 
20053
20056
  def deserialize(params)
20054
20057
  @RouteId = params['RouteId']
20055
20058
  @Status = params['Status']
20059
+ @DestinationCidrBlock = params['DestinationCidrBlock']
20056
20060
  end
20057
20061
  end
20058
20062
 
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.501
4
+ version: 3.0.502
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-02-03 00:00:00.000000000 Z
11
+ date: 2023-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common