tencentcloud-sdk-tsf 3.0.1123 → 3.0.1125
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 +97 -53
- 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: 729e3acf92f83e3dc6fab9cd889178c1d5dcb2b8
|
4
|
+
data.tar.gz: d19976564f6fe363211164fe0955ace4e1461133
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 59e7f99ce8fd34793abae1ff7ac2fc40b0919c837705d99726effb0bcd8cc7e9e7cc5f5afc5e3d99f1a867e25010c22d902c139148fc44ce8c7ef38c5cd60cb5
|
7
|
+
data.tar.gz: 473354d7fb178fd97d339c5937eb4462dbc5b2227f89fc0b84f5496ba4c40c927d439b2e487439f498bb926601b65bbf1cbd887d6e341de8c3c97197f65d4b17
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1125
|
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
|
@@ -5813,7 +5815,8 @@ module TencentCloud
|
|
5813
5815
|
|
5814
5816
|
# DeleteContainerGroup请求参数结构体
|
5815
5817
|
class DeleteContainerGroupRequest < TencentCloud::Common::AbstractModel
|
5816
|
-
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)
|
5818
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或[登录控制台](https://console.cloud.tencent.com/tsf/app-group-docker-detail?rid=1&id=group-aedpen6v)
|
5819
|
+
# 进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
5817
5820
|
# @type GroupId: String
|
5818
5821
|
|
5819
5822
|
attr_accessor :GroupId
|
@@ -6764,10 +6767,18 @@ module TencentCloud
|
|
6764
6767
|
# @type EnvClean: Boolean
|
6765
6768
|
# @param DeployDesc: 本次部署的描述信息
|
6766
6769
|
# @type DeployDesc: String
|
6767
|
-
|
6768
|
-
|
6769
|
-
|
6770
|
-
|
6770
|
+
# @param K8sNamespaceName: k8s命名空间名称
|
6771
|
+
# @type K8sNamespaceName: String
|
6772
|
+
# @param StaticIpEnabled: 是否启用静态IP
|
6773
|
+
# @type StaticIpEnabled: Boolean
|
6774
|
+
# @param PodManagementPolicyType: 启动策略[OrderedReady/Parallel]
|
6775
|
+
# @type PodManagementPolicyType: String
|
6776
|
+
# @param Partition: 滚动更新分区序号
|
6777
|
+
# @type Partition: Integer
|
6778
|
+
|
6779
|
+
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
|
6780
|
+
|
6781
|
+
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
6782
|
@ApplicationId = applicationid
|
6772
6783
|
@ObservabilityConfig = observabilityconfig
|
6773
6784
|
@ClusterId = clusterid
|
@@ -6825,6 +6836,10 @@ module TencentCloud
|
|
6825
6836
|
@ServiceClean = serviceclean
|
6826
6837
|
@EnvClean = envclean
|
6827
6838
|
@DeployDesc = deploydesc
|
6839
|
+
@K8sNamespaceName = k8snamespacename
|
6840
|
+
@StaticIpEnabled = staticipenabled
|
6841
|
+
@PodManagementPolicyType = podmanagementpolicytype
|
6842
|
+
@Partition = partition
|
6828
6843
|
end
|
6829
6844
|
|
6830
6845
|
def deserialize(params)
|
@@ -6959,6 +6974,10 @@ module TencentCloud
|
|
6959
6974
|
@ServiceClean = params['ServiceClean']
|
6960
6975
|
@EnvClean = params['EnvClean']
|
6961
6976
|
@DeployDesc = params['DeployDesc']
|
6977
|
+
@K8sNamespaceName = params['K8sNamespaceName']
|
6978
|
+
@StaticIpEnabled = params['StaticIpEnabled']
|
6979
|
+
@PodManagementPolicyType = params['PodManagementPolicyType']
|
6980
|
+
@Partition = params['Partition']
|
6962
6981
|
end
|
6963
6982
|
end
|
6964
6983
|
|
@@ -7249,9 +7268,9 @@ module TencentCloud
|
|
7249
7268
|
|
7250
7269
|
# DeployGroup请求参数结构体
|
7251
7270
|
class DeployGroupRequest < TencentCloud::Common::AbstractModel
|
7252
|
-
# @param GroupId: 部署组ID
|
7271
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
7253
7272
|
# @type GroupId: String
|
7254
|
-
# @param PkgId:
|
7273
|
+
# @param PkgId: 软件包ID,可通过调用DescribeUploadInfo接口时[获取上传程序包信息](https://cloud.tencent.com/document/api/649/36078)返回的COS上传信息获取,登录[控制台](https://console.cloud.tencent.com/tsf/product?rid=1)进行查看
|
7255
7274
|
# @type PkgId: String
|
7256
7275
|
# @param StartupParameters: 部署组启动参数
|
7257
7276
|
# @type StartupParameters: String
|
@@ -7271,7 +7290,7 @@ module TencentCloud
|
|
7271
7290
|
# @type DeployBatch: Array
|
7272
7291
|
# @param DeployExeMode: 滚动发布的执行方式,auto表示自动, manual表示手动
|
7273
7292
|
# @type DeployExeMode: String
|
7274
|
-
# @param DeployWaitTime:
|
7293
|
+
# @param DeployWaitTime: 滚动发布每个批次的时间间隔,单位min。默认值是0,不等待。
|
7275
7294
|
# @type DeployWaitTime: Integer
|
7276
7295
|
# @param StartScript: 启动脚本 base64编码
|
7277
7296
|
# @type StartScript: String
|
@@ -7702,7 +7721,7 @@ module TencentCloud
|
|
7702
7721
|
|
7703
7722
|
# DescribeApplicationAttribute请求参数结构体
|
7704
7723
|
class DescribeApplicationAttributeRequest < TencentCloud::Common::AbstractModel
|
7705
|
-
# @param ApplicationId:
|
7724
|
+
# @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
7725
|
# @type ApplicationId: String
|
7707
7726
|
|
7708
7727
|
attr_accessor :ApplicationId
|
@@ -7793,11 +7812,14 @@ module TencentCloud
|
|
7793
7812
|
# @type Offset: Integer
|
7794
7813
|
# @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
7814
|
# @type Limit: Integer
|
7796
|
-
# @param ApplicationType:
|
7815
|
+
# @param ApplicationType: 指定应用类型,目前支持:
|
7816
|
+
# - `V`:普通应用/CVM应用
|
7817
|
+
# - `C`:容器应用
|
7818
|
+
# - `S`:serverless 应用
|
7797
7819
|
# @type ApplicationType: String
|
7798
7820
|
# @param MicroserviceType: 应用的微服务类型
|
7799
7821
|
# @type MicroserviceType: String
|
7800
|
-
# @param ApplicationResourceTypeList:
|
7822
|
+
# @param ApplicationResourceTypeList: 应用资源类型列表;DEF 表示默认资源类型;GW 表示网关资源类型
|
7801
7823
|
# @type ApplicationResourceTypeList: Array
|
7802
7824
|
# @param ApplicationIdList: IdList
|
7803
7825
|
# @type ApplicationIdList: Array
|
@@ -8529,7 +8551,7 @@ module TencentCloud
|
|
8529
8551
|
|
8530
8552
|
# DescribeContainerGroupAttribute请求参数结构体
|
8531
8553
|
class DescribeContainerGroupAttributeRequest < TencentCloud::Common::AbstractModel
|
8532
|
-
# @param GroupId: 部署组ID
|
8554
|
+
# @param GroupId: 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-ab958z6y
|
8533
8555
|
# @type GroupId: String
|
8534
8556
|
|
8535
8557
|
attr_accessor :GroupId
|
@@ -8646,7 +8668,7 @@ module TencentCloud
|
|
8646
8668
|
|
8647
8669
|
# DescribeContainerGroups请求参数结构体
|
8648
8670
|
class DescribeContainerGroupsRequest < TencentCloud::Common::AbstractModel
|
8649
|
-
# @param ApplicationId:
|
8671
|
+
# @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
8672
|
# @type ApplicationId: String
|
8651
8673
|
# @param SearchWord: 搜索字段,模糊搜索groupName字段
|
8652
8674
|
# @type SearchWord: String
|
@@ -8658,9 +8680,9 @@ module TencentCloud
|
|
8658
8680
|
# @type Offset: Integer
|
8659
8681
|
# @param Limit: 分页个数,默认为20, 取值应为1~50
|
8660
8682
|
# @type Limit: Integer
|
8661
|
-
# @param ClusterId:
|
8683
|
+
# @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
8684
|
# @type ClusterId: String
|
8663
|
-
# @param NamespaceId:
|
8685
|
+
# @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
8686
|
# @type NamespaceId: String
|
8665
8687
|
|
8666
8688
|
attr_accessor :ApplicationId, :SearchWord, :OrderBy, :OrderType, :Offset, :Limit, :ClusterId, :NamespaceId
|
@@ -11211,9 +11233,9 @@ module TencentCloud
|
|
11211
11233
|
class DescribeProgramsRequest < TencentCloud::Common::AbstractModel
|
11212
11234
|
# @param SearchWord: 模糊查询数据集ID,数据集名称,不传入时查询全量
|
11213
11235
|
# @type SearchWord: String
|
11214
|
-
# @param Limit:
|
11236
|
+
# @param Limit: 每页数量,默认值20
|
11215
11237
|
# @type Limit: Integer
|
11216
|
-
# @param Offset:
|
11238
|
+
# @param Offset: 起始偏移量,默认值0
|
11217
11239
|
# @type Offset: Integer
|
11218
11240
|
|
11219
11241
|
attr_accessor :SearchWord, :Limit, :Offset
|
@@ -11742,10 +11764,10 @@ module TencentCloud
|
|
11742
11764
|
|
11743
11765
|
# DescribeResourceConfig
|
11744
11766
|
class DescribeResourceConfigLicenseFunction < TencentCloud::Common::AbstractModel
|
11745
|
-
# @param Name:
|
11767
|
+
# @param Name: 功能名
|
11746
11768
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
11747
11769
|
# @type Name: String
|
11748
|
-
# @param Enable:
|
11770
|
+
# @param Enable: 是否启用
|
11749
11771
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
11750
11772
|
# @type Enable: Boolean
|
11751
11773
|
|
@@ -11897,7 +11919,7 @@ module TencentCloud
|
|
11897
11919
|
|
11898
11920
|
# DescribeResourceTaskStatus请求参数结构体
|
11899
11921
|
class DescribeResourceTaskStatusRequest < TencentCloud::Common::AbstractModel
|
11900
|
-
# @param TaskId: 容器实例任务ID,可通过调用
|
11922
|
+
# @param TaskId: 容器实例任务ID,可通过调用 [DeployContainerGroup](https://cloud.tencent.com/document/product/649/120669) 部署容器应用,查询其返回内容中的任务ID。
|
11901
11923
|
# @type TaskId: String
|
11902
11924
|
|
11903
11925
|
attr_accessor :TaskId
|
@@ -11949,7 +11971,7 @@ module TencentCloud
|
|
11949
11971
|
# @type Offset: Integer
|
11950
11972
|
# @param MicroserviceType: 微服务类型
|
11951
11973
|
# @type MicroserviceType: String
|
11952
|
-
# @param ApplicationResourceTypeList:
|
11974
|
+
# @param ApplicationResourceTypeList: 应用资源类型列表;DEF 表示默认资源类型;GW 表示网关资源类型
|
11953
11975
|
# @type ApplicationResourceTypeList: Array
|
11954
11976
|
# @param SearchWord: 通过id和name进行关键词过滤
|
11955
11977
|
# @type SearchWord: String
|
@@ -12069,17 +12091,17 @@ module TencentCloud
|
|
12069
12091
|
|
12070
12092
|
# DescribeSimpleGroups请求参数结构体
|
12071
12093
|
class DescribeSimpleGroupsRequest < TencentCloud::Common::AbstractModel
|
12072
|
-
# @param GroupIdList:
|
12094
|
+
# @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
12095
|
# @type GroupIdList: Array
|
12074
|
-
# @param ApplicationId:
|
12096
|
+
# @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
12097
|
# @type ApplicationId: String
|
12076
|
-
# @param ClusterId:
|
12098
|
+
# @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
12099
|
# @type ClusterId: String
|
12078
|
-
# @param NamespaceId:
|
12100
|
+
# @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
12101
|
# @type NamespaceId: String
|
12080
|
-
# @param Limit:
|
12102
|
+
# @param Limit: 每页条数,默认值20,无上限
|
12081
12103
|
# @type Limit: Integer
|
12082
|
-
# @param Offset:
|
12104
|
+
# @param Offset: 起始偏移量,默认值0
|
12083
12105
|
# @type Offset: Integer
|
12084
12106
|
# @param GroupId: 部署组ID,不填写时查询全量
|
12085
12107
|
# @type GroupId: String
|
@@ -12150,7 +12172,7 @@ module TencentCloud
|
|
12150
12172
|
# @type Offset: Integer
|
12151
12173
|
# @param NamespaceId: 命名空间ID,按照【命名空间ID】进行过滤,可通过调用[DescribeNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录控制台进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新命名空间。
|
12152
12174
|
# @type NamespaceId: String
|
12153
|
-
# @param NamespaceResourceTypeList:
|
12175
|
+
# @param NamespaceResourceTypeList: 查询资源类型列表;DEF 表示默认资源类型;GW 表示网关资源类型
|
12154
12176
|
# @type NamespaceResourceTypeList: Array
|
12155
12177
|
# @param SearchWord: 通过id和name进行过滤
|
12156
12178
|
# @type SearchWord: String
|
@@ -13979,10 +14001,14 @@ module TencentCloud
|
|
13979
14001
|
# @param Status: 发布状态
|
13980
14002
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
13981
14003
|
# @type Status: String
|
14004
|
+
# @param DeleteDisabled: 是否禁用删除
|
14005
|
+
# @type DeleteDisabled: Boolean
|
14006
|
+
# @param DeleteDisabledReason: 禁用原因
|
14007
|
+
# @type DeleteDisabledReason: String
|
13982
14008
|
|
13983
|
-
attr_accessor :Id, :Name, :Type, :Description, :CreatedTime, :UpdatedTime, :Status
|
14009
|
+
attr_accessor :Id, :Name, :Type, :Description, :CreatedTime, :UpdatedTime, :Status, :DeleteDisabled, :DeleteDisabledReason
|
13984
14010
|
|
13985
|
-
def initialize(id=nil, name=nil, type=nil, description=nil, createdtime=nil, updatedtime=nil, status=nil)
|
14011
|
+
def initialize(id=nil, name=nil, type=nil, description=nil, createdtime=nil, updatedtime=nil, status=nil, deletedisabled=nil, deletedisabledreason=nil)
|
13986
14012
|
@Id = id
|
13987
14013
|
@Name = name
|
13988
14014
|
@Type = type
|
@@ -13990,6 +14016,8 @@ module TencentCloud
|
|
13990
14016
|
@CreatedTime = createdtime
|
13991
14017
|
@UpdatedTime = updatedtime
|
13992
14018
|
@Status = status
|
14019
|
+
@DeleteDisabled = deletedisabled
|
14020
|
+
@DeleteDisabledReason = deletedisabledreason
|
13993
14021
|
end
|
13994
14022
|
|
13995
14023
|
def deserialize(params)
|
@@ -14000,6 +14028,8 @@ module TencentCloud
|
|
14000
14028
|
@CreatedTime = params['CreatedTime']
|
14001
14029
|
@UpdatedTime = params['UpdatedTime']
|
14002
14030
|
@Status = params['Status']
|
14031
|
+
@DeleteDisabled = params['DeleteDisabled']
|
14032
|
+
@DeleteDisabledReason = params['DeleteDisabledReason']
|
14003
14033
|
end
|
14004
14034
|
end
|
14005
14035
|
|
@@ -15801,10 +15831,16 @@ module TencentCloud
|
|
15801
15831
|
# @param LaneGroupId: 泳道部署组ID
|
15802
15832
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
15803
15833
|
# @type LaneGroupId: String
|
15834
|
+
# @param DeleteDisabled: 是否禁用删除。
|
15835
|
+
# true:禁用
|
15836
|
+
# false:取消禁用
|
15837
|
+
# @type DeleteDisabled: Boolean
|
15838
|
+
# @param DeleteDisabledReason: 禁用原因
|
15839
|
+
# @type DeleteDisabledReason: String
|
15804
15840
|
|
15805
|
-
attr_accessor :LaneId, :LaneName, :Remark, :CreateTime, :UpdateTime, :LaneGroupList, :Entrance, :NamespaceIdList, :LaneGroupId
|
15841
|
+
attr_accessor :LaneId, :LaneName, :Remark, :CreateTime, :UpdateTime, :LaneGroupList, :Entrance, :NamespaceIdList, :LaneGroupId, :DeleteDisabled, :DeleteDisabledReason
|
15806
15842
|
|
15807
|
-
def initialize(laneid=nil, lanename=nil, remark=nil, createtime=nil, updatetime=nil, lanegrouplist=nil, entrance=nil, namespaceidlist=nil, lanegroupid=nil)
|
15843
|
+
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
15844
|
@LaneId = laneid
|
15809
15845
|
@LaneName = lanename
|
15810
15846
|
@Remark = remark
|
@@ -15814,6 +15850,8 @@ module TencentCloud
|
|
15814
15850
|
@Entrance = entrance
|
15815
15851
|
@NamespaceIdList = namespaceidlist
|
15816
15852
|
@LaneGroupId = lanegroupid
|
15853
|
+
@DeleteDisabled = deletedisabled
|
15854
|
+
@DeleteDisabledReason = deletedisabledreason
|
15817
15855
|
end
|
15818
15856
|
|
15819
15857
|
def deserialize(params)
|
@@ -15833,6 +15871,8 @@ module TencentCloud
|
|
15833
15871
|
@Entrance = params['Entrance']
|
15834
15872
|
@NamespaceIdList = params['NamespaceIdList']
|
15835
15873
|
@LaneGroupId = params['LaneGroupId']
|
15874
|
+
@DeleteDisabled = params['DeleteDisabled']
|
15875
|
+
@DeleteDisabledReason = params['DeleteDisabledReason']
|
15836
15876
|
end
|
15837
15877
|
end
|
15838
15878
|
|
@@ -16907,7 +16947,7 @@ module TencentCloud
|
|
16907
16947
|
|
16908
16948
|
# ModifyProgram请求参数结构体
|
16909
16949
|
class ModifyProgramRequest < TencentCloud::Common::AbstractModel
|
16910
|
-
# @param ProgramId: 数据集ID
|
16950
|
+
# @param ProgramId: 数据集ID,调用[DescribePrograms](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program)查询接口会返回数据集信息,包括programId
|
16911
16951
|
# @type ProgramId: String
|
16912
16952
|
# @param ProgramName: 数据集名称,不传入时不更新
|
16913
16953
|
# @type ProgramName: String
|
@@ -19729,10 +19769,12 @@ module TencentCloud
|
|
19729
19769
|
# @type GroupResourceType: String
|
19730
19770
|
# @param AppMicroServiceType: 应用微服务类型
|
19731
19771
|
# @type AppMicroServiceType: String
|
19772
|
+
# @param K8sNamespaceName: k8s 命名空间名称
|
19773
|
+
# @type K8sNamespaceName: String
|
19732
19774
|
|
19733
|
-
attr_accessor :GroupId, :GroupName, :ApplicationId, :ApplicationName, :ApplicationType, :ClusterId, :ClusterName, :ClusterType, :NamespaceId, :NamespaceName, :StartupParameters, :GroupResourceType, :AppMicroServiceType
|
19775
|
+
attr_accessor :GroupId, :GroupName, :ApplicationId, :ApplicationName, :ApplicationType, :ClusterId, :ClusterName, :ClusterType, :NamespaceId, :NamespaceName, :StartupParameters, :GroupResourceType, :AppMicroServiceType, :K8sNamespaceName
|
19734
19776
|
|
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)
|
19777
|
+
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
19778
|
@GroupId = groupid
|
19737
19779
|
@GroupName = groupname
|
19738
19780
|
@ApplicationId = applicationid
|
@@ -19746,6 +19788,7 @@ module TencentCloud
|
|
19746
19788
|
@StartupParameters = startupparameters
|
19747
19789
|
@GroupResourceType = groupresourcetype
|
19748
19790
|
@AppMicroServiceType = appmicroservicetype
|
19791
|
+
@K8sNamespaceName = k8snamespacename
|
19749
19792
|
end
|
19750
19793
|
|
19751
19794
|
def deserialize(params)
|
@@ -19762,6 +19805,7 @@ module TencentCloud
|
|
19762
19805
|
@StartupParameters = params['StartupParameters']
|
19763
19806
|
@GroupResourceType = params['GroupResourceType']
|
19764
19807
|
@AppMicroServiceType = params['AppMicroServiceType']
|
19808
|
+
@K8sNamespaceName = params['K8sNamespaceName']
|
19765
19809
|
end
|
19766
19810
|
end
|
19767
19811
|
|
@@ -19827,7 +19871,7 @@ module TencentCloud
|
|
19827
19871
|
|
19828
19872
|
# StartGroup请求参数结构体
|
19829
19873
|
class StartGroupRequest < TencentCloud::Common::AbstractModel
|
19830
|
-
# @param GroupId:
|
19874
|
+
# @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
19875
|
# @type GroupId: String
|
19832
19876
|
|
19833
19877
|
attr_accessor :GroupId
|
@@ -19932,7 +19976,7 @@ module TencentCloud
|
|
19932
19976
|
|
19933
19977
|
# StopGroup请求参数结构体
|
19934
19978
|
class StopGroupRequest < TencentCloud::Common::AbstractModel
|
19935
|
-
# @param GroupId:
|
19979
|
+
# @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
19980
|
# @type GroupId: String
|
19937
19981
|
|
19938
19982
|
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.1125
|
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-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|