tencentcloud-sdk-apigateway 1.0.268 → 1.0.269

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: de02f42074d68cad10b44b63e6fdb8d1a753701e
4
- data.tar.gz: 89853269c8123356a3ef8654f8cf41a3762bfb2b
3
+ metadata.gz: b4919324a3eb835f8f0118a581a2d6522d545c58
4
+ data.tar.gz: 9f4ec3abe050646dd2ed09d86babfead13cb7ed2
5
5
  SHA512:
6
- metadata.gz: f40ca505faab884232076a5d31eaddd2b9d74a72df0222993f7a3d03de48a116e2b5f51abd6d020460b33a2a4c5d50ffd70acdde6f1b99d027f618623a1343da
7
- data.tar.gz: cc79dd65a5b7059119faae9974084ac2f8687cf756dc68c42093a4677b8485ee999b98d7f598bb7b5777c8f6898f31ac34bbf5b6cd3294fa19d89d0e88081774
6
+ metadata.gz: 594852418e959a6bb3ca7f1405016dee2ef75bebe29a3263ff58aedec302a7ed8f70fd8c90ae91a41d2747e0158d5f488177512a608327a9d77aa387f6b64576
7
+ data.tar.gz: 7eb44abeb93fb0eeedfa9421a4b3c3e578a8053214ca47d2626dc9438c6bc88f13f054dcfda1ba3ce9f4ed48513c81d83e31852f36750283e713b2eb414e639a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.268
1
+ 1.0.269
@@ -2241,10 +2241,12 @@ module TencentCloud
2241
2241
  # @type Tags: Array
2242
2242
  # @param InstanceId: 独享实例id
2243
2243
  # @type InstanceId: String
2244
+ # @param UniqVpcId: vpc属性
2245
+ # @type UniqVpcId: String
2244
2246
 
2245
- attr_accessor :ServiceName, :Protocol, :ServiceDesc, :ExclusiveSetName, :NetTypes, :IpVersion, :SetServerName, :AppIdType, :Tags, :InstanceId
2247
+ attr_accessor :ServiceName, :Protocol, :ServiceDesc, :ExclusiveSetName, :NetTypes, :IpVersion, :SetServerName, :AppIdType, :Tags, :InstanceId, :UniqVpcId
2246
2248
 
2247
- def initialize(servicename=nil, protocol=nil, servicedesc=nil, exclusivesetname=nil, nettypes=nil, ipversion=nil, setservername=nil, appidtype=nil, tags=nil, instanceid=nil)
2249
+ def initialize(servicename=nil, protocol=nil, servicedesc=nil, exclusivesetname=nil, nettypes=nil, ipversion=nil, setservername=nil, appidtype=nil, tags=nil, instanceid=nil, uniqvpcid=nil)
2248
2250
  @ServiceName = servicename
2249
2251
  @Protocol = protocol
2250
2252
  @ServiceDesc = servicedesc
@@ -2255,6 +2257,7 @@ module TencentCloud
2255
2257
  @AppIdType = appidtype
2256
2258
  @Tags = tags
2257
2259
  @InstanceId = instanceid
2260
+ @UniqVpcId = uniqvpcid
2258
2261
  end
2259
2262
 
2260
2263
  def deserialize(params)
@@ -2275,6 +2278,7 @@ module TencentCloud
2275
2278
  end
2276
2279
  end
2277
2280
  @InstanceId = params['InstanceId']
2281
+ @UniqVpcId = params['UniqVpcId']
2278
2282
  end
2279
2283
  end
2280
2284
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-apigateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.268
4
+ version: 1.0.269
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-02 00:00:00.000000000 Z
11
+ date: 2022-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common