tencentcloud-sdk-tsf 3.0.494 → 3.0.496

Sign up to get free protection for your applications and to get access to all the features.
@@ -1495,6 +1495,201 @@ module TencentCloud
1495
1495
  end
1496
1496
  end
1497
1497
 
1498
+ # 集群详情
1499
+ class ClusterV2 < TencentCloud::Common::AbstractModel
1500
+ # @param ClusterId: 集群ID
1501
+ # 注意:此字段可能返回 null,表示取不到有效值。
1502
+ # @type ClusterId: String
1503
+ # @param ClusterName: 集群名称
1504
+ # 注意:此字段可能返回 null,表示取不到有效值。
1505
+ # @type ClusterName: String
1506
+ # @param ClusterDesc: 集群描述
1507
+ # 注意:此字段可能返回 null,表示取不到有效值。
1508
+ # @type ClusterDesc: String
1509
+ # @param ClusterType: 集群类型
1510
+ # 注意:此字段可能返回 null,表示取不到有效值。
1511
+ # @type ClusterType: String
1512
+ # @param VpcId: 集群所属私有网络ID
1513
+ # 注意:此字段可能返回 null,表示取不到有效值。
1514
+ # @type VpcId: String
1515
+ # @param ClusterStatus: 集群状态
1516
+ # 注意:此字段可能返回 null,表示取不到有效值。
1517
+ # @type ClusterStatus: String
1518
+ # @param ClusterCIDR: 集群CIDR
1519
+ # 注意:此字段可能返回 null,表示取不到有效值。
1520
+ # @type ClusterCIDR: String
1521
+ # @param ClusterTotalCpu: 集群总CPU,单位: 核
1522
+ # 注意:此字段可能返回 null,表示取不到有效值。
1523
+ # @type ClusterTotalCpu: Float
1524
+ # @param ClusterTotalMem: 集群总内存,单位: G
1525
+ # 注意:此字段可能返回 null,表示取不到有效值。
1526
+ # @type ClusterTotalMem: Float
1527
+ # @param ClusterUsedCpu: 集群已使用CPU,单位: 核
1528
+ # 注意:此字段可能返回 null,表示取不到有效值。
1529
+ # @type ClusterUsedCpu: Float
1530
+ # @param ClusterUsedMem: 集群已使用内存,单位: G
1531
+ # 注意:此字段可能返回 null,表示取不到有效值。
1532
+ # @type ClusterUsedMem: Float
1533
+ # @param InstanceCount: 集群机器实例数量
1534
+ # 注意:此字段可能返回 null,表示取不到有效值。
1535
+ # @type InstanceCount: Integer
1536
+ # @param RunInstanceCount: 集群运行中的机器实例数量
1537
+ # 注意:此字段可能返回 null,表示取不到有效值。
1538
+ # @type RunInstanceCount: Integer
1539
+ # @param NormalInstanceCount: 集群正常状态的机器实例数量
1540
+ # 注意:此字段可能返回 null,表示取不到有效值。
1541
+ # @type NormalInstanceCount: Integer
1542
+ # @param DeleteFlag: 删除标记:true:可以删除;false:不可删除
1543
+ # 注意:此字段可能返回 null,表示取不到有效值。
1544
+ # @type DeleteFlag: Boolean
1545
+ # @param CreateTime: 创建时间
1546
+ # 注意:此字段可能返回 null,表示取不到有效值。
1547
+ # @type CreateTime: String
1548
+ # @param UpdateTime: 更新时间
1549
+ # 注意:此字段可能返回 null,表示取不到有效值。
1550
+ # @type UpdateTime: String
1551
+ # @param TsfRegionId: 集群所属TSF地域ID
1552
+ # 注意:此字段可能返回 null,表示取不到有效值。
1553
+ # @type TsfRegionId: String
1554
+ # @param TsfRegionName: 集群所属TSF地域名称
1555
+ # 注意:此字段可能返回 null,表示取不到有效值。
1556
+ # @type TsfRegionName: String
1557
+ # @param TsfZoneId: 集群所属TSF可用区ID
1558
+ # 注意:此字段可能返回 null,表示取不到有效值。
1559
+ # @type TsfZoneId: String
1560
+ # @param TsfZoneName: 集群所属TSF可用区名称
1561
+ # 注意:此字段可能返回 null,表示取不到有效值。
1562
+ # @type TsfZoneName: String
1563
+ # @param DeleteFlagReason: 集群不可删除的原因
1564
+ # 注意:此字段可能返回 null,表示取不到有效值。
1565
+ # @type DeleteFlagReason: String
1566
+ # @param SubnetId: 集群所属私有网络子网ID
1567
+ # 注意:此字段可能返回 null,表示取不到有效值。
1568
+ # @type SubnetId: String
1569
+ # @param ClusterLimitCpu: 集群剩余 cpu limit
1570
+ # 注意:此字段可能返回 null,表示取不到有效值。
1571
+ # @type ClusterLimitCpu: String
1572
+ # @param ClusterLimitMem: 集群剩余 memory limit
1573
+ # 注意:此字段可能返回 null,表示取不到有效值。
1574
+ # @type ClusterLimitMem: String
1575
+ # @param RunServiceInstanceCount: 运行服务实例数
1576
+ # 注意:此字段可能返回 null,表示取不到有效值。
1577
+ # @type RunServiceInstanceCount: Integer
1578
+ # @param OperationInfo: 给前端的按钮控制信息
1579
+ # 注意:此字段可能返回 null,表示取不到有效值。
1580
+ # @type OperationInfo: :class:`Tencentcloud::Tsf.v20180326.models.OperationInfo`
1581
+ # @param ClusterVersion: 容器集群版本
1582
+ # 注意:此字段可能返回 null,表示取不到有效值。
1583
+ # @type ClusterVersion: String
1584
+ # @param GroupCount: 部署组总数
1585
+ # 注意:此字段可能返回 null,表示取不到有效值。
1586
+ # @type GroupCount: Integer
1587
+ # @param RunGroupCount: 运行中部署组数
1588
+ # 注意:此字段可能返回 null,表示取不到有效值。
1589
+ # @type RunGroupCount: Integer
1590
+ # @param StopGroupCount: 停止中部署组数
1591
+ # 注意:此字段可能返回 null,表示取不到有效值。
1592
+ # @type StopGroupCount: Integer
1593
+ # @param AbnormalGroupCount: 异常部署组数
1594
+ # 注意:此字段可能返回 null,表示取不到有效值。
1595
+ # @type AbnormalGroupCount: Integer
1596
+ # @param ClusterRemarkName: 集群备注名
1597
+ # 注意:此字段可能返回 null,表示取不到有效值。
1598
+ # @type ClusterRemarkName: String
1599
+ # @param KuberneteApiServer: api地址
1600
+ # 注意:此字段可能返回 null,表示取不到有效值。
1601
+ # @type KuberneteApiServer: String
1602
+ # @param KuberneteNativeType: K : kubeconfig, S : service account
1603
+ # 注意:此字段可能返回 null,表示取不到有效值。
1604
+ # @type KuberneteNativeType: String
1605
+ # @param KuberneteNativeSecret: native secret
1606
+ # 注意:此字段可能返回 null,表示取不到有效值。
1607
+ # @type KuberneteNativeSecret: String
1608
+
1609
+ attr_accessor :ClusterId, :ClusterName, :ClusterDesc, :ClusterType, :VpcId, :ClusterStatus, :ClusterCIDR, :ClusterTotalCpu, :ClusterTotalMem, :ClusterUsedCpu, :ClusterUsedMem, :InstanceCount, :RunInstanceCount, :NormalInstanceCount, :DeleteFlag, :CreateTime, :UpdateTime, :TsfRegionId, :TsfRegionName, :TsfZoneId, :TsfZoneName, :DeleteFlagReason, :SubnetId, :ClusterLimitCpu, :ClusterLimitMem, :RunServiceInstanceCount, :OperationInfo, :ClusterVersion, :GroupCount, :RunGroupCount, :StopGroupCount, :AbnormalGroupCount, :ClusterRemarkName, :KuberneteApiServer, :KuberneteNativeType, :KuberneteNativeSecret
1610
+
1611
+ def initialize(clusterid=nil, clustername=nil, clusterdesc=nil, clustertype=nil, vpcid=nil, clusterstatus=nil, clustercidr=nil, clustertotalcpu=nil, clustertotalmem=nil, clusterusedcpu=nil, clusterusedmem=nil, instancecount=nil, runinstancecount=nil, normalinstancecount=nil, deleteflag=nil, createtime=nil, updatetime=nil, tsfregionid=nil, tsfregionname=nil, tsfzoneid=nil, tsfzonename=nil, deleteflagreason=nil, subnetid=nil, clusterlimitcpu=nil, clusterlimitmem=nil, runserviceinstancecount=nil, operationinfo=nil, clusterversion=nil, groupcount=nil, rungroupcount=nil, stopgroupcount=nil, abnormalgroupcount=nil, clusterremarkname=nil, kuberneteapiserver=nil, kubernetenativetype=nil, kubernetenativesecret=nil)
1612
+ @ClusterId = clusterid
1613
+ @ClusterName = clustername
1614
+ @ClusterDesc = clusterdesc
1615
+ @ClusterType = clustertype
1616
+ @VpcId = vpcid
1617
+ @ClusterStatus = clusterstatus
1618
+ @ClusterCIDR = clustercidr
1619
+ @ClusterTotalCpu = clustertotalcpu
1620
+ @ClusterTotalMem = clustertotalmem
1621
+ @ClusterUsedCpu = clusterusedcpu
1622
+ @ClusterUsedMem = clusterusedmem
1623
+ @InstanceCount = instancecount
1624
+ @RunInstanceCount = runinstancecount
1625
+ @NormalInstanceCount = normalinstancecount
1626
+ @DeleteFlag = deleteflag
1627
+ @CreateTime = createtime
1628
+ @UpdateTime = updatetime
1629
+ @TsfRegionId = tsfregionid
1630
+ @TsfRegionName = tsfregionname
1631
+ @TsfZoneId = tsfzoneid
1632
+ @TsfZoneName = tsfzonename
1633
+ @DeleteFlagReason = deleteflagreason
1634
+ @SubnetId = subnetid
1635
+ @ClusterLimitCpu = clusterlimitcpu
1636
+ @ClusterLimitMem = clusterlimitmem
1637
+ @RunServiceInstanceCount = runserviceinstancecount
1638
+ @OperationInfo = operationinfo
1639
+ @ClusterVersion = clusterversion
1640
+ @GroupCount = groupcount
1641
+ @RunGroupCount = rungroupcount
1642
+ @StopGroupCount = stopgroupcount
1643
+ @AbnormalGroupCount = abnormalgroupcount
1644
+ @ClusterRemarkName = clusterremarkname
1645
+ @KuberneteApiServer = kuberneteapiserver
1646
+ @KuberneteNativeType = kubernetenativetype
1647
+ @KuberneteNativeSecret = kubernetenativesecret
1648
+ end
1649
+
1650
+ def deserialize(params)
1651
+ @ClusterId = params['ClusterId']
1652
+ @ClusterName = params['ClusterName']
1653
+ @ClusterDesc = params['ClusterDesc']
1654
+ @ClusterType = params['ClusterType']
1655
+ @VpcId = params['VpcId']
1656
+ @ClusterStatus = params['ClusterStatus']
1657
+ @ClusterCIDR = params['ClusterCIDR']
1658
+ @ClusterTotalCpu = params['ClusterTotalCpu']
1659
+ @ClusterTotalMem = params['ClusterTotalMem']
1660
+ @ClusterUsedCpu = params['ClusterUsedCpu']
1661
+ @ClusterUsedMem = params['ClusterUsedMem']
1662
+ @InstanceCount = params['InstanceCount']
1663
+ @RunInstanceCount = params['RunInstanceCount']
1664
+ @NormalInstanceCount = params['NormalInstanceCount']
1665
+ @DeleteFlag = params['DeleteFlag']
1666
+ @CreateTime = params['CreateTime']
1667
+ @UpdateTime = params['UpdateTime']
1668
+ @TsfRegionId = params['TsfRegionId']
1669
+ @TsfRegionName = params['TsfRegionName']
1670
+ @TsfZoneId = params['TsfZoneId']
1671
+ @TsfZoneName = params['TsfZoneName']
1672
+ @DeleteFlagReason = params['DeleteFlagReason']
1673
+ @SubnetId = params['SubnetId']
1674
+ @ClusterLimitCpu = params['ClusterLimitCpu']
1675
+ @ClusterLimitMem = params['ClusterLimitMem']
1676
+ @RunServiceInstanceCount = params['RunServiceInstanceCount']
1677
+ unless params['OperationInfo'].nil?
1678
+ @OperationInfo = OperationInfo.new
1679
+ @OperationInfo.deserialize(params['OperationInfo'])
1680
+ end
1681
+ @ClusterVersion = params['ClusterVersion']
1682
+ @GroupCount = params['GroupCount']
1683
+ @RunGroupCount = params['RunGroupCount']
1684
+ @StopGroupCount = params['StopGroupCount']
1685
+ @AbnormalGroupCount = params['AbnormalGroupCount']
1686
+ @ClusterRemarkName = params['ClusterRemarkName']
1687
+ @KuberneteApiServer = params['KuberneteApiServer']
1688
+ @KuberneteNativeType = params['KuberneteNativeType']
1689
+ @KuberneteNativeSecret = params['KuberneteNativeSecret']
1690
+ end
1691
+ end
1692
+
1498
1693
  # 配置项
1499
1694
  class Config < TencentCloud::Common::AbstractModel
1500
1695
  # @param ConfigId: 配置项ID
@@ -1741,6 +1936,53 @@ module TencentCloud
1741
1936
  end
1742
1937
  end
1743
1938
 
1939
+ # 配置模板对象
1940
+ class ConfigTemplate < TencentCloud::Common::AbstractModel
1941
+ # @param ConfigTemplateId: 配置模板Id
1942
+ # 注意:此字段可能返回 null,表示取不到有效值。
1943
+ # @type ConfigTemplateId: String
1944
+ # @param ConfigTemplateName: 配置模板名称
1945
+ # 注意:此字段可能返回 null,表示取不到有效值。
1946
+ # @type ConfigTemplateName: String
1947
+ # @param ConfigTemplateDesc: 配置模板描述
1948
+ # 注意:此字段可能返回 null,表示取不到有效值。
1949
+ # @type ConfigTemplateDesc: String
1950
+ # @param ConfigTemplateType: 配置模板对应的微服务框架
1951
+ # 注意:此字段可能返回 null,表示取不到有效值。
1952
+ # @type ConfigTemplateType: String
1953
+ # @param ConfigTemplateValue: 配置模板数据
1954
+ # 注意:此字段可能返回 null,表示取不到有效值。
1955
+ # @type ConfigTemplateValue: String
1956
+ # @param CreateTime: 创建时间
1957
+ # 注意:此字段可能返回 null,表示取不到有效值。
1958
+ # @type CreateTime: String
1959
+ # @param UpdateTime: 更新时间
1960
+ # 注意:此字段可能返回 null,表示取不到有效值。
1961
+ # @type UpdateTime: String
1962
+
1963
+ attr_accessor :ConfigTemplateId, :ConfigTemplateName, :ConfigTemplateDesc, :ConfigTemplateType, :ConfigTemplateValue, :CreateTime, :UpdateTime
1964
+
1965
+ def initialize(configtemplateid=nil, configtemplatename=nil, configtemplatedesc=nil, configtemplatetype=nil, configtemplatevalue=nil, createtime=nil, updatetime=nil)
1966
+ @ConfigTemplateId = configtemplateid
1967
+ @ConfigTemplateName = configtemplatename
1968
+ @ConfigTemplateDesc = configtemplatedesc
1969
+ @ConfigTemplateType = configtemplatetype
1970
+ @ConfigTemplateValue = configtemplatevalue
1971
+ @CreateTime = createtime
1972
+ @UpdateTime = updatetime
1973
+ end
1974
+
1975
+ def deserialize(params)
1976
+ @ConfigTemplateId = params['ConfigTemplateId']
1977
+ @ConfigTemplateName = params['ConfigTemplateName']
1978
+ @ConfigTemplateDesc = params['ConfigTemplateDesc']
1979
+ @ConfigTemplateType = params['ConfigTemplateType']
1980
+ @ConfigTemplateValue = params['ConfigTemplateValue']
1981
+ @CreateTime = params['CreateTime']
1982
+ @UpdateTime = params['UpdateTime']
1983
+ end
1984
+ end
1985
+
1744
1986
  # 部署组列表(应用下钻界面的)
1745
1987
  class ContainGroup < TencentCloud::Common::AbstractModel
1746
1988
  # @param GroupId: 部署组ID
@@ -2924,6 +3166,58 @@ module TencentCloud
2924
3166
  end
2925
3167
  end
2926
3168
 
3169
+ # CreateConfigTemplate请求参数结构体
3170
+ class CreateConfigTemplateRequest < TencentCloud::Common::AbstractModel
3171
+ # @param ConfigTemplateName: 配置模板名称
3172
+ # @type ConfigTemplateName: String
3173
+ # @param ConfigTemplateType: 配置模板对应的微服务框架
3174
+ # @type ConfigTemplateType: String
3175
+ # @param ConfigTemplateValue: 配置模板数据
3176
+ # @type ConfigTemplateValue: String
3177
+ # @param ConfigTemplateDesc: 配置模板描述
3178
+ # @type ConfigTemplateDesc: String
3179
+ # @param ProgramIdList: 无
3180
+ # @type ProgramIdList: Array
3181
+
3182
+ attr_accessor :ConfigTemplateName, :ConfigTemplateType, :ConfigTemplateValue, :ConfigTemplateDesc, :ProgramIdList
3183
+
3184
+ def initialize(configtemplatename=nil, configtemplatetype=nil, configtemplatevalue=nil, configtemplatedesc=nil, programidlist=nil)
3185
+ @ConfigTemplateName = configtemplatename
3186
+ @ConfigTemplateType = configtemplatetype
3187
+ @ConfigTemplateValue = configtemplatevalue
3188
+ @ConfigTemplateDesc = configtemplatedesc
3189
+ @ProgramIdList = programidlist
3190
+ end
3191
+
3192
+ def deserialize(params)
3193
+ @ConfigTemplateName = params['ConfigTemplateName']
3194
+ @ConfigTemplateType = params['ConfigTemplateType']
3195
+ @ConfigTemplateValue = params['ConfigTemplateValue']
3196
+ @ConfigTemplateDesc = params['ConfigTemplateDesc']
3197
+ @ProgramIdList = params['ProgramIdList']
3198
+ end
3199
+ end
3200
+
3201
+ # CreateConfigTemplate返回参数结构体
3202
+ class CreateConfigTemplateResponse < TencentCloud::Common::AbstractModel
3203
+ # @param Result: true:创建成功;false:创建失败
3204
+ # @type Result: Boolean
3205
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3206
+ # @type RequestId: String
3207
+
3208
+ attr_accessor :Result, :RequestId
3209
+
3210
+ def initialize(result=nil, requestid=nil)
3211
+ @Result = result
3212
+ @RequestId = requestid
3213
+ end
3214
+
3215
+ def deserialize(params)
3216
+ @Result = params['Result']
3217
+ @RequestId = params['RequestId']
3218
+ end
3219
+ end
3220
+
2927
3221
  # CreateContainGroup请求参数结构体
2928
3222
  class CreateContainGroupRequest < TencentCloud::Common::AbstractModel
2929
3223
  # @param ApplicationId: 分组所属应用ID
@@ -3414,6 +3708,50 @@ module TencentCloud
3414
3708
  end
3415
3709
  end
3416
3710
 
3711
+ # CreateMicroserviceWithDetailResp请求参数结构体
3712
+ class CreateMicroserviceWithDetailRespRequest < TencentCloud::Common::AbstractModel
3713
+ # @param NamespaceId: 命名空间ID
3714
+ # @type NamespaceId: String
3715
+ # @param MicroserviceName: 微服务名称
3716
+ # @type MicroserviceName: String
3717
+ # @param MicroserviceDesc: 微服务描述信息
3718
+ # @type MicroserviceDesc: String
3719
+
3720
+ attr_accessor :NamespaceId, :MicroserviceName, :MicroserviceDesc
3721
+
3722
+ def initialize(namespaceid=nil, microservicename=nil, microservicedesc=nil)
3723
+ @NamespaceId = namespaceid
3724
+ @MicroserviceName = microservicename
3725
+ @MicroserviceDesc = microservicedesc
3726
+ end
3727
+
3728
+ def deserialize(params)
3729
+ @NamespaceId = params['NamespaceId']
3730
+ @MicroserviceName = params['MicroserviceName']
3731
+ @MicroserviceDesc = params['MicroserviceDesc']
3732
+ end
3733
+ end
3734
+
3735
+ # CreateMicroserviceWithDetailResp返回参数结构体
3736
+ class CreateMicroserviceWithDetailRespResponse < TencentCloud::Common::AbstractModel
3737
+ # @param Result: id
3738
+ # @type Result: String
3739
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3740
+ # @type RequestId: String
3741
+
3742
+ attr_accessor :Result, :RequestId
3743
+
3744
+ def initialize(result=nil, requestid=nil)
3745
+ @Result = result
3746
+ @RequestId = requestid
3747
+ end
3748
+
3749
+ def deserialize(params)
3750
+ @Result = params['Result']
3751
+ @RequestId = params['RequestId']
3752
+ end
3753
+ end
3754
+
3417
3755
  # CreateNamespace请求参数结构体
3418
3756
  class CreateNamespaceRequest < TencentCloud::Common::AbstractModel
3419
3757
  # @param NamespaceName: 命名空间名称
@@ -3968,6 +4306,48 @@ module TencentCloud
3968
4306
  end
3969
4307
  end
3970
4308
 
4309
+ # DeleteCluster请求参数结构体
4310
+ class DeleteClusterRequest < TencentCloud::Common::AbstractModel
4311
+ # @param ClusterId: 集群ID
4312
+ # @type ClusterId: String
4313
+ # @param Unbind: 是否只解绑,不删除容器集群,默认不传则删除容器集群。
4314
+ # @type Unbind: Boolean
4315
+
4316
+ attr_accessor :ClusterId, :Unbind
4317
+
4318
+ def initialize(clusterid=nil, unbind=nil)
4319
+ @ClusterId = clusterid
4320
+ @Unbind = unbind
4321
+ end
4322
+
4323
+ def deserialize(params)
4324
+ @ClusterId = params['ClusterId']
4325
+ @Unbind = params['Unbind']
4326
+ end
4327
+ end
4328
+
4329
+ # DeleteCluster返回参数结构体
4330
+ class DeleteClusterResponse < TencentCloud::Common::AbstractModel
4331
+ # @param Result: 删除集群操作是否成功。
4332
+ # true:操作成功。
4333
+ # false:操作失败。
4334
+ # @type Result: Boolean
4335
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4336
+ # @type RequestId: String
4337
+
4338
+ attr_accessor :Result, :RequestId
4339
+
4340
+ def initialize(result=nil, requestid=nil)
4341
+ @Result = result
4342
+ @RequestId = requestid
4343
+ end
4344
+
4345
+ def deserialize(params)
4346
+ @Result = params['Result']
4347
+ @RequestId = params['RequestId']
4348
+ end
4349
+ end
4350
+
3971
4351
  # DeleteConfig请求参数结构体
3972
4352
  class DeleteConfigRequest < TencentCloud::Common::AbstractModel
3973
4353
  # @param ConfigId: 配置项ID
@@ -4004,6 +4384,42 @@ module TencentCloud
4004
4384
  end
4005
4385
  end
4006
4386
 
4387
+ # DeleteConfigTemplate请求参数结构体
4388
+ class DeleteConfigTemplateRequest < TencentCloud::Common::AbstractModel
4389
+ # @param ConfigTemplateId: 无
4390
+ # @type ConfigTemplateId: String
4391
+
4392
+ attr_accessor :ConfigTemplateId
4393
+
4394
+ def initialize(configtemplateid=nil)
4395
+ @ConfigTemplateId = configtemplateid
4396
+ end
4397
+
4398
+ def deserialize(params)
4399
+ @ConfigTemplateId = params['ConfigTemplateId']
4400
+ end
4401
+ end
4402
+
4403
+ # DeleteConfigTemplate返回参数结构体
4404
+ class DeleteConfigTemplateResponse < TencentCloud::Common::AbstractModel
4405
+ # @param Result: true:删除成功;false:删除失败
4406
+ # @type Result: Boolean
4407
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4408
+ # @type RequestId: String
4409
+
4410
+ attr_accessor :Result, :RequestId
4411
+
4412
+ def initialize(result=nil, requestid=nil)
4413
+ @Result = result
4414
+ @RequestId = requestid
4415
+ end
4416
+
4417
+ def deserialize(params)
4418
+ @Result = params['Result']
4419
+ @RequestId = params['RequestId']
4420
+ end
4421
+ end
4422
+
4007
4423
  # DeleteContainerGroup请求参数结构体
4008
4424
  class DeleteContainerGroupRequest < TencentCloud::Common::AbstractModel
4009
4425
  # @param GroupId: 部署组ID,分组唯一标识
@@ -5663,25 +6079,85 @@ module TencentCloud
5663
6079
  def initialize(offset=nil, limit=nil, searchword=nil, disableprogramauthcheck=nil, configidlist=nil)
5664
6080
  @Offset = offset
5665
6081
  @Limit = limit
5666
- @SearchWord = searchword
5667
- @DisableProgramAuthCheck = disableprogramauthcheck
5668
- @ConfigIdList = configidlist
6082
+ @SearchWord = searchword
6083
+ @DisableProgramAuthCheck = disableprogramauthcheck
6084
+ @ConfigIdList = configidlist
6085
+ end
6086
+
6087
+ def deserialize(params)
6088
+ @Offset = params['Offset']
6089
+ @Limit = params['Limit']
6090
+ @SearchWord = params['SearchWord']
6091
+ @DisableProgramAuthCheck = params['DisableProgramAuthCheck']
6092
+ @ConfigIdList = params['ConfigIdList']
6093
+ end
6094
+ end
6095
+
6096
+ # DescribeBusinessLogConfigs返回参数结构体
6097
+ class DescribeBusinessLogConfigsResponse < TencentCloud::Common::AbstractModel
6098
+ # @param Result: 业务日志配置列表
6099
+ # 注意:此字段可能返回 null,表示取不到有效值。
6100
+ # @type Result: :class:`Tencentcloud::Tsf.v20180326.models.TsfPageBusinessLogConfig`
6101
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6102
+ # @type RequestId: String
6103
+
6104
+ attr_accessor :Result, :RequestId
6105
+
6106
+ def initialize(result=nil, requestid=nil)
6107
+ @Result = result
6108
+ @RequestId = requestid
6109
+ end
6110
+
6111
+ def deserialize(params)
6112
+ unless params['Result'].nil?
6113
+ @Result = TsfPageBusinessLogConfig.new
6114
+ @Result.deserialize(params['Result'])
6115
+ end
6116
+ @RequestId = params['RequestId']
6117
+ end
6118
+ end
6119
+
6120
+ # DescribeClusterInstances请求参数结构体
6121
+ class DescribeClusterInstancesRequest < TencentCloud::Common::AbstractModel
6122
+ # @param ClusterId: 集群ID
6123
+ # @type ClusterId: String
6124
+ # @param SearchWord: 搜索字段
6125
+ # @type SearchWord: String
6126
+ # @param OrderBy: 排序字段
6127
+ # @type OrderBy: String
6128
+ # @param OrderType: 排序类型
6129
+ # @type OrderType: Integer
6130
+ # @param Offset: 偏移量
6131
+ # @type Offset: Integer
6132
+ # @param Limit: 分页个数
6133
+ # @type Limit: Integer
6134
+
6135
+ attr_accessor :ClusterId, :SearchWord, :OrderBy, :OrderType, :Offset, :Limit
6136
+
6137
+ def initialize(clusterid=nil, searchword=nil, orderby=nil, ordertype=nil, offset=nil, limit=nil)
6138
+ @ClusterId = clusterid
6139
+ @SearchWord = searchword
6140
+ @OrderBy = orderby
6141
+ @OrderType = ordertype
6142
+ @Offset = offset
6143
+ @Limit = limit
5669
6144
  end
5670
6145
 
5671
6146
  def deserialize(params)
6147
+ @ClusterId = params['ClusterId']
6148
+ @SearchWord = params['SearchWord']
6149
+ @OrderBy = params['OrderBy']
6150
+ @OrderType = params['OrderType']
5672
6151
  @Offset = params['Offset']
5673
6152
  @Limit = params['Limit']
5674
- @SearchWord = params['SearchWord']
5675
- @DisableProgramAuthCheck = params['DisableProgramAuthCheck']
5676
- @ConfigIdList = params['ConfigIdList']
5677
6153
  end
5678
6154
  end
5679
6155
 
5680
- # DescribeBusinessLogConfigs返回参数结构体
5681
- class DescribeBusinessLogConfigsResponse < TencentCloud::Common::AbstractModel
5682
- # @param Result: 业务日志配置列表
6156
+ # DescribeClusterInstances返回参数结构体
6157
+ class DescribeClusterInstancesResponse < TencentCloud::Common::AbstractModel
6158
+ # @param Result: 集群机器实例分页信息
5683
6159
  # 注意:此字段可能返回 null,表示取不到有效值。
5684
- # @type Result: :class:`Tencentcloud::Tsf.v20180326.models.TsfPageBusinessLogConfig`
6160
+ # @type Result: :class:`Tencentcloud::Tsf.v20180326.models.TsfPageInstance`
5685
6161
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5686
6162
  # @type RequestId: String
5687
6163
 
@@ -5694,54 +6170,58 @@ module TencentCloud
5694
6170
 
5695
6171
  def deserialize(params)
5696
6172
  unless params['Result'].nil?
5697
- @Result = TsfPageBusinessLogConfig.new
6173
+ @Result = TsfPageInstance.new
5698
6174
  @Result.deserialize(params['Result'])
5699
6175
  end
5700
6176
  @RequestId = params['RequestId']
5701
6177
  end
5702
6178
  end
5703
6179
 
5704
- # DescribeClusterInstances请求参数结构体
5705
- class DescribeClusterInstancesRequest < TencentCloud::Common::AbstractModel
5706
- # @param ClusterId: 集群ID
5707
- # @type ClusterId: String
5708
- # @param SearchWord: 搜索字段
6180
+ # DescribeClusters请求参数结构体
6181
+ class DescribeClustersRequest < TencentCloud::Common::AbstractModel
6182
+ # @param SearchWord: 搜索词
5709
6183
  # @type SearchWord: String
5710
6184
  # @param OrderBy: 排序字段
5711
6185
  # @type OrderBy: String
5712
- # @param OrderType: 排序类型
6186
+ # @param OrderType: 排序方式
5713
6187
  # @type OrderType: Integer
5714
6188
  # @param Offset: 偏移量
5715
6189
  # @type Offset: Integer
5716
6190
  # @param Limit: 分页个数
5717
6191
  # @type Limit: Integer
6192
+ # @param ClusterType: 集群类型
6193
+ # @type ClusterType: String
6194
+ # @param ClusterIdList: idList
6195
+ # @type ClusterIdList: Array
5718
6196
 
5719
- attr_accessor :ClusterId, :SearchWord, :OrderBy, :OrderType, :Offset, :Limit
6197
+ attr_accessor :SearchWord, :OrderBy, :OrderType, :Offset, :Limit, :ClusterType, :ClusterIdList
5720
6198
 
5721
- def initialize(clusterid=nil, searchword=nil, orderby=nil, ordertype=nil, offset=nil, limit=nil)
5722
- @ClusterId = clusterid
6199
+ def initialize(searchword=nil, orderby=nil, ordertype=nil, offset=nil, limit=nil, clustertype=nil, clusteridlist=nil)
5723
6200
  @SearchWord = searchword
5724
6201
  @OrderBy = orderby
5725
6202
  @OrderType = ordertype
5726
6203
  @Offset = offset
5727
6204
  @Limit = limit
6205
+ @ClusterType = clustertype
6206
+ @ClusterIdList = clusteridlist
5728
6207
  end
5729
6208
 
5730
6209
  def deserialize(params)
5731
- @ClusterId = params['ClusterId']
5732
6210
  @SearchWord = params['SearchWord']
5733
6211
  @OrderBy = params['OrderBy']
5734
6212
  @OrderType = params['OrderType']
5735
6213
  @Offset = params['Offset']
5736
6214
  @Limit = params['Limit']
6215
+ @ClusterType = params['ClusterType']
6216
+ @ClusterIdList = params['ClusterIdList']
5737
6217
  end
5738
6218
  end
5739
6219
 
5740
- # DescribeClusterInstances返回参数结构体
5741
- class DescribeClusterInstancesResponse < TencentCloud::Common::AbstractModel
5742
- # @param Result: 集群机器实例分页信息
6220
+ # DescribeClusters返回参数结构体
6221
+ class DescribeClustersResponse < TencentCloud::Common::AbstractModel
6222
+ # @param Result: Cluster分页信息
5743
6223
  # 注意:此字段可能返回 null,表示取不到有效值。
5744
- # @type Result: :class:`Tencentcloud::Tsf.v20180326.models.TsfPageInstance`
6224
+ # @type Result: :class:`Tencentcloud::Tsf.v20180326.models.TsfPageClusterV2`
5745
6225
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5746
6226
  # @type RequestId: String
5747
6227
 
@@ -5754,7 +6234,7 @@ module TencentCloud
5754
6234
 
5755
6235
  def deserialize(params)
5756
6236
  unless params['Result'].nil?
5757
- @Result = TsfPageInstance.new
6237
+ @Result = TsfPageClusterV2.new
5758
6238
  @Result.deserialize(params['Result'])
5759
6239
  end
5760
6240
  @RequestId = params['RequestId']
@@ -6000,6 +6480,46 @@ module TencentCloud
6000
6480
  end
6001
6481
  end
6002
6482
 
6483
+ # DescribeConfigTemplate请求参数结构体
6484
+ class DescribeConfigTemplateRequest < TencentCloud::Common::AbstractModel
6485
+ # @param ConfigTemplateId: 无
6486
+ # @type ConfigTemplateId: String
6487
+
6488
+ attr_accessor :ConfigTemplateId
6489
+
6490
+ def initialize(configtemplateid=nil)
6491
+ @ConfigTemplateId = configtemplateid
6492
+ end
6493
+
6494
+ def deserialize(params)
6495
+ @ConfigTemplateId = params['ConfigTemplateId']
6496
+ end
6497
+ end
6498
+
6499
+ # DescribeConfigTemplate返回参数结构体
6500
+ class DescribeConfigTemplateResponse < TencentCloud::Common::AbstractModel
6501
+ # @param Result: Result
6502
+ # 注意:此字段可能返回 null,表示取不到有效值。
6503
+ # @type Result: :class:`Tencentcloud::Tsf.v20180326.models.ConfigTemplate`
6504
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6505
+ # @type RequestId: String
6506
+
6507
+ attr_accessor :Result, :RequestId
6508
+
6509
+ def initialize(result=nil, requestid=nil)
6510
+ @Result = result
6511
+ @RequestId = requestid
6512
+ end
6513
+
6514
+ def deserialize(params)
6515
+ unless params['Result'].nil?
6516
+ @Result = ConfigTemplate.new
6517
+ @Result.deserialize(params['Result'])
6518
+ end
6519
+ @RequestId = params['RequestId']
6520
+ end
6521
+ end
6522
+
6003
6523
  # DescribeConfigs请求参数结构体
6004
6524
  class DescribeConfigsRequest < TencentCloud::Common::AbstractModel
6005
6525
  # @param ApplicationId: 应用ID,不传入时查询全量
@@ -6523,6 +7043,74 @@ module TencentCloud
6523
7043
  end
6524
7044
  end
6525
7045
 
7046
+ # DescribeFileConfigReleases请求参数结构体
7047
+ class DescribeFileConfigReleasesRequest < TencentCloud::Common::AbstractModel
7048
+ # @param ConfigId: 配置项ID
7049
+ # @type ConfigId: String
7050
+ # @param ConfigName: 配置项名称
7051
+ # @type ConfigName: String
7052
+ # @param GroupId: 部署组ID
7053
+ # @type GroupId: String
7054
+ # @param NamespaceId: 命名空间ID
7055
+ # @type NamespaceId: String
7056
+ # @param ClusterId: 集群ID
7057
+ # @type ClusterId: String
7058
+ # @param ApplicationId: 应用ID
7059
+ # @type ApplicationId: String
7060
+ # @param Offset: 偏移量
7061
+ # @type Offset: Integer
7062
+ # @param Limit: 每页条数
7063
+ # @type Limit: Integer
7064
+
7065
+ attr_accessor :ConfigId, :ConfigName, :GroupId, :NamespaceId, :ClusterId, :ApplicationId, :Offset, :Limit
7066
+
7067
+ def initialize(configid=nil, configname=nil, groupid=nil, namespaceid=nil, clusterid=nil, applicationid=nil, offset=nil, limit=nil)
7068
+ @ConfigId = configid
7069
+ @ConfigName = configname
7070
+ @GroupId = groupid
7071
+ @NamespaceId = namespaceid
7072
+ @ClusterId = clusterid
7073
+ @ApplicationId = applicationid
7074
+ @Offset = offset
7075
+ @Limit = limit
7076
+ end
7077
+
7078
+ def deserialize(params)
7079
+ @ConfigId = params['ConfigId']
7080
+ @ConfigName = params['ConfigName']
7081
+ @GroupId = params['GroupId']
7082
+ @NamespaceId = params['NamespaceId']
7083
+ @ClusterId = params['ClusterId']
7084
+ @ApplicationId = params['ApplicationId']
7085
+ @Offset = params['Offset']
7086
+ @Limit = params['Limit']
7087
+ end
7088
+ end
7089
+
7090
+ # DescribeFileConfigReleases返回参数结构体
7091
+ class DescribeFileConfigReleasesResponse < TencentCloud::Common::AbstractModel
7092
+ # @param Result: 配置项发布信息列表
7093
+ # 注意:此字段可能返回 null,表示取不到有效值。
7094
+ # @type Result: :class:`Tencentcloud::Tsf.v20180326.models.TsfPageFileConfigRelease`
7095
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7096
+ # @type RequestId: String
7097
+
7098
+ attr_accessor :Result, :RequestId
7099
+
7100
+ def initialize(result=nil, requestid=nil)
7101
+ @Result = result
7102
+ @RequestId = requestid
7103
+ end
7104
+
7105
+ def deserialize(params)
7106
+ unless params['Result'].nil?
7107
+ @Result = TsfPageFileConfigRelease.new
7108
+ @Result.deserialize(params['Result'])
7109
+ end
7110
+ @RequestId = params['RequestId']
7111
+ end
7112
+ end
7113
+
6526
7114
  # DescribeFileConfigs请求参数结构体
6527
7115
  class DescribeFileConfigsRequest < TencentCloud::Common::AbstractModel
6528
7116
  # @param ConfigId: 配置项ID
@@ -12918,68 +13506,178 @@ module TencentCloud
12918
13506
  # @param Value: 维度值
12919
13507
  # @type Value: Array
12920
13508
 
12921
- attr_accessor :Name, :Value
13509
+ attr_accessor :Name, :Value
13510
+
13511
+ def initialize(name=nil, value=nil)
13512
+ @Name = name
13513
+ @Value = value
13514
+ end
13515
+
13516
+ def deserialize(params)
13517
+ @Name = params['Name']
13518
+ @Value = params['Value']
13519
+ end
13520
+ end
13521
+
13522
+ # 微服务
13523
+ class Microservice < TencentCloud::Common::AbstractModel
13524
+ # @param MicroserviceId: 微服务ID
13525
+ # 注意:此字段可能返回 null,表示取不到有效值。
13526
+ # @type MicroserviceId: String
13527
+ # @param MicroserviceName: 微服务名称
13528
+ # 注意:此字段可能返回 null,表示取不到有效值。
13529
+ # @type MicroserviceName: String
13530
+ # @param MicroserviceDesc: 微服务描述
13531
+ # 注意:此字段可能返回 null,表示取不到有效值。
13532
+ # @type MicroserviceDesc: String
13533
+ # @param CreateTime: 创建时间
13534
+ # 注意:此字段可能返回 null,表示取不到有效值。
13535
+ # @type CreateTime: Integer
13536
+ # @param UpdateTime: 更新时间
13537
+ # 注意:此字段可能返回 null,表示取不到有效值。
13538
+ # @type UpdateTime: Integer
13539
+ # @param NamespaceId: 命名空间ID
13540
+ # 注意:此字段可能返回 null,表示取不到有效值。
13541
+ # @type NamespaceId: String
13542
+ # @param RunInstanceCount: 微服务的运行实例数目
13543
+ # 注意:此字段可能返回 null,表示取不到有效值。
13544
+ # @type RunInstanceCount: Integer
13545
+ # @param CriticalInstanceCount: 微服务的离线实例数目
13546
+ # 注意:此字段可能返回 null,表示取不到有效值。
13547
+ # @type CriticalInstanceCount: Integer
13548
+
13549
+ attr_accessor :MicroserviceId, :MicroserviceName, :MicroserviceDesc, :CreateTime, :UpdateTime, :NamespaceId, :RunInstanceCount, :CriticalInstanceCount
13550
+
13551
+ def initialize(microserviceid=nil, microservicename=nil, microservicedesc=nil, createtime=nil, updatetime=nil, namespaceid=nil, runinstancecount=nil, criticalinstancecount=nil)
13552
+ @MicroserviceId = microserviceid
13553
+ @MicroserviceName = microservicename
13554
+ @MicroserviceDesc = microservicedesc
13555
+ @CreateTime = createtime
13556
+ @UpdateTime = updatetime
13557
+ @NamespaceId = namespaceid
13558
+ @RunInstanceCount = runinstancecount
13559
+ @CriticalInstanceCount = criticalinstancecount
13560
+ end
13561
+
13562
+ def deserialize(params)
13563
+ @MicroserviceId = params['MicroserviceId']
13564
+ @MicroserviceName = params['MicroserviceName']
13565
+ @MicroserviceDesc = params['MicroserviceDesc']
13566
+ @CreateTime = params['CreateTime']
13567
+ @UpdateTime = params['UpdateTime']
13568
+ @NamespaceId = params['NamespaceId']
13569
+ @RunInstanceCount = params['RunInstanceCount']
13570
+ @CriticalInstanceCount = params['CriticalInstanceCount']
13571
+ end
13572
+ end
13573
+
13574
+ # ModifyApplication请求参数结构体
13575
+ class ModifyApplicationRequest < TencentCloud::Common::AbstractModel
13576
+ # @param ApplicationId: 应用ID
13577
+ # @type ApplicationId: String
13578
+ # @param ApplicationName: 应用名称
13579
+ # @type ApplicationName: String
13580
+ # @param ApplicationDesc: 应用备注
13581
+ # @type ApplicationDesc: String
13582
+ # @param ApplicationRemarkName: 应用备注名
13583
+ # @type ApplicationRemarkName: String
13584
+ # @param ServiceConfigList: 服务配置信息列表
13585
+ # @type ServiceConfigList: Array
13586
+
13587
+ attr_accessor :ApplicationId, :ApplicationName, :ApplicationDesc, :ApplicationRemarkName, :ServiceConfigList
13588
+
13589
+ def initialize(applicationid=nil, applicationname=nil, applicationdesc=nil, applicationremarkname=nil, serviceconfiglist=nil)
13590
+ @ApplicationId = applicationid
13591
+ @ApplicationName = applicationname
13592
+ @ApplicationDesc = applicationdesc
13593
+ @ApplicationRemarkName = applicationremarkname
13594
+ @ServiceConfigList = serviceconfiglist
13595
+ end
13596
+
13597
+ def deserialize(params)
13598
+ @ApplicationId = params['ApplicationId']
13599
+ @ApplicationName = params['ApplicationName']
13600
+ @ApplicationDesc = params['ApplicationDesc']
13601
+ @ApplicationRemarkName = params['ApplicationRemarkName']
13602
+ unless params['ServiceConfigList'].nil?
13603
+ @ServiceConfigList = []
13604
+ params['ServiceConfigList'].each do |i|
13605
+ serviceconfig_tmp = ServiceConfig.new
13606
+ serviceconfig_tmp.deserialize(i)
13607
+ @ServiceConfigList << serviceconfig_tmp
13608
+ end
13609
+ end
13610
+ end
13611
+ end
13612
+
13613
+ # ModifyApplication返回参数结构体
13614
+ class ModifyApplicationResponse < TencentCloud::Common::AbstractModel
13615
+ # @param Result: true/false
13616
+ # 注意:此字段可能返回 null,表示取不到有效值。
13617
+ # @type Result: Boolean
13618
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
13619
+ # @type RequestId: String
13620
+
13621
+ attr_accessor :Result, :RequestId
13622
+
13623
+ def initialize(result=nil, requestid=nil)
13624
+ @Result = result
13625
+ @RequestId = requestid
13626
+ end
13627
+
13628
+ def deserialize(params)
13629
+ @Result = params['Result']
13630
+ @RequestId = params['RequestId']
13631
+ end
13632
+ end
13633
+
13634
+ # ModifyCluster请求参数结构体
13635
+ class ModifyClusterRequest < TencentCloud::Common::AbstractModel
13636
+ # @param ClusterId: 集群ID
13637
+ # @type ClusterId: String
13638
+ # @param ClusterName: 集群名称
13639
+ # @type ClusterName: String
13640
+ # @param ClusterDesc: 集群描述信息
13641
+ # @type ClusterDesc: String
13642
+ # @param ClusterRemarkName: 备注名
13643
+ # @type ClusterRemarkName: String
13644
+
13645
+ attr_accessor :ClusterId, :ClusterName, :ClusterDesc, :ClusterRemarkName
12922
13646
 
12923
- def initialize(name=nil, value=nil)
12924
- @Name = name
12925
- @Value = value
13647
+ def initialize(clusterid=nil, clustername=nil, clusterdesc=nil, clusterremarkname=nil)
13648
+ @ClusterId = clusterid
13649
+ @ClusterName = clustername
13650
+ @ClusterDesc = clusterdesc
13651
+ @ClusterRemarkName = clusterremarkname
12926
13652
  end
12927
13653
 
12928
13654
  def deserialize(params)
12929
- @Name = params['Name']
12930
- @Value = params['Value']
13655
+ @ClusterId = params['ClusterId']
13656
+ @ClusterName = params['ClusterName']
13657
+ @ClusterDesc = params['ClusterDesc']
13658
+ @ClusterRemarkName = params['ClusterRemarkName']
12931
13659
  end
12932
13660
  end
12933
13661
 
12934
- # 微服务
12935
- class Microservice < TencentCloud::Common::AbstractModel
12936
- # @param MicroserviceId: 微服务ID
12937
- # 注意:此字段可能返回 null,表示取不到有效值。
12938
- # @type MicroserviceId: String
12939
- # @param MicroserviceName: 微服务名称
12940
- # 注意:此字段可能返回 null,表示取不到有效值。
12941
- # @type MicroserviceName: String
12942
- # @param MicroserviceDesc: 微服务描述
12943
- # 注意:此字段可能返回 null,表示取不到有效值。
12944
- # @type MicroserviceDesc: String
12945
- # @param CreateTime: 创建时间
12946
- # 注意:此字段可能返回 null,表示取不到有效值。
12947
- # @type CreateTime: Integer
12948
- # @param UpdateTime: 更新时间
12949
- # 注意:此字段可能返回 null,表示取不到有效值。
12950
- # @type UpdateTime: Integer
12951
- # @param NamespaceId: 命名空间ID
12952
- # 注意:此字段可能返回 null,表示取不到有效值。
12953
- # @type NamespaceId: String
12954
- # @param RunInstanceCount: 微服务的运行实例数目
12955
- # 注意:此字段可能返回 null,表示取不到有效值。
12956
- # @type RunInstanceCount: Integer
12957
- # @param CriticalInstanceCount: 微服务的离线实例数目
12958
- # 注意:此字段可能返回 null,表示取不到有效值。
12959
- # @type CriticalInstanceCount: Integer
13662
+ # ModifyCluster返回参数结构体
13663
+ class ModifyClusterResponse < TencentCloud::Common::AbstractModel
13664
+ # @param Result: 更新集群详情操作是否成功。
13665
+ # true: 操作成功。
13666
+ # false:操作失败。
13667
+ # @type Result: Boolean
13668
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
13669
+ # @type RequestId: String
12960
13670
 
12961
- attr_accessor :MicroserviceId, :MicroserviceName, :MicroserviceDesc, :CreateTime, :UpdateTime, :NamespaceId, :RunInstanceCount, :CriticalInstanceCount
13671
+ attr_accessor :Result, :RequestId
12962
13672
 
12963
- def initialize(microserviceid=nil, microservicename=nil, microservicedesc=nil, createtime=nil, updatetime=nil, namespaceid=nil, runinstancecount=nil, criticalinstancecount=nil)
12964
- @MicroserviceId = microserviceid
12965
- @MicroserviceName = microservicename
12966
- @MicroserviceDesc = microservicedesc
12967
- @CreateTime = createtime
12968
- @UpdateTime = updatetime
12969
- @NamespaceId = namespaceid
12970
- @RunInstanceCount = runinstancecount
12971
- @CriticalInstanceCount = criticalinstancecount
13673
+ def initialize(result=nil, requestid=nil)
13674
+ @Result = result
13675
+ @RequestId = requestid
12972
13676
  end
12973
13677
 
12974
13678
  def deserialize(params)
12975
- @MicroserviceId = params['MicroserviceId']
12976
- @MicroserviceName = params['MicroserviceName']
12977
- @MicroserviceDesc = params['MicroserviceDesc']
12978
- @CreateTime = params['CreateTime']
12979
- @UpdateTime = params['UpdateTime']
12980
- @NamespaceId = params['NamespaceId']
12981
- @RunInstanceCount = params['RunInstanceCount']
12982
- @CriticalInstanceCount = params['CriticalInstanceCount']
13679
+ @Result = params['Result']
13680
+ @RequestId = params['RequestId']
12983
13681
  end
12984
13682
  end
12985
13683
 
@@ -13093,6 +13791,57 @@ module TencentCloud
13093
13791
  end
13094
13792
  end
13095
13793
 
13794
+ # ModifyGroup请求参数结构体
13795
+ class ModifyGroupRequest < TencentCloud::Common::AbstractModel
13796
+ # @param GroupId: 部署组ID
13797
+ # @type GroupId: String
13798
+ # @param GroupName: 部署组名称
13799
+ # @type GroupName: String
13800
+ # @param GroupDesc: 部署组描述
13801
+ # @type GroupDesc: String
13802
+ # @param Alias: 部署组备注
13803
+ # @type Alias: String
13804
+
13805
+ attr_accessor :GroupId, :GroupName, :GroupDesc, :Alias
13806
+
13807
+ def initialize(groupid=nil, groupname=nil, groupdesc=nil, _alias=nil)
13808
+ @GroupId = groupid
13809
+ @GroupName = groupname
13810
+ @GroupDesc = groupdesc
13811
+ @Alias = _alias
13812
+ end
13813
+
13814
+ def deserialize(params)
13815
+ @GroupId = params['GroupId']
13816
+ @GroupName = params['GroupName']
13817
+ @GroupDesc = params['GroupDesc']
13818
+ @Alias = params['Alias']
13819
+ end
13820
+ end
13821
+
13822
+ # ModifyGroup返回参数结构体
13823
+ class ModifyGroupResponse < TencentCloud::Common::AbstractModel
13824
+ # @param Result: 更新部署组详情是否成功。
13825
+ # true:操作成功。
13826
+ # false:操作失败。
13827
+ # 注意:此字段可能返回 null,表示取不到有效值。
13828
+ # @type Result: Boolean
13829
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
13830
+ # @type RequestId: String
13831
+
13832
+ attr_accessor :Result, :RequestId
13833
+
13834
+ def initialize(result=nil, requestid=nil)
13835
+ @Result = result
13836
+ @RequestId = requestid
13837
+ end
13838
+
13839
+ def deserialize(params)
13840
+ @Result = params['Result']
13841
+ @RequestId = params['RequestId']
13842
+ end
13843
+ end
13844
+
13096
13845
  # ModifyLane请求参数结构体
13097
13846
  class ModifyLaneRequest < TencentCloud::Common::AbstractModel
13098
13847
  # @param LaneId: 泳道ID
@@ -13247,6 +13996,50 @@ module TencentCloud
13247
13996
  end
13248
13997
  end
13249
13998
 
13999
+ # ModifyNamespace请求参数结构体
14000
+ class ModifyNamespaceRequest < TencentCloud::Common::AbstractModel
14001
+ # @param NamespaceId: 命名空间ID
14002
+ # @type NamespaceId: String
14003
+ # @param NamespaceName: 命名空间名称
14004
+ # @type NamespaceName: String
14005
+ # @param NamespaceDesc: 命名空间备注
14006
+ # @type NamespaceDesc: String
14007
+ # @param IsHaEnable: 是否开启高可用
14008
+ # @type IsHaEnable: String
14009
+
14010
+ attr_accessor :NamespaceId, :NamespaceName, :NamespaceDesc, :IsHaEnable
14011
+
14012
+ def initialize(namespaceid=nil, namespacename=nil, namespacedesc=nil, ishaenable=nil)
14013
+ @NamespaceId = namespaceid
14014
+ @NamespaceName = namespacename
14015
+ @NamespaceDesc = namespacedesc
14016
+ @IsHaEnable = ishaenable
14017
+ end
14018
+
14019
+ def deserialize(params)
14020
+ @NamespaceId = params['NamespaceId']
14021
+ @NamespaceName = params['NamespaceName']
14022
+ @NamespaceDesc = params['NamespaceDesc']
14023
+ @IsHaEnable = params['IsHaEnable']
14024
+ end
14025
+ end
14026
+
14027
+ # ModifyNamespace返回参数结构体
14028
+ class ModifyNamespaceResponse < TencentCloud::Common::AbstractModel
14029
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
14030
+ # @type RequestId: String
14031
+
14032
+ attr_accessor :RequestId
14033
+
14034
+ def initialize(requestid=nil)
14035
+ @RequestId = requestid
14036
+ end
14037
+
14038
+ def deserialize(params)
14039
+ @RequestId = params['RequestId']
14040
+ end
14041
+ end
14042
+
13250
14043
  # ModifyPathRewrite请求参数结构体
13251
14044
  class ModifyPathRewriteRequest < TencentCloud::Common::AbstractModel
13252
14045
  # @param PathRewriteId: 路径重写规则ID
@@ -15105,6 +15898,43 @@ module TencentCloud
15105
15898
  end
15106
15899
  end
15107
15900
 
15901
+ # RevokeFileConfig请求参数结构体
15902
+ class RevokeFileConfigRequest < TencentCloud::Common::AbstractModel
15903
+ # @param ConfigReleaseId: 配置项发布ID
15904
+ # @type ConfigReleaseId: String
15905
+
15906
+ attr_accessor :ConfigReleaseId
15907
+
15908
+ def initialize(configreleaseid=nil)
15909
+ @ConfigReleaseId = configreleaseid
15910
+ end
15911
+
15912
+ def deserialize(params)
15913
+ @ConfigReleaseId = params['ConfigReleaseId']
15914
+ end
15915
+ end
15916
+
15917
+ # RevokeFileConfig返回参数结构体
15918
+ class RevokeFileConfigResponse < TencentCloud::Common::AbstractModel
15919
+ # @param Result: 撤回结果
15920
+ # 注意:此字段可能返回 null,表示取不到有效值。
15921
+ # @type Result: Boolean
15922
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
15923
+ # @type RequestId: String
15924
+
15925
+ attr_accessor :Result, :RequestId
15926
+
15927
+ def initialize(result=nil, requestid=nil)
15928
+ @Result = result
15929
+ @RequestId = requestid
15930
+ end
15931
+
15932
+ def deserialize(params)
15933
+ @Result = params['Result']
15934
+ @RequestId = params['RequestId']
15935
+ end
15936
+ end
15937
+
15108
15938
  # RollbackConfig请求参数结构体
15109
15939
  class RollbackConfigRequest < TencentCloud::Common::AbstractModel
15110
15940
  # @param ConfigReleaseLogId: 配置项发布历史ID
@@ -16850,6 +17680,35 @@ module TencentCloud
16850
17680
  end
16851
17681
  end
16852
17682
 
17683
+ # Tsf分页集群对象
17684
+ class TsfPageClusterV2 < TencentCloud::Common::AbstractModel
17685
+ # @param TotalCount: 集群总数目
17686
+ # 注意:此字段可能返回 null,表示取不到有效值。
17687
+ # @type TotalCount: Integer
17688
+ # @param Content: 集群列表
17689
+ # 注意:此字段可能返回 null,表示取不到有效值。
17690
+ # @type Content: Array
17691
+
17692
+ attr_accessor :TotalCount, :Content
17693
+
17694
+ def initialize(totalcount=nil, content=nil)
17695
+ @TotalCount = totalcount
17696
+ @Content = content
17697
+ end
17698
+
17699
+ def deserialize(params)
17700
+ @TotalCount = params['TotalCount']
17701
+ unless params['Content'].nil?
17702
+ @Content = []
17703
+ params['Content'].each do |i|
17704
+ clusterv2_tmp = ClusterV2.new
17705
+ clusterv2_tmp.deserialize(i)
17706
+ @Content << clusterv2_tmp
17707
+ end
17708
+ end
17709
+ end
17710
+ end
17711
+
16853
17712
  # TsfPage<Config>
16854
17713
  class TsfPageConfig < TencentCloud::Common::AbstractModel
16855
17714
  # @param TotalCount: TsfPageConfig
@@ -17011,6 +17870,35 @@ module TencentCloud
17011
17870
  end
17012
17871
  end
17013
17872
 
17873
+ # 文件配置项发布信息列表
17874
+ class TsfPageFileConfigRelease < TencentCloud::Common::AbstractModel
17875
+ # @param TotalCount: 数量
17876
+ # 注意:此字段可能返回 null,表示取不到有效值。
17877
+ # @type TotalCount: Integer
17878
+ # @param Content: 列表
17879
+ # 注意:此字段可能返回 null,表示取不到有效值。
17880
+ # @type Content: Array
17881
+
17882
+ attr_accessor :TotalCount, :Content
17883
+
17884
+ def initialize(totalcount=nil, content=nil)
17885
+ @TotalCount = totalcount
17886
+ @Content = content
17887
+ end
17888
+
17889
+ def deserialize(params)
17890
+ @TotalCount = params['TotalCount']
17891
+ unless params['Content'].nil?
17892
+ @Content = []
17893
+ params['Content'].each do |i|
17894
+ fileconfigrelease_tmp = FileConfigRelease.new
17895
+ fileconfigrelease_tmp.deserialize(i)
17896
+ @Content << fileconfigrelease_tmp
17897
+ end
17898
+ end
17899
+ end
17900
+ end
17901
+
17014
17902
  # GatewayDeployGroup 翻页对象
17015
17903
  class TsfPageGatewayDeployGroup < TencentCloud::Common::AbstractModel
17016
17904
  # @param TotalCount: 记录总数
@@ -17778,6 +18666,58 @@ module TencentCloud
17778
18666
  end
17779
18667
  end
17780
18668
 
18669
+ # UpdateConfigTemplate请求参数结构体
18670
+ class UpdateConfigTemplateRequest < TencentCloud::Common::AbstractModel
18671
+ # @param ConfigTemplateId: 配置模板id
18672
+ # @type ConfigTemplateId: String
18673
+ # @param ConfigTemplateName: 配置模板名称
18674
+ # @type ConfigTemplateName: String
18675
+ # @param ConfigTemplateType: 配置模板对应的微服务框架
18676
+ # @type ConfigTemplateType: String
18677
+ # @param ConfigTemplateValue: 配置模板数据
18678
+ # @type ConfigTemplateValue: String
18679
+ # @param ConfigTemplateDesc: 配置模板描述
18680
+ # @type ConfigTemplateDesc: String
18681
+
18682
+ attr_accessor :ConfigTemplateId, :ConfigTemplateName, :ConfigTemplateType, :ConfigTemplateValue, :ConfigTemplateDesc
18683
+
18684
+ def initialize(configtemplateid=nil, configtemplatename=nil, configtemplatetype=nil, configtemplatevalue=nil, configtemplatedesc=nil)
18685
+ @ConfigTemplateId = configtemplateid
18686
+ @ConfigTemplateName = configtemplatename
18687
+ @ConfigTemplateType = configtemplatetype
18688
+ @ConfigTemplateValue = configtemplatevalue
18689
+ @ConfigTemplateDesc = configtemplatedesc
18690
+ end
18691
+
18692
+ def deserialize(params)
18693
+ @ConfigTemplateId = params['ConfigTemplateId']
18694
+ @ConfigTemplateName = params['ConfigTemplateName']
18695
+ @ConfigTemplateType = params['ConfigTemplateType']
18696
+ @ConfigTemplateValue = params['ConfigTemplateValue']
18697
+ @ConfigTemplateDesc = params['ConfigTemplateDesc']
18698
+ end
18699
+ end
18700
+
18701
+ # UpdateConfigTemplate返回参数结构体
18702
+ class UpdateConfigTemplateResponse < TencentCloud::Common::AbstractModel
18703
+ # @param Result: 结果true:成功;false:失败;
18704
+ # @type Result: Boolean
18705
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
18706
+ # @type RequestId: String
18707
+
18708
+ attr_accessor :Result, :RequestId
18709
+
18710
+ def initialize(result=nil, requestid=nil)
18711
+ @Result = result
18712
+ @RequestId = requestid
18713
+ end
18714
+
18715
+ def deserialize(params)
18716
+ @Result = params['Result']
18717
+ @RequestId = params['RequestId']
18718
+ end
18719
+ end
18720
+
17781
18721
  # UpdateGatewayApi请求参数结构体
17782
18722
  class UpdateGatewayApiRequest < TencentCloud::Common::AbstractModel
17783
18723
  # @param ApiId: API ID