tencentcloud-sdk-apigateway 3.0.601 → 3.0.602
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180808/client.rb +1 -1
- data/lib/v20180808/models.rb +12 -25
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 50951981ed3d6a049d025c8abca447b1176c6759
|
4
|
+
data.tar.gz: 4f154e3ba07380b53118dc3bcd34da6cff2232b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b12c262b31e879bc11601302e0da926374923652ec96e43da5e061b2872a340c780861f80b8a2d8714b6b30172028abe1b94ec61f74bae2d8c34228b79aa5596
|
7
|
+
data.tar.gz: b0be0d063a6a08ded79716ddc33bb7bf8cd7fe0120d868809bdc4b64a31c9f0c61bc38a418932de6e8ae867b67a83b100d384002aba26f7c94f500a6a56c1664
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.602
|
data/lib/v20180808/client.rb
CHANGED
@@ -1025,7 +1025,7 @@ module TencentCloud
|
|
1025
1025
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1026
1026
|
end
|
1027
1027
|
|
1028
|
-
# 本接口(DescribeExclusiveInstanceDetail
|
1028
|
+
# 本接口(DescribeExclusiveInstanceDetail)用于查询独享实例详情信息。
|
1029
1029
|
|
1030
1030
|
# @param request: Request instance for DescribeExclusiveInstanceDetail.
|
1031
1031
|
# @type request: :class:`Tencentcloud::apigateway::V20180808::DescribeExclusiveInstanceDetailRequest`
|
data/lib/v20180808/models.rb
CHANGED
@@ -584,7 +584,7 @@ module TencentCloud
|
|
584
584
|
# @param ServiceWebsocketTransportFunctionQualifier: scf websocket传输函数版本。当前端类型是WEBSOCKET且后端类型是SCF时生效。
|
585
585
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
586
586
|
# @type ServiceWebsocketTransportFunctionQualifier: String
|
587
|
-
# @param MicroServices: API
|
587
|
+
# @param MicroServices: API绑定微服务列表。
|
588
588
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
589
589
|
# @type MicroServices: Array
|
590
590
|
# @param MicroServicesInfo: 微服务信息详情。
|
@@ -1873,7 +1873,7 @@ module TencentCloud
|
|
1873
1873
|
# @type ApiBusinessType: String
|
1874
1874
|
# @param ServiceMockReturnMessage: API 的后端 Mock 返回信息。如果 ServiceType 是 Mock,则此参数必传。
|
1875
1875
|
# @type ServiceMockReturnMessage: String
|
1876
|
-
# @param MicroServices: API
|
1876
|
+
# @param MicroServices: API绑定微服务列表。
|
1877
1877
|
# @type MicroServices: Array
|
1878
1878
|
# @param ServiceTsfLoadBalanceConf: 微服务的负载均衡配置。
|
1879
1879
|
# @type ServiceTsfLoadBalanceConf: :class:`Tencentcloud::Apigateway.v20180808.models.TsfLoadBalanceConfResp`
|
@@ -2379,13 +2379,11 @@ module TencentCloud
|
|
2379
2379
|
# @type Protocol: String
|
2380
2380
|
# @param ServiceDesc: 用户自定义的服务描述。
|
2381
2381
|
# @type ServiceDesc: String
|
2382
|
-
# @param ExclusiveSetName: 独立集群名称,用于指定创建服务所在的独立集群。
|
2383
|
-
# @type ExclusiveSetName: String
|
2384
2382
|
# @param NetTypes: 网络类型列表,用于指定支持的访问类型,INNER为内网访问,OUTER为外网访问。默认为OUTER。
|
2385
2383
|
# @type NetTypes: Array
|
2386
2384
|
# @param IpVersion: IP版本号,支持IPv4和IPv6,默认为IPv4。
|
2387
2385
|
# @type IpVersion: String
|
2388
|
-
# @param SetServerName: 集群名称。保留字段,tsf
|
2386
|
+
# @param SetServerName: 集群名称。保留字段,tsf serverless类型使用。
|
2389
2387
|
# @type SetServerName: String
|
2390
2388
|
# @param AppIdType: 用户类型。保留类型,serverless用户使用。
|
2391
2389
|
# @type AppIdType: String
|
@@ -2396,13 +2394,12 @@ module TencentCloud
|
|
2396
2394
|
# @param UniqVpcId: vpc属性
|
2397
2395
|
# @type UniqVpcId: String
|
2398
2396
|
|
2399
|
-
attr_accessor :ServiceName, :Protocol, :ServiceDesc, :
|
2397
|
+
attr_accessor :ServiceName, :Protocol, :ServiceDesc, :NetTypes, :IpVersion, :SetServerName, :AppIdType, :Tags, :InstanceId, :UniqVpcId
|
2400
2398
|
|
2401
|
-
def initialize(servicename=nil, protocol=nil, servicedesc=nil,
|
2399
|
+
def initialize(servicename=nil, protocol=nil, servicedesc=nil, nettypes=nil, ipversion=nil, setservername=nil, appidtype=nil, tags=nil, instanceid=nil, uniqvpcid=nil)
|
2402
2400
|
@ServiceName = servicename
|
2403
2401
|
@Protocol = protocol
|
2404
2402
|
@ServiceDesc = servicedesc
|
2405
|
-
@ExclusiveSetName = exclusivesetname
|
2406
2403
|
@NetTypes = nettypes
|
2407
2404
|
@IpVersion = ipversion
|
2408
2405
|
@SetServerName = setservername
|
@@ -2416,7 +2413,6 @@ module TencentCloud
|
|
2416
2413
|
@ServiceName = params['ServiceName']
|
2417
2414
|
@Protocol = params['Protocol']
|
2418
2415
|
@ServiceDesc = params['ServiceDesc']
|
2419
|
-
@ExclusiveSetName = params['ExclusiveSetName']
|
2420
2416
|
@NetTypes = params['NetTypes']
|
2421
2417
|
@IpVersion = params['IpVersion']
|
2422
2418
|
@SetServerName = params['SetServerName']
|
@@ -4945,9 +4941,6 @@ module TencentCloud
|
|
4945
4941
|
# @param ModifiedTime: 服务修改时间。
|
4946
4942
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4947
4943
|
# @type ModifiedTime: String
|
4948
|
-
# @param ExclusiveSetName: 独立集群名称。
|
4949
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4950
|
-
# @type ExclusiveSetName: String
|
4951
4944
|
# @param NetTypes: 网络类型列表,INNER为内网访问,OUTER为外网访问。
|
4952
4945
|
# @type NetTypes: Array
|
4953
4946
|
# @param InternalSubDomain: 内网访问子域名。
|
@@ -4985,9 +4978,9 @@ module TencentCloud
|
|
4985
4978
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
4986
4979
|
# @type RequestId: String
|
4987
4980
|
|
4988
|
-
attr_accessor :ServiceId, :AvailableEnvironments, :ServiceName, :ServiceDesc, :Protocol, :CreatedTime, :ModifiedTime, :
|
4981
|
+
attr_accessor :ServiceId, :AvailableEnvironments, :ServiceName, :ServiceDesc, :Protocol, :CreatedTime, :ModifiedTime, :NetTypes, :InternalSubDomain, :OuterSubDomain, :InnerHttpPort, :InnerHttpsPort, :ApiTotalCount, :ApiIdStatusSet, :UsagePlanTotalCount, :UsagePlanList, :IpVersion, :UserType, :SetId, :Tags, :RequestId
|
4989
4982
|
|
4990
|
-
def initialize(serviceid=nil, availableenvironments=nil, servicename=nil, servicedesc=nil, protocol=nil, createdtime=nil, modifiedtime=nil,
|
4983
|
+
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, requestid=nil)
|
4991
4984
|
@ServiceId = serviceid
|
4992
4985
|
@AvailableEnvironments = availableenvironments
|
4993
4986
|
@ServiceName = servicename
|
@@ -4995,7 +4988,6 @@ module TencentCloud
|
|
4995
4988
|
@Protocol = protocol
|
4996
4989
|
@CreatedTime = createdtime
|
4997
4990
|
@ModifiedTime = modifiedtime
|
4998
|
-
@ExclusiveSetName = exclusivesetname
|
4999
4991
|
@NetTypes = nettypes
|
5000
4992
|
@InternalSubDomain = internalsubdomain
|
5001
4993
|
@OuterSubDomain = outersubdomain
|
@@ -5020,7 +5012,6 @@ module TencentCloud
|
|
5020
5012
|
@Protocol = params['Protocol']
|
5021
5013
|
@CreatedTime = params['CreatedTime']
|
5022
5014
|
@ModifiedTime = params['ModifiedTime']
|
5023
|
-
@ExclusiveSetName = params['ExclusiveSetName']
|
5024
5015
|
@NetTypes = params['NetTypes']
|
5025
5016
|
@InternalSubDomain = params['InternalSubDomain']
|
5026
5017
|
@OuterSubDomain = params['OuterSubDomain']
|
@@ -5162,8 +5153,6 @@ module TencentCloud
|
|
5162
5153
|
# @type CreatedTime: String
|
5163
5154
|
# @param ModifiedTime: 服务修改时间。
|
5164
5155
|
# @type ModifiedTime: String
|
5165
|
-
# @param ExclusiveSetName: 独立集群名称。
|
5166
|
-
# @type ExclusiveSetName: String
|
5167
5156
|
# @param NetTypes: 网络类型列表,INNER为内网访问,OUTER为外网访问。
|
5168
5157
|
# @type NetTypes: Array
|
5169
5158
|
# @param InternalSubDomain: 内网访问子域名。
|
@@ -5214,9 +5203,9 @@ module TencentCloud
|
|
5214
5203
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
5215
5204
|
# @type RequestId: String
|
5216
5205
|
|
5217
|
-
attr_accessor :ServiceId, :AvailableEnvironments, :ServiceName, :ServiceDesc, :Protocol, :CreatedTime, :ModifiedTime, :
|
5206
|
+
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
|
5218
5207
|
|
5219
|
-
def initialize(serviceid=nil, availableenvironments=nil, servicename=nil, servicedesc=nil, protocol=nil, createdtime=nil, modifiedtime=nil,
|
5208
|
+
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)
|
5220
5209
|
@ServiceId = serviceid
|
5221
5210
|
@AvailableEnvironments = availableenvironments
|
5222
5211
|
@ServiceName = servicename
|
@@ -5224,7 +5213,6 @@ module TencentCloud
|
|
5224
5213
|
@Protocol = protocol
|
5225
5214
|
@CreatedTime = createdtime
|
5226
5215
|
@ModifiedTime = modifiedtime
|
5227
|
-
@ExclusiveSetName = exclusivesetname
|
5228
5216
|
@NetTypes = nettypes
|
5229
5217
|
@InternalSubDomain = internalsubdomain
|
5230
5218
|
@OuterSubDomain = outersubdomain
|
@@ -5254,7 +5242,6 @@ module TencentCloud
|
|
5254
5242
|
@Protocol = params['Protocol']
|
5255
5243
|
@CreatedTime = params['CreatedTime']
|
5256
5244
|
@ModifiedTime = params['ModifiedTime']
|
5257
|
-
@ExclusiveSetName = params['ExclusiveSetName']
|
5258
5245
|
@NetTypes = params['NetTypes']
|
5259
5246
|
@InternalSubDomain = params['InternalSubDomain']
|
5260
5247
|
@OuterSubDomain = params['OuterSubDomain']
|
@@ -5661,7 +5648,7 @@ module TencentCloud
|
|
5661
5648
|
class DescribeUsagePlanEnvironmentsRequest < TencentCloud::Common::AbstractModel
|
5662
5649
|
# @param UsagePlanId: 待查询的使用计划唯一 ID。
|
5663
5650
|
# @type UsagePlanId: String
|
5664
|
-
# @param BindType:
|
5651
|
+
# @param BindType: 定义类型,取值为 API、SERVICE,默认值为 SERVICE。
|
5665
5652
|
# @type BindType: String
|
5666
5653
|
# @param Limit: 返回数量,默认为 20,最大值为 100。
|
5667
5654
|
# @type Limit: Integer
|
@@ -6518,7 +6505,7 @@ module TencentCloud
|
|
6518
6505
|
# @type CreatedTime: String
|
6519
6506
|
# @param Zones: 可用区列表
|
6520
6507
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6521
|
-
# @type Zones:
|
6508
|
+
# @type Zones: Array
|
6522
6509
|
|
6523
6510
|
attr_accessor :InstanceId, :Zone, :InstanceName, :InstanceDescription, :InstanceChargeType, :InstanceState, :InstanceChargePrepaid, :InstanceType, :NetworkConfig, :VpcConfig, :Parameters, :IsolationStartedTime, :CreatedTime, :Zones
|
6524
6511
|
|
@@ -7041,7 +7028,7 @@ module TencentCloud
|
|
7041
7028
|
# @type ApiBusinessType: String
|
7042
7029
|
# @param ServiceMockReturnMessage: API 的后端 Mock 返回信息。如果 ServiceType 是 Mock,则此参数必传。
|
7043
7030
|
# @type ServiceMockReturnMessage: String
|
7044
|
-
# @param MicroServices: API
|
7031
|
+
# @param MicroServices: API绑定微服务列表。
|
7045
7032
|
# @type MicroServices: Array
|
7046
7033
|
# @param ServiceTsfLoadBalanceConf: 微服务的负载均衡配置。
|
7047
7034
|
# @type ServiceTsfLoadBalanceConf: :class:`Tencentcloud::Apigateway.v20180808.models.TsfLoadBalanceConfResp`
|
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.
|
4
|
+
version: 3.0.602
|
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-06-
|
11
|
+
date: 2023-06-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|