tencentcloud-sdk-tsf 3.0.1123 → 3.0.1124
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 +1 -1
- data/lib/v20180326/models.rb +92 -49
- 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: 6e9e572fa6dad77eadd51f4a56d830516a5631f0
|
4
|
+
data.tar.gz: f5c90ca5d80de55ddf4ded2d311dd4024f4c1b7e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d35d901e6b0c06b252dc54a20842458f3ae41ff680791b80d7bd03da249072b00de370134041972110205b313e8ff72600498e2a6302030bde484221c8339ffe
|
7
|
+
data.tar.gz: 9b9c28ef7f5e7a5a8928f2d9ee5e73a9a77581b8556347437fd2e5eab52e8031f3756efc3cf92e0428dc3d983b00ab7a7fe046b271f9b46feea8a86361208261
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1124
|
data/lib/v20180326/client.rb
CHANGED
@@ -2147,7 +2147,7 @@ module TencentCloud
|
|
2147
2147
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2148
2148
|
end
|
2149
2149
|
|
2150
|
-
# 容器部署组详情(已废弃,请使用 DescribeContainerGroupDeployInfo)
|
2150
|
+
# 容器部署组详情(已废弃,请使用 [DescribeContainerGroupDeployInfo](https://cloud.tencent.com/document/product/649/67221))
|
2151
2151
|
|
2152
2152
|
# @param request: Request instance for DescribeContainerGroupDetail.
|
2153
2153
|
# @type request: :class:`Tencentcloud::tsf::V20180326::DescribeContainerGroupDetailRequest`
|
data/lib/v20180326/models.rb
CHANGED
@@ -3688,7 +3688,7 @@ module TencentCloud
|
|
3688
3688
|
|
3689
3689
|
# CreateApplication请求参数结构体
|
3690
3690
|
class CreateApplicationRequest < TencentCloud::Common::AbstractModel
|
3691
|
-
# @param ApplicationName:
|
3691
|
+
# @param ApplicationName: 应用名称,最长60字符
|
3692
3692
|
# @type ApplicationName: String
|
3693
3693
|
# @param ApplicationType: 应用类型,V:虚拟机应用;C:容器应用;S:serverless应用
|
3694
3694
|
# @type ApplicationType: String
|
@@ -3702,7 +3702,7 @@ module TencentCloud
|
|
3702
3702
|
# @type ApplicationResourceType: String
|
3703
3703
|
# @param ApplicationRuntimeType: 应用runtime类型
|
3704
3704
|
# @type ApplicationRuntimeType: String
|
3705
|
-
# @param ProgramId:
|
3705
|
+
# @param ProgramId: 【数据集ID】。可通过调用[DescribePrograms](https://cloud.tencent.com/document/product/649/73477)查询已创建的数据集列表或登录[控制台](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program&roleId=role-a26486wy)进行查看;也可以调用[CreateProgram](https://cloud.tencent.com/document/product/649/108544)创建新的数据集。
|
3706
3706
|
# @type ProgramId: String
|
3707
3707
|
# @param ServiceConfigList: 服务配置信息列表
|
3708
3708
|
# @type ServiceConfigList: Array
|
@@ -4152,9 +4152,9 @@ module TencentCloud
|
|
4152
4152
|
|
4153
4153
|
# CreateContainGroup请求参数结构体
|
4154
4154
|
class CreateContainGroupRequest < TencentCloud::Common::AbstractModel
|
4155
|
-
# @param ApplicationId:
|
4155
|
+
# @param ApplicationId: 分组所属【应用ID】,可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。
|
4156
4156
|
# @type ApplicationId: String
|
4157
|
-
# @param NamespaceId:
|
4157
|
+
# @param NamespaceId: 分组所属【命名空间ID】,可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。
|
4158
4158
|
# @type NamespaceId: String
|
4159
4159
|
# @param GroupName: 分组名称字段,长度1~60,字母或下划线开头,可包含字母数字下划线
|
4160
4160
|
# @type GroupName: String
|
@@ -4180,11 +4180,9 @@ module TencentCloud
|
|
4180
4180
|
# @type CpuRequest: String
|
4181
4181
|
# @param MemRequest: 初始分配的内存 MiB 数,对应 K8S request
|
4182
4182
|
# @type MemRequest: String
|
4183
|
-
# @param GroupResourceType: 部署组资源类型;
|
4184
|
-
# DEF — 默认资源类型;
|
4185
|
-
# GW — 网关资源类型;
|
4183
|
+
# @param GroupResourceType: 部署组资源类型;DEF 表示默认资源类型
|
4186
4184
|
# @type GroupResourceType: String
|
4187
|
-
# @param SubnetId:
|
4185
|
+
# @param SubnetId: 分组所属【子网ID】,可前往TKE侧集群[控制台](https://console.cloud.tencent.com/tke2/cluster/sub/list/basic/info/base?rid=1&clusterId=cls-2nhp3g1i)进行获取
|
4188
4186
|
# @type SubnetId: String
|
4189
4187
|
# @param AgentCpuRequest: agent 容器分配的 CPU 核数,对应 K8S 的 request
|
4190
4188
|
# @type AgentCpuRequest: String
|
@@ -4499,26 +4497,28 @@ module TencentCloud
|
|
4499
4497
|
|
4500
4498
|
# CreateGroup请求参数结构体
|
4501
4499
|
class CreateGroupRequest < TencentCloud::Common::AbstractModel
|
4502
|
-
# @param ApplicationId:
|
4500
|
+
# @param ApplicationId: 部署组所属的【应用ID】,可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。
|
4503
4501
|
# @type ApplicationId: String
|
4504
|
-
# @param NamespaceId:
|
4502
|
+
# @param NamespaceId: 部署组所属【命名空间ID】,可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。
|
4505
4503
|
# @type NamespaceId: String
|
4506
4504
|
# @param GroupName: 部署组名称
|
4507
4505
|
# @type GroupName: String
|
4508
|
-
# @param ClusterId:
|
4506
|
+
# @param ClusterId: 部署组所属的【集群ID】,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker)进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。
|
4509
4507
|
# @type ClusterId: String
|
4510
4508
|
# @param GroupDesc: 部署组描述
|
4511
4509
|
# @type GroupDesc: String
|
4512
|
-
# @param GroupResourceType: 部署组资源类型;DEF
|
4510
|
+
# @param GroupResourceType: 部署组资源类型;DEF 表示默认资源类型
|
4513
4511
|
# @type GroupResourceType: String
|
4514
4512
|
# @param Alias: 部署组备注
|
4515
4513
|
# @type Alias: String
|
4516
4514
|
# @param Tags: 标签列表
|
4517
4515
|
# @type Tags: Array
|
4516
|
+
# @param K8sNamespaceName: k8s命名空间名称
|
4517
|
+
# @type K8sNamespaceName: String
|
4518
4518
|
|
4519
|
-
attr_accessor :ApplicationId, :NamespaceId, :GroupName, :ClusterId, :GroupDesc, :GroupResourceType, :Alias, :Tags
|
4519
|
+
attr_accessor :ApplicationId, :NamespaceId, :GroupName, :ClusterId, :GroupDesc, :GroupResourceType, :Alias, :Tags, :K8sNamespaceName
|
4520
4520
|
|
4521
|
-
def initialize(applicationid=nil, namespaceid=nil, groupname=nil, clusterid=nil, groupdesc=nil, groupresourcetype=nil, _alias=nil, tags=nil)
|
4521
|
+
def initialize(applicationid=nil, namespaceid=nil, groupname=nil, clusterid=nil, groupdesc=nil, groupresourcetype=nil, _alias=nil, tags=nil, k8snamespacename=nil)
|
4522
4522
|
@ApplicationId = applicationid
|
4523
4523
|
@NamespaceId = namespaceid
|
4524
4524
|
@GroupName = groupname
|
@@ -4527,6 +4527,7 @@ module TencentCloud
|
|
4527
4527
|
@GroupResourceType = groupresourcetype
|
4528
4528
|
@Alias = _alias
|
4529
4529
|
@Tags = tags
|
4530
|
+
@K8sNamespaceName = k8snamespacename
|
4530
4531
|
end
|
4531
4532
|
|
4532
4533
|
def deserialize(params)
|
@@ -4545,6 +4546,7 @@ module TencentCloud
|
|
4545
4546
|
@Tags << tag_tmp
|
4546
4547
|
end
|
4547
4548
|
end
|
4549
|
+
@K8sNamespaceName = params['K8sNamespaceName']
|
4548
4550
|
end
|
4549
4551
|
end
|
4550
4552
|
|
@@ -4786,9 +4788,9 @@ module TencentCloud
|
|
4786
4788
|
# @type ClusterId: String
|
4787
4789
|
# @param NamespaceDesc: 命名空间描述
|
4788
4790
|
# @type NamespaceDesc: String
|
4789
|
-
# @param NamespaceResourceType:
|
4791
|
+
# @param NamespaceResourceType: 命名空间资源类型;DEF:表示默认资源类型;GW:表示网关资源类型
|
4790
4792
|
# @type NamespaceResourceType: String
|
4791
|
-
# @param NamespaceType:
|
4793
|
+
# @param NamespaceType: 命名空间类型;DEF 表示默认普通命名空间;GLOBAL 表示全局命名空间
|
4792
4794
|
# @type NamespaceType: String
|
4793
4795
|
# @param NamespaceId: 命名空间ID,按照【命名空间ID】进行过滤,可通过调用[DescribeNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录控制台进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新命名空间。
|
4794
4796
|
# @type NamespaceId: String
|
@@ -6764,10 +6766,18 @@ module TencentCloud
|
|
6764
6766
|
# @type EnvClean: Boolean
|
6765
6767
|
# @param DeployDesc: 本次部署的描述信息
|
6766
6768
|
# @type DeployDesc: String
|
6767
|
-
|
6768
|
-
|
6769
|
-
|
6770
|
-
|
6769
|
+
# @param K8sNamespaceName: k8s命名空间名称
|
6770
|
+
# @type K8sNamespaceName: String
|
6771
|
+
# @param StaticIpEnabled: 是否启用静态IP
|
6772
|
+
# @type StaticIpEnabled: Boolean
|
6773
|
+
# @param PodManagementPolicyType: 启动策略[OrderedReady/Parallel]
|
6774
|
+
# @type PodManagementPolicyType: String
|
6775
|
+
# @param Partition: 滚动更新分区序号
|
6776
|
+
# @type Partition: Integer
|
6777
|
+
|
6778
|
+
attr_accessor :ApplicationId, :ObservabilityConfig, :ClusterId, :GroupId, :Envs, :VolumeMountInfoList, :LifeCycleHookList, :AdditionalContainerList, :VolumeInfoList, :ServiceSettingList, :Alias, :GroupName, :Tags, :ContainerKind, :Server, :RepoName, :RepoType, :TcrRepoInfo, :SecretName, :TagName, :HealthCheckSettings, :CpuRequest, :CpuLimit, :MemRequest, :MemLimit, :JvmOpts, :InitContainerEnable, :PrivilegeContainerEnable, :RunCommand, :RunArg, :InstanceNum, :SchedulingStrategy, :RestartPolicy, :ServiceSpecEncode, :IstioMemRequest, :IstioCpuRequest, :IstioMemLimit, :IstioCpuLimit, :ServiceGovernanceConfig, :AgentMemRequest, :AgentCpuRequest, :AgentMemLimit, :AgentCpuLimit, :UpdateType, :UpdateIvl, :MaxSurge, :MaxUnavailable, :WarmupSetting, :ConfigTemplateId, :ConfigTemplateVersion, :VolumeClean, :NamespaceId, :DeployAgent, :AgentProfileList, :ServiceClean, :EnvClean, :DeployDesc, :K8sNamespaceName, :StaticIpEnabled, :PodManagementPolicyType, :Partition
|
6779
|
+
|
6780
|
+
def initialize(applicationid=nil, observabilityconfig=nil, clusterid=nil, groupid=nil, envs=nil, volumemountinfolist=nil, lifecyclehooklist=nil, additionalcontainerlist=nil, volumeinfolist=nil, servicesettinglist=nil, _alias=nil, groupname=nil, tags=nil, containerkind=nil, server=nil, reponame=nil, repotype=nil, tcrrepoinfo=nil, secretname=nil, tagname=nil, healthchecksettings=nil, cpurequest=nil, cpulimit=nil, memrequest=nil, memlimit=nil, jvmopts=nil, initcontainerenable=nil, privilegecontainerenable=nil, runcommand=nil, runarg=nil, instancenum=nil, schedulingstrategy=nil, restartpolicy=nil, servicespecencode=nil, istiomemrequest=nil, istiocpurequest=nil, istiomemlimit=nil, istiocpulimit=nil, servicegovernanceconfig=nil, agentmemrequest=nil, agentcpurequest=nil, agentmemlimit=nil, agentcpulimit=nil, updatetype=nil, updateivl=nil, maxsurge=nil, maxunavailable=nil, warmupsetting=nil, configtemplateid=nil, configtemplateversion=nil, volumeclean=nil, namespaceid=nil, deployagent=nil, agentprofilelist=nil, serviceclean=nil, envclean=nil, deploydesc=nil, k8snamespacename=nil, staticipenabled=nil, podmanagementpolicytype=nil, partition=nil)
|
6771
6781
|
@ApplicationId = applicationid
|
6772
6782
|
@ObservabilityConfig = observabilityconfig
|
6773
6783
|
@ClusterId = clusterid
|
@@ -6825,6 +6835,10 @@ module TencentCloud
|
|
6825
6835
|
@ServiceClean = serviceclean
|
6826
6836
|
@EnvClean = envclean
|
6827
6837
|
@DeployDesc = deploydesc
|
6838
|
+
@K8sNamespaceName = k8snamespacename
|
6839
|
+
@StaticIpEnabled = staticipenabled
|
6840
|
+
@PodManagementPolicyType = podmanagementpolicytype
|
6841
|
+
@Partition = partition
|
6828
6842
|
end
|
6829
6843
|
|
6830
6844
|
def deserialize(params)
|
@@ -6959,6 +6973,10 @@ module TencentCloud
|
|
6959
6973
|
@ServiceClean = params['ServiceClean']
|
6960
6974
|
@EnvClean = params['EnvClean']
|
6961
6975
|
@DeployDesc = params['DeployDesc']
|
6976
|
+
@K8sNamespaceName = params['K8sNamespaceName']
|
6977
|
+
@StaticIpEnabled = params['StaticIpEnabled']
|
6978
|
+
@PodManagementPolicyType = params['PodManagementPolicyType']
|
6979
|
+
@Partition = params['Partition']
|
6962
6980
|
end
|
6963
6981
|
end
|
6964
6982
|
|
@@ -7249,9 +7267,9 @@ module TencentCloud
|
|
7249
7267
|
|
7250
7268
|
# DeployGroup请求参数结构体
|
7251
7269
|
class DeployGroupRequest < TencentCloud::Common::AbstractModel
|
7252
|
-
# @param GroupId: 部署组ID
|
7270
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
7253
7271
|
# @type GroupId: String
|
7254
|
-
# @param PkgId:
|
7272
|
+
# @param PkgId: 软件包ID,可通过调用DescribeUploadInfo接口时[获取上传程序包信息](https://cloud.tencent.com/document/api/649/36078)返回的COS上传信息获取,登录[控制台](https://console.cloud.tencent.com/tsf/product?rid=1)进行查看
|
7255
7273
|
# @type PkgId: String
|
7256
7274
|
# @param StartupParameters: 部署组启动参数
|
7257
7275
|
# @type StartupParameters: String
|
@@ -7271,7 +7289,7 @@ module TencentCloud
|
|
7271
7289
|
# @type DeployBatch: Array
|
7272
7290
|
# @param DeployExeMode: 滚动发布的执行方式,auto表示自动, manual表示手动
|
7273
7291
|
# @type DeployExeMode: String
|
7274
|
-
# @param DeployWaitTime:
|
7292
|
+
# @param DeployWaitTime: 滚动发布每个批次的时间间隔,单位min。默认值是0,不等待。
|
7275
7293
|
# @type DeployWaitTime: Integer
|
7276
7294
|
# @param StartScript: 启动脚本 base64编码
|
7277
7295
|
# @type StartScript: String
|
@@ -7702,7 +7720,7 @@ module TencentCloud
|
|
7702
7720
|
|
7703
7721
|
# DescribeApplicationAttribute请求参数结构体
|
7704
7722
|
class DescribeApplicationAttributeRequest < TencentCloud::Common::AbstractModel
|
7705
|
-
# @param ApplicationId:
|
7723
|
+
# @param ApplicationId: 【应用ID】,可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。
|
7706
7724
|
# @type ApplicationId: String
|
7707
7725
|
|
7708
7726
|
attr_accessor :ApplicationId
|
@@ -7793,11 +7811,14 @@ module TencentCloud
|
|
7793
7811
|
# @type Offset: Integer
|
7794
7812
|
# @param Limit: 数量限制,默认为20,最大值为100。关于Limit详见[API简介](https://cloud.tencent.com/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)
|
7795
7813
|
# @type Limit: Integer
|
7796
|
-
# @param ApplicationType:
|
7814
|
+
# @param ApplicationType: 指定应用类型,目前支持:
|
7815
|
+
# - `V`:普通应用/CVM应用
|
7816
|
+
# - `C`:容器应用
|
7817
|
+
# - `S`:serverless 应用
|
7797
7818
|
# @type ApplicationType: String
|
7798
7819
|
# @param MicroserviceType: 应用的微服务类型
|
7799
7820
|
# @type MicroserviceType: String
|
7800
|
-
# @param ApplicationResourceTypeList:
|
7821
|
+
# @param ApplicationResourceTypeList: 应用资源类型列表;DEF 表示默认资源类型;GW 表示网关资源类型
|
7801
7822
|
# @type ApplicationResourceTypeList: Array
|
7802
7823
|
# @param ApplicationIdList: IdList
|
7803
7824
|
# @type ApplicationIdList: Array
|
@@ -8529,7 +8550,7 @@ module TencentCloud
|
|
8529
8550
|
|
8530
8551
|
# DescribeContainerGroupAttribute请求参数结构体
|
8531
8552
|
class DescribeContainerGroupAttributeRequest < TencentCloud::Common::AbstractModel
|
8532
|
-
# @param GroupId: 部署组ID
|
8553
|
+
# @param GroupId: 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-ab958z6y
|
8533
8554
|
# @type GroupId: String
|
8534
8555
|
|
8535
8556
|
attr_accessor :GroupId
|
@@ -8646,7 +8667,7 @@ module TencentCloud
|
|
8646
8667
|
|
8647
8668
|
# DescribeContainerGroups请求参数结构体
|
8648
8669
|
class DescribeContainerGroupsRequest < TencentCloud::Common::AbstractModel
|
8649
|
-
# @param ApplicationId:
|
8670
|
+
# @param ApplicationId: 分组所属【应用ID】,可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。
|
8650
8671
|
# @type ApplicationId: String
|
8651
8672
|
# @param SearchWord: 搜索字段,模糊搜索groupName字段
|
8652
8673
|
# @type SearchWord: String
|
@@ -8658,9 +8679,9 @@ module TencentCloud
|
|
8658
8679
|
# @type Offset: Integer
|
8659
8680
|
# @param Limit: 分页个数,默认为20, 取值应为1~50
|
8660
8681
|
# @type Limit: Integer
|
8661
|
-
# @param ClusterId:
|
8682
|
+
# @param ClusterId: 分组所属【集群ID】,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker)进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。
|
8662
8683
|
# @type ClusterId: String
|
8663
|
-
# @param NamespaceId:
|
8684
|
+
# @param NamespaceId: 分组所属【命名空间 ID】,可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。
|
8664
8685
|
# @type NamespaceId: String
|
8665
8686
|
|
8666
8687
|
attr_accessor :ApplicationId, :SearchWord, :OrderBy, :OrderType, :Offset, :Limit, :ClusterId, :NamespaceId
|
@@ -11211,9 +11232,9 @@ module TencentCloud
|
|
11211
11232
|
class DescribeProgramsRequest < TencentCloud::Common::AbstractModel
|
11212
11233
|
# @param SearchWord: 模糊查询数据集ID,数据集名称,不传入时查询全量
|
11213
11234
|
# @type SearchWord: String
|
11214
|
-
# @param Limit:
|
11235
|
+
# @param Limit: 每页数量,默认值20
|
11215
11236
|
# @type Limit: Integer
|
11216
|
-
# @param Offset:
|
11237
|
+
# @param Offset: 起始偏移量,默认值0
|
11217
11238
|
# @type Offset: Integer
|
11218
11239
|
|
11219
11240
|
attr_accessor :SearchWord, :Limit, :Offset
|
@@ -11949,7 +11970,7 @@ module TencentCloud
|
|
11949
11970
|
# @type Offset: Integer
|
11950
11971
|
# @param MicroserviceType: 微服务类型
|
11951
11972
|
# @type MicroserviceType: String
|
11952
|
-
# @param ApplicationResourceTypeList:
|
11973
|
+
# @param ApplicationResourceTypeList: 应用资源类型列表;DEF 表示默认资源类型;GW 表示网关资源类型
|
11953
11974
|
# @type ApplicationResourceTypeList: Array
|
11954
11975
|
# @param SearchWord: 通过id和name进行关键词过滤
|
11955
11976
|
# @type SearchWord: String
|
@@ -12069,17 +12090,17 @@ module TencentCloud
|
|
12069
12090
|
|
12070
12091
|
# DescribeSimpleGroups请求参数结构体
|
12071
12092
|
class DescribeSimpleGroupsRequest < TencentCloud::Common::AbstractModel
|
12072
|
-
# @param GroupIdList:
|
12093
|
+
# @param GroupIdList: 按照【部署组ID】进行过滤,不填写时查询全量。可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-zvw6zp9a&tab=publish&subTab=group)进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。
|
12073
12094
|
# @type GroupIdList: Array
|
12074
|
-
# @param ApplicationId:
|
12095
|
+
# @param ApplicationId: 按照【应用ID】进行过滤,不填写时查询全量。可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。
|
12075
12096
|
# @type ApplicationId: String
|
12076
|
-
# @param ClusterId:
|
12097
|
+
# @param ClusterId: 按照【集群ID】进行过滤,不填写时查询全量。可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker)进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。
|
12077
12098
|
# @type ClusterId: String
|
12078
|
-
# @param NamespaceId:
|
12099
|
+
# @param NamespaceId: 按照【命名空间ID】进行过滤,不填写时查询全量。可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。
|
12079
12100
|
# @type NamespaceId: String
|
12080
|
-
# @param Limit:
|
12101
|
+
# @param Limit: 每页条数,默认值20,无上限
|
12081
12102
|
# @type Limit: Integer
|
12082
|
-
# @param Offset:
|
12103
|
+
# @param Offset: 起始偏移量,默认值0
|
12083
12104
|
# @type Offset: Integer
|
12084
12105
|
# @param GroupId: 部署组ID,不填写时查询全量
|
12085
12106
|
# @type GroupId: String
|
@@ -12150,7 +12171,7 @@ module TencentCloud
|
|
12150
12171
|
# @type Offset: Integer
|
12151
12172
|
# @param NamespaceId: 命名空间ID,按照【命名空间ID】进行过滤,可通过调用[DescribeNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录控制台进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新命名空间。
|
12152
12173
|
# @type NamespaceId: String
|
12153
|
-
# @param NamespaceResourceTypeList:
|
12174
|
+
# @param NamespaceResourceTypeList: 查询资源类型列表;DEF 表示默认资源类型;GW 表示网关资源类型
|
12154
12175
|
# @type NamespaceResourceTypeList: Array
|
12155
12176
|
# @param SearchWord: 通过id和name进行过滤
|
12156
12177
|
# @type SearchWord: String
|
@@ -13979,10 +14000,14 @@ module TencentCloud
|
|
13979
14000
|
# @param Status: 发布状态
|
13980
14001
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
13981
14002
|
# @type Status: String
|
14003
|
+
# @param DeleteDisabled: 是否禁用删除
|
14004
|
+
# @type DeleteDisabled: Boolean
|
14005
|
+
# @param DeleteDisabledReason: 禁用原因
|
14006
|
+
# @type DeleteDisabledReason: String
|
13982
14007
|
|
13983
|
-
attr_accessor :Id, :Name, :Type, :Description, :CreatedTime, :UpdatedTime, :Status
|
14008
|
+
attr_accessor :Id, :Name, :Type, :Description, :CreatedTime, :UpdatedTime, :Status, :DeleteDisabled, :DeleteDisabledReason
|
13984
14009
|
|
13985
|
-
def initialize(id=nil, name=nil, type=nil, description=nil, createdtime=nil, updatedtime=nil, status=nil)
|
14010
|
+
def initialize(id=nil, name=nil, type=nil, description=nil, createdtime=nil, updatedtime=nil, status=nil, deletedisabled=nil, deletedisabledreason=nil)
|
13986
14011
|
@Id = id
|
13987
14012
|
@Name = name
|
13988
14013
|
@Type = type
|
@@ -13990,6 +14015,8 @@ module TencentCloud
|
|
13990
14015
|
@CreatedTime = createdtime
|
13991
14016
|
@UpdatedTime = updatedtime
|
13992
14017
|
@Status = status
|
14018
|
+
@DeleteDisabled = deletedisabled
|
14019
|
+
@DeleteDisabledReason = deletedisabledreason
|
13993
14020
|
end
|
13994
14021
|
|
13995
14022
|
def deserialize(params)
|
@@ -14000,6 +14027,8 @@ module TencentCloud
|
|
14000
14027
|
@CreatedTime = params['CreatedTime']
|
14001
14028
|
@UpdatedTime = params['UpdatedTime']
|
14002
14029
|
@Status = params['Status']
|
14030
|
+
@DeleteDisabled = params['DeleteDisabled']
|
14031
|
+
@DeleteDisabledReason = params['DeleteDisabledReason']
|
14003
14032
|
end
|
14004
14033
|
end
|
14005
14034
|
|
@@ -15801,10 +15830,16 @@ module TencentCloud
|
|
15801
15830
|
# @param LaneGroupId: 泳道部署组ID
|
15802
15831
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
15803
15832
|
# @type LaneGroupId: String
|
15833
|
+
# @param DeleteDisabled: 是否禁用删除。
|
15834
|
+
# true:禁用
|
15835
|
+
# false:取消禁用
|
15836
|
+
# @type DeleteDisabled: Boolean
|
15837
|
+
# @param DeleteDisabledReason: 禁用原因
|
15838
|
+
# @type DeleteDisabledReason: String
|
15804
15839
|
|
15805
|
-
attr_accessor :LaneId, :LaneName, :Remark, :CreateTime, :UpdateTime, :LaneGroupList, :Entrance, :NamespaceIdList, :LaneGroupId
|
15840
|
+
attr_accessor :LaneId, :LaneName, :Remark, :CreateTime, :UpdateTime, :LaneGroupList, :Entrance, :NamespaceIdList, :LaneGroupId, :DeleteDisabled, :DeleteDisabledReason
|
15806
15841
|
|
15807
|
-
def initialize(laneid=nil, lanename=nil, remark=nil, createtime=nil, updatetime=nil, lanegrouplist=nil, entrance=nil, namespaceidlist=nil, lanegroupid=nil)
|
15842
|
+
def initialize(laneid=nil, lanename=nil, remark=nil, createtime=nil, updatetime=nil, lanegrouplist=nil, entrance=nil, namespaceidlist=nil, lanegroupid=nil, deletedisabled=nil, deletedisabledreason=nil)
|
15808
15843
|
@LaneId = laneid
|
15809
15844
|
@LaneName = lanename
|
15810
15845
|
@Remark = remark
|
@@ -15814,6 +15849,8 @@ module TencentCloud
|
|
15814
15849
|
@Entrance = entrance
|
15815
15850
|
@NamespaceIdList = namespaceidlist
|
15816
15851
|
@LaneGroupId = lanegroupid
|
15852
|
+
@DeleteDisabled = deletedisabled
|
15853
|
+
@DeleteDisabledReason = deletedisabledreason
|
15817
15854
|
end
|
15818
15855
|
|
15819
15856
|
def deserialize(params)
|
@@ -15833,6 +15870,8 @@ module TencentCloud
|
|
15833
15870
|
@Entrance = params['Entrance']
|
15834
15871
|
@NamespaceIdList = params['NamespaceIdList']
|
15835
15872
|
@LaneGroupId = params['LaneGroupId']
|
15873
|
+
@DeleteDisabled = params['DeleteDisabled']
|
15874
|
+
@DeleteDisabledReason = params['DeleteDisabledReason']
|
15836
15875
|
end
|
15837
15876
|
end
|
15838
15877
|
|
@@ -16907,7 +16946,7 @@ module TencentCloud
|
|
16907
16946
|
|
16908
16947
|
# ModifyProgram请求参数结构体
|
16909
16948
|
class ModifyProgramRequest < TencentCloud::Common::AbstractModel
|
16910
|
-
# @param ProgramId: 数据集ID
|
16949
|
+
# @param ProgramId: 数据集ID,调用[DescribePrograms](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program)查询接口会返回数据集信息,包括programId
|
16911
16950
|
# @type ProgramId: String
|
16912
16951
|
# @param ProgramName: 数据集名称,不传入时不更新
|
16913
16952
|
# @type ProgramName: String
|
@@ -19729,10 +19768,12 @@ module TencentCloud
|
|
19729
19768
|
# @type GroupResourceType: String
|
19730
19769
|
# @param AppMicroServiceType: 应用微服务类型
|
19731
19770
|
# @type AppMicroServiceType: String
|
19771
|
+
# @param K8sNamespaceName: k8s 命名空间名称
|
19772
|
+
# @type K8sNamespaceName: String
|
19732
19773
|
|
19733
|
-
attr_accessor :GroupId, :GroupName, :ApplicationId, :ApplicationName, :ApplicationType, :ClusterId, :ClusterName, :ClusterType, :NamespaceId, :NamespaceName, :StartupParameters, :GroupResourceType, :AppMicroServiceType
|
19774
|
+
attr_accessor :GroupId, :GroupName, :ApplicationId, :ApplicationName, :ApplicationType, :ClusterId, :ClusterName, :ClusterType, :NamespaceId, :NamespaceName, :StartupParameters, :GroupResourceType, :AppMicroServiceType, :K8sNamespaceName
|
19734
19775
|
|
19735
|
-
def initialize(groupid=nil, groupname=nil, applicationid=nil, applicationname=nil, applicationtype=nil, clusterid=nil, clustername=nil, clustertype=nil, namespaceid=nil, namespacename=nil, startupparameters=nil, groupresourcetype=nil, appmicroservicetype=nil)
|
19776
|
+
def initialize(groupid=nil, groupname=nil, applicationid=nil, applicationname=nil, applicationtype=nil, clusterid=nil, clustername=nil, clustertype=nil, namespaceid=nil, namespacename=nil, startupparameters=nil, groupresourcetype=nil, appmicroservicetype=nil, k8snamespacename=nil)
|
19736
19777
|
@GroupId = groupid
|
19737
19778
|
@GroupName = groupname
|
19738
19779
|
@ApplicationId = applicationid
|
@@ -19746,6 +19787,7 @@ module TencentCloud
|
|
19746
19787
|
@StartupParameters = startupparameters
|
19747
19788
|
@GroupResourceType = groupresourcetype
|
19748
19789
|
@AppMicroServiceType = appmicroservicetype
|
19790
|
+
@K8sNamespaceName = k8snamespacename
|
19749
19791
|
end
|
19750
19792
|
|
19751
19793
|
def deserialize(params)
|
@@ -19762,6 +19804,7 @@ module TencentCloud
|
|
19762
19804
|
@StartupParameters = params['StartupParameters']
|
19763
19805
|
@GroupResourceType = params['GroupResourceType']
|
19764
19806
|
@AppMicroServiceType = params['AppMicroServiceType']
|
19807
|
+
@K8sNamespaceName = params['K8sNamespaceName']
|
19765
19808
|
end
|
19766
19809
|
end
|
19767
19810
|
|
@@ -19827,7 +19870,7 @@ module TencentCloud
|
|
19827
19870
|
|
19828
19871
|
# StartGroup请求参数结构体
|
19829
19872
|
class StartGroupRequest < TencentCloud::Common::AbstractModel
|
19830
|
-
# @param GroupId:
|
19873
|
+
# @param GroupId: 按照【部署组ID】进行部署组启动,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-zvw6zp9a&tab=publish&subTab=group)进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。
|
19831
19874
|
# @type GroupId: String
|
19832
19875
|
|
19833
19876
|
attr_accessor :GroupId
|
@@ -19932,7 +19975,7 @@ module TencentCloud
|
|
19932
19975
|
|
19933
19976
|
# StopGroup请求参数结构体
|
19934
19977
|
class StopGroupRequest < TencentCloud::Common::AbstractModel
|
19935
|
-
# @param GroupId:
|
19978
|
+
# @param GroupId: 按照【部署组ID】进行部署组删除,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-zvw6zp9a&tab=publish&subTab=group)进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。
|
19936
19979
|
# @type GroupId: String
|
19937
19980
|
|
19938
19981
|
attr_accessor :GroupId
|
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.1124
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|