tencentcloud-sdk-apigateway 3.0.601 → 3.0.603

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: d8734f8940dbb14539188c17858e21e008bee2e0
4
- data.tar.gz: 5b61a1effa5e3a4abebea36f38e9a691e7bb8e9a
3
+ metadata.gz: bc69b54fac4cf099a55af71b408779683516ff13
4
+ data.tar.gz: 044aedaa8d58b7bd6753ce0e7c0523bbfb98fdb7
5
5
  SHA512:
6
- metadata.gz: 4f4e322f1ebfb61d999485c597307ee71157528cf951c326e43359058a7d32291f18fded5cf6c702d0953a354489642b06a672ee212fcb47512d80d06579a213
7
- data.tar.gz: 44afa91bc5ec1e686de113f7c6a8d9052015c4de17888ed629cd70e98a857aa5263f9738b80654190b79ac74085730977382a583c292a234432f3908d66fe88c
6
+ metadata.gz: ae89f5d9c1152d85dc7978e8218d1ca38d38a9736f82471d3e0c8404e2cf462ca674f32c04fc8e587270b849675b06547e150190fad93926d93db2d4645928bf
7
+ data.tar.gz: 7027ed61d47256901a652cd85d3f661fb37f973adefd994b34b26e3af37d8294bdf47abd877496925e74e8a6b6e9c791ab435c6d06ee6ab1f9fd0512b5948683
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.601
1
+ 3.0.603
@@ -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`
@@ -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 serverlss类型使用。
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, :ExclusiveSetName, :NetTypes, :IpVersion, :SetServerName, :AppIdType, :Tags, :InstanceId, :UniqVpcId
2397
+ attr_accessor :ServiceName, :Protocol, :ServiceDesc, :NetTypes, :IpVersion, :SetServerName, :AppIdType, :Tags, :InstanceId, :UniqVpcId
2400
2398
 
2401
- def initialize(servicename=nil, protocol=nil, servicedesc=nil, exclusivesetname=nil, nettypes=nil, ipversion=nil, setservername=nil, appidtype=nil, tags=nil, instanceid=nil, uniqvpcid=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, :ExclusiveSetName, :NetTypes, :InternalSubDomain, :OuterSubDomain, :InnerHttpPort, :InnerHttpsPort, :ApiTotalCount, :ApiIdStatusSet, :UsagePlanTotalCount, :UsagePlanList, :IpVersion, :UserType, :SetId, :Tags, :RequestId
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, exclusivesetname=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)
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, :ExclusiveSetName, :NetTypes, :InternalSubDomain, :OuterSubDomain, :InnerHttpPort, :InnerHttpsPort, :ApiTotalCount, :ApiIdStatusSet, :UsagePlanTotalCount, :UsagePlanList, :IpVersion, :UserType, :SetId, :Tags, :InstanceId, :InstanceName, :SetType, :DeploymentType, :SpecialUse, :RequestId
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, exclusivesetname=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)
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: 定类型,取值为 API、SERVICE,默认值为 SERVICE。
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: String
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.601
4
+ version: 3.0.603
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-28 00:00:00.000000000 Z
11
+ date: 2023-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common