tencentcloud-sdk-apigateway 1.0.268 → 1.0.271

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: de02f42074d68cad10b44b63e6fdb8d1a753701e
4
- data.tar.gz: 89853269c8123356a3ef8654f8cf41a3762bfb2b
3
+ metadata.gz: ee9b01ea5869421648c3350f53d9feb32192c5eb
4
+ data.tar.gz: 46060c121261cec4da125ab0d2f66675dd1248d5
5
5
  SHA512:
6
- metadata.gz: f40ca505faab884232076a5d31eaddd2b9d74a72df0222993f7a3d03de48a116e2b5f51abd6d020460b33a2a4c5d50ffd70acdde6f1b99d027f618623a1343da
7
- data.tar.gz: cc79dd65a5b7059119faae9974084ac2f8687cf756dc68c42093a4677b8485ee999b98d7f598bb7b5777c8f6898f31ac34bbf5b6cd3294fa19d89d0e88081774
6
+ metadata.gz: 002b037d685a043d2b34ab7cf2e8325aaca7543338df7597ffbd025a5bb7b132264969c32e25255e2bdd0e4cf2223eb01ba7b45f9f252f71b412e65f9efa15e3
7
+ data.tar.gz: 55f70b1ee5dfc1de96ad700e0c7f283a784b7c590130da9ae9822efcce1e37a53d1d6e858aa3dcaa965a2238f7b4a2c0ac7fe403df2cfd6c8c5f8118bc01557f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.268
1
+ 1.0.271
@@ -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.271
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-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common