tencentcloud-sdk-tsf 3.0.966 → 3.0.967

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: 7693cc7f909b11f1f99f9c5a7b221b3efa9796db
4
- data.tar.gz: 78ee31b59687b4cb1e0416ac02e4da54d4c466a1
3
+ metadata.gz: 808023c9389f30de096c5ee33c177993d92b2f66
4
+ data.tar.gz: e3e1072b8a9d7edb7ef6511c6110bbbdb7df7985
5
5
  SHA512:
6
- metadata.gz: e0019995f8ac693008679a2a2bd2817dc24d2d4b61071b3cec0bcc1383d67fa2b0caaa2e16ec5cffe495cfd3640801f4b3568dd924224c38c19a8982c4d3f684
7
- data.tar.gz: 0e89a1f281b56670da30b600b8d90c8c039b0a6e7abb3605caf9e4a2512a681148ee3f1adeed9bac7e4fbb2e0ae4762b2fbdbd23136249d26669e6b0f4d63f8a
6
+ metadata.gz: 47850422f433f1322af09149d0ebeaceeeb6a8fb0bf55413b8fa92334dea74621b683c4ecd7987cb0a719fd94cb78792c0bb6747ba1fef3b829ce2ba85f359f3
7
+ data.tar.gz: b3041ec34915718c1d554ead68f3d86ae13328e9796d616c09848be21583d58bfff42b2ccdea73e121c0381cbbd6c4e21734fa350b6fcf72f253d76443e9e2b4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.966
1
+ 3.0.967
@@ -1422,6 +1422,8 @@ module TencentCloud
1422
1422
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1423
1423
  end
1424
1424
 
1425
+ # serverless 能力已下线。下线对应接口。
1426
+
1425
1427
  # 删除Serverless部署组
1426
1428
 
1427
1429
  # @param request: Request instance for DeleteServerlessGroup.
@@ -567,10 +567,13 @@ module TencentCloud
567
567
  # @param ServiceNameKeyPosition: 微服务名参数位置,path,header或query,默认是path
568
568
  # 注意:此字段可能返回 null,表示取不到有效值。
569
569
  # @type ServiceNameKeyPosition: String
570
+ # @param GatewayInstanceIdList: 网关实例ID列表
571
+ # 注意:此字段可能返回 null,表示取不到有效值。
572
+ # @type GatewayInstanceIdList: Array
570
573
 
571
- attr_accessor :GroupId, :GroupName, :GroupContext, :AuthType, :Status, :CreatedTime, :UpdatedTime, :BindedGatewayDeployGroups, :ApiCount, :AclMode, :Description, :GroupType, :GatewayInstanceType, :GatewayInstanceId, :NamespaceNameKey, :ServiceNameKey, :NamespaceNameKeyPosition, :ServiceNameKeyPosition
574
+ attr_accessor :GroupId, :GroupName, :GroupContext, :AuthType, :Status, :CreatedTime, :UpdatedTime, :BindedGatewayDeployGroups, :ApiCount, :AclMode, :Description, :GroupType, :GatewayInstanceType, :GatewayInstanceId, :NamespaceNameKey, :ServiceNameKey, :NamespaceNameKeyPosition, :ServiceNameKeyPosition, :GatewayInstanceIdList
572
575
 
573
- def initialize(groupid=nil, groupname=nil, groupcontext=nil, authtype=nil, status=nil, createdtime=nil, updatedtime=nil, bindedgatewaydeploygroups=nil, apicount=nil, aclmode=nil, description=nil, grouptype=nil, gatewayinstancetype=nil, gatewayinstanceid=nil, namespacenamekey=nil, servicenamekey=nil, namespacenamekeyposition=nil, servicenamekeyposition=nil)
576
+ def initialize(groupid=nil, groupname=nil, groupcontext=nil, authtype=nil, status=nil, createdtime=nil, updatedtime=nil, bindedgatewaydeploygroups=nil, apicount=nil, aclmode=nil, description=nil, grouptype=nil, gatewayinstancetype=nil, gatewayinstanceid=nil, namespacenamekey=nil, servicenamekey=nil, namespacenamekeyposition=nil, servicenamekeyposition=nil, gatewayinstanceidlist=nil)
574
577
  @GroupId = groupid
575
578
  @GroupName = groupname
576
579
  @GroupContext = groupcontext
@@ -589,6 +592,7 @@ module TencentCloud
589
592
  @ServiceNameKey = servicenamekey
590
593
  @NamespaceNameKeyPosition = namespacenamekeyposition
591
594
  @ServiceNameKeyPosition = servicenamekeyposition
595
+ @GatewayInstanceIdList = gatewayinstanceidlist
592
596
  end
593
597
 
594
598
  def deserialize(params)
@@ -617,6 +621,7 @@ module TencentCloud
617
621
  @ServiceNameKey = params['ServiceNameKey']
618
622
  @NamespaceNameKeyPosition = params['NamespaceNameKeyPosition']
619
623
  @ServiceNameKeyPosition = params['ServiceNameKeyPosition']
624
+ @GatewayInstanceIdList = params['GatewayInstanceIdList']
620
625
  end
621
626
  end
622
627
 
@@ -4529,7 +4534,7 @@ module TencentCloud
4529
4534
 
4530
4535
  # CreateMicroserviceWithDetailResp返回参数结构体
4531
4536
  class CreateMicroserviceWithDetailRespResponse < TencentCloud::Common::AbstractModel
4532
- # @param Result: id
4537
+ # @param Result: 微服务ID
4533
4538
  # @type Result: String
4534
4539
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4535
4540
  # @type RequestId: String
@@ -8564,7 +8569,7 @@ module TencentCloud
8564
8569
  class DescribeGatewayAllGroupApisRequest < TencentCloud::Common::AbstractModel
8565
8570
  # @param GatewayDeployGroupId: 网关部署组ID
8566
8571
  # @type GatewayDeployGroupId: String
8567
- # @param SearchWord: 搜索关键字,支持分组名称或API Path
8572
+ # @param SearchWord: 搜索关键字,支持命名空间名称或服务名称
8568
8573
  # @type SearchWord: String
8569
8574
 
8570
8575
  attr_accessor :GatewayDeployGroupId, :SearchWord
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tsf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.966
4
+ version: 3.0.967
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-23 00:00:00.000000000 Z
11
+ date: 2024-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common