tencentcloud-sdk-apigateway 3.0.648 → 3.0.649

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180808/models.rb +15 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5e767ef8710aca6f0e4de8c29cbe3aa4fb47ee5f
4
- data.tar.gz: b634f634ebf8477ac7d4a27dfcfff27fabacd992
3
+ metadata.gz: 251cf1ddfa29d79f70836f45ab2255175f23d743
4
+ data.tar.gz: 15e01e561f4a9bedf583bdb672f7e30f48d779e6
5
5
  SHA512:
6
- metadata.gz: 8d359c34bc8329b0a15c61a50e45c3fa4f0739a96179d38b987fa048a559828b052d042626486fbc81c36ed4ed926b4c43120019e2d988f9822756b495344775
7
- data.tar.gz: 5b6f1304b6f7a1a36ee03383419b838c397c3430eef11c4f7dee432474344dde0c7c992dcec9fa79c093aead30a3bc7f34164ec4919bb53985ae79fde7ca3604
6
+ metadata.gz: 0453d643d1c190f27c75548e27c31cb0ebe725f169c7f5272d73633acd4a29b470e635e3ac61f4ebaa475e0d9cfebaee803b445d420008a33d53509fb0740e22
7
+ data.tar.gz: 14ed65905d39bbddb6168e7e3ea6b3767b3fb986badbd75b7b610f9c99eca662c9978f814f326aa9fe4b5d20f9922ee8218fa158bb97eb693117deaf53c487a5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.648
1
+ 3.0.649
@@ -2393,7 +2393,7 @@ module TencentCloud
2393
2393
  # @type Tags: Array
2394
2394
  # @param InstanceId: 独享实例id
2395
2395
  # @type InstanceId: String
2396
- # @param UniqVpcId: vpc属性
2396
+ # @param UniqVpcId: vpc属性,选择VPC后不可修改,为服务选择VPC后,可对接该VPC下的后端资源
2397
2397
  # @type UniqVpcId: String
2398
2398
 
2399
2399
  attr_accessor :ServiceName, :Protocol, :ServiceDesc, :NetTypes, :IpVersion, :SetServerName, :AppIdType, :Tags, :InstanceId, :UniqVpcId
@@ -2483,7 +2483,7 @@ module TencentCloud
2483
2483
 
2484
2484
  # CreateUpstream请求参数结构体
2485
2485
  class CreateUpstreamRequest < TencentCloud::Common::AbstractModel
2486
- # @param Scheme: 后端协议,取值范围:HTTP, HTTPS
2486
+ # @param Scheme: 后端协议,取值范围:HTTP, HTTPS,gRPC,gRPCs
2487
2487
  # @type Scheme: String
2488
2488
  # @param Algorithm: 负载均衡算法,取值范围:ROUND-ROBIN
2489
2489
  # @type Algorithm: String
@@ -5205,12 +5205,15 @@ module TencentCloud
5205
5205
  # @param SpecialUse: 特殊用途, NULL和DEFAULT表示无特殊用途,其他用途如HTTP_DNS等
5206
5206
  # 注意:此字段可能返回 null,表示取不到有效值。
5207
5207
  # @type SpecialUse: String
5208
+ # @param UniqVpcId: vpc属性,存量可能为空字符串
5209
+ # 注意:此字段可能返回 null,表示取不到有效值。
5210
+ # @type UniqVpcId: String
5208
5211
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5209
5212
  # @type RequestId: String
5210
5213
 
5211
- attr_accessor :ServiceId, :AvailableEnvironments, :ServiceName, :ServiceDesc, :Protocol, :CreatedTime, :ModifiedTime, :NetTypes, :InternalSubDomain, :OuterSubDomain, :InnerHttpPort, :InnerHttpsPort, :ApiTotalCount, :ApiIdStatusSet, :UsagePlanTotalCount, :UsagePlanList, :IpVersion, :UserType, :SetId, :Tags, :InstanceId, :InstanceName, :SetType, :DeploymentType, :SpecialUse, :RequestId
5214
+ attr_accessor :ServiceId, :AvailableEnvironments, :ServiceName, :ServiceDesc, :Protocol, :CreatedTime, :ModifiedTime, :NetTypes, :InternalSubDomain, :OuterSubDomain, :InnerHttpPort, :InnerHttpsPort, :ApiTotalCount, :ApiIdStatusSet, :UsagePlanTotalCount, :UsagePlanList, :IpVersion, :UserType, :SetId, :Tags, :InstanceId, :InstanceName, :SetType, :DeploymentType, :SpecialUse, :UniqVpcId, :RequestId
5212
5215
 
5213
- def initialize(serviceid=nil, availableenvironments=nil, servicename=nil, servicedesc=nil, protocol=nil, createdtime=nil, modifiedtime=nil, nettypes=nil, internalsubdomain=nil, outersubdomain=nil, innerhttpport=nil, innerhttpsport=nil, apitotalcount=nil, apiidstatusset=nil, usageplantotalcount=nil, usageplanlist=nil, ipversion=nil, usertype=nil, setid=nil, tags=nil, instanceid=nil, instancename=nil, settype=nil, deploymenttype=nil, specialuse=nil, requestid=nil)
5216
+ def initialize(serviceid=nil, availableenvironments=nil, servicename=nil, servicedesc=nil, protocol=nil, createdtime=nil, modifiedtime=nil, nettypes=nil, internalsubdomain=nil, outersubdomain=nil, innerhttpport=nil, innerhttpsport=nil, apitotalcount=nil, apiidstatusset=nil, usageplantotalcount=nil, usageplanlist=nil, ipversion=nil, usertype=nil, setid=nil, tags=nil, instanceid=nil, instancename=nil, settype=nil, deploymenttype=nil, specialuse=nil, uniqvpcid=nil, requestid=nil)
5214
5217
  @ServiceId = serviceid
5215
5218
  @AvailableEnvironments = availableenvironments
5216
5219
  @ServiceName = servicename
@@ -5236,6 +5239,7 @@ module TencentCloud
5236
5239
  @SetType = settype
5237
5240
  @DeploymentType = deploymenttype
5238
5241
  @SpecialUse = specialuse
5242
+ @UniqVpcId = uniqvpcid
5239
5243
  @RequestId = requestid
5240
5244
  end
5241
5245
 
@@ -5286,6 +5290,7 @@ module TencentCloud
5286
5290
  @SetType = params['SetType']
5287
5291
  @DeploymentType = params['DeploymentType']
5288
5292
  @SpecialUse = params['SpecialUse']
5293
+ @UniqVpcId = params['UniqVpcId']
5289
5294
  @RequestId = params['RequestId']
5290
5295
  end
5291
5296
  end
@@ -7447,15 +7452,18 @@ module TencentCloud
7447
7452
  # @type Protocol: String
7448
7453
  # @param NetTypes: 网络类型列表,用于指定支持的访问类型,INNER为内网访问,OUTER为外网访问。默认为OUTER。
7449
7454
  # @type NetTypes: Array
7455
+ # @param UniqVpcId: vpc属性,选择VPC后不可修改。为服务选择VPC后,可对接该VPC下的后端资源
7456
+ # @type UniqVpcId: String
7450
7457
 
7451
- attr_accessor :ServiceId, :ServiceName, :ServiceDesc, :Protocol, :NetTypes
7458
+ attr_accessor :ServiceId, :ServiceName, :ServiceDesc, :Protocol, :NetTypes, :UniqVpcId
7452
7459
 
7453
- def initialize(serviceid=nil, servicename=nil, servicedesc=nil, protocol=nil, nettypes=nil)
7460
+ def initialize(serviceid=nil, servicename=nil, servicedesc=nil, protocol=nil, nettypes=nil, uniqvpcid=nil)
7454
7461
  @ServiceId = serviceid
7455
7462
  @ServiceName = servicename
7456
7463
  @ServiceDesc = servicedesc
7457
7464
  @Protocol = protocol
7458
7465
  @NetTypes = nettypes
7466
+ @UniqVpcId = uniqvpcid
7459
7467
  end
7460
7468
 
7461
7469
  def deserialize(params)
@@ -7464,6 +7472,7 @@ module TencentCloud
7464
7472
  @ServiceDesc = params['ServiceDesc']
7465
7473
  @Protocol = params['Protocol']
7466
7474
  @NetTypes = params['NetTypes']
7475
+ @UniqVpcId = params['UniqVpcId']
7467
7476
  end
7468
7477
  end
7469
7478
 
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: 3.0.648
4
+ version: 3.0.649
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-08-30 00:00:00.000000000 Z
11
+ date: 2023-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common