tencentcloud-sdk-tsf 3.0.1128 → 3.0.1133
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/models.rb +73 -45
- 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: 9472b3371aa8858eff8228743d16d58fa17a347d
|
4
|
+
data.tar.gz: c685d8631b1783caec28ae7fb1255b76e1bfe222
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e19b919189b71941e4730b518996e2021fc4027ce4285872ac7fe1dd2c6427f23adb363b0262c0afe1ddf5b63808a0f6876b61766384cb7e0599c364cba413c0
|
7
|
+
data.tar.gz: be6ed1f5e4227ee4236e49a9ea57981b712f81fe25631aa366f94161d0248e38c23e9ac63f9232dfc6459099746793be62c71d993299d2fb944152a133e23b9e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1133
|
data/lib/v20180326/models.rb
CHANGED
@@ -1337,8 +1337,8 @@ module TencentCloud
|
|
1337
1337
|
|
1338
1338
|
attr_accessor :ConfigId, :ConfigName, :ConfigPath, :ConfigDesc, :ConfigTags, :ConfigPipeline, :ConfigCreateTime, :ConfigUpdateTime, :ConfigSchema, :ConfigAssociatedGroups, :ConfigAssociatedGroupList, :FilebeatConfigEnable, :FilebeatCloseTimeout, :FilebeatIgnoreOlder, :FilebeatHarvesterLimit, :FilebeatCloseInactive, :FilebeatCleanInactive
|
1339
1339
|
extend Gem::Deprecate
|
1340
|
-
deprecate :ConfigAssociatedGroups, :none, 2025,
|
1341
|
-
deprecate :ConfigAssociatedGroups=, :none, 2025,
|
1340
|
+
deprecate :ConfigAssociatedGroups, :none, 2025, 9
|
1341
|
+
deprecate :ConfigAssociatedGroups=, :none, 2025, 9
|
1342
1342
|
|
1343
1343
|
def initialize(configid=nil, configname=nil, configpath=nil, configdesc=nil, configtags=nil, configpipeline=nil, configcreatetime=nil, configupdatetime=nil, configschema=nil, configassociatedgroups=nil, configassociatedgrouplist=nil, filebeatconfigenable=nil, filebeatclosetimeout=nil, filebeatignoreolder=nil, filebeatharvesterlimit=nil, filebeatcloseinactive=nil, filebeatcleaninactive=nil)
|
1344
1344
|
@ConfigId = configid
|
@@ -1806,7 +1806,7 @@ module TencentCloud
|
|
1806
1806
|
# @param KuberneteNativeType: K 表示通过kubeconfig 导入, S 表示通过service account导入
|
1807
1807
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1808
1808
|
# @type KuberneteNativeType: String
|
1809
|
-
# @param KuberneteNativeSecret:
|
1809
|
+
# @param KuberneteNativeSecret: Kubernetes 密钥
|
1810
1810
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1811
1811
|
# @type KuberneteNativeSecret: String
|
1812
1812
|
# @param EnableLogCollection: 是否开启cls日志功能
|
@@ -2455,7 +2455,7 @@ module TencentCloud
|
|
2455
2455
|
# @type LastTimestamp: Integer
|
2456
2456
|
# @param Type: 级别
|
2457
2457
|
# @type Type: String
|
2458
|
-
# @param Kind:
|
2458
|
+
# @param Kind: Kubernetes 资源类型,典型取值有 Deployment(部署资源)、Pod(容器组)、Service(服务资源) 等
|
2459
2459
|
# @type Kind: String
|
2460
2460
|
# @param Name: 资源名称
|
2461
2461
|
# @type Name: String
|
@@ -3723,10 +3723,10 @@ module TencentCloud
|
|
3723
3723
|
|
3724
3724
|
attr_accessor :ApplicationName, :ApplicationType, :MicroserviceType, :ApplicationDesc, :ApplicationLogConfig, :ApplicationResourceType, :ApplicationRuntimeType, :ProgramId, :ServiceConfigList, :IgnoreCreateImageRepository, :ProgramIdList, :ApmInstanceId, :ProgramLanguage, :FrameworkType, :ServiceGovernanceConfig, :CreateSameNameImageRepository
|
3725
3725
|
extend Gem::Deprecate
|
3726
|
-
deprecate :ApplicationLogConfig, :none, 2025,
|
3727
|
-
deprecate :ApplicationLogConfig=, :none, 2025,
|
3728
|
-
deprecate :ApplicationResourceType, :none, 2025,
|
3729
|
-
deprecate :ApplicationResourceType=, :none, 2025,
|
3726
|
+
deprecate :ApplicationLogConfig, :none, 2025, 9
|
3727
|
+
deprecate :ApplicationLogConfig=, :none, 2025, 9
|
3728
|
+
deprecate :ApplicationResourceType, :none, 2025, 9
|
3729
|
+
deprecate :ApplicationResourceType=, :none, 2025, 9
|
3730
3730
|
|
3731
3731
|
def initialize(applicationname=nil, applicationtype=nil, microservicetype=nil, applicationdesc=nil, applicationlogconfig=nil, applicationresourcetype=nil, applicationruntimetype=nil, programid=nil, serviceconfiglist=nil, ignorecreateimagerepository=nil, programidlist=nil, apminstanceid=nil, programlanguage=nil, frameworktype=nil, servicegovernanceconfig=nil, createsamenameimagerepository=nil)
|
3732
3732
|
@ApplicationName = applicationname
|
@@ -4182,7 +4182,7 @@ module TencentCloud
|
|
4182
4182
|
# @type MemRequest: String
|
4183
4183
|
# @param GroupResourceType: 部署组资源类型;DEF 表示默认资源类型
|
4184
4184
|
# @type GroupResourceType: String
|
4185
|
-
# @param SubnetId: 分组所属【子网ID
|
4185
|
+
# @param SubnetId: 分组所属【子网ID】,可前往私有网络[控制台](https://console.cloud.tencent.com/vpc/subnet?rid=1&unVpcId=vpc-6bs8ytjd)进行获取
|
4186
4186
|
# @type SubnetId: String
|
4187
4187
|
# @param AgentCpuRequest: agent 容器分配的 CPU 核数,对应 K8S 的 request
|
4188
4188
|
# @type AgentCpuRequest: String
|
@@ -5699,7 +5699,7 @@ module TencentCloud
|
|
5699
5699
|
|
5700
5700
|
# DeleteCluster请求参数结构体
|
5701
5701
|
class DeleteClusterRequest < TencentCloud::Common::AbstractModel
|
5702
|
-
# @param ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用DescribeClusters
|
5702
|
+
# @param ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
|
5703
5703
|
# @type ClusterId: String
|
5704
5704
|
# @param Unbind: 是否只解绑,不删除容器集群,默认不传则删除容器集群。
|
5705
5705
|
# @type Unbind: Boolean
|
@@ -7109,12 +7109,12 @@ module TencentCloud
|
|
7109
7109
|
|
7110
7110
|
attr_accessor :GroupId, :TagName, :InstanceNum, :Server, :Reponame, :CpuLimit, :MemLimit, :JvmOpts, :CpuRequest, :MemRequest, :DoNotStart, :RepoName, :UpdateType, :UpdateIvl, :AgentCpuRequest, :AgentCpuLimit, :AgentMemRequest, :AgentMemLimit, :IstioCpuRequest, :IstioCpuLimit, :IstioMemRequest, :IstioMemLimit, :MaxSurge, :MaxUnavailable, :HealthCheckSettings, :Envs, :ServiceSetting, :DeployAgent, :SchedulingStrategy, :IncrementalDeployment, :RepoType, :VolumeInfos, :VolumeMountInfos, :VolumeInfoList, :VolumeMountInfoList, :VolumeClean, :AgentProfileList, :WarmupSetting
|
7111
7111
|
extend Gem::Deprecate
|
7112
|
-
deprecate :Reponame, :none, 2025,
|
7113
|
-
deprecate :Reponame=, :none, 2025,
|
7114
|
-
deprecate :VolumeInfos, :none, 2025,
|
7115
|
-
deprecate :VolumeInfos=, :none, 2025,
|
7116
|
-
deprecate :VolumeMountInfos, :none, 2025,
|
7117
|
-
deprecate :VolumeMountInfos=, :none, 2025,
|
7112
|
+
deprecate :Reponame, :none, 2025, 9
|
7113
|
+
deprecate :Reponame=, :none, 2025, 9
|
7114
|
+
deprecate :VolumeInfos, :none, 2025, 9
|
7115
|
+
deprecate :VolumeInfos=, :none, 2025, 9
|
7116
|
+
deprecate :VolumeMountInfos, :none, 2025, 9
|
7117
|
+
deprecate :VolumeMountInfos=, :none, 2025, 9
|
7118
7118
|
|
7119
7119
|
def initialize(groupid=nil, tagname=nil, instancenum=nil, server=nil, cpulimit=nil, memlimit=nil, jvmopts=nil, cpurequest=nil, memrequest=nil, donotstart=nil, reponame=nil, updatetype=nil, updateivl=nil, agentcpurequest=nil, agentcpulimit=nil, agentmemrequest=nil, agentmemlimit=nil, istiocpurequest=nil, istiocpulimit=nil, istiomemrequest=nil, istiomemlimit=nil, maxsurge=nil, maxunavailable=nil, healthchecksettings=nil, envs=nil, servicesetting=nil, deployagent=nil, schedulingstrategy=nil, incrementaldeployment=nil, repotype=nil, volumeinfos=nil, volumemountinfos=nil, volumeinfolist=nil, volumemountinfolist=nil, volumeclean=nil, agentprofilelist=nil, warmupsetting=nil)
|
7120
7120
|
@GroupId = groupid
|
@@ -7962,7 +7962,7 @@ module TencentCloud
|
|
7962
7962
|
# @type Offset: Integer
|
7963
7963
|
# @param Limit: 单页请求配置数量,取值范围[1, 50],默认值为10
|
7964
7964
|
# @type Limit: Integer
|
7965
|
-
# @param SearchWord:
|
7965
|
+
# @param SearchWord: 模糊匹配关键词,可搜索配置项ID或配置项名称
|
7966
7966
|
# @type SearchWord: String
|
7967
7967
|
# @param DisableProgramAuthCheck: 是否禁用数据集鉴权
|
7968
7968
|
# @type DisableProgramAuthCheck: Boolean
|
@@ -8075,7 +8075,7 @@ module TencentCloud
|
|
8075
8075
|
class DescribeClustersRequest < TencentCloud::Common::AbstractModel
|
8076
8076
|
# @param SearchWord: 搜索词,可以搜索ID/名称/备注/标签
|
8077
8077
|
# @type SearchWord: String
|
8078
|
-
# @param OrderBy:
|
8078
|
+
# @param OrderBy: 排序字段,目前仅支持使用“创建时间”
|
8079
8079
|
# @type OrderBy: String
|
8080
8080
|
# @param OrderType: 排序方式,0表示升序,1表示倒序
|
8081
8081
|
# @type OrderType: Integer
|
@@ -8481,13 +8481,13 @@ module TencentCloud
|
|
8481
8481
|
class DescribeContainerEventsRequest < TencentCloud::Common::AbstractModel
|
8482
8482
|
# @param ResourceType: event 的资源类型, 仅支持 group
|
8483
8483
|
# @type ResourceType: String
|
8484
|
-
# @param ResourceId: 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup
|
8484
|
+
# @param ResourceId: 部署组ID,按照【部署组ID】进行过滤,可通过调用[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的项目列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的项目。
|
8485
8485
|
# @type ResourceId: String
|
8486
8486
|
# @param Offset: 偏移量,取值从0开始
|
8487
8487
|
# @type Offset: Integer
|
8488
8488
|
# @param Limit: 分页个数,默认为20, 取值应为1~50
|
8489
8489
|
# @type Limit: Integer
|
8490
|
-
# @param GroupId: 部署组ID
|
8490
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
8491
8491
|
# @type GroupId: String
|
8492
8492
|
# @param Kind: event的资源种类
|
8493
8493
|
# @type Kind: String
|
@@ -8550,7 +8550,7 @@ module TencentCloud
|
|
8550
8550
|
|
8551
8551
|
# DescribeContainerGroupAttribute请求参数结构体
|
8552
8552
|
class DescribeContainerGroupAttributeRequest < TencentCloud::Common::AbstractModel
|
8553
|
-
# @param GroupId: 部署组ID
|
8553
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
8554
8554
|
# @type GroupId: String
|
8555
8555
|
|
8556
8556
|
attr_accessor :GroupId
|
@@ -8589,7 +8589,7 @@ module TencentCloud
|
|
8589
8589
|
|
8590
8590
|
# DescribeContainerGroupDeployInfo请求参数结构体
|
8591
8591
|
class DescribeContainerGroupDeployInfoRequest < TencentCloud::Common::AbstractModel
|
8592
|
-
# @param GroupId: 部署组ID
|
8592
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
8593
8593
|
# @type GroupId: String
|
8594
8594
|
|
8595
8595
|
attr_accessor :GroupId
|
@@ -8856,11 +8856,11 @@ module TencentCloud
|
|
8856
8856
|
|
8857
8857
|
# DescribeDeliveryConfigs请求参数结构体
|
8858
8858
|
class DescribeDeliveryConfigsRequest < TencentCloud::Common::AbstractModel
|
8859
|
-
# @param SearchWord:
|
8859
|
+
# @param SearchWord: 搜索关键字,可搜索日志投递配置项ID或日志投递配置项名称
|
8860
8860
|
# @type SearchWord: String
|
8861
|
-
# @param Offset:
|
8861
|
+
# @param Offset: 偏移量,取值范围大于等于0,默认值为0
|
8862
8862
|
# @type Offset: Integer
|
8863
|
-
# @param Limit:
|
8863
|
+
# @param Limit: 单页请求配置数量,取值范围[1, 50],默认值为10
|
8864
8864
|
# @type Limit: Integer
|
8865
8865
|
# @param ProgramIdList: 数据集ID列表
|
8866
8866
|
# 可通过调用[DescribePrograms](https://cloud.tencent.com/document/product/649/73477)查询已创建的数据集列表或登录[控制台](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program&roleId=role-a22gwdwa)进行查看
|
@@ -9313,7 +9313,7 @@ module TencentCloud
|
|
9313
9313
|
|
9314
9314
|
# DescribeGroupAttribute请求参数结构体
|
9315
9315
|
class DescribeGroupAttributeRequest < TencentCloud::Common::AbstractModel
|
9316
|
-
# @param GroupId: 部署组ID
|
9316
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
9317
9317
|
# @type GroupId: String
|
9318
9318
|
|
9319
9319
|
attr_accessor :GroupId
|
@@ -10044,7 +10044,12 @@ module TencentCloud
|
|
10044
10044
|
|
10045
10045
|
# DescribeInstances请求参数结构体
|
10046
10046
|
class DescribeInstancesRequest < TencentCloud::Common::AbstractModel
|
10047
|
-
# @param Filters:
|
10047
|
+
# @param Filters: 过滤条件。多个 filter 之间是与关系,单个 filter 多个 value 之间是或关系。
|
10048
|
+
# 参考:[{"Name":"ip","Values":["172.16.16.139"]}]
|
10049
|
+
# filter name 取值范围:
|
10050
|
+
# - `id`:实例ID
|
10051
|
+
# - ` name `:实例名
|
10052
|
+
# - ` ip `:内网IP(可填wan_ip或lan_ip)
|
10048
10053
|
# @type Filters: Array
|
10049
10054
|
# @param Offset: 偏移量,默认为0
|
10050
10055
|
# @type Offset: Integer
|
@@ -10183,9 +10188,9 @@ module TencentCloud
|
|
10183
10188
|
# @type StartTime: String
|
10184
10189
|
# @param EndTime: 结束时间,格式yyyy-MM-dd HH:mm:ss
|
10185
10190
|
# @type EndTime: String
|
10186
|
-
# @param Offset: 开始index
|
10191
|
+
# @param Offset: 开始index,取值范围大于等于0,默认值为0
|
10187
10192
|
# @type Offset: Integer
|
10188
|
-
# @param Limit:
|
10193
|
+
# @param Limit: 单页请求配置数量,取值范围[1, 50],默认值为10
|
10189
10194
|
# @type Limit: Integer
|
10190
10195
|
# @param DimensionName: 聚合维度。可选值 NamespaceId:命名空间ID,GroupId:部署组ID,InstanceId:实例ID,ApplicationId:应用ID,OperationMethod:执行方法,OperationName:执行名称,ServiceName:服务名,UpstreamNamespaceId:上游命名空间ID
|
10191
10196
|
# @type DimensionName: String
|
@@ -11171,7 +11176,7 @@ module TencentCloud
|
|
11171
11176
|
|
11172
11177
|
# DescribePodInstances请求参数结构体
|
11173
11178
|
class DescribePodInstancesRequest < TencentCloud::Common::AbstractModel
|
11174
|
-
# @param GroupId:
|
11179
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
11175
11180
|
# @type GroupId: String
|
11176
11181
|
# @param Offset: 偏移量,取值从0开始
|
11177
11182
|
# @type Offset: Integer
|
@@ -13424,15 +13429,15 @@ module TencentCloud
|
|
13424
13429
|
class ExclusiveInstance < TencentCloud::Common::AbstractModel
|
13425
13430
|
# @param CenterType: 配置中心类型[注册中心Registration、配置中心Configuration]
|
13426
13431
|
# @type CenterType: String
|
13427
|
-
# @param InstanceId: 实例id
|
13432
|
+
# @param InstanceId: 实例id,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取
|
13428
13433
|
# @type InstanceId: String
|
13429
13434
|
# @param InstanceType: 实例类型,例如北极星Polaris
|
13430
13435
|
# @type InstanceType: String
|
13431
13436
|
# @param InstanceName: 实例名称
|
13432
13437
|
# @type InstanceName: String
|
13433
|
-
# @param RegionId: 实例地域id
|
13438
|
+
# @param RegionId: 实例地域id,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取
|
13434
13439
|
# @type RegionId: String
|
13435
|
-
# @param InstanceNamespaceId: 实例命名空间ID
|
13440
|
+
# @param InstanceNamespaceId: 实例命名空间ID,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取
|
13436
13441
|
# @type InstanceNamespaceId: String
|
13437
13442
|
|
13438
13443
|
attr_accessor :CenterType, :InstanceId, :InstanceType, :InstanceName, :RegionId, :InstanceNamespaceId
|
@@ -14350,11 +14355,25 @@ module TencentCloud
|
|
14350
14355
|
# @type ReadyCount: Integer
|
14351
14356
|
# @param Runtime: 运行时长,单位秒
|
14352
14357
|
# @type Runtime: String
|
14353
|
-
# @param CreatedAt:
|
14358
|
+
# @param CreatedAt: 实例启动时的时间戳,单位秒
|
14354
14359
|
# @type CreatedAt: String
|
14355
|
-
# @param ServiceInstanceStatus:
|
14360
|
+
# @param ServiceInstanceStatus: 服务实例状态,枚举值为:
|
14361
|
+
# - `Starting`:启动中
|
14362
|
+
# - `Running`:运行中
|
14363
|
+
# - `Stopping`:停止中
|
14364
|
+
# - `Stopped`: 已停止
|
14365
|
+
# - `StopFailed`: 停止失败
|
14366
|
+
# - `Abnormal`: 异常
|
14367
|
+
# - `Unknown`: 未知
|
14356
14368
|
# @type ServiceInstanceStatus: String
|
14357
|
-
# @param InstanceAvailableStatus:
|
14369
|
+
# @param InstanceAvailableStatus: 机器实例可使用状态,枚举值为:
|
14370
|
+
# - `Starting`:启动中
|
14371
|
+
# - `Running`:运行中
|
14372
|
+
# - `Stopping`:停止中
|
14373
|
+
# - `Stopped`: 已停止
|
14374
|
+
# - `StopFailed`: 停止失败
|
14375
|
+
# - `Abnormal`: 异常
|
14376
|
+
# - `Unknown`: 未知
|
14358
14377
|
# @type InstanceAvailableStatus: String
|
14359
14378
|
# @param InstanceStatus: 机器实例状态
|
14360
14379
|
# @type InstanceStatus: String
|
@@ -14833,8 +14852,8 @@ module TencentCloud
|
|
14833
14852
|
|
14834
14853
|
attr_accessor :Reponame, :Repotype, :TagCount, :IsPublic, :IsUserFavor, :IsQcloudOfficial, :FavorCount, :PullCount, :Description, :CreationTime, :UpdateTime, :TcrRepoInfo, :TcrBindingId, :ApplicationId, :ApplicationName, :ApplicationNameReal, :Public, :CreateMode, :RepoName, :RepoType
|
14835
14854
|
extend Gem::Deprecate
|
14836
|
-
deprecate :ApplicationName, :none, 2025,
|
14837
|
-
deprecate :ApplicationName=, :none, 2025,
|
14855
|
+
deprecate :ApplicationName, :none, 2025, 9
|
14856
|
+
deprecate :ApplicationName=, :none, 2025, 9
|
14838
14857
|
|
14839
14858
|
def initialize(reponame=nil, repotype=nil, tagcount=nil, ispublic=nil, isuserfavor=nil, isqcloudofficial=nil, favorcount=nil, pullcount=nil, description=nil, creationtime=nil, updatetime=nil, tcrrepoinfo=nil, tcrbindingid=nil, applicationid=nil, applicationname=nil, applicationnamereal=nil, public=nil, createmode=nil, reponame=nil, repotype=nil)
|
14840
14859
|
@Reponame = reponame
|
@@ -15293,7 +15312,16 @@ module TencentCloud
|
|
15293
15312
|
# @type WanIp: String
|
15294
15313
|
# @param VpcId: 机器所在VPC
|
15295
15314
|
# @type VpcId: String
|
15296
|
-
# @param InstanceStatus:
|
15315
|
+
# @param InstanceStatus: 机器运行状态,枚举值为:
|
15316
|
+
# - `Pending`: 准备中
|
15317
|
+
# - `Running`: 运行中
|
15318
|
+
# - `Stopped`: 已停止
|
15319
|
+
# - `Rebooting`: 重启中
|
15320
|
+
# - `Starting`: 启动中
|
15321
|
+
# - `Stopping`: 停止中
|
15322
|
+
# - `Abnormal`: 异常
|
15323
|
+
# - `Unknown`: 未知
|
15324
|
+
# - `Offline`: 离线
|
15297
15325
|
# @type InstanceStatus: String
|
15298
15326
|
# @param InstanceAvailableStatus: 机器可用状态(表示机器上的Agent在线)
|
15299
15327
|
# @type InstanceAvailableStatus: String
|
@@ -16396,7 +16424,7 @@ module TencentCloud
|
|
16396
16424
|
|
16397
16425
|
# ModifyApplication请求参数结构体
|
16398
16426
|
class ModifyApplicationRequest < TencentCloud::Common::AbstractModel
|
16399
|
-
# @param ApplicationId: 应用ID
|
16427
|
+
# @param ApplicationId: 应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
16400
16428
|
# @type ApplicationId: String
|
16401
16429
|
# @param ApplicationName: 应用名称
|
16402
16430
|
# @type ApplicationName: String
|
@@ -16470,7 +16498,7 @@ module TencentCloud
|
|
16470
16498
|
|
16471
16499
|
# ModifyCluster请求参数结构体
|
16472
16500
|
class ModifyClusterRequest < TencentCloud::Common::AbstractModel
|
16473
|
-
# @param ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用DescribeClusters
|
16501
|
+
# @param ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
|
16474
16502
|
# @type ClusterId: String
|
16475
16503
|
# @param ClusterName: 集群名称
|
16476
16504
|
# @type ClusterName: String
|
@@ -16637,7 +16665,7 @@ module TencentCloud
|
|
16637
16665
|
|
16638
16666
|
# ModifyGroup请求参数结构体
|
16639
16667
|
class ModifyGroupRequest < TencentCloud::Common::AbstractModel
|
16640
|
-
# @param GroupId: 部署组ID
|
16668
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
16641
16669
|
# @type GroupId: String
|
16642
16670
|
# @param GroupName: 部署组名称
|
16643
16671
|
# @type GroupName: String
|
@@ -16846,7 +16874,7 @@ module TencentCloud
|
|
16846
16874
|
|
16847
16875
|
# ModifyNamespace请求参数结构体
|
16848
16876
|
class ModifyNamespaceRequest < TencentCloud::Common::AbstractModel
|
16849
|
-
# @param NamespaceId: 命名空间ID,按照【命名空间ID】进行过滤,可通过调用DescribeNamespaces
|
16877
|
+
# @param NamespaceId: 命名空间ID,按照【命名空间ID】进行过滤,可通过调用[DescribeNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录控制台进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新命名空间。
|
16850
16878
|
# @type NamespaceId: String
|
16851
16879
|
# @param NamespaceName: 命名空间名称
|
16852
16880
|
# @type NamespaceName: String
|
@@ -20478,8 +20506,8 @@ module TencentCloud
|
|
20478
20506
|
|
20479
20507
|
attr_accessor :ThreadCount, :ThreadActive, :DeamonThreadCount, :DaemonThreadCount
|
20480
20508
|
extend Gem::Deprecate
|
20481
|
-
deprecate :DeamonThreadCount, :none, 2025,
|
20482
|
-
deprecate :DeamonThreadCount=, :none, 2025,
|
20509
|
+
deprecate :DeamonThreadCount, :none, 2025, 9
|
20510
|
+
deprecate :DeamonThreadCount=, :none, 2025, 9
|
20483
20511
|
|
20484
20512
|
def initialize(threadcount=nil, threadactive=nil, deamonthreadcount=nil, daemonthreadcount=nil)
|
20485
20513
|
@ThreadCount = threadcount
|
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.1133
|
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-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|