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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180326/client.rb +2 -0
- data/lib/v20180326/models.rb +9 -4
- 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: 808023c9389f30de096c5ee33c177993d92b2f66
|
4
|
+
data.tar.gz: e3e1072b8a9d7edb7ef6511c6110bbbdb7df7985
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 47850422f433f1322af09149d0ebeaceeeb6a8fb0bf55413b8fa92334dea74621b683c4ecd7987cb0a719fd94cb78792c0bb6747ba1fef3b829ce2ba85f359f3
|
7
|
+
data.tar.gz: b3041ec34915718c1d554ead68f3d86ae13328e9796d616c09848be21583d58bfff42b2ccdea73e121c0381cbbd6c4e21734fa350b6fcf72f253d76443e9e2b4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.967
|
data/lib/v20180326/client.rb
CHANGED
data/lib/v20180326/models.rb
CHANGED
@@ -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:
|
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:
|
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.
|
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-
|
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
|