tencentcloud-sdk-python 3.0.1443__py2.py3-none-any.whl → 3.0.1444__py2.py3-none-any.whl
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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/batch/v20170312/models.py +2 -2
- tencentcloud/clb/v20180317/models.py +422 -26
- tencentcloud/cls/v20201016/cls_client.py +1 -1
- tencentcloud/cls/v20201016/models.py +148 -112
- tencentcloud/keewidb/v20220308/errorcodes.py +3 -0
- tencentcloud/keewidb/v20220308/models.py +2 -2
- tencentcloud/lcic/v20220817/errorcodes.py +15 -0
- tencentcloud/lcic/v20220817/models.py +67 -16
- tencentcloud/lkeap/v20240522/errorcodes.py +1 -1
- tencentcloud/mongodb/v20190725/models.py +4 -4
- tencentcloud/mps/v20190612/models.py +64 -0
- tencentcloud/ocr/v20181119/models.py +31 -16
- tencentcloud/postgres/v20170312/errorcodes.py +0 -12
- tencentcloud/postgres/v20170312/models.py +191 -1527
- tencentcloud/postgres/v20170312/postgres_client.py +0 -75
- tencentcloud/sts/v20180813/sts_client.py +21 -7
- tencentcloud/tcbr/v20220217/models.py +151 -0
- tencentcloud/tcss/v20201101/models.py +45 -0
- tencentcloud/tke/v20180525/models.py +17 -2
- tencentcloud/trabbit/v20230418/models.py +60 -0
- tencentcloud/trocket/v20230308/models.py +319 -0
- tencentcloud/trocket/v20230308/trocket_client.py +25 -0
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +6 -4
- tencentcloud/tsf/v20180326/errorcodes.py +9 -0
- tencentcloud/tsf/v20180326/models.py +761 -517
- tencentcloud/vod/v20180717/models.py +63 -10
- tencentcloud/vod/v20180717/vod_client.py +1 -0
- tencentcloud/waf/v20180125/errorcodes.py +6 -0
- tencentcloud/waf/v20180125/models.py +1926 -744
- tencentcloud/waf/v20180125/waf_client.py +161 -0
- tencentcloud/wedata/v20210820/models.py +204 -0
- {tencentcloud_sdk_python-3.0.1443.dist-info → tencentcloud_sdk_python-3.0.1444.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1443.dist-info → tencentcloud_sdk_python-3.0.1444.dist-info}/RECORD +38 -38
- {tencentcloud_sdk_python-3.0.1443.dist-info → tencentcloud_sdk_python-3.0.1444.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1443.dist-info → tencentcloud_sdk_python-3.0.1444.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1443.dist-info → tencentcloud_sdk_python-3.0.1444.dist-info}/top_level.txt +0 -0
|
@@ -25,9 +25,9 @@ class AddClusterInstancesRequest(AbstractModel):
|
|
|
25
25
|
|
|
26
26
|
def __init__(self):
|
|
27
27
|
r"""
|
|
28
|
-
:param _ClusterId: 集群ID
|
|
28
|
+
:param _ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
|
|
29
29
|
:type ClusterId: str
|
|
30
|
-
:param _InstanceIdList: 云主机ID
|
|
30
|
+
:param _InstanceIdList: 云主机ID列表,可通过调用[DescribeInstances](https://cloud.tencent.com/document/api/213/15728)查询已创建的云主机列表或登录控制台进行查看;也可以调用[RunInstances](https://cloud.tencent.com/document/api/213/15730)创建新的云主机。
|
|
31
31
|
:type InstanceIdList: list of str
|
|
32
32
|
:param _OsName: 操作系统名称
|
|
33
33
|
:type OsName: str
|
|
@@ -65,7 +65,7 @@ class AddClusterInstancesRequest(AbstractModel):
|
|
|
65
65
|
|
|
66
66
|
@property
|
|
67
67
|
def ClusterId(self):
|
|
68
|
-
"""集群ID
|
|
68
|
+
"""集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
|
|
69
69
|
:rtype: str
|
|
70
70
|
"""
|
|
71
71
|
return self._ClusterId
|
|
@@ -76,7 +76,7 @@ class AddClusterInstancesRequest(AbstractModel):
|
|
|
76
76
|
|
|
77
77
|
@property
|
|
78
78
|
def InstanceIdList(self):
|
|
79
|
-
"""云主机ID
|
|
79
|
+
"""云主机ID列表,可通过调用[DescribeInstances](https://cloud.tencent.com/document/api/213/15728)查询已创建的云主机列表或登录控制台进行查看;也可以调用[RunInstances](https://cloud.tencent.com/document/api/213/15730)创建新的云主机。
|
|
80
80
|
:rtype: list of str
|
|
81
81
|
"""
|
|
82
82
|
return self._InstanceIdList
|
|
@@ -356,9 +356,9 @@ class AddInstancesRequest(AbstractModel):
|
|
|
356
356
|
|
|
357
357
|
def __init__(self):
|
|
358
358
|
r"""
|
|
359
|
-
:param _ClusterId: 集群ID
|
|
359
|
+
:param _ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
|
|
360
360
|
:type ClusterId: str
|
|
361
|
-
:param _InstanceIdList: 云主机ID
|
|
361
|
+
:param _InstanceIdList: 云主机ID列表,可通过调用[DescribeInstances](https://cloud.tencent.com/document/api/213/15728)查询已创建的云主机列表或登录控制台进行查看;也可以调用[RunInstances](https://cloud.tencent.com/document/api/213/15730)创建新的云主机。
|
|
362
362
|
:type InstanceIdList: list of str
|
|
363
363
|
:param _OsName: 操作系统名称
|
|
364
364
|
:type OsName: str
|
|
@@ -387,7 +387,7 @@ class AddInstancesRequest(AbstractModel):
|
|
|
387
387
|
|
|
388
388
|
@property
|
|
389
389
|
def ClusterId(self):
|
|
390
|
-
"""集群ID
|
|
390
|
+
"""集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
|
|
391
391
|
:rtype: str
|
|
392
392
|
"""
|
|
393
393
|
return self._ClusterId
|
|
@@ -398,7 +398,7 @@ class AddInstancesRequest(AbstractModel):
|
|
|
398
398
|
|
|
399
399
|
@property
|
|
400
400
|
def InstanceIdList(self):
|
|
401
|
-
"""云主机ID
|
|
401
|
+
"""云主机ID列表,可通过调用[DescribeInstances](https://cloud.tencent.com/document/api/213/15728)查询已创建的云主机列表或登录控制台进行查看;也可以调用[RunInstances](https://cloud.tencent.com/document/api/213/15730)创建新的云主机。
|
|
402
402
|
:rtype: list of str
|
|
403
403
|
"""
|
|
404
404
|
return self._InstanceIdList
|
|
@@ -2898,9 +2898,11 @@ class AssociateBusinessLogConfigRequest(AbstractModel):
|
|
|
2898
2898
|
|
|
2899
2899
|
def __init__(self):
|
|
2900
2900
|
r"""
|
|
2901
|
-
:param _GroupId:
|
|
2901
|
+
:param _GroupId: 部署组ID
|
|
2902
|
+
可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看
|
|
2902
2903
|
:type GroupId: str
|
|
2903
2904
|
:param _ConfigIdList: 日志配置项ID列表
|
|
2905
|
+
可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
|
2904
2906
|
:type ConfigIdList: list of str
|
|
2905
2907
|
"""
|
|
2906
2908
|
self._GroupId = None
|
|
@@ -2908,7 +2910,8 @@ class AssociateBusinessLogConfigRequest(AbstractModel):
|
|
|
2908
2910
|
|
|
2909
2911
|
@property
|
|
2910
2912
|
def GroupId(self):
|
|
2911
|
-
"""
|
|
2913
|
+
"""部署组ID
|
|
2914
|
+
可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看
|
|
2912
2915
|
:rtype: str
|
|
2913
2916
|
"""
|
|
2914
2917
|
return self._GroupId
|
|
@@ -2920,6 +2923,7 @@ class AssociateBusinessLogConfigRequest(AbstractModel):
|
|
|
2920
2923
|
@property
|
|
2921
2924
|
def ConfigIdList(self):
|
|
2922
2925
|
"""日志配置项ID列表
|
|
2926
|
+
可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
|
2923
2927
|
:rtype: list of str
|
|
2924
2928
|
"""
|
|
2925
2929
|
return self._ConfigIdList
|
|
@@ -2949,7 +2953,7 @@ class AssociateBusinessLogConfigResponse(AbstractModel):
|
|
|
2949
2953
|
|
|
2950
2954
|
def __init__(self):
|
|
2951
2955
|
r"""
|
|
2952
|
-
:param _Result:
|
|
2956
|
+
:param _Result: 操作结果,true:成功,false:失败
|
|
2953
2957
|
:type Result: bool
|
|
2954
2958
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2955
2959
|
:type RequestId: str
|
|
@@ -2959,7 +2963,7 @@ class AssociateBusinessLogConfigResponse(AbstractModel):
|
|
|
2959
2963
|
|
|
2960
2964
|
@property
|
|
2961
2965
|
def Result(self):
|
|
2962
|
-
"""
|
|
2966
|
+
"""操作结果,true:成功,false:失败
|
|
2963
2967
|
:rtype: bool
|
|
2964
2968
|
"""
|
|
2965
2969
|
return self._Result
|
|
@@ -2992,15 +2996,18 @@ class AssociateConfigWithGroupRequest(AbstractModel):
|
|
|
2992
2996
|
|
|
2993
2997
|
def __init__(self):
|
|
2994
2998
|
r"""
|
|
2995
|
-
:param _ConfigId: 配置项
|
|
2999
|
+
:param _ConfigId: 配置项ID
|
|
3000
|
+
可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
|
2996
3001
|
:type ConfigId: str
|
|
2997
3002
|
:param _Groups: 部署组信息
|
|
2998
3003
|
:type Groups: list of GroupInfo
|
|
2999
3004
|
:param _SelectAll: 是否选择全部投递,1 表示全部,0或不填表示非全部
|
|
3000
3005
|
:type SelectAll: int
|
|
3001
|
-
:param _NamespaceId: 命名空间
|
|
3006
|
+
:param _NamespaceId: 命名空间ID
|
|
3007
|
+
可通过[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已经创建的命名空间,也可以通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)查看
|
|
3002
3008
|
:type NamespaceId: str
|
|
3003
|
-
:param _ClusterId: 集群
|
|
3009
|
+
:param _ClusterId: 集群ID
|
|
3010
|
+
可通过[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已经创建的集群列表,也可以通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1)查看
|
|
3004
3011
|
:type ClusterId: str
|
|
3005
3012
|
:param _SearchWord: 模糊搜索关键词
|
|
3006
3013
|
:type SearchWord: str
|
|
@@ -3014,7 +3021,8 @@ class AssociateConfigWithGroupRequest(AbstractModel):
|
|
|
3014
3021
|
|
|
3015
3022
|
@property
|
|
3016
3023
|
def ConfigId(self):
|
|
3017
|
-
"""配置项
|
|
3024
|
+
"""配置项ID
|
|
3025
|
+
可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
|
3018
3026
|
:rtype: str
|
|
3019
3027
|
"""
|
|
3020
3028
|
return self._ConfigId
|
|
@@ -3047,7 +3055,8 @@ class AssociateConfigWithGroupRequest(AbstractModel):
|
|
|
3047
3055
|
|
|
3048
3056
|
@property
|
|
3049
3057
|
def NamespaceId(self):
|
|
3050
|
-
"""命名空间
|
|
3058
|
+
"""命名空间ID
|
|
3059
|
+
可通过[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已经创建的命名空间,也可以通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)查看
|
|
3051
3060
|
:rtype: str
|
|
3052
3061
|
"""
|
|
3053
3062
|
return self._NamespaceId
|
|
@@ -3058,7 +3067,8 @@ class AssociateConfigWithGroupRequest(AbstractModel):
|
|
|
3058
3067
|
|
|
3059
3068
|
@property
|
|
3060
3069
|
def ClusterId(self):
|
|
3061
|
-
"""集群
|
|
3070
|
+
"""集群ID
|
|
3071
|
+
可通过[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已经创建的集群列表,也可以通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1)查看
|
|
3062
3072
|
:rtype: str
|
|
3063
3073
|
"""
|
|
3064
3074
|
return self._ClusterId
|
|
@@ -3627,10 +3637,10 @@ class BusinessLogConfig(AbstractModel):
|
|
|
3627
3637
|
:type ConfigTags: str
|
|
3628
3638
|
:param _ConfigPipeline: 配置项对应的ES管道
|
|
3629
3639
|
:type ConfigPipeline: str
|
|
3630
|
-
:param _ConfigCreateTime:
|
|
3640
|
+
:param _ConfigCreateTime: 配置项创建时间,格式为yyyy-MM-dd HH:mm:ss
|
|
3631
3641
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3632
3642
|
:type ConfigCreateTime: str
|
|
3633
|
-
:param _ConfigUpdateTime:
|
|
3643
|
+
:param _ConfigUpdateTime: 配置项更新时间,格式为yyyy-MM-dd HH:mm:ss
|
|
3634
3644
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3635
3645
|
:type ConfigUpdateTime: str
|
|
3636
3646
|
:param _ConfigSchema: 配置项解析规则
|
|
@@ -3644,6 +3654,14 @@ class BusinessLogConfig(AbstractModel):
|
|
|
3644
3654
|
:type FilebeatConfigEnable: bool
|
|
3645
3655
|
:param _FilebeatCloseTimeout: close_timeout参数
|
|
3646
3656
|
:type FilebeatCloseTimeout: int
|
|
3657
|
+
:param _FilebeatIgnoreOlder: filebeat ignore_older参数
|
|
3658
|
+
:type FilebeatIgnoreOlder: int
|
|
3659
|
+
:param _FilebeatHarvesterLimit: filebeat harvester_limit参数
|
|
3660
|
+
:type FilebeatHarvesterLimit: int
|
|
3661
|
+
:param _FilebeatCloseInactive: filebeat close_inactive参数
|
|
3662
|
+
:type FilebeatCloseInactive: int
|
|
3663
|
+
:param _FilebeatCleanInactive: filebeat clean_inactive参数
|
|
3664
|
+
:type FilebeatCleanInactive: int
|
|
3647
3665
|
"""
|
|
3648
3666
|
self._ConfigId = None
|
|
3649
3667
|
self._ConfigName = None
|
|
@@ -3658,6 +3676,10 @@ class BusinessLogConfig(AbstractModel):
|
|
|
3658
3676
|
self._ConfigAssociatedGroupList = None
|
|
3659
3677
|
self._FilebeatConfigEnable = None
|
|
3660
3678
|
self._FilebeatCloseTimeout = None
|
|
3679
|
+
self._FilebeatIgnoreOlder = None
|
|
3680
|
+
self._FilebeatHarvesterLimit = None
|
|
3681
|
+
self._FilebeatCloseInactive = None
|
|
3682
|
+
self._FilebeatCleanInactive = None
|
|
3661
3683
|
|
|
3662
3684
|
@property
|
|
3663
3685
|
def ConfigId(self):
|
|
@@ -3729,7 +3751,7 @@ class BusinessLogConfig(AbstractModel):
|
|
|
3729
3751
|
|
|
3730
3752
|
@property
|
|
3731
3753
|
def ConfigCreateTime(self):
|
|
3732
|
-
"""
|
|
3754
|
+
"""配置项创建时间,格式为yyyy-MM-dd HH:mm:ss
|
|
3733
3755
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3734
3756
|
:rtype: str
|
|
3735
3757
|
"""
|
|
@@ -3741,7 +3763,7 @@ class BusinessLogConfig(AbstractModel):
|
|
|
3741
3763
|
|
|
3742
3764
|
@property
|
|
3743
3765
|
def ConfigUpdateTime(self):
|
|
3744
|
-
"""
|
|
3766
|
+
"""配置项更新时间,格式为yyyy-MM-dd HH:mm:ss
|
|
3745
3767
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3746
3768
|
:rtype: str
|
|
3747
3769
|
"""
|
|
@@ -3811,6 +3833,50 @@ class BusinessLogConfig(AbstractModel):
|
|
|
3811
3833
|
def FilebeatCloseTimeout(self, FilebeatCloseTimeout):
|
|
3812
3834
|
self._FilebeatCloseTimeout = FilebeatCloseTimeout
|
|
3813
3835
|
|
|
3836
|
+
@property
|
|
3837
|
+
def FilebeatIgnoreOlder(self):
|
|
3838
|
+
"""filebeat ignore_older参数
|
|
3839
|
+
:rtype: int
|
|
3840
|
+
"""
|
|
3841
|
+
return self._FilebeatIgnoreOlder
|
|
3842
|
+
|
|
3843
|
+
@FilebeatIgnoreOlder.setter
|
|
3844
|
+
def FilebeatIgnoreOlder(self, FilebeatIgnoreOlder):
|
|
3845
|
+
self._FilebeatIgnoreOlder = FilebeatIgnoreOlder
|
|
3846
|
+
|
|
3847
|
+
@property
|
|
3848
|
+
def FilebeatHarvesterLimit(self):
|
|
3849
|
+
"""filebeat harvester_limit参数
|
|
3850
|
+
:rtype: int
|
|
3851
|
+
"""
|
|
3852
|
+
return self._FilebeatHarvesterLimit
|
|
3853
|
+
|
|
3854
|
+
@FilebeatHarvesterLimit.setter
|
|
3855
|
+
def FilebeatHarvesterLimit(self, FilebeatHarvesterLimit):
|
|
3856
|
+
self._FilebeatHarvesterLimit = FilebeatHarvesterLimit
|
|
3857
|
+
|
|
3858
|
+
@property
|
|
3859
|
+
def FilebeatCloseInactive(self):
|
|
3860
|
+
"""filebeat close_inactive参数
|
|
3861
|
+
:rtype: int
|
|
3862
|
+
"""
|
|
3863
|
+
return self._FilebeatCloseInactive
|
|
3864
|
+
|
|
3865
|
+
@FilebeatCloseInactive.setter
|
|
3866
|
+
def FilebeatCloseInactive(self, FilebeatCloseInactive):
|
|
3867
|
+
self._FilebeatCloseInactive = FilebeatCloseInactive
|
|
3868
|
+
|
|
3869
|
+
@property
|
|
3870
|
+
def FilebeatCleanInactive(self):
|
|
3871
|
+
"""filebeat clean_inactive参数
|
|
3872
|
+
:rtype: int
|
|
3873
|
+
"""
|
|
3874
|
+
return self._FilebeatCleanInactive
|
|
3875
|
+
|
|
3876
|
+
@FilebeatCleanInactive.setter
|
|
3877
|
+
def FilebeatCleanInactive(self, FilebeatCleanInactive):
|
|
3878
|
+
self._FilebeatCleanInactive = FilebeatCleanInactive
|
|
3879
|
+
|
|
3814
3880
|
|
|
3815
3881
|
def _deserialize(self, params):
|
|
3816
3882
|
self._ConfigId = params.get("ConfigId")
|
|
@@ -3838,6 +3904,10 @@ class BusinessLogConfig(AbstractModel):
|
|
|
3838
3904
|
self._ConfigAssociatedGroupList.append(obj)
|
|
3839
3905
|
self._FilebeatConfigEnable = params.get("FilebeatConfigEnable")
|
|
3840
3906
|
self._FilebeatCloseTimeout = params.get("FilebeatCloseTimeout")
|
|
3907
|
+
self._FilebeatIgnoreOlder = params.get("FilebeatIgnoreOlder")
|
|
3908
|
+
self._FilebeatHarvesterLimit = params.get("FilebeatHarvesterLimit")
|
|
3909
|
+
self._FilebeatCloseInactive = params.get("FilebeatCloseInactive")
|
|
3910
|
+
self._FilebeatCleanInactive = params.get("FilebeatCleanInactive")
|
|
3841
3911
|
memeber_set = set(params.keys())
|
|
3842
3912
|
for name, value in vars(self).items():
|
|
3843
3913
|
property_name = name[1:]
|
|
@@ -3863,7 +3933,7 @@ class BusinessLogConfigAssociatedGroup(AbstractModel):
|
|
|
3863
3933
|
:type ApplicationId: str
|
|
3864
3934
|
:param _ApplicationName: 部署组所属应用名称
|
|
3865
3935
|
:type ApplicationName: str
|
|
3866
|
-
:param _ApplicationType:
|
|
3936
|
+
:param _ApplicationType: 部署组所属应用类型,C:容器应用,V:虚拟机应用
|
|
3867
3937
|
:type ApplicationType: str
|
|
3868
3938
|
:param _NamespaceId: 部署组所属命名空间ID
|
|
3869
3939
|
:type NamespaceId: str
|
|
@@ -3873,9 +3943,9 @@ class BusinessLogConfigAssociatedGroup(AbstractModel):
|
|
|
3873
3943
|
:type ClusterId: str
|
|
3874
3944
|
:param _ClusterName: 部署组所属集群名称
|
|
3875
3945
|
:type ClusterName: str
|
|
3876
|
-
:param _ClusterType:
|
|
3946
|
+
:param _ClusterType: 部署组所属集群类型,C:容器集群,V:虚拟机集群
|
|
3877
3947
|
:type ClusterType: str
|
|
3878
|
-
:param _AssociatedTime:
|
|
3948
|
+
:param _AssociatedTime: 部署组关联日志配置时间,格式yyyy-MM-dd HH:mm:ss
|
|
3879
3949
|
:type AssociatedTime: str
|
|
3880
3950
|
"""
|
|
3881
3951
|
self._GroupId = None
|
|
@@ -3936,7 +4006,7 @@ class BusinessLogConfigAssociatedGroup(AbstractModel):
|
|
|
3936
4006
|
|
|
3937
4007
|
@property
|
|
3938
4008
|
def ApplicationType(self):
|
|
3939
|
-
"""
|
|
4009
|
+
"""部署组所属应用类型,C:容器应用,V:虚拟机应用
|
|
3940
4010
|
:rtype: str
|
|
3941
4011
|
"""
|
|
3942
4012
|
return self._ApplicationType
|
|
@@ -3991,7 +4061,7 @@ class BusinessLogConfigAssociatedGroup(AbstractModel):
|
|
|
3991
4061
|
|
|
3992
4062
|
@property
|
|
3993
4063
|
def ClusterType(self):
|
|
3994
|
-
"""
|
|
4064
|
+
"""部署组所属集群类型,C:容器集群,V:虚拟机集群
|
|
3995
4065
|
:rtype: str
|
|
3996
4066
|
"""
|
|
3997
4067
|
return self._ClusterType
|
|
@@ -4002,7 +4072,7 @@ class BusinessLogConfigAssociatedGroup(AbstractModel):
|
|
|
4002
4072
|
|
|
4003
4073
|
@property
|
|
4004
4074
|
def AssociatedTime(self):
|
|
4005
|
-
"""
|
|
4075
|
+
"""部署组关联日志配置时间,格式yyyy-MM-dd HH:mm:ss
|
|
4006
4076
|
:rtype: str
|
|
4007
4077
|
"""
|
|
4008
4078
|
return self._AssociatedTime
|
|
@@ -4041,7 +4111,7 @@ class BusinessLogConfigSchema(AbstractModel):
|
|
|
4041
4111
|
|
|
4042
4112
|
def __init__(self):
|
|
4043
4113
|
r"""
|
|
4044
|
-
:param _SchemaType:
|
|
4114
|
+
:param _SchemaType: 解析规则类型。可选值 0(SPRING_BOOT:默认Spring Boot格式),1(NONE:无解析规则),4(NGINX_ACCESS:nginx access日志),5(CUSTOM_LOGBACK:自定义Logback),6(CUSTOM_LOG4J:自定义Log4J),7(CUSTOM_LOG4J2:自定义Log4J2),8(TEXT:单行/多行文本),9(ENVOY_MSGW_ACCESS:envoy access日志)。
|
|
4045
4115
|
:type SchemaType: int
|
|
4046
4116
|
:param _SchemaContent: 解析规则内容
|
|
4047
4117
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -4052,7 +4122,7 @@ class BusinessLogConfigSchema(AbstractModel):
|
|
|
4052
4122
|
:param _SchemaMultilinePattern: 解析规则对应的多行匹配规则
|
|
4053
4123
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4054
4124
|
:type SchemaMultilinePattern: str
|
|
4055
|
-
:param _SchemaCreateTime:
|
|
4125
|
+
:param _SchemaCreateTime: 解析规则创建时间,格式为yyyy-MM-dd HH:mm:ss
|
|
4056
4126
|
:type SchemaCreateTime: str
|
|
4057
4127
|
:param _SchemaPatternLayout: 用户填写的解析规则
|
|
4058
4128
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -4067,7 +4137,7 @@ class BusinessLogConfigSchema(AbstractModel):
|
|
|
4067
4137
|
|
|
4068
4138
|
@property
|
|
4069
4139
|
def SchemaType(self):
|
|
4070
|
-
"""
|
|
4140
|
+
"""解析规则类型。可选值 0(SPRING_BOOT:默认Spring Boot格式),1(NONE:无解析规则),4(NGINX_ACCESS:nginx access日志),5(CUSTOM_LOGBACK:自定义Logback),6(CUSTOM_LOG4J:自定义Log4J),7(CUSTOM_LOG4J2:自定义Log4J2),8(TEXT:单行/多行文本),9(ENVOY_MSGW_ACCESS:envoy access日志)。
|
|
4071
4141
|
:rtype: int
|
|
4072
4142
|
"""
|
|
4073
4143
|
return self._SchemaType
|
|
@@ -4114,7 +4184,7 @@ class BusinessLogConfigSchema(AbstractModel):
|
|
|
4114
4184
|
|
|
4115
4185
|
@property
|
|
4116
4186
|
def SchemaCreateTime(self):
|
|
4117
|
-
"""
|
|
4187
|
+
"""解析规则创建时间,格式为yyyy-MM-dd HH:mm:ss
|
|
4118
4188
|
:rtype: str
|
|
4119
4189
|
"""
|
|
4120
4190
|
return self._SchemaCreateTime
|
|
@@ -4164,7 +4234,7 @@ class BusinessLogV2(AbstractModel):
|
|
|
4164
4234
|
:type InstanceId: str
|
|
4165
4235
|
:param _Content: 日志内容
|
|
4166
4236
|
:type Content: str
|
|
4167
|
-
:param _Timestamp:
|
|
4237
|
+
:param _Timestamp: 日志时间戳,单位毫秒
|
|
4168
4238
|
:type Timestamp: int
|
|
4169
4239
|
:param _InstanceIp: 实例IP
|
|
4170
4240
|
:type InstanceIp: str
|
|
@@ -4204,7 +4274,7 @@ class BusinessLogV2(AbstractModel):
|
|
|
4204
4274
|
|
|
4205
4275
|
@property
|
|
4206
4276
|
def Timestamp(self):
|
|
4207
|
-
"""
|
|
4277
|
+
"""日志时间戳,单位毫秒
|
|
4208
4278
|
:rtype: int
|
|
4209
4279
|
"""
|
|
4210
4280
|
return self._Timestamp
|
|
@@ -4818,7 +4888,7 @@ class ClusterV2(AbstractModel):
|
|
|
4818
4888
|
:param _ClusterDesc: 集群描述
|
|
4819
4889
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4820
4890
|
:type ClusterDesc: str
|
|
4821
|
-
:param _ClusterType:
|
|
4891
|
+
:param _ClusterType: 集群类型,C表示容器集群,V表示虚拟机集群
|
|
4822
4892
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4823
4893
|
:type ClusterType: str
|
|
4824
4894
|
:param _VpcId: 集群所属私有网络ID
|
|
@@ -4854,10 +4924,10 @@ class ClusterV2(AbstractModel):
|
|
|
4854
4924
|
:param _DeleteFlag: 删除标记:true:可以删除;false:不可删除
|
|
4855
4925
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4856
4926
|
:type DeleteFlag: bool
|
|
4857
|
-
:param _CreateTime:
|
|
4927
|
+
:param _CreateTime: 创建时间,格式为YYYY-MM-DD HH:MM:SS
|
|
4858
4928
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4859
4929
|
:type CreateTime: str
|
|
4860
|
-
:param _UpdateTime:
|
|
4930
|
+
:param _UpdateTime: 更新时间,格式为YYYY-MM-DD HH:MM:SS
|
|
4861
4931
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4862
4932
|
:type UpdateTime: str
|
|
4863
4933
|
:param _TsfRegionId: 集群所属TSF地域ID
|
|
@@ -4911,7 +4981,7 @@ class ClusterV2(AbstractModel):
|
|
|
4911
4981
|
:param _KuberneteApiServer: api地址
|
|
4912
4982
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4913
4983
|
:type KuberneteApiServer: str
|
|
4914
|
-
:param _KuberneteNativeType: K
|
|
4984
|
+
:param _KuberneteNativeType: K 表示通过kubeconfig 导入, S 表示通过service account导入
|
|
4915
4985
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4916
4986
|
:type KuberneteNativeType: str
|
|
4917
4987
|
:param _KuberneteNativeSecret: native secret
|
|
@@ -4998,7 +5068,7 @@ class ClusterV2(AbstractModel):
|
|
|
4998
5068
|
|
|
4999
5069
|
@property
|
|
5000
5070
|
def ClusterType(self):
|
|
5001
|
-
"""
|
|
5071
|
+
"""集群类型,C表示容器集群,V表示虚拟机集群
|
|
5002
5072
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5003
5073
|
:rtype: str
|
|
5004
5074
|
"""
|
|
@@ -5142,7 +5212,7 @@ class ClusterV2(AbstractModel):
|
|
|
5142
5212
|
|
|
5143
5213
|
@property
|
|
5144
5214
|
def CreateTime(self):
|
|
5145
|
-
"""
|
|
5215
|
+
"""创建时间,格式为YYYY-MM-DD HH:MM:SS
|
|
5146
5216
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5147
5217
|
:rtype: str
|
|
5148
5218
|
"""
|
|
@@ -5154,7 +5224,7 @@ class ClusterV2(AbstractModel):
|
|
|
5154
5224
|
|
|
5155
5225
|
@property
|
|
5156
5226
|
def UpdateTime(self):
|
|
5157
|
-
"""
|
|
5227
|
+
"""更新时间,格式为YYYY-MM-DD HH:MM:SS
|
|
5158
5228
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5159
5229
|
:rtype: str
|
|
5160
5230
|
"""
|
|
@@ -5370,7 +5440,7 @@ class ClusterV2(AbstractModel):
|
|
|
5370
5440
|
|
|
5371
5441
|
@property
|
|
5372
5442
|
def KuberneteNativeType(self):
|
|
5373
|
-
"""K
|
|
5443
|
+
"""K 表示通过kubeconfig 导入, S 表示通过service account导入
|
|
5374
5444
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5375
5445
|
:rtype: str
|
|
5376
5446
|
"""
|
|
@@ -7314,7 +7384,7 @@ class ContainerGroupDeploy(AbstractModel):
|
|
|
7314
7384
|
:param _TcrRepoInfo: TcrRepoInfo值
|
|
7315
7385
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7316
7386
|
:type TcrRepoInfo: :class:`tencentcloud.tsf.v20180326.models.TcrRepoInfo`
|
|
7317
|
-
:param _VolumeInfos:
|
|
7387
|
+
:param _VolumeInfos: 数据卷信息,数组结构
|
|
7318
7388
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7319
7389
|
:type VolumeInfos: list of VolumeInfo
|
|
7320
7390
|
:param _VolumeMountInfos: 数据卷挂载信息,list
|
|
@@ -7760,7 +7830,7 @@ class ContainerGroupDeploy(AbstractModel):
|
|
|
7760
7830
|
|
|
7761
7831
|
@property
|
|
7762
7832
|
def VolumeInfos(self):
|
|
7763
|
-
"""
|
|
7833
|
+
"""数据卷信息,数组结构
|
|
7764
7834
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7765
7835
|
:rtype: list of VolumeInfo
|
|
7766
7836
|
"""
|
|
@@ -10881,9 +10951,12 @@ class CreateClusterRequest(AbstractModel):
|
|
|
10881
10951
|
r"""
|
|
10882
10952
|
:param _ClusterName: 集群名称
|
|
10883
10953
|
:type ClusterName: str
|
|
10884
|
-
:param _ClusterType:
|
|
10954
|
+
:param _ClusterType: 指定集群类型,目前支持:
|
|
10955
|
+
- `V`:虚拟机集群
|
|
10956
|
+
- `C`:容器集群
|
|
10957
|
+
- `S`:Serverless 集群
|
|
10885
10958
|
:type ClusterType: str
|
|
10886
|
-
:param _VpcId: 私有网络ID
|
|
10959
|
+
:param _VpcId: 私有网络ID,可通过调用[DescribeVpcEx](https://cloud.tencent.com/document/api/215/1372)查询已创建的私有网络列表或登录控制台进行查看;也可以调用[CreateVpc](https://cloud.tencent.com/document/api/215/1309)创建新的私有网络。
|
|
10887
10960
|
:type VpcId: str
|
|
10888
10961
|
:param _ClusterCIDR: 分配给集群容器和服务IP的CIDR
|
|
10889
10962
|
:type ClusterCIDR: str
|
|
@@ -10945,7 +11018,10 @@ class CreateClusterRequest(AbstractModel):
|
|
|
10945
11018
|
|
|
10946
11019
|
@property
|
|
10947
11020
|
def ClusterType(self):
|
|
10948
|
-
"""
|
|
11021
|
+
"""指定集群类型,目前支持:
|
|
11022
|
+
- `V`:虚拟机集群
|
|
11023
|
+
- `C`:容器集群
|
|
11024
|
+
- `S`:Serverless 集群
|
|
10949
11025
|
:rtype: str
|
|
10950
11026
|
"""
|
|
10951
11027
|
return self._ClusterType
|
|
@@ -10956,7 +11032,7 @@ class CreateClusterRequest(AbstractModel):
|
|
|
10956
11032
|
|
|
10957
11033
|
@property
|
|
10958
11034
|
def VpcId(self):
|
|
10959
|
-
"""私有网络ID
|
|
11035
|
+
"""私有网络ID,可通过调用[DescribeVpcEx](https://cloud.tencent.com/document/api/215/1372)查询已创建的私有网络列表或登录控制台进行查看;也可以调用[CreateVpc](https://cloud.tencent.com/document/api/215/1309)创建新的私有网络。
|
|
10960
11036
|
:rtype: str
|
|
10961
11037
|
"""
|
|
10962
11038
|
return self._VpcId
|
|
@@ -13592,22 +13668,24 @@ class CreateNamespaceRequest(AbstractModel):
|
|
|
13592
13668
|
r"""
|
|
13593
13669
|
:param _NamespaceName: 命名空间名称
|
|
13594
13670
|
:type NamespaceName: str
|
|
13595
|
-
:param _ClusterId: 集群ID
|
|
13671
|
+
:param _ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
|
|
13596
13672
|
:type ClusterId: str
|
|
13597
13673
|
:param _NamespaceDesc: 命名空间描述
|
|
13598
13674
|
:type NamespaceDesc: str
|
|
13599
|
-
:param _NamespaceResourceType: 命名空间资源类型(默认值为DEF)
|
|
13675
|
+
:param _NamespaceResourceType: 命名空间资源类型(默认值为DEF)。DEF:默认普通命名空间。GLOBAL:全局命名空间
|
|
13600
13676
|
:type NamespaceResourceType: str
|
|
13601
13677
|
:param _NamespaceType: 是否是全局命名空间(默认是DEF,表示普通命名空间;GLOBAL表示全局命名空间)
|
|
13602
13678
|
:type NamespaceType: str
|
|
13603
|
-
:param _NamespaceId: 命名空间ID
|
|
13679
|
+
:param _NamespaceId: 命名空间ID,按照【命名空间ID】进行过滤,可通过调用[DescribeNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录控制台进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新命名空间。
|
|
13604
13680
|
:type NamespaceId: str
|
|
13605
13681
|
:param _IsHaEnable: 是否开启高可用,1 表示开启,0 表示不开启
|
|
13606
13682
|
:type IsHaEnable: str
|
|
13607
|
-
:param _ProgramId: 需要绑定的数据集ID
|
|
13683
|
+
:param _ProgramId: 需要绑定的数据集ID,可通过调用[DescribePrograms](https://cloud.tencent.com/document/api/649/73477)查询已创建的数据集列表或登录控制台进行查看;也可以调用[CreateProgram](https://cloud.tencent.com/document/api/649/108544)创建新的数据集。
|
|
13608
13684
|
:type ProgramId: str
|
|
13609
|
-
:param _ProgramIdList: 需要绑定的数据集ID
|
|
13685
|
+
:param _ProgramIdList: 需要绑定的数据集ID列表,可通过调用[DescribePrograms](https://cloud.tencent.com/document/api/649/73477)查询已创建的数据集列表或登录控制台进行查看;也可以调用[CreateProgram](https://cloud.tencent.com/document/api/649/108544)创建新的数据集。
|
|
13610
13686
|
:type ProgramIdList: list of str
|
|
13687
|
+
:param _CreateK8sNamespaceFlag: 是否创建k8s命名空间标识
|
|
13688
|
+
:type CreateK8sNamespaceFlag: bool
|
|
13611
13689
|
"""
|
|
13612
13690
|
self._NamespaceName = None
|
|
13613
13691
|
self._ClusterId = None
|
|
@@ -13618,6 +13696,7 @@ class CreateNamespaceRequest(AbstractModel):
|
|
|
13618
13696
|
self._IsHaEnable = None
|
|
13619
13697
|
self._ProgramId = None
|
|
13620
13698
|
self._ProgramIdList = None
|
|
13699
|
+
self._CreateK8sNamespaceFlag = None
|
|
13621
13700
|
|
|
13622
13701
|
@property
|
|
13623
13702
|
def NamespaceName(self):
|
|
@@ -13632,7 +13711,7 @@ class CreateNamespaceRequest(AbstractModel):
|
|
|
13632
13711
|
|
|
13633
13712
|
@property
|
|
13634
13713
|
def ClusterId(self):
|
|
13635
|
-
"""集群ID
|
|
13714
|
+
"""集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
|
|
13636
13715
|
:rtype: str
|
|
13637
13716
|
"""
|
|
13638
13717
|
return self._ClusterId
|
|
@@ -13654,7 +13733,7 @@ class CreateNamespaceRequest(AbstractModel):
|
|
|
13654
13733
|
|
|
13655
13734
|
@property
|
|
13656
13735
|
def NamespaceResourceType(self):
|
|
13657
|
-
"""命名空间资源类型(默认值为DEF)
|
|
13736
|
+
"""命名空间资源类型(默认值为DEF)。DEF:默认普通命名空间。GLOBAL:全局命名空间
|
|
13658
13737
|
:rtype: str
|
|
13659
13738
|
"""
|
|
13660
13739
|
return self._NamespaceResourceType
|
|
@@ -13676,7 +13755,7 @@ class CreateNamespaceRequest(AbstractModel):
|
|
|
13676
13755
|
|
|
13677
13756
|
@property
|
|
13678
13757
|
def NamespaceId(self):
|
|
13679
|
-
"""命名空间ID
|
|
13758
|
+
"""命名空间ID,按照【命名空间ID】进行过滤,可通过调用[DescribeNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录控制台进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新命名空间。
|
|
13680
13759
|
:rtype: str
|
|
13681
13760
|
"""
|
|
13682
13761
|
return self._NamespaceId
|
|
@@ -13698,7 +13777,7 @@ class CreateNamespaceRequest(AbstractModel):
|
|
|
13698
13777
|
|
|
13699
13778
|
@property
|
|
13700
13779
|
def ProgramId(self):
|
|
13701
|
-
"""需要绑定的数据集ID
|
|
13780
|
+
"""需要绑定的数据集ID,可通过调用[DescribePrograms](https://cloud.tencent.com/document/api/649/73477)查询已创建的数据集列表或登录控制台进行查看;也可以调用[CreateProgram](https://cloud.tencent.com/document/api/649/108544)创建新的数据集。
|
|
13702
13781
|
:rtype: str
|
|
13703
13782
|
"""
|
|
13704
13783
|
return self._ProgramId
|
|
@@ -13709,7 +13788,7 @@ class CreateNamespaceRequest(AbstractModel):
|
|
|
13709
13788
|
|
|
13710
13789
|
@property
|
|
13711
13790
|
def ProgramIdList(self):
|
|
13712
|
-
"""需要绑定的数据集ID
|
|
13791
|
+
"""需要绑定的数据集ID列表,可通过调用[DescribePrograms](https://cloud.tencent.com/document/api/649/73477)查询已创建的数据集列表或登录控制台进行查看;也可以调用[CreateProgram](https://cloud.tencent.com/document/api/649/108544)创建新的数据集。
|
|
13713
13792
|
:rtype: list of str
|
|
13714
13793
|
"""
|
|
13715
13794
|
return self._ProgramIdList
|
|
@@ -13718,6 +13797,17 @@ class CreateNamespaceRequest(AbstractModel):
|
|
|
13718
13797
|
def ProgramIdList(self, ProgramIdList):
|
|
13719
13798
|
self._ProgramIdList = ProgramIdList
|
|
13720
13799
|
|
|
13800
|
+
@property
|
|
13801
|
+
def CreateK8sNamespaceFlag(self):
|
|
13802
|
+
"""是否创建k8s命名空间标识
|
|
13803
|
+
:rtype: bool
|
|
13804
|
+
"""
|
|
13805
|
+
return self._CreateK8sNamespaceFlag
|
|
13806
|
+
|
|
13807
|
+
@CreateK8sNamespaceFlag.setter
|
|
13808
|
+
def CreateK8sNamespaceFlag(self, CreateK8sNamespaceFlag):
|
|
13809
|
+
self._CreateK8sNamespaceFlag = CreateK8sNamespaceFlag
|
|
13810
|
+
|
|
13721
13811
|
|
|
13722
13812
|
def _deserialize(self, params):
|
|
13723
13813
|
self._NamespaceName = params.get("NamespaceName")
|
|
@@ -13729,6 +13819,7 @@ class CreateNamespaceRequest(AbstractModel):
|
|
|
13729
13819
|
self._IsHaEnable = params.get("IsHaEnable")
|
|
13730
13820
|
self._ProgramId = params.get("ProgramId")
|
|
13731
13821
|
self._ProgramIdList = params.get("ProgramIdList")
|
|
13822
|
+
self._CreateK8sNamespaceFlag = params.get("CreateK8sNamespaceFlag")
|
|
13732
13823
|
memeber_set = set(params.keys())
|
|
13733
13824
|
for name, value in vars(self).items():
|
|
13734
13825
|
property_name = name[1:]
|
|
@@ -15396,7 +15487,7 @@ class CurvePoint(AbstractModel):
|
|
|
15396
15487
|
:type Label: str
|
|
15397
15488
|
:param _Value: 当前坐标 Y轴的值
|
|
15398
15489
|
:type Value: str
|
|
15399
|
-
:param _Timestamp:
|
|
15490
|
+
:param _Timestamp: 该坐标点时间戳,单位毫秒
|
|
15400
15491
|
:type Timestamp: str
|
|
15401
15492
|
"""
|
|
15402
15493
|
self._Label = None
|
|
@@ -15427,7 +15518,7 @@ class CurvePoint(AbstractModel):
|
|
|
15427
15518
|
|
|
15428
15519
|
@property
|
|
15429
15520
|
def Timestamp(self):
|
|
15430
|
-
"""
|
|
15521
|
+
"""该坐标点时间戳,单位毫秒
|
|
15431
15522
|
:rtype: str
|
|
15432
15523
|
"""
|
|
15433
15524
|
return self._Timestamp
|
|
@@ -15767,7 +15858,7 @@ class DeleteApplicationRequest(AbstractModel):
|
|
|
15767
15858
|
|
|
15768
15859
|
def __init__(self):
|
|
15769
15860
|
r"""
|
|
15770
|
-
:param _ApplicationId: 应用ID
|
|
15861
|
+
:param _ApplicationId: 应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
|
15771
15862
|
:type ApplicationId: str
|
|
15772
15863
|
:param _SyncDeleteImageRepository: 是否删除镜像仓库
|
|
15773
15864
|
:type SyncDeleteImageRepository: bool
|
|
@@ -15777,7 +15868,7 @@ class DeleteApplicationRequest(AbstractModel):
|
|
|
15777
15868
|
|
|
15778
15869
|
@property
|
|
15779
15870
|
def ApplicationId(self):
|
|
15780
|
-
"""应用ID
|
|
15871
|
+
"""应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
|
15781
15872
|
:rtype: str
|
|
15782
15873
|
"""
|
|
15783
15874
|
return self._ApplicationId
|
|
@@ -15865,7 +15956,7 @@ class DeleteClusterRequest(AbstractModel):
|
|
|
15865
15956
|
|
|
15866
15957
|
def __init__(self):
|
|
15867
15958
|
r"""
|
|
15868
|
-
:param _ClusterId: 集群ID
|
|
15959
|
+
:param _ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用DescribeClusters查询已创建的项目列表或登录控制台进行查看;也可以调用CreateCluster创建新的项目。集群ID例如:cls-6a79x94v。仅在集群下无部署组、命名空间、云主机时可以删除。
|
|
15869
15960
|
:type ClusterId: str
|
|
15870
15961
|
:param _Unbind: 是否只解绑,不删除容器集群,默认不传则删除容器集群。
|
|
15871
15962
|
:type Unbind: bool
|
|
@@ -15875,7 +15966,7 @@ class DeleteClusterRequest(AbstractModel):
|
|
|
15875
15966
|
|
|
15876
15967
|
@property
|
|
15877
15968
|
def ClusterId(self):
|
|
15878
|
-
"""集群ID
|
|
15969
|
+
"""集群ID,按照【集群ID】进行过滤,可通过调用DescribeClusters查询已创建的项目列表或登录控制台进行查看;也可以调用CreateCluster创建新的项目。集群ID例如:cls-6a79x94v。仅在集群下无部署组、命名空间、云主机时可以删除。
|
|
15879
15970
|
:rtype: str
|
|
15880
15971
|
"""
|
|
15881
15972
|
return self._ClusterId
|
|
@@ -16125,14 +16216,14 @@ class DeleteContainerGroupRequest(AbstractModel):
|
|
|
16125
16216
|
|
|
16126
16217
|
def __init__(self):
|
|
16127
16218
|
r"""
|
|
16128
|
-
:param _GroupId: 部署组ID
|
|
16219
|
+
:param _GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
|
16129
16220
|
:type GroupId: str
|
|
16130
16221
|
"""
|
|
16131
16222
|
self._GroupId = None
|
|
16132
16223
|
|
|
16133
16224
|
@property
|
|
16134
16225
|
def GroupId(self):
|
|
16135
|
-
"""部署组ID
|
|
16226
|
+
"""部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
|
16136
16227
|
:rtype: str
|
|
16137
16228
|
"""
|
|
16138
16229
|
return self._GroupId
|
|
@@ -16385,14 +16476,14 @@ class DeleteGroupRequest(AbstractModel):
|
|
|
16385
16476
|
|
|
16386
16477
|
def __init__(self):
|
|
16387
16478
|
r"""
|
|
16388
|
-
:param _GroupId: 部署组ID
|
|
16479
|
+
:param _GroupId: 部署组ID,可通过调用[DescribeGroups](https://cloud.tencent.com/document/api/649/36065)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/api/649/36074)创建新的部署组。
|
|
16389
16480
|
:type GroupId: str
|
|
16390
16481
|
"""
|
|
16391
16482
|
self._GroupId = None
|
|
16392
16483
|
|
|
16393
16484
|
@property
|
|
16394
16485
|
def GroupId(self):
|
|
16395
|
-
"""部署组ID
|
|
16486
|
+
"""部署组ID,可通过调用[DescribeGroups](https://cloud.tencent.com/document/api/649/36065)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/api/649/36074)创建新的部署组。
|
|
16396
16487
|
:rtype: str
|
|
16397
16488
|
"""
|
|
16398
16489
|
return self._GroupId
|
|
@@ -16519,7 +16610,7 @@ class DeleteImageTagsRequest(AbstractModel):
|
|
|
16519
16610
|
|
|
16520
16611
|
def __init__(self):
|
|
16521
16612
|
r"""
|
|
16522
|
-
:param _ImageTags:
|
|
16613
|
+
:param _ImageTags: 需要删除的镜像版本列表,可通过调用[DescribeImageTags](https://cloud.tencent.com/document/api/649/36052)查询已创建的镜像版本列表或登录控制台进行查看。
|
|
16523
16614
|
:type ImageTags: list of DeleteImageTag
|
|
16524
16615
|
:param _RepoType: 企业: tcr ;个人: personal或者不填
|
|
16525
16616
|
:type RepoType: str
|
|
@@ -16529,7 +16620,7 @@ class DeleteImageTagsRequest(AbstractModel):
|
|
|
16529
16620
|
|
|
16530
16621
|
@property
|
|
16531
16622
|
def ImageTags(self):
|
|
16532
|
-
"""
|
|
16623
|
+
"""需要删除的镜像版本列表,可通过调用[DescribeImageTags](https://cloud.tencent.com/document/api/649/36052)查询已创建的镜像版本列表或登录控制台进行查看。
|
|
16533
16624
|
:rtype: list of DeleteImageTag
|
|
16534
16625
|
"""
|
|
16535
16626
|
return self._ImageTags
|
|
@@ -16871,9 +16962,9 @@ class DeleteNamespaceRequest(AbstractModel):
|
|
|
16871
16962
|
|
|
16872
16963
|
def __init__(self):
|
|
16873
16964
|
r"""
|
|
16874
|
-
:param _NamespaceId: 命名空间ID
|
|
16965
|
+
:param _NamespaceId: 命名空间ID,按照【命名空间ID】进行过滤,可通过调用[DescribeNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录控制台进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新命名空间。
|
|
16875
16966
|
:type NamespaceId: str
|
|
16876
|
-
:param _ClusterId: 集群ID
|
|
16967
|
+
:param _ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
|
|
16877
16968
|
:type ClusterId: str
|
|
16878
16969
|
"""
|
|
16879
16970
|
self._NamespaceId = None
|
|
@@ -16881,7 +16972,7 @@ class DeleteNamespaceRequest(AbstractModel):
|
|
|
16881
16972
|
|
|
16882
16973
|
@property
|
|
16883
16974
|
def NamespaceId(self):
|
|
16884
|
-
"""命名空间ID
|
|
16975
|
+
"""命名空间ID,按照【命名空间ID】进行过滤,可通过调用[DescribeNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录控制台进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新命名空间。
|
|
16885
16976
|
:rtype: str
|
|
16886
16977
|
"""
|
|
16887
16978
|
return self._NamespaceId
|
|
@@ -16892,7 +16983,7 @@ class DeleteNamespaceRequest(AbstractModel):
|
|
|
16892
16983
|
|
|
16893
16984
|
@property
|
|
16894
16985
|
def ClusterId(self):
|
|
16895
|
-
"""集群ID
|
|
16986
|
+
"""集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
|
|
16896
16987
|
:rtype: str
|
|
16897
16988
|
"""
|
|
16898
16989
|
return self._ClusterId
|
|
@@ -17658,15 +17749,15 @@ class DeliveryConfigBindGroup(AbstractModel):
|
|
|
17658
17749
|
:type CollectPath: list of str
|
|
17659
17750
|
:param _Groups: 关联部署组信息
|
|
17660
17751
|
:type Groups: list of GroupInfo
|
|
17661
|
-
:param _CreateTime:
|
|
17752
|
+
:param _CreateTime: 创建时间,格式yyyy-MM-dd HH:mm:ss
|
|
17662
17753
|
:type CreateTime: str
|
|
17663
|
-
:param _KafkaVIp:
|
|
17754
|
+
:param _KafkaVIp: Kafka的vip
|
|
17664
17755
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
17665
17756
|
:type KafkaVIp: str
|
|
17666
|
-
:param _KafkaAddress:
|
|
17757
|
+
:param _KafkaAddress: Kafka地址
|
|
17667
17758
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
17668
17759
|
:type KafkaAddress: str
|
|
17669
|
-
:param _KafkaVPort:
|
|
17760
|
+
:param _KafkaVPort: Kafka端口
|
|
17670
17761
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
17671
17762
|
:type KafkaVPort: str
|
|
17672
17763
|
:param _Topic: Topic
|
|
@@ -17674,18 +17765,18 @@ class DeliveryConfigBindGroup(AbstractModel):
|
|
|
17674
17765
|
:param _LineRule: LineRule
|
|
17675
17766
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
17676
17767
|
:type LineRule: str
|
|
17677
|
-
:param _CustomRule:
|
|
17768
|
+
:param _CustomRule: 自定义规则
|
|
17678
17769
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
17679
17770
|
:type CustomRule: str
|
|
17680
17771
|
:param _EnableGlobalLineRule: EnableGlobalLineRule
|
|
17681
17772
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
17682
17773
|
:type EnableGlobalLineRule: bool
|
|
17683
|
-
:param _EnableAuth:
|
|
17774
|
+
:param _EnableAuth: 是否开启认证
|
|
17684
17775
|
:type EnableAuth: bool
|
|
17685
|
-
:param _Username:
|
|
17776
|
+
:param _Username: 用户名
|
|
17686
17777
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
17687
17778
|
:type Username: str
|
|
17688
|
-
:param _Password:
|
|
17779
|
+
:param _Password: 密码
|
|
17689
17780
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
17690
17781
|
:type Password: str
|
|
17691
17782
|
:param _KafkaInfos: KafkaInfos
|
|
@@ -17755,7 +17846,7 @@ class DeliveryConfigBindGroup(AbstractModel):
|
|
|
17755
17846
|
|
|
17756
17847
|
@property
|
|
17757
17848
|
def CreateTime(self):
|
|
17758
|
-
"""
|
|
17849
|
+
"""创建时间,格式yyyy-MM-dd HH:mm:ss
|
|
17759
17850
|
:rtype: str
|
|
17760
17851
|
"""
|
|
17761
17852
|
return self._CreateTime
|
|
@@ -17766,7 +17857,7 @@ class DeliveryConfigBindGroup(AbstractModel):
|
|
|
17766
17857
|
|
|
17767
17858
|
@property
|
|
17768
17859
|
def KafkaVIp(self):
|
|
17769
|
-
"""
|
|
17860
|
+
"""Kafka的vip
|
|
17770
17861
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
17771
17862
|
:rtype: str
|
|
17772
17863
|
"""
|
|
@@ -17778,7 +17869,7 @@ class DeliveryConfigBindGroup(AbstractModel):
|
|
|
17778
17869
|
|
|
17779
17870
|
@property
|
|
17780
17871
|
def KafkaAddress(self):
|
|
17781
|
-
"""
|
|
17872
|
+
"""Kafka地址
|
|
17782
17873
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
17783
17874
|
:rtype: str
|
|
17784
17875
|
"""
|
|
@@ -17790,7 +17881,7 @@ class DeliveryConfigBindGroup(AbstractModel):
|
|
|
17790
17881
|
|
|
17791
17882
|
@property
|
|
17792
17883
|
def KafkaVPort(self):
|
|
17793
|
-
"""
|
|
17884
|
+
"""Kafka端口
|
|
17794
17885
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
17795
17886
|
:rtype: str
|
|
17796
17887
|
"""
|
|
@@ -17825,7 +17916,7 @@ class DeliveryConfigBindGroup(AbstractModel):
|
|
|
17825
17916
|
|
|
17826
17917
|
@property
|
|
17827
17918
|
def CustomRule(self):
|
|
17828
|
-
"""
|
|
17919
|
+
"""自定义规则
|
|
17829
17920
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
17830
17921
|
:rtype: str
|
|
17831
17922
|
"""
|
|
@@ -17849,7 +17940,7 @@ class DeliveryConfigBindGroup(AbstractModel):
|
|
|
17849
17940
|
|
|
17850
17941
|
@property
|
|
17851
17942
|
def EnableAuth(self):
|
|
17852
|
-
"""
|
|
17943
|
+
"""是否开启认证
|
|
17853
17944
|
:rtype: bool
|
|
17854
17945
|
"""
|
|
17855
17946
|
return self._EnableAuth
|
|
@@ -17860,7 +17951,7 @@ class DeliveryConfigBindGroup(AbstractModel):
|
|
|
17860
17951
|
|
|
17861
17952
|
@property
|
|
17862
17953
|
def Username(self):
|
|
17863
|
-
"""
|
|
17954
|
+
"""用户名
|
|
17864
17955
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
17865
17956
|
:rtype: str
|
|
17866
17957
|
"""
|
|
@@ -17872,7 +17963,7 @@ class DeliveryConfigBindGroup(AbstractModel):
|
|
|
17872
17963
|
|
|
17873
17964
|
@property
|
|
17874
17965
|
def Password(self):
|
|
17875
|
-
"""
|
|
17966
|
+
"""密码
|
|
17876
17967
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
17877
17968
|
:rtype: str
|
|
17878
17969
|
"""
|
|
@@ -19114,7 +19205,7 @@ class DeployContainerGroupRequest(AbstractModel):
|
|
|
19114
19205
|
|
|
19115
19206
|
def __init__(self):
|
|
19116
19207
|
r"""
|
|
19117
|
-
:param _GroupId: 部署组ID
|
|
19208
|
+
:param _GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
|
19118
19209
|
:type GroupId: str
|
|
19119
19210
|
:param _TagName: 镜像版本名称,如v1
|
|
19120
19211
|
:type TagName: str
|
|
@@ -19232,7 +19323,7 @@ class DeployContainerGroupRequest(AbstractModel):
|
|
|
19232
19323
|
|
|
19233
19324
|
@property
|
|
19234
19325
|
def GroupId(self):
|
|
19235
|
-
"""部署组ID
|
|
19326
|
+
"""部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
|
19236
19327
|
:rtype: str
|
|
19237
19328
|
"""
|
|
19238
19329
|
return self._GroupId
|
|
@@ -21029,14 +21120,14 @@ class DescribeApplicationRequest(AbstractModel):
|
|
|
21029
21120
|
|
|
21030
21121
|
def __init__(self):
|
|
21031
21122
|
r"""
|
|
21032
|
-
:param _ApplicationId: 应用ID
|
|
21123
|
+
:param _ApplicationId: 应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
|
21033
21124
|
:type ApplicationId: str
|
|
21034
21125
|
"""
|
|
21035
21126
|
self._ApplicationId = None
|
|
21036
21127
|
|
|
21037
21128
|
@property
|
|
21038
21129
|
def ApplicationId(self):
|
|
21039
|
-
"""应用ID
|
|
21130
|
+
"""应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
|
21040
21131
|
:rtype: str
|
|
21041
21132
|
"""
|
|
21042
21133
|
return self._ApplicationId
|
|
@@ -21116,11 +21207,13 @@ class DescribeApplicationsRequest(AbstractModel):
|
|
|
21116
21207
|
:type SearchWord: str
|
|
21117
21208
|
:param _OrderBy: 排序字段
|
|
21118
21209
|
:type OrderBy: str
|
|
21119
|
-
:param _OrderType:
|
|
21210
|
+
:param _OrderType: 指定排序类型,目前支持:
|
|
21211
|
+
`0`:降序
|
|
21212
|
+
`1`:升序
|
|
21120
21213
|
:type OrderType: int
|
|
21121
|
-
:param _Offset:
|
|
21214
|
+
:param _Offset: 偏移量,默认为0。关于Offset详见[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)
|
|
21122
21215
|
:type Offset: int
|
|
21123
|
-
:param _Limit:
|
|
21216
|
+
: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)
|
|
21124
21217
|
:type Limit: int
|
|
21125
21218
|
:param _ApplicationType: 应用类型
|
|
21126
21219
|
:type ApplicationType: str
|
|
@@ -21168,7 +21261,9 @@ class DescribeApplicationsRequest(AbstractModel):
|
|
|
21168
21261
|
|
|
21169
21262
|
@property
|
|
21170
21263
|
def OrderType(self):
|
|
21171
|
-
"""
|
|
21264
|
+
"""指定排序类型,目前支持:
|
|
21265
|
+
`0`:降序
|
|
21266
|
+
`1`:升序
|
|
21172
21267
|
:rtype: int
|
|
21173
21268
|
"""
|
|
21174
21269
|
return self._OrderType
|
|
@@ -21179,7 +21274,7 @@ class DescribeApplicationsRequest(AbstractModel):
|
|
|
21179
21274
|
|
|
21180
21275
|
@property
|
|
21181
21276
|
def Offset(self):
|
|
21182
|
-
"""
|
|
21277
|
+
"""偏移量,默认为0。关于Offset详见[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)
|
|
21183
21278
|
:rtype: int
|
|
21184
21279
|
"""
|
|
21185
21280
|
return self._Offset
|
|
@@ -21190,7 +21285,7 @@ class DescribeApplicationsRequest(AbstractModel):
|
|
|
21190
21285
|
|
|
21191
21286
|
@property
|
|
21192
21287
|
def Limit(self):
|
|
21193
|
-
"""
|
|
21288
|
+
"""数量限制,默认为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)
|
|
21194
21289
|
:rtype: int
|
|
21195
21290
|
"""
|
|
21196
21291
|
return self._Limit
|
|
@@ -21409,14 +21504,16 @@ class DescribeBusinessLogConfigRequest(AbstractModel):
|
|
|
21409
21504
|
|
|
21410
21505
|
def __init__(self):
|
|
21411
21506
|
r"""
|
|
21412
|
-
:param _ConfigId:
|
|
21507
|
+
:param _ConfigId: 日志配置项ID
|
|
21508
|
+
可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
|
21413
21509
|
:type ConfigId: str
|
|
21414
21510
|
"""
|
|
21415
21511
|
self._ConfigId = None
|
|
21416
21512
|
|
|
21417
21513
|
@property
|
|
21418
21514
|
def ConfigId(self):
|
|
21419
|
-
"""
|
|
21515
|
+
"""日志配置项ID
|
|
21516
|
+
可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
|
21420
21517
|
:rtype: str
|
|
21421
21518
|
"""
|
|
21422
21519
|
return self._ConfigId
|
|
@@ -21496,9 +21593,10 @@ class DescribeBusinessLogConfigsRequest(AbstractModel):
|
|
|
21496
21593
|
:type Limit: int
|
|
21497
21594
|
:param _SearchWord: 模糊匹配关键词
|
|
21498
21595
|
:type SearchWord: str
|
|
21499
|
-
:param _DisableProgramAuthCheck:
|
|
21596
|
+
:param _DisableProgramAuthCheck: 是否禁用数据集鉴权
|
|
21500
21597
|
:type DisableProgramAuthCheck: bool
|
|
21501
|
-
:param _ConfigIdList:
|
|
21598
|
+
:param _ConfigIdList: 日志配置项ID
|
|
21599
|
+
可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
|
21502
21600
|
:type ConfigIdList: list of str
|
|
21503
21601
|
"""
|
|
21504
21602
|
self._Offset = None
|
|
@@ -21542,7 +21640,7 @@ class DescribeBusinessLogConfigsRequest(AbstractModel):
|
|
|
21542
21640
|
|
|
21543
21641
|
@property
|
|
21544
21642
|
def DisableProgramAuthCheck(self):
|
|
21545
|
-
"""
|
|
21643
|
+
"""是否禁用数据集鉴权
|
|
21546
21644
|
:rtype: bool
|
|
21547
21645
|
"""
|
|
21548
21646
|
return self._DisableProgramAuthCheck
|
|
@@ -21553,7 +21651,8 @@ class DescribeBusinessLogConfigsRequest(AbstractModel):
|
|
|
21553
21651
|
|
|
21554
21652
|
@property
|
|
21555
21653
|
def ConfigIdList(self):
|
|
21556
|
-
"""
|
|
21654
|
+
"""日志配置项ID
|
|
21655
|
+
可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
|
21557
21656
|
:rtype: list of str
|
|
21558
21657
|
"""
|
|
21559
21658
|
return self._ConfigIdList
|
|
@@ -21631,17 +21730,17 @@ class DescribeClusterInstancesRequest(AbstractModel):
|
|
|
21631
21730
|
|
|
21632
21731
|
def __init__(self):
|
|
21633
21732
|
r"""
|
|
21634
|
-
:param _ClusterId: 集群ID
|
|
21733
|
+
:param _ClusterId: 集群 ID。调用[DescribeSimpleClusters](https://cloud.tencent.com/document/api/649/36047)查询已创建的集群或通过[CreateCluster](https://cloud.tencent.com/document/api/649/36049)接口创建新的集群。
|
|
21635
21734
|
:type ClusterId: str
|
|
21636
21735
|
:param _SearchWord: 搜索字段
|
|
21637
21736
|
:type SearchWord: str
|
|
21638
21737
|
:param _OrderBy: 排序字段
|
|
21639
21738
|
:type OrderBy: str
|
|
21640
|
-
:param _OrderType:
|
|
21739
|
+
:param _OrderType: 排序类型;0:升序,1:降序。
|
|
21641
21740
|
:type OrderType: int
|
|
21642
|
-
:param _Offset:
|
|
21741
|
+
:param _Offset: 偏移量,默认值:0。
|
|
21643
21742
|
:type Offset: int
|
|
21644
|
-
:param _Limit:
|
|
21743
|
+
:param _Limit: 分页个数,默认值:20。
|
|
21645
21744
|
:type Limit: int
|
|
21646
21745
|
"""
|
|
21647
21746
|
self._ClusterId = None
|
|
@@ -21653,7 +21752,7 @@ class DescribeClusterInstancesRequest(AbstractModel):
|
|
|
21653
21752
|
|
|
21654
21753
|
@property
|
|
21655
21754
|
def ClusterId(self):
|
|
21656
|
-
"""集群ID
|
|
21755
|
+
"""集群 ID。调用[DescribeSimpleClusters](https://cloud.tencent.com/document/api/649/36047)查询已创建的集群或通过[CreateCluster](https://cloud.tencent.com/document/api/649/36049)接口创建新的集群。
|
|
21657
21756
|
:rtype: str
|
|
21658
21757
|
"""
|
|
21659
21758
|
return self._ClusterId
|
|
@@ -21686,7 +21785,7 @@ class DescribeClusterInstancesRequest(AbstractModel):
|
|
|
21686
21785
|
|
|
21687
21786
|
@property
|
|
21688
21787
|
def OrderType(self):
|
|
21689
|
-
"""
|
|
21788
|
+
"""排序类型;0:升序,1:降序。
|
|
21690
21789
|
:rtype: int
|
|
21691
21790
|
"""
|
|
21692
21791
|
return self._OrderType
|
|
@@ -21697,7 +21796,7 @@ class DescribeClusterInstancesRequest(AbstractModel):
|
|
|
21697
21796
|
|
|
21698
21797
|
@property
|
|
21699
21798
|
def Offset(self):
|
|
21700
|
-
"""
|
|
21799
|
+
"""偏移量,默认值:0。
|
|
21701
21800
|
:rtype: int
|
|
21702
21801
|
"""
|
|
21703
21802
|
return self._Offset
|
|
@@ -21708,7 +21807,7 @@ class DescribeClusterInstancesRequest(AbstractModel):
|
|
|
21708
21807
|
|
|
21709
21808
|
@property
|
|
21710
21809
|
def Limit(self):
|
|
21711
|
-
"""
|
|
21810
|
+
"""分页个数,默认值:20。
|
|
21712
21811
|
:rtype: int
|
|
21713
21812
|
"""
|
|
21714
21813
|
return self._Limit
|
|
@@ -21787,17 +21886,17 @@ class DescribeClustersRequest(AbstractModel):
|
|
|
21787
21886
|
|
|
21788
21887
|
def __init__(self):
|
|
21789
21888
|
r"""
|
|
21790
|
-
:param _SearchWord:
|
|
21889
|
+
:param _SearchWord: 搜索词,可以搜索ID/名称/备注/标签
|
|
21791
21890
|
:type SearchWord: str
|
|
21792
|
-
:param _OrderBy:
|
|
21891
|
+
:param _OrderBy: 排序字段,例如创建时间
|
|
21793
21892
|
:type OrderBy: str
|
|
21794
|
-
:param _OrderType:
|
|
21893
|
+
:param _OrderType: 排序方式,0表示升序,1表示倒序
|
|
21795
21894
|
:type OrderType: int
|
|
21796
|
-
:param _Offset:
|
|
21895
|
+
:param _Offset: 偏移量,默认0
|
|
21797
21896
|
:type Offset: int
|
|
21798
|
-
:param _Limit:
|
|
21897
|
+
:param _Limit: 分页个数,0-50 之间,默认20
|
|
21799
21898
|
:type Limit: int
|
|
21800
|
-
:param _ClusterType:
|
|
21899
|
+
:param _ClusterType: 集群类型,C表示容器集群,V表示虚拟机集群
|
|
21801
21900
|
:type ClusterType: str
|
|
21802
21901
|
:param _ClusterIdList: idList
|
|
21803
21902
|
:type ClusterIdList: list of str
|
|
@@ -21812,7 +21911,7 @@ class DescribeClustersRequest(AbstractModel):
|
|
|
21812
21911
|
|
|
21813
21912
|
@property
|
|
21814
21913
|
def SearchWord(self):
|
|
21815
|
-
"""
|
|
21914
|
+
"""搜索词,可以搜索ID/名称/备注/标签
|
|
21816
21915
|
:rtype: str
|
|
21817
21916
|
"""
|
|
21818
21917
|
return self._SearchWord
|
|
@@ -21823,7 +21922,7 @@ class DescribeClustersRequest(AbstractModel):
|
|
|
21823
21922
|
|
|
21824
21923
|
@property
|
|
21825
21924
|
def OrderBy(self):
|
|
21826
|
-
"""
|
|
21925
|
+
"""排序字段,例如创建时间
|
|
21827
21926
|
:rtype: str
|
|
21828
21927
|
"""
|
|
21829
21928
|
return self._OrderBy
|
|
@@ -21834,7 +21933,7 @@ class DescribeClustersRequest(AbstractModel):
|
|
|
21834
21933
|
|
|
21835
21934
|
@property
|
|
21836
21935
|
def OrderType(self):
|
|
21837
|
-
"""
|
|
21936
|
+
"""排序方式,0表示升序,1表示倒序
|
|
21838
21937
|
:rtype: int
|
|
21839
21938
|
"""
|
|
21840
21939
|
return self._OrderType
|
|
@@ -21845,7 +21944,7 @@ class DescribeClustersRequest(AbstractModel):
|
|
|
21845
21944
|
|
|
21846
21945
|
@property
|
|
21847
21946
|
def Offset(self):
|
|
21848
|
-
"""
|
|
21947
|
+
"""偏移量,默认0
|
|
21849
21948
|
:rtype: int
|
|
21850
21949
|
"""
|
|
21851
21950
|
return self._Offset
|
|
@@ -21856,7 +21955,7 @@ class DescribeClustersRequest(AbstractModel):
|
|
|
21856
21955
|
|
|
21857
21956
|
@property
|
|
21858
21957
|
def Limit(self):
|
|
21859
|
-
"""
|
|
21958
|
+
"""分页个数,0-50 之间,默认20
|
|
21860
21959
|
:rtype: int
|
|
21861
21960
|
"""
|
|
21862
21961
|
return self._Limit
|
|
@@ -21867,7 +21966,7 @@ class DescribeClustersRequest(AbstractModel):
|
|
|
21867
21966
|
|
|
21868
21967
|
@property
|
|
21869
21968
|
def ClusterType(self):
|
|
21870
|
-
"""
|
|
21969
|
+
"""集群类型,C表示容器集群,V表示虚拟机集群
|
|
21871
21970
|
:rtype: str
|
|
21872
21971
|
"""
|
|
21873
21972
|
return self._ClusterType
|
|
@@ -22844,19 +22943,19 @@ class DescribeContainerEventsRequest(AbstractModel):
|
|
|
22844
22943
|
|
|
22845
22944
|
def __init__(self):
|
|
22846
22945
|
r"""
|
|
22847
|
-
:param _ResourceType: event 的资源类型, group
|
|
22946
|
+
:param _ResourceType: event 的资源类型, 仅支持 group
|
|
22848
22947
|
:type ResourceType: str
|
|
22849
|
-
:param _ResourceId:
|
|
22948
|
+
:param _ResourceId: 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-9yn2q8yd
|
|
22850
22949
|
:type ResourceId: str
|
|
22851
22950
|
:param _Offset: 偏移量,取值从0开始
|
|
22852
22951
|
:type Offset: int
|
|
22853
22952
|
:param _Limit: 分页个数,默认为20, 取值应为1~50
|
|
22854
22953
|
:type Limit: int
|
|
22855
|
-
:param _GroupId:
|
|
22954
|
+
:param _GroupId: 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-9yn2q8yd。
|
|
22856
22955
|
:type GroupId: str
|
|
22857
|
-
:param _Kind: event
|
|
22956
|
+
:param _Kind: event的资源种类
|
|
22858
22957
|
:type Kind: str
|
|
22859
|
-
:param _Type: event
|
|
22958
|
+
:param _Type: event 的事件级别
|
|
22860
22959
|
:type Type: str
|
|
22861
22960
|
:param _ResourceName: 资源名称
|
|
22862
22961
|
:type ResourceName: str
|
|
@@ -22875,7 +22974,7 @@ class DescribeContainerEventsRequest(AbstractModel):
|
|
|
22875
22974
|
|
|
22876
22975
|
@property
|
|
22877
22976
|
def ResourceType(self):
|
|
22878
|
-
"""event 的资源类型, group
|
|
22977
|
+
"""event 的资源类型, 仅支持 group
|
|
22879
22978
|
:rtype: str
|
|
22880
22979
|
"""
|
|
22881
22980
|
return self._ResourceType
|
|
@@ -22886,7 +22985,7 @@ class DescribeContainerEventsRequest(AbstractModel):
|
|
|
22886
22985
|
|
|
22887
22986
|
@property
|
|
22888
22987
|
def ResourceId(self):
|
|
22889
|
-
"""
|
|
22988
|
+
"""部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-9yn2q8yd
|
|
22890
22989
|
:rtype: str
|
|
22891
22990
|
"""
|
|
22892
22991
|
return self._ResourceId
|
|
@@ -22919,7 +23018,7 @@ class DescribeContainerEventsRequest(AbstractModel):
|
|
|
22919
23018
|
|
|
22920
23019
|
@property
|
|
22921
23020
|
def GroupId(self):
|
|
22922
|
-
"""
|
|
23021
|
+
"""部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-9yn2q8yd。
|
|
22923
23022
|
:rtype: str
|
|
22924
23023
|
"""
|
|
22925
23024
|
return self._GroupId
|
|
@@ -22930,7 +23029,7 @@ class DescribeContainerEventsRequest(AbstractModel):
|
|
|
22930
23029
|
|
|
22931
23030
|
@property
|
|
22932
23031
|
def Kind(self):
|
|
22933
|
-
"""event
|
|
23032
|
+
"""event的资源种类
|
|
22934
23033
|
:rtype: str
|
|
22935
23034
|
"""
|
|
22936
23035
|
return self._Kind
|
|
@@ -22941,7 +23040,7 @@ class DescribeContainerEventsRequest(AbstractModel):
|
|
|
22941
23040
|
|
|
22942
23041
|
@property
|
|
22943
23042
|
def Type(self):
|
|
22944
|
-
"""event
|
|
23043
|
+
"""event 的事件级别
|
|
22945
23044
|
:rtype: str
|
|
22946
23045
|
"""
|
|
22947
23046
|
return self._Type
|
|
@@ -23126,14 +23225,14 @@ class DescribeContainerGroupDeployInfoRequest(AbstractModel):
|
|
|
23126
23225
|
|
|
23127
23226
|
def __init__(self):
|
|
23128
23227
|
r"""
|
|
23129
|
-
:param _GroupId:
|
|
23228
|
+
:param _GroupId: 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-ab958z6y
|
|
23130
23229
|
:type GroupId: str
|
|
23131
23230
|
"""
|
|
23132
23231
|
self._GroupId = None
|
|
23133
23232
|
|
|
23134
23233
|
@property
|
|
23135
23234
|
def GroupId(self):
|
|
23136
|
-
"""
|
|
23235
|
+
"""部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-ab958z6y
|
|
23137
23236
|
:rtype: str
|
|
23138
23237
|
"""
|
|
23139
23238
|
return self._GroupId
|
|
@@ -23572,14 +23671,16 @@ class DescribeDeliveryConfigByGroupIdRequest(AbstractModel):
|
|
|
23572
23671
|
|
|
23573
23672
|
def __init__(self):
|
|
23574
23673
|
r"""
|
|
23575
|
-
:param _GroupId: 部署组
|
|
23674
|
+
:param _GroupId: 部署组ID
|
|
23675
|
+
可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看
|
|
23576
23676
|
:type GroupId: str
|
|
23577
23677
|
"""
|
|
23578
23678
|
self._GroupId = None
|
|
23579
23679
|
|
|
23580
23680
|
@property
|
|
23581
23681
|
def GroupId(self):
|
|
23582
|
-
"""部署组
|
|
23682
|
+
"""部署组ID
|
|
23683
|
+
可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看
|
|
23583
23684
|
:rtype: str
|
|
23584
23685
|
"""
|
|
23585
23686
|
return self._GroupId
|
|
@@ -23653,14 +23754,16 @@ class DescribeDeliveryConfigRequest(AbstractModel):
|
|
|
23653
23754
|
|
|
23654
23755
|
def __init__(self):
|
|
23655
23756
|
r"""
|
|
23656
|
-
:param _ConfigId:
|
|
23757
|
+
:param _ConfigId: 日志配置项ID
|
|
23758
|
+
可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
|
23657
23759
|
:type ConfigId: str
|
|
23658
23760
|
"""
|
|
23659
23761
|
self._ConfigId = None
|
|
23660
23762
|
|
|
23661
23763
|
@property
|
|
23662
23764
|
def ConfigId(self):
|
|
23663
|
-
"""
|
|
23765
|
+
"""日志配置项ID
|
|
23766
|
+
可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
|
23664
23767
|
:rtype: str
|
|
23665
23768
|
"""
|
|
23666
23769
|
return self._ConfigId
|
|
@@ -23740,9 +23843,11 @@ class DescribeDeliveryConfigsRequest(AbstractModel):
|
|
|
23740
23843
|
:type Offset: int
|
|
23741
23844
|
:param _Limit: 搜索条数
|
|
23742
23845
|
:type Limit: int
|
|
23743
|
-
:param _ProgramIdList: 数据集
|
|
23846
|
+
:param _ProgramIdList: 数据集ID列表
|
|
23847
|
+
可通过调用[DescribePrograms](https://cloud.tencent.com/document/product/649/73477)查询已创建的数据集列表或登录[控制台](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program&roleId=role-a22gwdwa)进行查看
|
|
23744
23848
|
:type ProgramIdList: list of str
|
|
23745
|
-
:param _ConfigIdList:
|
|
23849
|
+
:param _ConfigIdList: 日志配置项ID列表
|
|
23850
|
+
可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
|
23746
23851
|
:type ConfigIdList: list of str
|
|
23747
23852
|
"""
|
|
23748
23853
|
self._SearchWord = None
|
|
@@ -23786,7 +23891,8 @@ class DescribeDeliveryConfigsRequest(AbstractModel):
|
|
|
23786
23891
|
|
|
23787
23892
|
@property
|
|
23788
23893
|
def ProgramIdList(self):
|
|
23789
|
-
"""数据集
|
|
23894
|
+
"""数据集ID列表
|
|
23895
|
+
可通过调用[DescribePrograms](https://cloud.tencent.com/document/product/649/73477)查询已创建的数据集列表或登录[控制台](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program&roleId=role-a22gwdwa)进行查看
|
|
23790
23896
|
:rtype: list of str
|
|
23791
23897
|
"""
|
|
23792
23898
|
return self._ProgramIdList
|
|
@@ -23797,7 +23903,8 @@ class DescribeDeliveryConfigsRequest(AbstractModel):
|
|
|
23797
23903
|
|
|
23798
23904
|
@property
|
|
23799
23905
|
def ConfigIdList(self):
|
|
23800
|
-
"""
|
|
23906
|
+
"""日志配置项ID列表
|
|
23907
|
+
可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
|
23801
23908
|
:rtype: list of str
|
|
23802
23909
|
"""
|
|
23803
23910
|
return self._ConfigIdList
|
|
@@ -24853,14 +24960,14 @@ class DescribeGroupAttributeRequest(AbstractModel):
|
|
|
24853
24960
|
|
|
24854
24961
|
def __init__(self):
|
|
24855
24962
|
r"""
|
|
24856
|
-
:param _GroupId: 部署组ID
|
|
24963
|
+
:param _GroupId: 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-ab958z6y
|
|
24857
24964
|
:type GroupId: str
|
|
24858
24965
|
"""
|
|
24859
24966
|
self._GroupId = None
|
|
24860
24967
|
|
|
24861
24968
|
@property
|
|
24862
24969
|
def GroupId(self):
|
|
24863
|
-
"""部署组ID
|
|
24970
|
+
"""部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-ab958z6y
|
|
24864
24971
|
:rtype: str
|
|
24865
24972
|
"""
|
|
24866
24973
|
return self._GroupId
|
|
@@ -25060,14 +25167,16 @@ class DescribeGroupBusinessLogConfigsRequest(AbstractModel):
|
|
|
25060
25167
|
|
|
25061
25168
|
def __init__(self):
|
|
25062
25169
|
r"""
|
|
25063
|
-
:param _GroupId:
|
|
25170
|
+
:param _GroupId: 部署组ID
|
|
25171
|
+
可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看
|
|
25064
25172
|
:type GroupId: str
|
|
25065
25173
|
"""
|
|
25066
25174
|
self._GroupId = None
|
|
25067
25175
|
|
|
25068
25176
|
@property
|
|
25069
25177
|
def GroupId(self):
|
|
25070
|
-
"""
|
|
25178
|
+
"""部署组ID
|
|
25179
|
+
可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看
|
|
25071
25180
|
:rtype: str
|
|
25072
25181
|
"""
|
|
25073
25182
|
return self._GroupId
|
|
@@ -25267,17 +25376,17 @@ class DescribeGroupInstancesRequest(AbstractModel):
|
|
|
25267
25376
|
|
|
25268
25377
|
def __init__(self):
|
|
25269
25378
|
r"""
|
|
25270
|
-
:param _GroupId: 部署组ID
|
|
25379
|
+
:param _GroupId: 部署组ID,可通过调用[DescribeGroups](https://cloud.tencent.com/document/api/649/36065)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/api/649/36074)创建新的部署组。
|
|
25271
25380
|
:type GroupId: str
|
|
25272
25381
|
:param _SearchWord: 搜索字段
|
|
25273
25382
|
:type SearchWord: str
|
|
25274
25383
|
:param _OrderBy: 排序字段
|
|
25275
25384
|
:type OrderBy: str
|
|
25276
|
-
:param _OrderType:
|
|
25385
|
+
:param _OrderType: 排序类型;0:升序,1:降序
|
|
25277
25386
|
:type OrderType: int
|
|
25278
|
-
:param _Offset:
|
|
25387
|
+
:param _Offset: 偏移量,默认值:0
|
|
25279
25388
|
:type Offset: int
|
|
25280
|
-
:param _Limit:
|
|
25389
|
+
:param _Limit: 分页个数;默认值:20
|
|
25281
25390
|
:type Limit: int
|
|
25282
25391
|
"""
|
|
25283
25392
|
self._GroupId = None
|
|
@@ -25289,7 +25398,7 @@ class DescribeGroupInstancesRequest(AbstractModel):
|
|
|
25289
25398
|
|
|
25290
25399
|
@property
|
|
25291
25400
|
def GroupId(self):
|
|
25292
|
-
"""部署组ID
|
|
25401
|
+
"""部署组ID,可通过调用[DescribeGroups](https://cloud.tencent.com/document/api/649/36065)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/api/649/36074)创建新的部署组。
|
|
25293
25402
|
:rtype: str
|
|
25294
25403
|
"""
|
|
25295
25404
|
return self._GroupId
|
|
@@ -25322,7 +25431,7 @@ class DescribeGroupInstancesRequest(AbstractModel):
|
|
|
25322
25431
|
|
|
25323
25432
|
@property
|
|
25324
25433
|
def OrderType(self):
|
|
25325
|
-
"""
|
|
25434
|
+
"""排序类型;0:升序,1:降序
|
|
25326
25435
|
:rtype: int
|
|
25327
25436
|
"""
|
|
25328
25437
|
return self._OrderType
|
|
@@ -25333,7 +25442,7 @@ class DescribeGroupInstancesRequest(AbstractModel):
|
|
|
25333
25442
|
|
|
25334
25443
|
@property
|
|
25335
25444
|
def Offset(self):
|
|
25336
|
-
"""
|
|
25445
|
+
"""偏移量,默认值:0
|
|
25337
25446
|
:rtype: int
|
|
25338
25447
|
"""
|
|
25339
25448
|
return self._Offset
|
|
@@ -25344,7 +25453,7 @@ class DescribeGroupInstancesRequest(AbstractModel):
|
|
|
25344
25453
|
|
|
25345
25454
|
@property
|
|
25346
25455
|
def Limit(self):
|
|
25347
|
-
"""
|
|
25456
|
+
"""分页个数;默认值:20
|
|
25348
25457
|
:rtype: int
|
|
25349
25458
|
"""
|
|
25350
25459
|
return self._Limit
|
|
@@ -25504,14 +25613,14 @@ class DescribeGroupRequest(AbstractModel):
|
|
|
25504
25613
|
|
|
25505
25614
|
def __init__(self):
|
|
25506
25615
|
r"""
|
|
25507
|
-
:param _GroupId: 部署组ID
|
|
25616
|
+
:param _GroupId: 部署组ID,可通过调用[DescribeGroups](https://cloud.tencent.com/document/api/649/36065)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/api/649/36074)创建新的部署组。
|
|
25508
25617
|
:type GroupId: str
|
|
25509
25618
|
"""
|
|
25510
25619
|
self._GroupId = None
|
|
25511
25620
|
|
|
25512
25621
|
@property
|
|
25513
25622
|
def GroupId(self):
|
|
25514
|
-
"""部署组ID
|
|
25623
|
+
"""部署组ID,可通过调用[DescribeGroups](https://cloud.tencent.com/document/api/649/36065)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/api/649/36074)创建新的部署组。
|
|
25515
25624
|
:rtype: str
|
|
25516
25625
|
"""
|
|
25517
25626
|
return self._GroupId
|
|
@@ -25728,19 +25837,19 @@ class DescribeGroupsRequest(AbstractModel):
|
|
|
25728
25837
|
r"""
|
|
25729
25838
|
:param _SearchWord: 搜索字段
|
|
25730
25839
|
:type SearchWord: str
|
|
25731
|
-
:param _ApplicationId: 应用ID
|
|
25840
|
+
:param _ApplicationId: 应用ID。调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用或通过[CreateApplication](https://cloud.tencent.com/document/api/649/36094)接口创建新的应用。
|
|
25732
25841
|
:type ApplicationId: str
|
|
25733
25842
|
:param _OrderBy: 排序字段
|
|
25734
25843
|
:type OrderBy: str
|
|
25735
|
-
:param _OrderType:
|
|
25844
|
+
:param _OrderType: 排序方式,0:升序,1:降序
|
|
25736
25845
|
:type OrderType: int
|
|
25737
|
-
:param _Offset:
|
|
25846
|
+
:param _Offset: 偏移量,默认值:0
|
|
25738
25847
|
:type Offset: int
|
|
25739
|
-
:param _Limit:
|
|
25848
|
+
:param _Limit: 分页个数,默认值:20
|
|
25740
25849
|
:type Limit: int
|
|
25741
|
-
:param _NamespaceId: 命名空间ID
|
|
25850
|
+
:param _NamespaceId: 命名空间ID。调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/api/649/36096)查询已创建的命名空间或通过[CreateNamespace](https://cloud.tencent.com/document/api/649/36098)接口创建新的集群。
|
|
25742
25851
|
:type NamespaceId: str
|
|
25743
|
-
:param _ClusterId: 集群ID
|
|
25852
|
+
:param _ClusterId: 集群 ID。调用[DescribeSimpleClusters](https://cloud.tencent.com/document/api/649/36047)查询已创建的集群或通过[CreateCluster](https://cloud.tencent.com/document/api/649/36049)接口创建新的集群。
|
|
25744
25853
|
:type ClusterId: str
|
|
25745
25854
|
:param _GroupResourceTypeList: 部署组资源类型列表
|
|
25746
25855
|
:type GroupResourceTypeList: list of str
|
|
@@ -25774,7 +25883,7 @@ class DescribeGroupsRequest(AbstractModel):
|
|
|
25774
25883
|
|
|
25775
25884
|
@property
|
|
25776
25885
|
def ApplicationId(self):
|
|
25777
|
-
"""应用ID
|
|
25886
|
+
"""应用ID。调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用或通过[CreateApplication](https://cloud.tencent.com/document/api/649/36094)接口创建新的应用。
|
|
25778
25887
|
:rtype: str
|
|
25779
25888
|
"""
|
|
25780
25889
|
return self._ApplicationId
|
|
@@ -25796,7 +25905,7 @@ class DescribeGroupsRequest(AbstractModel):
|
|
|
25796
25905
|
|
|
25797
25906
|
@property
|
|
25798
25907
|
def OrderType(self):
|
|
25799
|
-
"""
|
|
25908
|
+
"""排序方式,0:升序,1:降序
|
|
25800
25909
|
:rtype: int
|
|
25801
25910
|
"""
|
|
25802
25911
|
return self._OrderType
|
|
@@ -25807,7 +25916,7 @@ class DescribeGroupsRequest(AbstractModel):
|
|
|
25807
25916
|
|
|
25808
25917
|
@property
|
|
25809
25918
|
def Offset(self):
|
|
25810
|
-
"""
|
|
25919
|
+
"""偏移量,默认值:0
|
|
25811
25920
|
:rtype: int
|
|
25812
25921
|
"""
|
|
25813
25922
|
return self._Offset
|
|
@@ -25818,7 +25927,7 @@ class DescribeGroupsRequest(AbstractModel):
|
|
|
25818
25927
|
|
|
25819
25928
|
@property
|
|
25820
25929
|
def Limit(self):
|
|
25821
|
-
"""
|
|
25930
|
+
"""分页个数,默认值:20
|
|
25822
25931
|
:rtype: int
|
|
25823
25932
|
"""
|
|
25824
25933
|
return self._Limit
|
|
@@ -25829,7 +25938,7 @@ class DescribeGroupsRequest(AbstractModel):
|
|
|
25829
25938
|
|
|
25830
25939
|
@property
|
|
25831
25940
|
def NamespaceId(self):
|
|
25832
|
-
"""命名空间ID
|
|
25941
|
+
"""命名空间ID。调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/api/649/36096)查询已创建的命名空间或通过[CreateNamespace](https://cloud.tencent.com/document/api/649/36098)接口创建新的集群。
|
|
25833
25942
|
:rtype: str
|
|
25834
25943
|
"""
|
|
25835
25944
|
return self._NamespaceId
|
|
@@ -25840,7 +25949,7 @@ class DescribeGroupsRequest(AbstractModel):
|
|
|
25840
25949
|
|
|
25841
25950
|
@property
|
|
25842
25951
|
def ClusterId(self):
|
|
25843
|
-
"""集群ID
|
|
25952
|
+
"""集群 ID。调用[DescribeSimpleClusters](https://cloud.tencent.com/document/api/649/36047)查询已创建的集群或通过[CreateCluster](https://cloud.tencent.com/document/api/649/36049)接口创建新的集群。
|
|
25844
25953
|
:rtype: str
|
|
25845
25954
|
"""
|
|
25846
25955
|
return self._ClusterId
|
|
@@ -26115,13 +26224,13 @@ class DescribeImageRepositoryRequest(AbstractModel):
|
|
|
26115
26224
|
r"""
|
|
26116
26225
|
:param _SearchWord: 仓库名,搜索关键字,不带命名空间的
|
|
26117
26226
|
:type SearchWord: str
|
|
26118
|
-
:param _Offset:
|
|
26227
|
+
:param _Offset: 偏移量,默认为0。关于Offset详见[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)
|
|
26119
26228
|
:type Offset: int
|
|
26120
|
-
:param _Limit:
|
|
26229
|
+
: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)
|
|
26121
26230
|
:type Limit: int
|
|
26122
26231
|
:param _RepoType: 企业: tcr ;个人: personal或者不填
|
|
26123
26232
|
:type RepoType: str
|
|
26124
|
-
:param _ApplicationId: 应用
|
|
26233
|
+
:param _ApplicationId: 应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
|
26125
26234
|
:type ApplicationId: str
|
|
26126
26235
|
:param _TcrRepoInfo: TcrRepoInfo值
|
|
26127
26236
|
:type TcrRepoInfo: :class:`tencentcloud.tsf.v20180326.models.TcrRepoInfo`
|
|
@@ -26149,7 +26258,7 @@ class DescribeImageRepositoryRequest(AbstractModel):
|
|
|
26149
26258
|
|
|
26150
26259
|
@property
|
|
26151
26260
|
def Offset(self):
|
|
26152
|
-
"""
|
|
26261
|
+
"""偏移量,默认为0。关于Offset详见[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)
|
|
26153
26262
|
:rtype: int
|
|
26154
26263
|
"""
|
|
26155
26264
|
return self._Offset
|
|
@@ -26160,7 +26269,7 @@ class DescribeImageRepositoryRequest(AbstractModel):
|
|
|
26160
26269
|
|
|
26161
26270
|
@property
|
|
26162
26271
|
def Limit(self):
|
|
26163
|
-
"""
|
|
26272
|
+
"""数量限制,默认为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)
|
|
26164
26273
|
:rtype: int
|
|
26165
26274
|
"""
|
|
26166
26275
|
return self._Limit
|
|
@@ -26182,7 +26291,7 @@ class DescribeImageRepositoryRequest(AbstractModel):
|
|
|
26182
26291
|
|
|
26183
26292
|
@property
|
|
26184
26293
|
def ApplicationId(self):
|
|
26185
|
-
"""应用
|
|
26294
|
+
"""应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
|
26186
26295
|
:rtype: str
|
|
26187
26296
|
"""
|
|
26188
26297
|
return self._ApplicationId
|
|
@@ -26286,11 +26395,11 @@ class DescribeImageTagsRequest(AbstractModel):
|
|
|
26286
26395
|
|
|
26287
26396
|
def __init__(self):
|
|
26288
26397
|
r"""
|
|
26289
|
-
:param _ApplicationId: 应用
|
|
26398
|
+
:param _ApplicationId: 应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
|
26290
26399
|
:type ApplicationId: str
|
|
26291
|
-
:param _Offset:
|
|
26400
|
+
:param _Offset: 偏移量,默认为0。关于Offset详见[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)
|
|
26292
26401
|
:type Offset: int
|
|
26293
|
-
:param _Limit:
|
|
26402
|
+
: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)
|
|
26294
26403
|
:type Limit: int
|
|
26295
26404
|
:param _QueryImageIdFlag: 不填和0:查询 1:不查询
|
|
26296
26405
|
:type QueryImageIdFlag: int
|
|
@@ -26314,7 +26423,7 @@ class DescribeImageTagsRequest(AbstractModel):
|
|
|
26314
26423
|
|
|
26315
26424
|
@property
|
|
26316
26425
|
def ApplicationId(self):
|
|
26317
|
-
"""应用
|
|
26426
|
+
"""应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
|
26318
26427
|
:rtype: str
|
|
26319
26428
|
"""
|
|
26320
26429
|
return self._ApplicationId
|
|
@@ -26325,7 +26434,7 @@ class DescribeImageTagsRequest(AbstractModel):
|
|
|
26325
26434
|
|
|
26326
26435
|
@property
|
|
26327
26436
|
def Offset(self):
|
|
26328
|
-
"""
|
|
26437
|
+
"""偏移量,默认为0。关于Offset详见[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)
|
|
26329
26438
|
:rtype: int
|
|
26330
26439
|
"""
|
|
26331
26440
|
return self._Offset
|
|
@@ -26336,7 +26445,7 @@ class DescribeImageTagsRequest(AbstractModel):
|
|
|
26336
26445
|
|
|
26337
26446
|
@property
|
|
26338
26447
|
def Limit(self):
|
|
26339
|
-
"""
|
|
26448
|
+
"""数量限制,默认为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)
|
|
26340
26449
|
:rtype: int
|
|
26341
26450
|
"""
|
|
26342
26451
|
return self._Limit
|
|
@@ -26722,7 +26831,7 @@ class DescribeInstancesRequest(AbstractModel):
|
|
|
26722
26831
|
|
|
26723
26832
|
def __init__(self):
|
|
26724
26833
|
r"""
|
|
26725
|
-
:param _Filters:
|
|
26834
|
+
:param _Filters: 过滤条件,name表示过滤字段,value表示过滤字段值。
|
|
26726
26835
|
:type Filters: list of Filter
|
|
26727
26836
|
:param _Offset: 偏移量,默认为0
|
|
26728
26837
|
:type Offset: int
|
|
@@ -26735,7 +26844,7 @@ class DescribeInstancesRequest(AbstractModel):
|
|
|
26735
26844
|
|
|
26736
26845
|
@property
|
|
26737
26846
|
def Filters(self):
|
|
26738
|
-
"""
|
|
26847
|
+
"""过滤条件,name表示过滤字段,value表示过滤字段值。
|
|
26739
26848
|
:rtype: list of Filter
|
|
26740
26849
|
"""
|
|
26741
26850
|
return self._Filters
|
|
@@ -26838,17 +26947,17 @@ class DescribeInvocationMetricDataCurveRequest(AbstractModel):
|
|
|
26838
26947
|
|
|
26839
26948
|
def __init__(self):
|
|
26840
26949
|
r"""
|
|
26841
|
-
:param _StartTime:
|
|
26950
|
+
:param _StartTime: 开始时间,格式yyyy-MM-dd HH:mm:ss
|
|
26842
26951
|
:type StartTime: str
|
|
26843
|
-
:param _EndTime:
|
|
26952
|
+
:param _EndTime: 结束时间,格式yyyy-MM-dd HH:mm:ss
|
|
26844
26953
|
:type EndTime: str
|
|
26845
|
-
:param _Period:
|
|
26954
|
+
:param _Period: 查询时间粒度,单位秒。可选值:60、3600、86400
|
|
26846
26955
|
:type Period: int
|
|
26847
|
-
:param _MetricDimensions:
|
|
26956
|
+
:param _MetricDimensions: 查询指标维度,不能为空
|
|
26848
26957
|
:type MetricDimensions: list of MetricDimension
|
|
26849
|
-
:param _Metrics:
|
|
26958
|
+
:param _Metrics: 查询指标名,不能为空
|
|
26850
26959
|
:type Metrics: list of Metric
|
|
26851
|
-
:param _Kind: 视图视角。可选值:SERVER
|
|
26960
|
+
:param _Kind: 视图视角。可选值:SERVER:服务端,CLIENT:客户端。默认为SERVER
|
|
26852
26961
|
:type Kind: str
|
|
26853
26962
|
:param _Type: 类型。组件监控使用,可选值:SQL 或者 NoSQL
|
|
26854
26963
|
:type Type: str
|
|
@@ -26863,7 +26972,7 @@ class DescribeInvocationMetricDataCurveRequest(AbstractModel):
|
|
|
26863
26972
|
|
|
26864
26973
|
@property
|
|
26865
26974
|
def StartTime(self):
|
|
26866
|
-
"""
|
|
26975
|
+
"""开始时间,格式yyyy-MM-dd HH:mm:ss
|
|
26867
26976
|
:rtype: str
|
|
26868
26977
|
"""
|
|
26869
26978
|
return self._StartTime
|
|
@@ -26874,7 +26983,7 @@ class DescribeInvocationMetricDataCurveRequest(AbstractModel):
|
|
|
26874
26983
|
|
|
26875
26984
|
@property
|
|
26876
26985
|
def EndTime(self):
|
|
26877
|
-
"""
|
|
26986
|
+
"""结束时间,格式yyyy-MM-dd HH:mm:ss
|
|
26878
26987
|
:rtype: str
|
|
26879
26988
|
"""
|
|
26880
26989
|
return self._EndTime
|
|
@@ -26885,7 +26994,7 @@ class DescribeInvocationMetricDataCurveRequest(AbstractModel):
|
|
|
26885
26994
|
|
|
26886
26995
|
@property
|
|
26887
26996
|
def Period(self):
|
|
26888
|
-
"""
|
|
26997
|
+
"""查询时间粒度,单位秒。可选值:60、3600、86400
|
|
26889
26998
|
:rtype: int
|
|
26890
26999
|
"""
|
|
26891
27000
|
return self._Period
|
|
@@ -26896,7 +27005,7 @@ class DescribeInvocationMetricDataCurveRequest(AbstractModel):
|
|
|
26896
27005
|
|
|
26897
27006
|
@property
|
|
26898
27007
|
def MetricDimensions(self):
|
|
26899
|
-
"""
|
|
27008
|
+
"""查询指标维度,不能为空
|
|
26900
27009
|
:rtype: list of MetricDimension
|
|
26901
27010
|
"""
|
|
26902
27011
|
return self._MetricDimensions
|
|
@@ -26907,7 +27016,7 @@ class DescribeInvocationMetricDataCurveRequest(AbstractModel):
|
|
|
26907
27016
|
|
|
26908
27017
|
@property
|
|
26909
27018
|
def Metrics(self):
|
|
26910
|
-
"""
|
|
27019
|
+
"""查询指标名,不能为空
|
|
26911
27020
|
:rtype: list of Metric
|
|
26912
27021
|
"""
|
|
26913
27022
|
return self._Metrics
|
|
@@ -26918,7 +27027,7 @@ class DescribeInvocationMetricDataCurveRequest(AbstractModel):
|
|
|
26918
27027
|
|
|
26919
27028
|
@property
|
|
26920
27029
|
def Kind(self):
|
|
26921
|
-
"""视图视角。可选值:SERVER
|
|
27030
|
+
"""视图视角。可选值:SERVER:服务端,CLIENT:客户端。默认为SERVER
|
|
26922
27031
|
:rtype: str
|
|
26923
27032
|
"""
|
|
26924
27033
|
return self._Kind
|
|
@@ -27022,19 +27131,19 @@ class DescribeInvocationMetricDataDimensionRequest(AbstractModel):
|
|
|
27022
27131
|
|
|
27023
27132
|
def __init__(self):
|
|
27024
27133
|
r"""
|
|
27025
|
-
:param _StartTime:
|
|
27134
|
+
:param _StartTime: 开始时间,格式yyyy-MM-dd HH:mm:ss
|
|
27026
27135
|
:type StartTime: str
|
|
27027
|
-
:param _EndTime:
|
|
27136
|
+
:param _EndTime: 结束时间,格式yyyy-MM-dd HH:mm:ss
|
|
27028
27137
|
:type EndTime: str
|
|
27029
27138
|
:param _Offset: 开始index
|
|
27030
27139
|
:type Offset: int
|
|
27031
27140
|
:param _Limit: 分页大小
|
|
27032
27141
|
:type Limit: int
|
|
27033
|
-
:param _DimensionName:
|
|
27142
|
+
:param _DimensionName: 聚合维度。可选值 NamespaceId:命名空间ID,GroupId:部署组ID,InstanceId:实例ID,ApplicationId:应用ID,OperationMethod:执行方法,OperationName:执行名称,ServiceName:服务名,UpstreamNamespaceId:上游命名空间ID
|
|
27034
27143
|
:type DimensionName: str
|
|
27035
27144
|
:param _SearchWord: 搜索关键字
|
|
27036
27145
|
:type SearchWord: str
|
|
27037
|
-
:param _MetricDimensionValues:
|
|
27146
|
+
:param _MetricDimensionValues: 构建维度
|
|
27038
27147
|
:type MetricDimensionValues: list of MetricDimensionValue
|
|
27039
27148
|
"""
|
|
27040
27149
|
self._StartTime = None
|
|
@@ -27047,7 +27156,7 @@ class DescribeInvocationMetricDataDimensionRequest(AbstractModel):
|
|
|
27047
27156
|
|
|
27048
27157
|
@property
|
|
27049
27158
|
def StartTime(self):
|
|
27050
|
-
"""
|
|
27159
|
+
"""开始时间,格式yyyy-MM-dd HH:mm:ss
|
|
27051
27160
|
:rtype: str
|
|
27052
27161
|
"""
|
|
27053
27162
|
return self._StartTime
|
|
@@ -27058,7 +27167,7 @@ class DescribeInvocationMetricDataDimensionRequest(AbstractModel):
|
|
|
27058
27167
|
|
|
27059
27168
|
@property
|
|
27060
27169
|
def EndTime(self):
|
|
27061
|
-
"""
|
|
27170
|
+
"""结束时间,格式yyyy-MM-dd HH:mm:ss
|
|
27062
27171
|
:rtype: str
|
|
27063
27172
|
"""
|
|
27064
27173
|
return self._EndTime
|
|
@@ -27091,7 +27200,7 @@ class DescribeInvocationMetricDataDimensionRequest(AbstractModel):
|
|
|
27091
27200
|
|
|
27092
27201
|
@property
|
|
27093
27202
|
def DimensionName(self):
|
|
27094
|
-
"""
|
|
27203
|
+
"""聚合维度。可选值 NamespaceId:命名空间ID,GroupId:部署组ID,InstanceId:实例ID,ApplicationId:应用ID,OperationMethod:执行方法,OperationName:执行名称,ServiceName:服务名,UpstreamNamespaceId:上游命名空间ID
|
|
27095
27204
|
:rtype: str
|
|
27096
27205
|
"""
|
|
27097
27206
|
return self._DimensionName
|
|
@@ -27113,7 +27222,7 @@ class DescribeInvocationMetricDataDimensionRequest(AbstractModel):
|
|
|
27113
27222
|
|
|
27114
27223
|
@property
|
|
27115
27224
|
def MetricDimensionValues(self):
|
|
27116
|
-
"""
|
|
27225
|
+
"""构建维度
|
|
27117
27226
|
:rtype: list of MetricDimensionValue
|
|
27118
27227
|
"""
|
|
27119
27228
|
return self._MetricDimensionValues
|
|
@@ -27198,15 +27307,15 @@ class DescribeInvocationMetricDataPointRequest(AbstractModel):
|
|
|
27198
27307
|
|
|
27199
27308
|
def __init__(self):
|
|
27200
27309
|
r"""
|
|
27201
|
-
:param _StartTime:
|
|
27310
|
+
:param _StartTime: 开始时间,格式yyyy-MM-dd HH:mm:ss
|
|
27202
27311
|
:type StartTime: str
|
|
27203
|
-
:param _EndTime:
|
|
27312
|
+
:param _EndTime: 结束时间,格式yyyy-MM-dd HH:mm:ss
|
|
27204
27313
|
:type EndTime: str
|
|
27205
|
-
:param _MetricDimensionValues:
|
|
27314
|
+
:param _MetricDimensionValues: 查询指标维度, 不能为空
|
|
27206
27315
|
:type MetricDimensionValues: list of MetricDimensionValue
|
|
27207
|
-
:param _Metrics:
|
|
27316
|
+
:param _Metrics: 指标,不能为空
|
|
27208
27317
|
:type Metrics: list of Metric
|
|
27209
|
-
:param _Kind:
|
|
27318
|
+
:param _Kind: 视图视角。可选值:SERVER:服务端, CLIENT:客户端。默认为SERVER
|
|
27210
27319
|
:type Kind: str
|
|
27211
27320
|
"""
|
|
27212
27321
|
self._StartTime = None
|
|
@@ -27217,7 +27326,7 @@ class DescribeInvocationMetricDataPointRequest(AbstractModel):
|
|
|
27217
27326
|
|
|
27218
27327
|
@property
|
|
27219
27328
|
def StartTime(self):
|
|
27220
|
-
"""
|
|
27329
|
+
"""开始时间,格式yyyy-MM-dd HH:mm:ss
|
|
27221
27330
|
:rtype: str
|
|
27222
27331
|
"""
|
|
27223
27332
|
return self._StartTime
|
|
@@ -27228,7 +27337,7 @@ class DescribeInvocationMetricDataPointRequest(AbstractModel):
|
|
|
27228
27337
|
|
|
27229
27338
|
@property
|
|
27230
27339
|
def EndTime(self):
|
|
27231
|
-
"""
|
|
27340
|
+
"""结束时间,格式yyyy-MM-dd HH:mm:ss
|
|
27232
27341
|
:rtype: str
|
|
27233
27342
|
"""
|
|
27234
27343
|
return self._EndTime
|
|
@@ -27239,7 +27348,7 @@ class DescribeInvocationMetricDataPointRequest(AbstractModel):
|
|
|
27239
27348
|
|
|
27240
27349
|
@property
|
|
27241
27350
|
def MetricDimensionValues(self):
|
|
27242
|
-
"""
|
|
27351
|
+
"""查询指标维度, 不能为空
|
|
27243
27352
|
:rtype: list of MetricDimensionValue
|
|
27244
27353
|
"""
|
|
27245
27354
|
return self._MetricDimensionValues
|
|
@@ -27250,7 +27359,7 @@ class DescribeInvocationMetricDataPointRequest(AbstractModel):
|
|
|
27250
27359
|
|
|
27251
27360
|
@property
|
|
27252
27361
|
def Metrics(self):
|
|
27253
|
-
"""
|
|
27362
|
+
"""指标,不能为空
|
|
27254
27363
|
:rtype: list of Metric
|
|
27255
27364
|
"""
|
|
27256
27365
|
return self._Metrics
|
|
@@ -27261,7 +27370,7 @@ class DescribeInvocationMetricDataPointRequest(AbstractModel):
|
|
|
27261
27370
|
|
|
27262
27371
|
@property
|
|
27263
27372
|
def Kind(self):
|
|
27264
|
-
"""
|
|
27373
|
+
"""视图视角。可选值:SERVER:服务端, CLIENT:客户端。默认为SERVER
|
|
27265
27374
|
:rtype: str
|
|
27266
27375
|
"""
|
|
27267
27376
|
return self._Kind
|
|
@@ -27352,17 +27461,17 @@ class DescribeInvocationMetricScatterPlotRequest(AbstractModel):
|
|
|
27352
27461
|
|
|
27353
27462
|
def __init__(self):
|
|
27354
27463
|
r"""
|
|
27355
|
-
:param _StartTime:
|
|
27464
|
+
:param _StartTime: 查询开始时间,格式yyyy-MM-dd HH:mm:ss
|
|
27356
27465
|
:type StartTime: str
|
|
27357
|
-
:param _EndTime:
|
|
27466
|
+
:param _EndTime: 查询结束时间,格式yyyy-MM-dd HH:mm:ss
|
|
27358
27467
|
:type EndTime: str
|
|
27359
|
-
:param _Period: 查询时间粒度,单位秒。可选值:60、3600、86400
|
|
27468
|
+
:param _Period: 查询时间粒度,单位秒。可选值:60、3600、86400
|
|
27360
27469
|
:type Period: int
|
|
27361
|
-
:param _MetricDimensions: 查询指标维度,
|
|
27470
|
+
:param _MetricDimensions: 查询指标维度, 不能为空。Name, Valeu键值对形式。Name可选值 NamespaceId:命名空间ID,GroupId:部署组ID,InstanceId:实例ID,ApplicationId:应用ID,OperationMethod:执行方法,OperationName:执行名称,ServiceName:服务名,UpstreamNamespaceId:上游命名空间ID
|
|
27362
27471
|
:type MetricDimensions: list of MetricDimension
|
|
27363
|
-
:param _Metrics: 查询指标名, 不能为空。仅支持
|
|
27472
|
+
:param _Metrics: 查询指标名, 不能为空。仅支持 range_count_duration(响应耗时分布) 为 key 下的 sum(求和) 方法
|
|
27364
27473
|
:type Metrics: list of Metric
|
|
27365
|
-
:param _Kind: 视图视角。可选值:SERVER
|
|
27474
|
+
:param _Kind: 视图视角。可选值:SERVER:服务端, CLIENT:客户端。默认为SERVER
|
|
27366
27475
|
:type Kind: str
|
|
27367
27476
|
"""
|
|
27368
27477
|
self._StartTime = None
|
|
@@ -27374,7 +27483,7 @@ class DescribeInvocationMetricScatterPlotRequest(AbstractModel):
|
|
|
27374
27483
|
|
|
27375
27484
|
@property
|
|
27376
27485
|
def StartTime(self):
|
|
27377
|
-
"""
|
|
27486
|
+
"""查询开始时间,格式yyyy-MM-dd HH:mm:ss
|
|
27378
27487
|
:rtype: str
|
|
27379
27488
|
"""
|
|
27380
27489
|
return self._StartTime
|
|
@@ -27385,7 +27494,7 @@ class DescribeInvocationMetricScatterPlotRequest(AbstractModel):
|
|
|
27385
27494
|
|
|
27386
27495
|
@property
|
|
27387
27496
|
def EndTime(self):
|
|
27388
|
-
"""
|
|
27497
|
+
"""查询结束时间,格式yyyy-MM-dd HH:mm:ss
|
|
27389
27498
|
:rtype: str
|
|
27390
27499
|
"""
|
|
27391
27500
|
return self._EndTime
|
|
@@ -27396,7 +27505,7 @@ class DescribeInvocationMetricScatterPlotRequest(AbstractModel):
|
|
|
27396
27505
|
|
|
27397
27506
|
@property
|
|
27398
27507
|
def Period(self):
|
|
27399
|
-
"""查询时间粒度,单位秒。可选值:60、3600、86400
|
|
27508
|
+
"""查询时间粒度,单位秒。可选值:60、3600、86400
|
|
27400
27509
|
:rtype: int
|
|
27401
27510
|
"""
|
|
27402
27511
|
return self._Period
|
|
@@ -27407,7 +27516,7 @@ class DescribeInvocationMetricScatterPlotRequest(AbstractModel):
|
|
|
27407
27516
|
|
|
27408
27517
|
@property
|
|
27409
27518
|
def MetricDimensions(self):
|
|
27410
|
-
"""查询指标维度,
|
|
27519
|
+
"""查询指标维度, 不能为空。Name, Valeu键值对形式。Name可选值 NamespaceId:命名空间ID,GroupId:部署组ID,InstanceId:实例ID,ApplicationId:应用ID,OperationMethod:执行方法,OperationName:执行名称,ServiceName:服务名,UpstreamNamespaceId:上游命名空间ID
|
|
27411
27520
|
:rtype: list of MetricDimension
|
|
27412
27521
|
"""
|
|
27413
27522
|
return self._MetricDimensions
|
|
@@ -27418,7 +27527,7 @@ class DescribeInvocationMetricScatterPlotRequest(AbstractModel):
|
|
|
27418
27527
|
|
|
27419
27528
|
@property
|
|
27420
27529
|
def Metrics(self):
|
|
27421
|
-
"""查询指标名, 不能为空。仅支持
|
|
27530
|
+
"""查询指标名, 不能为空。仅支持 range_count_duration(响应耗时分布) 为 key 下的 sum(求和) 方法
|
|
27422
27531
|
:rtype: list of Metric
|
|
27423
27532
|
"""
|
|
27424
27533
|
return self._Metrics
|
|
@@ -27429,7 +27538,7 @@ class DescribeInvocationMetricScatterPlotRequest(AbstractModel):
|
|
|
27429
27538
|
|
|
27430
27539
|
@property
|
|
27431
27540
|
def Kind(self):
|
|
27432
|
-
"""视图视角。可选值:SERVER
|
|
27541
|
+
"""视图视角。可选值:SERVER:服务端, CLIENT:客户端。默认为SERVER
|
|
27433
27542
|
:rtype: str
|
|
27434
27543
|
"""
|
|
27435
27544
|
return self._Kind
|
|
@@ -27520,9 +27629,11 @@ class DescribeJvmMonitorRequest(AbstractModel):
|
|
|
27520
27629
|
|
|
27521
27630
|
def __init__(self):
|
|
27522
27631
|
r"""
|
|
27523
|
-
:param _InstanceId: 查询的实例
|
|
27632
|
+
:param _InstanceId: 查询的实例ID
|
|
27633
|
+
可通过调用[DescribeClusterInstances](https://cloud.tencent.com/document/product/649/36048)查询已导入的实例列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=instance)进行查询。实例ID例如:ins-6decplwk
|
|
27524
27634
|
:type InstanceId: str
|
|
27525
|
-
:param _ApplicationId: 实例所属应用
|
|
27635
|
+
:param _ApplicationId: 实例所属应用ID
|
|
27636
|
+
可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已经存在的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)查看。应用ID例如:application-v378ewna
|
|
27526
27637
|
:type ApplicationId: str
|
|
27527
27638
|
:param _TimeGranularity: 时间粒度,单位:秒
|
|
27528
27639
|
:type TimeGranularity: int
|
|
@@ -27530,7 +27641,8 @@ class DescribeJvmMonitorRequest(AbstractModel):
|
|
|
27530
27641
|
:type From: str
|
|
27531
27642
|
:param _To: 查询数据结束时间格式(yyyy-MM-dd HH:mm:ss)
|
|
27532
27643
|
:type To: str
|
|
27533
|
-
:param _RequiredPictures:
|
|
27644
|
+
:param _RequiredPictures: 查询的监控图列表,以返回值属性名作为入参,可选值:
|
|
27645
|
+
heapMemory:堆内存监控图;nonHeapMemory:非堆内存监控图;edenSpace:伊甸区监控图;survivorSpace:幸存者区监控图;oldSpace:老年代监控图;metaSpace:元空间监控图;youngGC:youngGC增量监控图;fullGC:fullGC增量监控图;cpuUsage:cpu使用率监控图;classCount:加载类数监控图;threadPicture:线程图
|
|
27534
27646
|
:type RequiredPictures: list of str
|
|
27535
27647
|
:param _Tag: 扩展字段
|
|
27536
27648
|
:type Tag: str
|
|
@@ -27545,7 +27657,8 @@ class DescribeJvmMonitorRequest(AbstractModel):
|
|
|
27545
27657
|
|
|
27546
27658
|
@property
|
|
27547
27659
|
def InstanceId(self):
|
|
27548
|
-
"""查询的实例
|
|
27660
|
+
"""查询的实例ID
|
|
27661
|
+
可通过调用[DescribeClusterInstances](https://cloud.tencent.com/document/product/649/36048)查询已导入的实例列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=instance)进行查询。实例ID例如:ins-6decplwk
|
|
27549
27662
|
:rtype: str
|
|
27550
27663
|
"""
|
|
27551
27664
|
return self._InstanceId
|
|
@@ -27556,7 +27669,8 @@ class DescribeJvmMonitorRequest(AbstractModel):
|
|
|
27556
27669
|
|
|
27557
27670
|
@property
|
|
27558
27671
|
def ApplicationId(self):
|
|
27559
|
-
"""实例所属应用
|
|
27672
|
+
"""实例所属应用ID
|
|
27673
|
+
可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已经存在的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)查看。应用ID例如:application-v378ewna
|
|
27560
27674
|
:rtype: str
|
|
27561
27675
|
"""
|
|
27562
27676
|
return self._ApplicationId
|
|
@@ -27600,7 +27714,8 @@ class DescribeJvmMonitorRequest(AbstractModel):
|
|
|
27600
27714
|
|
|
27601
27715
|
@property
|
|
27602
27716
|
def RequiredPictures(self):
|
|
27603
|
-
"""
|
|
27717
|
+
"""查询的监控图列表,以返回值属性名作为入参,可选值:
|
|
27718
|
+
heapMemory:堆内存监控图;nonHeapMemory:非堆内存监控图;edenSpace:伊甸区监控图;survivorSpace:幸存者区监控图;oldSpace:老年代监控图;metaSpace:元空间监控图;youngGC:youngGC增量监控图;fullGC:fullGC增量监控图;cpuUsage:cpu使用率监控图;classCount:加载类数监控图;threadPicture:线程图
|
|
27604
27719
|
:rtype: list of str
|
|
27605
27720
|
"""
|
|
27606
27721
|
return self._RequiredPictures
|
|
@@ -28731,14 +28846,15 @@ class DescribeOverviewInvocationRequest(AbstractModel):
|
|
|
28731
28846
|
def __init__(self):
|
|
28732
28847
|
r"""
|
|
28733
28848
|
:param _NamespaceId: 命名空间ID, 此参数必填
|
|
28849
|
+
可通过[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已经创建的命名空间,也可以通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)查看
|
|
28734
28850
|
:type NamespaceId: str
|
|
28735
|
-
:param _Type:
|
|
28851
|
+
:param _Type: 监控统计类型,必填,取值范围 SumReqAmount:请求量,AvgFailureRate:请求错误率,AvgTimeCost:平均响应耗时
|
|
28736
28852
|
:type Type: str
|
|
28737
28853
|
:param _Period: 监控统计数据粒度,可选值:60、3600、86400,分别对应1分钟、1小时、1天
|
|
28738
28854
|
:type Period: int
|
|
28739
|
-
:param _StartTime:
|
|
28855
|
+
:param _StartTime: 查询开始时间,格式为yyyy-MM-dd HH:mm:ss,默认为当天的 00:00:00
|
|
28740
28856
|
:type StartTime: str
|
|
28741
|
-
:param _EndTime:
|
|
28857
|
+
:param _EndTime: 查询结束时间,格式为yyyy-MM-dd HH:mm:ss,默认为当前时间
|
|
28742
28858
|
:type EndTime: str
|
|
28743
28859
|
"""
|
|
28744
28860
|
self._NamespaceId = None
|
|
@@ -28750,6 +28866,7 @@ class DescribeOverviewInvocationRequest(AbstractModel):
|
|
|
28750
28866
|
@property
|
|
28751
28867
|
def NamespaceId(self):
|
|
28752
28868
|
"""命名空间ID, 此参数必填
|
|
28869
|
+
可通过[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已经创建的命名空间,也可以通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)查看
|
|
28753
28870
|
:rtype: str
|
|
28754
28871
|
"""
|
|
28755
28872
|
return self._NamespaceId
|
|
@@ -28760,7 +28877,7 @@ class DescribeOverviewInvocationRequest(AbstractModel):
|
|
|
28760
28877
|
|
|
28761
28878
|
@property
|
|
28762
28879
|
def Type(self):
|
|
28763
|
-
"""
|
|
28880
|
+
"""监控统计类型,必填,取值范围 SumReqAmount:请求量,AvgFailureRate:请求错误率,AvgTimeCost:平均响应耗时
|
|
28764
28881
|
:rtype: str
|
|
28765
28882
|
"""
|
|
28766
28883
|
return self._Type
|
|
@@ -28782,7 +28899,7 @@ class DescribeOverviewInvocationRequest(AbstractModel):
|
|
|
28782
28899
|
|
|
28783
28900
|
@property
|
|
28784
28901
|
def StartTime(self):
|
|
28785
|
-
"""
|
|
28902
|
+
"""查询开始时间,格式为yyyy-MM-dd HH:mm:ss,默认为当天的 00:00:00
|
|
28786
28903
|
:rtype: str
|
|
28787
28904
|
"""
|
|
28788
28905
|
return self._StartTime
|
|
@@ -28793,7 +28910,7 @@ class DescribeOverviewInvocationRequest(AbstractModel):
|
|
|
28793
28910
|
|
|
28794
28911
|
@property
|
|
28795
28912
|
def EndTime(self):
|
|
28796
|
-
"""
|
|
28913
|
+
"""查询结束时间,格式为yyyy-MM-dd HH:mm:ss,默认为当前时间
|
|
28797
28914
|
:rtype: str
|
|
28798
28915
|
"""
|
|
28799
28916
|
return self._EndTime
|
|
@@ -29438,17 +29555,17 @@ class DescribePodInstancesRequest(AbstractModel):
|
|
|
29438
29555
|
|
|
29439
29556
|
def __init__(self):
|
|
29440
29557
|
r"""
|
|
29441
|
-
:param _GroupId:
|
|
29558
|
+
:param _GroupId: 实例所属部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-9yn2q8yd。部署组所在集群必须是活跃状态的。
|
|
29442
29559
|
:type GroupId: str
|
|
29443
29560
|
:param _Offset: 偏移量,取值从0开始
|
|
29444
29561
|
:type Offset: int
|
|
29445
29562
|
:param _Limit: 分页个数,默认为20, 取值应为1~50
|
|
29446
29563
|
:type Limit: int
|
|
29447
|
-
:param _PodNameList:
|
|
29564
|
+
:param _PodNameList: 用于通过PodName字段过滤返回结果。
|
|
29448
29565
|
:type PodNameList: list of str
|
|
29449
|
-
:param _DeployVersion: 新老版本pod
|
|
29566
|
+
:param _DeployVersion: 新老版本pod批次标识,old表示老版本,new表示新版本。
|
|
29450
29567
|
:type DeployVersion: str
|
|
29451
|
-
:param _TaskId:
|
|
29568
|
+
:param _TaskId: 实例所属任务ID,登录控制台进行查看。
|
|
29452
29569
|
:type TaskId: str
|
|
29453
29570
|
"""
|
|
29454
29571
|
self._GroupId = None
|
|
@@ -29460,7 +29577,7 @@ class DescribePodInstancesRequest(AbstractModel):
|
|
|
29460
29577
|
|
|
29461
29578
|
@property
|
|
29462
29579
|
def GroupId(self):
|
|
29463
|
-
"""
|
|
29580
|
+
"""实例所属部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-9yn2q8yd。部署组所在集群必须是活跃状态的。
|
|
29464
29581
|
:rtype: str
|
|
29465
29582
|
"""
|
|
29466
29583
|
return self._GroupId
|
|
@@ -29493,7 +29610,7 @@ class DescribePodInstancesRequest(AbstractModel):
|
|
|
29493
29610
|
|
|
29494
29611
|
@property
|
|
29495
29612
|
def PodNameList(self):
|
|
29496
|
-
"""
|
|
29613
|
+
"""用于通过PodName字段过滤返回结果。
|
|
29497
29614
|
:rtype: list of str
|
|
29498
29615
|
"""
|
|
29499
29616
|
return self._PodNameList
|
|
@@ -29504,7 +29621,7 @@ class DescribePodInstancesRequest(AbstractModel):
|
|
|
29504
29621
|
|
|
29505
29622
|
@property
|
|
29506
29623
|
def DeployVersion(self):
|
|
29507
|
-
"""新老版本pod
|
|
29624
|
+
"""新老版本pod批次标识,old表示老版本,new表示新版本。
|
|
29508
29625
|
:rtype: str
|
|
29509
29626
|
"""
|
|
29510
29627
|
return self._DeployVersion
|
|
@@ -29515,7 +29632,7 @@ class DescribePodInstancesRequest(AbstractModel):
|
|
|
29515
29632
|
|
|
29516
29633
|
@property
|
|
29517
29634
|
def TaskId(self):
|
|
29518
|
-
"""
|
|
29635
|
+
"""实例所属任务ID,登录控制台进行查看。
|
|
29519
29636
|
:rtype: str
|
|
29520
29637
|
"""
|
|
29521
29638
|
return self._TaskId
|
|
@@ -31204,14 +31321,14 @@ class DescribeResourceTaskStatusRequest(AbstractModel):
|
|
|
31204
31321
|
|
|
31205
31322
|
def __init__(self):
|
|
31206
31323
|
r"""
|
|
31207
|
-
:param _TaskId:
|
|
31324
|
+
:param _TaskId: 容器实例任务ID,可通过调用 ListContainerTask 查询已创建的变更记录总数或登录控制台进行查看。
|
|
31208
31325
|
:type TaskId: str
|
|
31209
31326
|
"""
|
|
31210
31327
|
self._TaskId = None
|
|
31211
31328
|
|
|
31212
31329
|
@property
|
|
31213
31330
|
def TaskId(self):
|
|
31214
|
-
"""
|
|
31331
|
+
"""容器实例任务ID,可通过调用 ListContainerTask 查询已创建的变更记录总数或登录控制台进行查看。
|
|
31215
31332
|
:rtype: str
|
|
31216
31333
|
"""
|
|
31217
31334
|
return self._TaskId
|
|
@@ -31285,13 +31402,16 @@ class DescribeSimpleApplicationsRequest(AbstractModel):
|
|
|
31285
31402
|
|
|
31286
31403
|
def __init__(self):
|
|
31287
31404
|
r"""
|
|
31288
|
-
:param _ApplicationIdList: 应用ID
|
|
31405
|
+
:param _ApplicationIdList: 应用ID列表,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
|
31289
31406
|
:type ApplicationIdList: list of str
|
|
31290
|
-
:param _ApplicationType:
|
|
31407
|
+
:param _ApplicationType: 指定应用类型,目前支持:
|
|
31408
|
+
- `V`:普通应用/CVM应用
|
|
31409
|
+
- `C`:容器应用
|
|
31410
|
+
- `S`:serverless 应用
|
|
31291
31411
|
:type ApplicationType: str
|
|
31292
|
-
:param _Limit:
|
|
31412
|
+
: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)
|
|
31293
31413
|
:type Limit: int
|
|
31294
|
-
:param _Offset:
|
|
31414
|
+
:param _Offset: 偏移量,默认为0。关于Offset详见[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)
|
|
31295
31415
|
:type Offset: int
|
|
31296
31416
|
:param _MicroserviceType: 微服务类型
|
|
31297
31417
|
:type MicroserviceType: str
|
|
@@ -31299,7 +31419,7 @@ class DescribeSimpleApplicationsRequest(AbstractModel):
|
|
|
31299
31419
|
:type ApplicationResourceTypeList: list of str
|
|
31300
31420
|
:param _SearchWord: 通过id和name进行关键词过滤
|
|
31301
31421
|
:type SearchWord: str
|
|
31302
|
-
:param _DisableProgramAuthCheck:
|
|
31422
|
+
:param _DisableProgramAuthCheck: 是否关闭鉴权查询
|
|
31303
31423
|
:type DisableProgramAuthCheck: bool
|
|
31304
31424
|
:param _MicroserviceTypeList: 查询指定微服务类型的应用列表
|
|
31305
31425
|
:type MicroserviceTypeList: list of str
|
|
@@ -31316,7 +31436,7 @@ class DescribeSimpleApplicationsRequest(AbstractModel):
|
|
|
31316
31436
|
|
|
31317
31437
|
@property
|
|
31318
31438
|
def ApplicationIdList(self):
|
|
31319
|
-
"""应用ID
|
|
31439
|
+
"""应用ID列表,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
|
31320
31440
|
:rtype: list of str
|
|
31321
31441
|
"""
|
|
31322
31442
|
return self._ApplicationIdList
|
|
@@ -31327,7 +31447,10 @@ class DescribeSimpleApplicationsRequest(AbstractModel):
|
|
|
31327
31447
|
|
|
31328
31448
|
@property
|
|
31329
31449
|
def ApplicationType(self):
|
|
31330
|
-
"""
|
|
31450
|
+
"""指定应用类型,目前支持:
|
|
31451
|
+
- `V`:普通应用/CVM应用
|
|
31452
|
+
- `C`:容器应用
|
|
31453
|
+
- `S`:serverless 应用
|
|
31331
31454
|
:rtype: str
|
|
31332
31455
|
"""
|
|
31333
31456
|
return self._ApplicationType
|
|
@@ -31338,7 +31461,7 @@ class DescribeSimpleApplicationsRequest(AbstractModel):
|
|
|
31338
31461
|
|
|
31339
31462
|
@property
|
|
31340
31463
|
def Limit(self):
|
|
31341
|
-
"""
|
|
31464
|
+
"""数量限制,默认为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)
|
|
31342
31465
|
:rtype: int
|
|
31343
31466
|
"""
|
|
31344
31467
|
return self._Limit
|
|
@@ -31349,7 +31472,7 @@ class DescribeSimpleApplicationsRequest(AbstractModel):
|
|
|
31349
31472
|
|
|
31350
31473
|
@property
|
|
31351
31474
|
def Offset(self):
|
|
31352
|
-
"""
|
|
31475
|
+
"""偏移量,默认为0。关于Offset详见[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)
|
|
31353
31476
|
:rtype: int
|
|
31354
31477
|
"""
|
|
31355
31478
|
return self._Offset
|
|
@@ -31393,7 +31516,7 @@ class DescribeSimpleApplicationsRequest(AbstractModel):
|
|
|
31393
31516
|
|
|
31394
31517
|
@property
|
|
31395
31518
|
def DisableProgramAuthCheck(self):
|
|
31396
|
-
"""
|
|
31519
|
+
"""是否关闭鉴权查询
|
|
31397
31520
|
:rtype: bool
|
|
31398
31521
|
"""
|
|
31399
31522
|
return self._DisableProgramAuthCheck
|
|
@@ -31843,25 +31966,25 @@ class DescribeSimpleNamespacesRequest(AbstractModel):
|
|
|
31843
31966
|
|
|
31844
31967
|
def __init__(self):
|
|
31845
31968
|
r"""
|
|
31846
|
-
:param _NamespaceIdList: 命名空间ID
|
|
31969
|
+
:param _NamespaceIdList: 命名空间ID列表,按照【命名空间ID列表】进行过滤,可通过调用[DescribeNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录控制台进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。
|
|
31847
31970
|
:type NamespaceIdList: list of str
|
|
31848
|
-
:param _ClusterId: 集群ID
|
|
31971
|
+
:param _ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
|
|
31849
31972
|
:type ClusterId: str
|
|
31850
|
-
:param _Limit:
|
|
31973
|
+
: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)
|
|
31851
31974
|
:type Limit: int
|
|
31852
|
-
:param _Offset:
|
|
31975
|
+
:param _Offset: 偏移量,默认为0。关于Offset详见[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)
|
|
31853
31976
|
:type Offset: int
|
|
31854
|
-
:param _NamespaceId: 命名空间ID
|
|
31977
|
+
:param _NamespaceId: 命名空间ID,按照【命名空间ID】进行过滤,可通过调用[DescribeNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录控制台进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新命名空间。
|
|
31855
31978
|
:type NamespaceId: str
|
|
31856
31979
|
:param _NamespaceResourceTypeList: 查询资源类型列表
|
|
31857
31980
|
:type NamespaceResourceTypeList: list of str
|
|
31858
31981
|
:param _SearchWord: 通过id和name进行过滤
|
|
31859
31982
|
:type SearchWord: str
|
|
31860
|
-
:param _NamespaceTypeList:
|
|
31983
|
+
:param _NamespaceTypeList: 查询的命名空间类型列表。DEF:默认普通命名空间。GLOBAL:全局命名空间。
|
|
31861
31984
|
:type NamespaceTypeList: list of str
|
|
31862
31985
|
:param _NamespaceName: 通过命名空间名精确过滤
|
|
31863
31986
|
:type NamespaceName: str
|
|
31864
|
-
:param _IsDefault: 通过是否是默认命名空间过滤,不传表示拉取全部命名空间。0:默认命名空间。1
|
|
31987
|
+
:param _IsDefault: 通过是否是默认命名空间过滤,不传表示拉取全部命名空间。0:默认命名空间。1:非默认命名空间。
|
|
31865
31988
|
:type IsDefault: str
|
|
31866
31989
|
:param _DisableProgramAuthCheck: 是否关闭鉴权查询
|
|
31867
31990
|
:type DisableProgramAuthCheck: bool
|
|
@@ -31880,7 +32003,7 @@ class DescribeSimpleNamespacesRequest(AbstractModel):
|
|
|
31880
32003
|
|
|
31881
32004
|
@property
|
|
31882
32005
|
def NamespaceIdList(self):
|
|
31883
|
-
"""命名空间ID
|
|
32006
|
+
"""命名空间ID列表,按照【命名空间ID列表】进行过滤,可通过调用[DescribeNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录控制台进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。
|
|
31884
32007
|
:rtype: list of str
|
|
31885
32008
|
"""
|
|
31886
32009
|
return self._NamespaceIdList
|
|
@@ -31891,7 +32014,7 @@ class DescribeSimpleNamespacesRequest(AbstractModel):
|
|
|
31891
32014
|
|
|
31892
32015
|
@property
|
|
31893
32016
|
def ClusterId(self):
|
|
31894
|
-
"""集群ID
|
|
32017
|
+
"""集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
|
|
31895
32018
|
:rtype: str
|
|
31896
32019
|
"""
|
|
31897
32020
|
return self._ClusterId
|
|
@@ -31902,7 +32025,7 @@ class DescribeSimpleNamespacesRequest(AbstractModel):
|
|
|
31902
32025
|
|
|
31903
32026
|
@property
|
|
31904
32027
|
def Limit(self):
|
|
31905
|
-
"""
|
|
32028
|
+
"""数量限制,默认为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)
|
|
31906
32029
|
:rtype: int
|
|
31907
32030
|
"""
|
|
31908
32031
|
return self._Limit
|
|
@@ -31913,7 +32036,7 @@ class DescribeSimpleNamespacesRequest(AbstractModel):
|
|
|
31913
32036
|
|
|
31914
32037
|
@property
|
|
31915
32038
|
def Offset(self):
|
|
31916
|
-
"""
|
|
32039
|
+
"""偏移量,默认为0。关于Offset详见[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)
|
|
31917
32040
|
:rtype: int
|
|
31918
32041
|
"""
|
|
31919
32042
|
return self._Offset
|
|
@@ -31924,7 +32047,7 @@ class DescribeSimpleNamespacesRequest(AbstractModel):
|
|
|
31924
32047
|
|
|
31925
32048
|
@property
|
|
31926
32049
|
def NamespaceId(self):
|
|
31927
|
-
"""命名空间ID
|
|
32050
|
+
"""命名空间ID,按照【命名空间ID】进行过滤,可通过调用[DescribeNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录控制台进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新命名空间。
|
|
31928
32051
|
:rtype: str
|
|
31929
32052
|
"""
|
|
31930
32053
|
return self._NamespaceId
|
|
@@ -31957,7 +32080,7 @@ class DescribeSimpleNamespacesRequest(AbstractModel):
|
|
|
31957
32080
|
|
|
31958
32081
|
@property
|
|
31959
32082
|
def NamespaceTypeList(self):
|
|
31960
|
-
"""
|
|
32083
|
+
"""查询的命名空间类型列表。DEF:默认普通命名空间。GLOBAL:全局命名空间。
|
|
31961
32084
|
:rtype: list of str
|
|
31962
32085
|
"""
|
|
31963
32086
|
return self._NamespaceTypeList
|
|
@@ -31979,7 +32102,7 @@ class DescribeSimpleNamespacesRequest(AbstractModel):
|
|
|
31979
32102
|
|
|
31980
32103
|
@property
|
|
31981
32104
|
def IsDefault(self):
|
|
31982
|
-
"""通过是否是默认命名空间过滤,不传表示拉取全部命名空间。0:默认命名空间。1
|
|
32105
|
+
"""通过是否是默认命名空间过滤,不传表示拉取全部命名空间。0:默认命名空间。1:非默认命名空间。
|
|
31983
32106
|
:rtype: str
|
|
31984
32107
|
"""
|
|
31985
32108
|
return self._IsDefault
|
|
@@ -32074,15 +32197,17 @@ class DescribeStatisticsRequest(AbstractModel):
|
|
|
32074
32197
|
|
|
32075
32198
|
def __init__(self):
|
|
32076
32199
|
r"""
|
|
32077
|
-
:param _Type:
|
|
32200
|
+
:param _Type: 统计类型。可选值 Interface:接口类型、Service:服务类型、Group:部署组类型、Instance:实例类型、SQL:SQL类型、NoSQL:NoSQL类型
|
|
32078
32201
|
:type Type: str
|
|
32079
|
-
:param _TimeStep:
|
|
32202
|
+
:param _TimeStep: 步长,单位秒。可选值 60、3600、86400
|
|
32080
32203
|
:type TimeStep: int
|
|
32081
32204
|
:param _Offset: 偏移量,取值范围大于等于0,默认值为0
|
|
32082
32205
|
:type Offset: int
|
|
32083
32206
|
:param _Limit: 单页请求配置数量,取值范围[1, 50],默认值为10
|
|
32084
32207
|
:type Limit: int
|
|
32085
|
-
:param _NamespaceId: 命名空间
|
|
32208
|
+
:param _NamespaceId: 命名空间ID。此字段,和 NamespaceIdList 或者 MetricDimensionValues 字段包含 namespaceId 维度信息。三者选其一。
|
|
32209
|
+
可通过[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已经创建的命名空间,也可以通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)查看
|
|
32210
|
+
|
|
32086
32211
|
:type NamespaceId: str
|
|
32087
32212
|
:param _OrderBy: 排序字段:AvgTimeConsuming[默认]、RequestCount、ErrorRate。实例监控还支持 CpuPercent
|
|
32088
32213
|
:type OrderBy: str
|
|
@@ -32096,15 +32221,16 @@ class DescribeStatisticsRequest(AbstractModel):
|
|
|
32096
32221
|
:type ServiceName: str
|
|
32097
32222
|
:param _SearchWord: 搜索关键词
|
|
32098
32223
|
:type SearchWord: str
|
|
32099
|
-
:param _MetricDimensionValues:
|
|
32224
|
+
:param _MetricDimensionValues: 维度。此字段,和 NamespaceIdList 或者 MetricDimensionValues 字段包含 namespaceId 维度信息。三者选其一
|
|
32100
32225
|
:type MetricDimensionValues: list of MetricDimensionValue
|
|
32101
32226
|
:param _BucketKey: 聚合关键词
|
|
32102
32227
|
:type BucketKey: str
|
|
32103
|
-
:param _DbName:
|
|
32228
|
+
:param _DbName: 数据库名称
|
|
32104
32229
|
:type DbName: str
|
|
32105
|
-
:param _NamespaceIdList: 命名空间
|
|
32230
|
+
:param _NamespaceIdList: 命名空间ID数组。此字段,和 NamespaceIdList 或者 MetricDimensionValues 字段包含 namespaceId 维度信息。三者选其一
|
|
32106
32231
|
:type NamespaceIdList: list of str
|
|
32107
|
-
:param _ConfigCenterInstanceId: 独占配置中心的ID
|
|
32232
|
+
:param _ConfigCenterInstanceId: 独占配置中心的ID。
|
|
32233
|
+
可通过调用[DescribeClusterInstances](https://cloud.tencent.com/document/product/649/36048)查询已导入的实例列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=instance)进行查询。实例ID例如:ins-6decplwk。
|
|
32108
32234
|
:type ConfigCenterInstanceId: str
|
|
32109
32235
|
"""
|
|
32110
32236
|
self._Type = None
|
|
@@ -32126,7 +32252,7 @@ class DescribeStatisticsRequest(AbstractModel):
|
|
|
32126
32252
|
|
|
32127
32253
|
@property
|
|
32128
32254
|
def Type(self):
|
|
32129
|
-
"""
|
|
32255
|
+
"""统计类型。可选值 Interface:接口类型、Service:服务类型、Group:部署组类型、Instance:实例类型、SQL:SQL类型、NoSQL:NoSQL类型
|
|
32130
32256
|
:rtype: str
|
|
32131
32257
|
"""
|
|
32132
32258
|
return self._Type
|
|
@@ -32137,7 +32263,7 @@ class DescribeStatisticsRequest(AbstractModel):
|
|
|
32137
32263
|
|
|
32138
32264
|
@property
|
|
32139
32265
|
def TimeStep(self):
|
|
32140
|
-
"""
|
|
32266
|
+
"""步长,单位秒。可选值 60、3600、86400
|
|
32141
32267
|
:rtype: int
|
|
32142
32268
|
"""
|
|
32143
32269
|
return self._TimeStep
|
|
@@ -32170,7 +32296,9 @@ class DescribeStatisticsRequest(AbstractModel):
|
|
|
32170
32296
|
|
|
32171
32297
|
@property
|
|
32172
32298
|
def NamespaceId(self):
|
|
32173
|
-
"""命名空间
|
|
32299
|
+
"""命名空间ID。此字段,和 NamespaceIdList 或者 MetricDimensionValues 字段包含 namespaceId 维度信息。三者选其一。
|
|
32300
|
+
可通过[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已经创建的命名空间,也可以通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)查看
|
|
32301
|
+
|
|
32174
32302
|
:rtype: str
|
|
32175
32303
|
"""
|
|
32176
32304
|
return self._NamespaceId
|
|
@@ -32247,7 +32375,7 @@ class DescribeStatisticsRequest(AbstractModel):
|
|
|
32247
32375
|
|
|
32248
32376
|
@property
|
|
32249
32377
|
def MetricDimensionValues(self):
|
|
32250
|
-
"""
|
|
32378
|
+
"""维度。此字段,和 NamespaceIdList 或者 MetricDimensionValues 字段包含 namespaceId 维度信息。三者选其一
|
|
32251
32379
|
:rtype: list of MetricDimensionValue
|
|
32252
32380
|
"""
|
|
32253
32381
|
return self._MetricDimensionValues
|
|
@@ -32269,7 +32397,7 @@ class DescribeStatisticsRequest(AbstractModel):
|
|
|
32269
32397
|
|
|
32270
32398
|
@property
|
|
32271
32399
|
def DbName(self):
|
|
32272
|
-
"""
|
|
32400
|
+
"""数据库名称
|
|
32273
32401
|
:rtype: str
|
|
32274
32402
|
"""
|
|
32275
32403
|
return self._DbName
|
|
@@ -32280,7 +32408,7 @@ class DescribeStatisticsRequest(AbstractModel):
|
|
|
32280
32408
|
|
|
32281
32409
|
@property
|
|
32282
32410
|
def NamespaceIdList(self):
|
|
32283
|
-
"""命名空间
|
|
32411
|
+
"""命名空间ID数组。此字段,和 NamespaceIdList 或者 MetricDimensionValues 字段包含 namespaceId 维度信息。三者选其一
|
|
32284
32412
|
:rtype: list of str
|
|
32285
32413
|
"""
|
|
32286
32414
|
return self._NamespaceIdList
|
|
@@ -32291,7 +32419,8 @@ class DescribeStatisticsRequest(AbstractModel):
|
|
|
32291
32419
|
|
|
32292
32420
|
@property
|
|
32293
32421
|
def ConfigCenterInstanceId(self):
|
|
32294
|
-
"""独占配置中心的ID
|
|
32422
|
+
"""独占配置中心的ID。
|
|
32423
|
+
可通过调用[DescribeClusterInstances](https://cloud.tencent.com/document/product/649/36048)查询已导入的实例列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=instance)进行查询。实例ID例如:ins-6decplwk。
|
|
32295
32424
|
:rtype: str
|
|
32296
32425
|
"""
|
|
32297
32426
|
return self._ConfigCenterInstanceId
|
|
@@ -32570,13 +32699,13 @@ class DescribeTaskRecordsRequest(AbstractModel):
|
|
|
32570
32699
|
:type SearchWord: str
|
|
32571
32700
|
:param _TaskState: 任务启用状态。一共2种状态可选,ENABLED:启用,DISABLED:停用
|
|
32572
32701
|
:type TaskState: str
|
|
32573
|
-
:param _GroupId: 部署组ID
|
|
32702
|
+
:param _GroupId: 部署组ID。前往[应用管理](https://console.cloud.tencent.com/tsf/app?rid=1)点击应用ID进入应用部署列表页面获取部署组ID。
|
|
32574
32703
|
:type GroupId: str
|
|
32575
32704
|
:param _TaskType: 任务类型。当前只支持一种任务类型。枚举值,java:Java类任务
|
|
32576
32705
|
:type TaskType: str
|
|
32577
32706
|
:param _ExecuteType: 任务执行方式,unicast:随机单节点执行,broadcast:广播执行,shard:分片执行
|
|
32578
32707
|
:type ExecuteType: str
|
|
32579
|
-
:param _Ids: 任务ID
|
|
32708
|
+
:param _Ids: 任务ID列表。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页第一列查看任务ID。
|
|
32580
32709
|
:type Ids: list of str
|
|
32581
32710
|
"""
|
|
32582
32711
|
self._Offset = None
|
|
@@ -32634,7 +32763,7 @@ class DescribeTaskRecordsRequest(AbstractModel):
|
|
|
32634
32763
|
|
|
32635
32764
|
@property
|
|
32636
32765
|
def GroupId(self):
|
|
32637
|
-
"""部署组ID
|
|
32766
|
+
"""部署组ID。前往[应用管理](https://console.cloud.tencent.com/tsf/app?rid=1)点击应用ID进入应用部署列表页面获取部署组ID。
|
|
32638
32767
|
:rtype: str
|
|
32639
32768
|
"""
|
|
32640
32769
|
return self._GroupId
|
|
@@ -32667,7 +32796,7 @@ class DescribeTaskRecordsRequest(AbstractModel):
|
|
|
32667
32796
|
|
|
32668
32797
|
@property
|
|
32669
32798
|
def Ids(self):
|
|
32670
|
-
"""任务ID
|
|
32799
|
+
"""任务ID列表。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页第一列查看任务ID。
|
|
32671
32800
|
:rtype: list of str
|
|
32672
32801
|
"""
|
|
32673
32802
|
return self._Ids
|
|
@@ -33806,14 +33935,14 @@ class DisableTaskFlowRequest(AbstractModel):
|
|
|
33806
33935
|
|
|
33807
33936
|
def __init__(self):
|
|
33808
33937
|
r"""
|
|
33809
|
-
:param _FlowId: 工作流 ID
|
|
33938
|
+
:param _FlowId: 工作流 ID。[工作流管理](https://console.cloud.tencent.com/tsf/tct?rid=1&tab=workflowManage)列表页查看工作流ID。
|
|
33810
33939
|
:type FlowId: str
|
|
33811
33940
|
"""
|
|
33812
33941
|
self._FlowId = None
|
|
33813
33942
|
|
|
33814
33943
|
@property
|
|
33815
33944
|
def FlowId(self):
|
|
33816
|
-
"""工作流 ID
|
|
33945
|
+
"""工作流 ID。[工作流管理](https://console.cloud.tencent.com/tsf/tct?rid=1&tab=workflowManage)列表页查看工作流ID。
|
|
33817
33946
|
:rtype: str
|
|
33818
33947
|
"""
|
|
33819
33948
|
return self._FlowId
|
|
@@ -33885,14 +34014,14 @@ class DisableTaskRequest(AbstractModel):
|
|
|
33885
34014
|
|
|
33886
34015
|
def __init__(self):
|
|
33887
34016
|
r"""
|
|
33888
|
-
:param _TaskId: 任务ID
|
|
34017
|
+
:param _TaskId: 任务ID。[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
|
33889
34018
|
:type TaskId: str
|
|
33890
34019
|
"""
|
|
33891
34020
|
self._TaskId = None
|
|
33892
34021
|
|
|
33893
34022
|
@property
|
|
33894
34023
|
def TaskId(self):
|
|
33895
|
-
"""任务ID
|
|
34024
|
+
"""任务ID。[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
|
33896
34025
|
:rtype: str
|
|
33897
34026
|
"""
|
|
33898
34027
|
return self._TaskId
|
|
@@ -34123,8 +34252,10 @@ class DisassociateBusinessLogConfigRequest(AbstractModel):
|
|
|
34123
34252
|
def __init__(self):
|
|
34124
34253
|
r"""
|
|
34125
34254
|
:param _ConfigIdList: 业务日志配置项ID列表
|
|
34255
|
+
可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
|
34126
34256
|
:type ConfigIdList: list of str
|
|
34127
|
-
:param _GroupId:
|
|
34257
|
+
:param _GroupId: 部署组ID
|
|
34258
|
+
可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看
|
|
34128
34259
|
:type GroupId: str
|
|
34129
34260
|
"""
|
|
34130
34261
|
self._ConfigIdList = None
|
|
@@ -34133,6 +34264,7 @@ class DisassociateBusinessLogConfigRequest(AbstractModel):
|
|
|
34133
34264
|
@property
|
|
34134
34265
|
def ConfigIdList(self):
|
|
34135
34266
|
"""业务日志配置项ID列表
|
|
34267
|
+
可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
|
34136
34268
|
:rtype: list of str
|
|
34137
34269
|
"""
|
|
34138
34270
|
return self._ConfigIdList
|
|
@@ -34143,7 +34275,8 @@ class DisassociateBusinessLogConfigRequest(AbstractModel):
|
|
|
34143
34275
|
|
|
34144
34276
|
@property
|
|
34145
34277
|
def GroupId(self):
|
|
34146
|
-
"""
|
|
34278
|
+
"""部署组ID
|
|
34279
|
+
可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看
|
|
34147
34280
|
:rtype: str
|
|
34148
34281
|
"""
|
|
34149
34282
|
return self._GroupId
|
|
@@ -34173,7 +34306,7 @@ class DisassociateBusinessLogConfigResponse(AbstractModel):
|
|
|
34173
34306
|
|
|
34174
34307
|
def __init__(self):
|
|
34175
34308
|
r"""
|
|
34176
|
-
:param _Result:
|
|
34309
|
+
:param _Result: 操作结果,true:成功,false:失败。
|
|
34177
34310
|
:type Result: bool
|
|
34178
34311
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
34179
34312
|
:type RequestId: str
|
|
@@ -34183,7 +34316,7 @@ class DisassociateBusinessLogConfigResponse(AbstractModel):
|
|
|
34183
34316
|
|
|
34184
34317
|
@property
|
|
34185
34318
|
def Result(self):
|
|
34186
|
-
"""
|
|
34319
|
+
"""操作结果,true:成功,false:失败。
|
|
34187
34320
|
:rtype: bool
|
|
34188
34321
|
"""
|
|
34189
34322
|
return self._Result
|
|
@@ -34216,9 +34349,11 @@ class DisassociateKafkaConfigRequest(AbstractModel):
|
|
|
34216
34349
|
|
|
34217
34350
|
def __init__(self):
|
|
34218
34351
|
r"""
|
|
34219
|
-
:param _ConfigId:
|
|
34352
|
+
:param _ConfigId: 日志配置项ID
|
|
34353
|
+
可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
|
34220
34354
|
:type ConfigId: str
|
|
34221
|
-
:param _GroupIds: 部署组
|
|
34355
|
+
:param _GroupIds: 部署组ID列表
|
|
34356
|
+
可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看
|
|
34222
34357
|
:type GroupIds: list of str
|
|
34223
34358
|
"""
|
|
34224
34359
|
self._ConfigId = None
|
|
@@ -34226,7 +34361,8 @@ class DisassociateKafkaConfigRequest(AbstractModel):
|
|
|
34226
34361
|
|
|
34227
34362
|
@property
|
|
34228
34363
|
def ConfigId(self):
|
|
34229
|
-
"""
|
|
34364
|
+
"""日志配置项ID
|
|
34365
|
+
可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
|
34230
34366
|
:rtype: str
|
|
34231
34367
|
"""
|
|
34232
34368
|
return self._ConfigId
|
|
@@ -34237,7 +34373,8 @@ class DisassociateKafkaConfigRequest(AbstractModel):
|
|
|
34237
34373
|
|
|
34238
34374
|
@property
|
|
34239
34375
|
def GroupIds(self):
|
|
34240
|
-
"""部署组
|
|
34376
|
+
"""部署组ID列表
|
|
34377
|
+
可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看
|
|
34241
34378
|
:rtype: list of str
|
|
34242
34379
|
"""
|
|
34243
34380
|
return self._GroupIds
|
|
@@ -34267,7 +34404,7 @@ class DisassociateKafkaConfigResponse(AbstractModel):
|
|
|
34267
34404
|
|
|
34268
34405
|
def __init__(self):
|
|
34269
34406
|
r"""
|
|
34270
|
-
:param _Result:
|
|
34407
|
+
:param _Result: 解除绑定是否成功,true:成功,false:失败。
|
|
34271
34408
|
:type Result: bool
|
|
34272
34409
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
34273
34410
|
:type RequestId: str
|
|
@@ -34277,7 +34414,7 @@ class DisassociateKafkaConfigResponse(AbstractModel):
|
|
|
34277
34414
|
|
|
34278
34415
|
@property
|
|
34279
34416
|
def Result(self):
|
|
34280
|
-
"""
|
|
34417
|
+
"""解除绑定是否成功,true:成功,false:失败。
|
|
34281
34418
|
:rtype: bool
|
|
34282
34419
|
"""
|
|
34283
34420
|
return self._Result
|
|
@@ -34553,14 +34690,14 @@ class EnableTaskFlowRequest(AbstractModel):
|
|
|
34553
34690
|
|
|
34554
34691
|
def __init__(self):
|
|
34555
34692
|
r"""
|
|
34556
|
-
:param _FlowId: 工作流 ID
|
|
34693
|
+
:param _FlowId: 工作流 ID。[工作流管理](https://console.cloud.tencent.com/tsf/tct?rid=1&tab=workflowManage)列表页查看工作流ID。
|
|
34557
34694
|
:type FlowId: str
|
|
34558
34695
|
"""
|
|
34559
34696
|
self._FlowId = None
|
|
34560
34697
|
|
|
34561
34698
|
@property
|
|
34562
34699
|
def FlowId(self):
|
|
34563
|
-
"""工作流 ID
|
|
34700
|
+
"""工作流 ID。[工作流管理](https://console.cloud.tencent.com/tsf/tct?rid=1&tab=workflowManage)列表页查看工作流ID。
|
|
34564
34701
|
:rtype: str
|
|
34565
34702
|
"""
|
|
34566
34703
|
return self._FlowId
|
|
@@ -34632,14 +34769,14 @@ class EnableTaskRequest(AbstractModel):
|
|
|
34632
34769
|
|
|
34633
34770
|
def __init__(self):
|
|
34634
34771
|
r"""
|
|
34635
|
-
:param _TaskId: 任务ID
|
|
34772
|
+
:param _TaskId: 任务ID。[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
|
34636
34773
|
:type TaskId: str
|
|
34637
34774
|
"""
|
|
34638
34775
|
self._TaskId = None
|
|
34639
34776
|
|
|
34640
34777
|
@property
|
|
34641
34778
|
def TaskId(self):
|
|
34642
|
-
"""任务ID
|
|
34779
|
+
"""任务ID。[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
|
34643
34780
|
:rtype: str
|
|
34644
34781
|
"""
|
|
34645
34782
|
return self._TaskId
|
|
@@ -34939,17 +35076,17 @@ class ExclusiveInstance(AbstractModel):
|
|
|
34939
35076
|
|
|
34940
35077
|
def __init__(self):
|
|
34941
35078
|
r"""
|
|
34942
|
-
:param _CenterType: 配置中心类型[Registration
|
|
35079
|
+
:param _CenterType: 配置中心类型[注册中心Registration、配置中心Configuration]
|
|
34943
35080
|
:type CenterType: str
|
|
34944
|
-
:param _InstanceId: 实例id
|
|
35081
|
+
:param _InstanceId: 实例id,通过北极星控制台获取
|
|
34945
35082
|
:type InstanceId: str
|
|
34946
|
-
:param _InstanceType:
|
|
35083
|
+
:param _InstanceType: 实例类型,例如北极星Polaris
|
|
34947
35084
|
:type InstanceType: str
|
|
34948
35085
|
:param _InstanceName: 实例名称
|
|
34949
35086
|
:type InstanceName: str
|
|
34950
|
-
:param _RegionId: 实例地域id
|
|
35087
|
+
:param _RegionId: 实例地域id,通过北极星控制台获取
|
|
34951
35088
|
:type RegionId: str
|
|
34952
|
-
:param _InstanceNamespaceId: 实例命名空间ID
|
|
35089
|
+
:param _InstanceNamespaceId: 实例命名空间ID,通过北极星控制台获取
|
|
34953
35090
|
:type InstanceNamespaceId: str
|
|
34954
35091
|
"""
|
|
34955
35092
|
self._CenterType = None
|
|
@@ -34961,7 +35098,7 @@ class ExclusiveInstance(AbstractModel):
|
|
|
34961
35098
|
|
|
34962
35099
|
@property
|
|
34963
35100
|
def CenterType(self):
|
|
34964
|
-
"""配置中心类型[Registration
|
|
35101
|
+
"""配置中心类型[注册中心Registration、配置中心Configuration]
|
|
34965
35102
|
:rtype: str
|
|
34966
35103
|
"""
|
|
34967
35104
|
return self._CenterType
|
|
@@ -34972,7 +35109,7 @@ class ExclusiveInstance(AbstractModel):
|
|
|
34972
35109
|
|
|
34973
35110
|
@property
|
|
34974
35111
|
def InstanceId(self):
|
|
34975
|
-
"""实例id
|
|
35112
|
+
"""实例id,通过北极星控制台获取
|
|
34976
35113
|
:rtype: str
|
|
34977
35114
|
"""
|
|
34978
35115
|
return self._InstanceId
|
|
@@ -34983,7 +35120,7 @@ class ExclusiveInstance(AbstractModel):
|
|
|
34983
35120
|
|
|
34984
35121
|
@property
|
|
34985
35122
|
def InstanceType(self):
|
|
34986
|
-
"""
|
|
35123
|
+
"""实例类型,例如北极星Polaris
|
|
34987
35124
|
:rtype: str
|
|
34988
35125
|
"""
|
|
34989
35126
|
return self._InstanceType
|
|
@@ -35005,7 +35142,7 @@ class ExclusiveInstance(AbstractModel):
|
|
|
35005
35142
|
|
|
35006
35143
|
@property
|
|
35007
35144
|
def RegionId(self):
|
|
35008
|
-
"""实例地域id
|
|
35145
|
+
"""实例地域id,通过北极星控制台获取
|
|
35009
35146
|
:rtype: str
|
|
35010
35147
|
"""
|
|
35011
35148
|
return self._RegionId
|
|
@@ -35016,7 +35153,7 @@ class ExclusiveInstance(AbstractModel):
|
|
|
35016
35153
|
|
|
35017
35154
|
@property
|
|
35018
35155
|
def InstanceNamespaceId(self):
|
|
35019
|
-
"""实例命名空间ID
|
|
35156
|
+
"""实例命名空间ID,通过北极星控制台获取
|
|
35020
35157
|
:rtype: str
|
|
35021
35158
|
"""
|
|
35022
35159
|
return self._InstanceNamespaceId
|
|
@@ -35050,14 +35187,14 @@ class ExecuteTaskFlowRequest(AbstractModel):
|
|
|
35050
35187
|
|
|
35051
35188
|
def __init__(self):
|
|
35052
35189
|
r"""
|
|
35053
|
-
:param _FlowId: 工作流 ID
|
|
35190
|
+
:param _FlowId: 工作流 ID。[工作流管理](https://console.cloud.tencent.com/tsf/tct?rid=1&tab=workflowManage)列表页查看工作流ID。
|
|
35054
35191
|
:type FlowId: str
|
|
35055
35192
|
"""
|
|
35056
35193
|
self._FlowId = None
|
|
35057
35194
|
|
|
35058
35195
|
@property
|
|
35059
35196
|
def FlowId(self):
|
|
35060
|
-
"""工作流 ID
|
|
35197
|
+
"""工作流 ID。[工作流管理](https://console.cloud.tencent.com/tsf/tct?rid=1&tab=workflowManage)列表页查看工作流ID。
|
|
35061
35198
|
:rtype: str
|
|
35062
35199
|
"""
|
|
35063
35200
|
return self._FlowId
|
|
@@ -35129,14 +35266,14 @@ class ExecuteTaskRequest(AbstractModel):
|
|
|
35129
35266
|
|
|
35130
35267
|
def __init__(self):
|
|
35131
35268
|
r"""
|
|
35132
|
-
:param _TaskId: 任务ID
|
|
35269
|
+
:param _TaskId: 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
|
35133
35270
|
:type TaskId: str
|
|
35134
35271
|
"""
|
|
35135
35272
|
self._TaskId = None
|
|
35136
35273
|
|
|
35137
35274
|
@property
|
|
35138
35275
|
def TaskId(self):
|
|
35139
|
-
"""任务ID
|
|
35276
|
+
"""任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
|
35140
35277
|
:rtype: str
|
|
35141
35278
|
"""
|
|
35142
35279
|
return self._TaskId
|
|
@@ -35208,9 +35345,9 @@ class ExpandGroupRequest(AbstractModel):
|
|
|
35208
35345
|
|
|
35209
35346
|
def __init__(self):
|
|
35210
35347
|
r"""
|
|
35211
|
-
:param _GroupId: 部署组ID
|
|
35348
|
+
:param _GroupId: 部署组ID,可通过调用[DescribeGroups](https://cloud.tencent.com/document/api/649/36065)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/api/649/36074)创建新的部署组。
|
|
35212
35349
|
:type GroupId: str
|
|
35213
|
-
:param _InstanceIdList: 扩容的机器实例ID
|
|
35350
|
+
:param _InstanceIdList: 扩容的机器实例ID列表,调用[DescribeClusters](https://console.cloud.tencent.com/tsf/resource?rid=1)接口,选定一个虚拟机集群,选择部署组,选择应用扩容可获取实例列表
|
|
35214
35351
|
:type InstanceIdList: list of str
|
|
35215
35352
|
"""
|
|
35216
35353
|
self._GroupId = None
|
|
@@ -35218,7 +35355,7 @@ class ExpandGroupRequest(AbstractModel):
|
|
|
35218
35355
|
|
|
35219
35356
|
@property
|
|
35220
35357
|
def GroupId(self):
|
|
35221
|
-
"""部署组ID
|
|
35358
|
+
"""部署组ID,可通过调用[DescribeGroups](https://cloud.tencent.com/document/api/649/36065)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/api/649/36074)创建新的部署组。
|
|
35222
35359
|
:rtype: str
|
|
35223
35360
|
"""
|
|
35224
35361
|
return self._GroupId
|
|
@@ -35229,7 +35366,7 @@ class ExpandGroupRequest(AbstractModel):
|
|
|
35229
35366
|
|
|
35230
35367
|
@property
|
|
35231
35368
|
def InstanceIdList(self):
|
|
35232
|
-
"""扩容的机器实例ID
|
|
35369
|
+
"""扩容的机器实例ID列表,调用[DescribeClusters](https://console.cloud.tencent.com/tsf/resource?rid=1)接口,选定一个虚拟机集群,选择部署组,选择应用扩容可获取实例列表
|
|
35233
35370
|
:rtype: list of str
|
|
35234
35371
|
"""
|
|
35235
35372
|
return self._InstanceIdList
|
|
@@ -37196,19 +37333,21 @@ class GroupInfo(AbstractModel):
|
|
|
37196
37333
|
|
|
37197
37334
|
def __init__(self):
|
|
37198
37335
|
r"""
|
|
37199
|
-
:param _GroupId: 部署组
|
|
37336
|
+
:param _GroupId: 部署组ID
|
|
37337
|
+
可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看。
|
|
37200
37338
|
:type GroupId: str
|
|
37201
37339
|
:param _GroupName: 部署组名称
|
|
37202
37340
|
:type GroupName: str
|
|
37203
|
-
:param _ClusterType:
|
|
37341
|
+
:param _ClusterType: 集群类型,C:容器集群,V:虚拟机集群
|
|
37204
37342
|
:type ClusterType: str
|
|
37205
|
-
:param _ClusterId: 集群
|
|
37343
|
+
:param _ClusterId: 集群ID
|
|
37344
|
+
可通过[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已经创建的集群列表,也可以通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1)查看。
|
|
37206
37345
|
:type ClusterId: str
|
|
37207
37346
|
:param _ClusterName: 集群名称
|
|
37208
37347
|
:type ClusterName: str
|
|
37209
37348
|
:param _NamespaceName: 命名空间名称
|
|
37210
37349
|
:type NamespaceName: str
|
|
37211
|
-
:param _AssociateTime:
|
|
37350
|
+
:param _AssociateTime: 绑定时间,格式yyyy-MM-dd HH:mm:ss
|
|
37212
37351
|
:type AssociateTime: str
|
|
37213
37352
|
"""
|
|
37214
37353
|
self._GroupId = None
|
|
@@ -37221,7 +37360,8 @@ class GroupInfo(AbstractModel):
|
|
|
37221
37360
|
|
|
37222
37361
|
@property
|
|
37223
37362
|
def GroupId(self):
|
|
37224
|
-
"""部署组
|
|
37363
|
+
"""部署组ID
|
|
37364
|
+
可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看。
|
|
37225
37365
|
:rtype: str
|
|
37226
37366
|
"""
|
|
37227
37367
|
return self._GroupId
|
|
@@ -37243,7 +37383,7 @@ class GroupInfo(AbstractModel):
|
|
|
37243
37383
|
|
|
37244
37384
|
@property
|
|
37245
37385
|
def ClusterType(self):
|
|
37246
|
-
"""
|
|
37386
|
+
"""集群类型,C:容器集群,V:虚拟机集群
|
|
37247
37387
|
:rtype: str
|
|
37248
37388
|
"""
|
|
37249
37389
|
return self._ClusterType
|
|
@@ -37254,7 +37394,8 @@ class GroupInfo(AbstractModel):
|
|
|
37254
37394
|
|
|
37255
37395
|
@property
|
|
37256
37396
|
def ClusterId(self):
|
|
37257
|
-
"""集群
|
|
37397
|
+
"""集群ID
|
|
37398
|
+
可通过[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已经创建的集群列表,也可以通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1)查看。
|
|
37258
37399
|
:rtype: str
|
|
37259
37400
|
"""
|
|
37260
37401
|
return self._ClusterId
|
|
@@ -37287,7 +37428,7 @@ class GroupInfo(AbstractModel):
|
|
|
37287
37428
|
|
|
37288
37429
|
@property
|
|
37289
37430
|
def AssociateTime(self):
|
|
37290
|
-
"""
|
|
37431
|
+
"""绑定时间,格式yyyy-MM-dd HH:mm:ss
|
|
37291
37432
|
:rtype: str
|
|
37292
37433
|
"""
|
|
37293
37434
|
return self._AssociateTime
|
|
@@ -37338,13 +37479,13 @@ class GroupPod(AbstractModel):
|
|
|
37338
37479
|
:type RestartCount: int
|
|
37339
37480
|
:param _ReadyCount: 实例中已就绪容器的个数
|
|
37340
37481
|
:type ReadyCount: int
|
|
37341
|
-
:param _Runtime:
|
|
37482
|
+
:param _Runtime: 运行时长,单位秒
|
|
37342
37483
|
:type Runtime: str
|
|
37343
|
-
:param _CreatedAt:
|
|
37484
|
+
:param _CreatedAt: 实例启动时的时间戳
|
|
37344
37485
|
:type CreatedAt: str
|
|
37345
|
-
:param _ServiceInstanceStatus:
|
|
37486
|
+
:param _ServiceInstanceStatus: 服务实例状态,枚举值为Starting/Running/Stopping/Stopped/StopFailed/Abnormal/Unknown
|
|
37346
37487
|
:type ServiceInstanceStatus: str
|
|
37347
|
-
:param _InstanceAvailableStatus:
|
|
37488
|
+
:param _InstanceAvailableStatus: 机器实例可使用状态,枚举值为Starting/Running/Stopping/Stopped/StopFailed/Abnormal/Unknown
|
|
37348
37489
|
:type InstanceAvailableStatus: str
|
|
37349
37490
|
:param _InstanceStatus: 机器实例状态
|
|
37350
37491
|
:type InstanceStatus: str
|
|
@@ -37459,7 +37600,7 @@ class GroupPod(AbstractModel):
|
|
|
37459
37600
|
|
|
37460
37601
|
@property
|
|
37461
37602
|
def Runtime(self):
|
|
37462
|
-
"""
|
|
37603
|
+
"""运行时长,单位秒
|
|
37463
37604
|
:rtype: str
|
|
37464
37605
|
"""
|
|
37465
37606
|
return self._Runtime
|
|
@@ -37470,7 +37611,7 @@ class GroupPod(AbstractModel):
|
|
|
37470
37611
|
|
|
37471
37612
|
@property
|
|
37472
37613
|
def CreatedAt(self):
|
|
37473
|
-
"""
|
|
37614
|
+
"""实例启动时的时间戳
|
|
37474
37615
|
:rtype: str
|
|
37475
37616
|
"""
|
|
37476
37617
|
return self._CreatedAt
|
|
@@ -37481,7 +37622,7 @@ class GroupPod(AbstractModel):
|
|
|
37481
37622
|
|
|
37482
37623
|
@property
|
|
37483
37624
|
def ServiceInstanceStatus(self):
|
|
37484
|
-
"""
|
|
37625
|
+
"""服务实例状态,枚举值为Starting/Running/Stopping/Stopped/StopFailed/Abnormal/Unknown
|
|
37485
37626
|
:rtype: str
|
|
37486
37627
|
"""
|
|
37487
37628
|
return self._ServiceInstanceStatus
|
|
@@ -37492,7 +37633,7 @@ class GroupPod(AbstractModel):
|
|
|
37492
37633
|
|
|
37493
37634
|
@property
|
|
37494
37635
|
def InstanceAvailableStatus(self):
|
|
37495
|
-
"""
|
|
37636
|
+
"""机器实例可使用状态,枚举值为Starting/Running/Stopping/Stopped/StopFailed/Abnormal/Unknown
|
|
37496
37637
|
:rtype: str
|
|
37497
37638
|
"""
|
|
37498
37639
|
return self._InstanceAvailableStatus
|
|
@@ -38182,13 +38323,13 @@ class HealthCheckSetting(AbstractModel):
|
|
|
38182
38323
|
:param _ActionType: 健康检查方法。HTTP:通过 HTTP 接口检查;CMD:通过执行命令检查;TCP:通过建立 TCP 连接检查。
|
|
38183
38324
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
38184
38325
|
:type ActionType: str
|
|
38185
|
-
:param _InitialDelaySeconds:
|
|
38326
|
+
:param _InitialDelaySeconds: 容器延时启动健康检查的时间,单位秒。
|
|
38186
38327
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
38187
38328
|
:type InitialDelaySeconds: int
|
|
38188
|
-
:param _TimeoutSeconds:
|
|
38329
|
+
:param _TimeoutSeconds: 每次健康检查响应的最大超时时间,单位秒。
|
|
38189
38330
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
38190
38331
|
:type TimeoutSeconds: int
|
|
38191
|
-
:param _PeriodSeconds:
|
|
38332
|
+
:param _PeriodSeconds: 进行健康检查的时间间隔,单位秒。
|
|
38192
38333
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
38193
38334
|
:type PeriodSeconds: int
|
|
38194
38335
|
:param _SuccessThreshold: 表示后端容器从失败到成功的连续健康检查成功次数。
|
|
@@ -38239,7 +38380,7 @@ class HealthCheckSetting(AbstractModel):
|
|
|
38239
38380
|
|
|
38240
38381
|
@property
|
|
38241
38382
|
def InitialDelaySeconds(self):
|
|
38242
|
-
"""
|
|
38383
|
+
"""容器延时启动健康检查的时间,单位秒。
|
|
38243
38384
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
38244
38385
|
:rtype: int
|
|
38245
38386
|
"""
|
|
@@ -38251,7 +38392,7 @@ class HealthCheckSetting(AbstractModel):
|
|
|
38251
38392
|
|
|
38252
38393
|
@property
|
|
38253
38394
|
def TimeoutSeconds(self):
|
|
38254
|
-
"""
|
|
38395
|
+
"""每次健康检查响应的最大超时时间,单位秒。
|
|
38255
38396
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
38256
38397
|
:rtype: int
|
|
38257
38398
|
"""
|
|
@@ -38263,7 +38404,7 @@ class HealthCheckSetting(AbstractModel):
|
|
|
38263
38404
|
|
|
38264
38405
|
@property
|
|
38265
38406
|
def PeriodSeconds(self):
|
|
38266
|
-
"""
|
|
38407
|
+
"""进行健康检查的时间间隔,单位秒。
|
|
38267
38408
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
38268
38409
|
:rtype: int
|
|
38269
38410
|
"""
|
|
@@ -40081,13 +40222,13 @@ class InstanceEnrichedInfo(AbstractModel):
|
|
|
40081
40222
|
:type ApplicationId: str
|
|
40082
40223
|
:param _ApplicationName: 应用名称
|
|
40083
40224
|
:type ApplicationName: str
|
|
40084
|
-
:param _ApplicationType:
|
|
40225
|
+
:param _ApplicationType: 应用类型,C表示容器应用,V表示虚拟机应用
|
|
40085
40226
|
:type ApplicationType: str
|
|
40086
40227
|
:param _ClusterId: 集群ID
|
|
40087
40228
|
:type ClusterId: str
|
|
40088
40229
|
:param _ClusterName: 集群名称
|
|
40089
40230
|
:type ClusterName: str
|
|
40090
|
-
:param _ClusterType:
|
|
40231
|
+
:param _ClusterType: 集群类型,C表示容器集群,V表示虚拟机集群
|
|
40091
40232
|
:type ClusterType: str
|
|
40092
40233
|
:param _NamespaceId: 命名空间ID
|
|
40093
40234
|
:type NamespaceId: str
|
|
@@ -40217,7 +40358,7 @@ class InstanceEnrichedInfo(AbstractModel):
|
|
|
40217
40358
|
|
|
40218
40359
|
@property
|
|
40219
40360
|
def ApplicationType(self):
|
|
40220
|
-
"""
|
|
40361
|
+
"""应用类型,C表示容器应用,V表示虚拟机应用
|
|
40221
40362
|
:rtype: str
|
|
40222
40363
|
"""
|
|
40223
40364
|
return self._ApplicationType
|
|
@@ -40250,7 +40391,7 @@ class InstanceEnrichedInfo(AbstractModel):
|
|
|
40250
40391
|
|
|
40251
40392
|
@property
|
|
40252
40393
|
def ClusterType(self):
|
|
40253
|
-
"""
|
|
40394
|
+
"""集群类型,C表示容器集群,V表示虚拟机集群
|
|
40254
40395
|
:rtype: str
|
|
40255
40396
|
"""
|
|
40256
40397
|
return self._ClusterType
|
|
@@ -42286,7 +42427,7 @@ class Metric(AbstractModel):
|
|
|
42286
42427
|
r"""
|
|
42287
42428
|
:param _Name: 指标名称
|
|
42288
42429
|
:type Name: str
|
|
42289
|
-
:param _Function:
|
|
42430
|
+
:param _Function: 指标计算方式,可选值: none:无,sum:求和,exclusive:独占值,avg:平均值,max:最大值,min:最小值,percentage_50:50分位数,percentage_75:75分位数,percentage_95:95分位数,percentage_99:99分位数,bucket_5:分桶统计。
|
|
42290
42431
|
:type Function: str
|
|
42291
42432
|
"""
|
|
42292
42433
|
self._Name = None
|
|
@@ -42305,7 +42446,7 @@ class Metric(AbstractModel):
|
|
|
42305
42446
|
|
|
42306
42447
|
@property
|
|
42307
42448
|
def Function(self):
|
|
42308
|
-
"""
|
|
42449
|
+
"""指标计算方式,可选值: none:无,sum:求和,exclusive:独占值,avg:平均值,max:最大值,min:最小值,percentage_50:50分位数,percentage_75:75分位数,percentage_95:95分位数,percentage_99:99分位数,bucket_5:分桶统计。
|
|
42309
42450
|
:rtype: str
|
|
42310
42451
|
"""
|
|
42311
42452
|
return self._Function
|
|
@@ -42679,7 +42820,7 @@ class MetricDimension(AbstractModel):
|
|
|
42679
42820
|
|
|
42680
42821
|
|
|
42681
42822
|
class MetricDimensionValue(AbstractModel):
|
|
42682
|
-
"""
|
|
42823
|
+
"""指标维度多值匹配。可选值 NamespaceId:命名空间ID,GroupId:部署组ID,InstanceId:实例ID,ApplicationId:应用ID,OperationMethod:执行方法,OperationName:执行名称,ServiceName:服务名,UpstreamNamespaceId:上游命名空间ID
|
|
42683
42824
|
|
|
42684
42825
|
"""
|
|
42685
42826
|
|
|
@@ -42903,11 +43044,11 @@ class ModifyApplicationRequest(AbstractModel):
|
|
|
42903
43044
|
:type ApplicationRemarkName: str
|
|
42904
43045
|
:param _ServiceConfigList: 服务配置信息列表
|
|
42905
43046
|
:type ServiceConfigList: list of ServiceConfig
|
|
42906
|
-
:param _MicroserviceType:
|
|
43047
|
+
:param _MicroserviceType: 应用的微服务类型,N表示普通应用,M表示Mesh应用,G表示网关应用,NATIVE表示原生应用,RAW表示裸应用
|
|
42907
43048
|
:type MicroserviceType: str
|
|
42908
43049
|
:param _ServiceGovernanceConfig: 注册配置治理信息
|
|
42909
43050
|
:type ServiceGovernanceConfig: :class:`tencentcloud.tsf.v20180326.models.ServiceGovernanceConfig`
|
|
42910
|
-
:param _FrameworkType:
|
|
43051
|
+
:param _FrameworkType: 应用开发框架,SpringCloud表示SpringCloud应用,Dubbo表示Dubbo应用,Go-GRPC表示Go-GRPC应用,Other表示其他应用
|
|
42911
43052
|
:type FrameworkType: str
|
|
42912
43053
|
"""
|
|
42913
43054
|
self._ApplicationId = None
|
|
@@ -42976,7 +43117,7 @@ class ModifyApplicationRequest(AbstractModel):
|
|
|
42976
43117
|
|
|
42977
43118
|
@property
|
|
42978
43119
|
def MicroserviceType(self):
|
|
42979
|
-
"""
|
|
43120
|
+
"""应用的微服务类型,N表示普通应用,M表示Mesh应用,G表示网关应用,NATIVE表示原生应用,RAW表示裸应用
|
|
42980
43121
|
:rtype: str
|
|
42981
43122
|
"""
|
|
42982
43123
|
return self._MicroserviceType
|
|
@@ -42998,7 +43139,7 @@ class ModifyApplicationRequest(AbstractModel):
|
|
|
42998
43139
|
|
|
42999
43140
|
@property
|
|
43000
43141
|
def FrameworkType(self):
|
|
43001
|
-
"""
|
|
43142
|
+
"""应用开发框架,SpringCloud表示SpringCloud应用,Dubbo表示Dubbo应用,Go-GRPC表示Go-GRPC应用,Other表示其他应用
|
|
43002
43143
|
:rtype: str
|
|
43003
43144
|
"""
|
|
43004
43145
|
return self._FrameworkType
|
|
@@ -43041,8 +43182,7 @@ class ModifyApplicationResponse(AbstractModel):
|
|
|
43041
43182
|
|
|
43042
43183
|
def __init__(self):
|
|
43043
43184
|
r"""
|
|
43044
|
-
:param _Result: true
|
|
43045
|
-
false:操作失败
|
|
43185
|
+
:param _Result: true表示修改成功,false表示修改失败
|
|
43046
43186
|
:type Result: bool
|
|
43047
43187
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
43048
43188
|
:type RequestId: str
|
|
@@ -43052,8 +43192,7 @@ false:操作失败
|
|
|
43052
43192
|
|
|
43053
43193
|
@property
|
|
43054
43194
|
def Result(self):
|
|
43055
|
-
"""true
|
|
43056
|
-
false:操作失败
|
|
43195
|
+
"""true表示修改成功,false表示修改失败
|
|
43057
43196
|
:rtype: bool
|
|
43058
43197
|
"""
|
|
43059
43198
|
return self._Result
|
|
@@ -43086,7 +43225,7 @@ class ModifyClusterRequest(AbstractModel):
|
|
|
43086
43225
|
|
|
43087
43226
|
def __init__(self):
|
|
43088
43227
|
r"""
|
|
43089
|
-
:param _ClusterId: 集群ID
|
|
43228
|
+
:param _ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用DescribeClusters查询已创建的项目列表或登录控制台进行查看;也可以调用CreateCluster创建新的项目。集群ID例如:cls-6a79x94v。
|
|
43090
43229
|
:type ClusterId: str
|
|
43091
43230
|
:param _ClusterName: 集群名称
|
|
43092
43231
|
:type ClusterName: str
|
|
@@ -43094,9 +43233,9 @@ class ModifyClusterRequest(AbstractModel):
|
|
|
43094
43233
|
:type ClusterDesc: str
|
|
43095
43234
|
:param _ClusterRemarkName: 备注名
|
|
43096
43235
|
:type ClusterRemarkName: str
|
|
43097
|
-
:param _EnableLogCollection: 是否开启cls
|
|
43236
|
+
:param _EnableLogCollection: 是否开启cls日志功能,true表示开启,false表示关闭
|
|
43098
43237
|
:type EnableLogCollection: bool
|
|
43099
|
-
:param _RepairLog: 是否修复cls
|
|
43238
|
+
:param _RepairLog: 是否修复cls日志功能,true表示修复,false表示不修复
|
|
43100
43239
|
:type RepairLog: bool
|
|
43101
43240
|
"""
|
|
43102
43241
|
self._ClusterId = None
|
|
@@ -43108,7 +43247,7 @@ class ModifyClusterRequest(AbstractModel):
|
|
|
43108
43247
|
|
|
43109
43248
|
@property
|
|
43110
43249
|
def ClusterId(self):
|
|
43111
|
-
"""集群ID
|
|
43250
|
+
"""集群ID,按照【集群ID】进行过滤,可通过调用DescribeClusters查询已创建的项目列表或登录控制台进行查看;也可以调用CreateCluster创建新的项目。集群ID例如:cls-6a79x94v。
|
|
43112
43251
|
:rtype: str
|
|
43113
43252
|
"""
|
|
43114
43253
|
return self._ClusterId
|
|
@@ -43152,7 +43291,7 @@ class ModifyClusterRequest(AbstractModel):
|
|
|
43152
43291
|
|
|
43153
43292
|
@property
|
|
43154
43293
|
def EnableLogCollection(self):
|
|
43155
|
-
"""是否开启cls
|
|
43294
|
+
"""是否开启cls日志功能,true表示开启,false表示关闭
|
|
43156
43295
|
:rtype: bool
|
|
43157
43296
|
"""
|
|
43158
43297
|
return self._EnableLogCollection
|
|
@@ -43163,7 +43302,7 @@ class ModifyClusterRequest(AbstractModel):
|
|
|
43163
43302
|
|
|
43164
43303
|
@property
|
|
43165
43304
|
def RepairLog(self):
|
|
43166
|
-
"""是否修复cls
|
|
43305
|
+
"""是否修复cls日志功能,true表示修复,false表示不修复
|
|
43167
43306
|
:rtype: bool
|
|
43168
43307
|
"""
|
|
43169
43308
|
return self._RepairLog
|
|
@@ -43244,7 +43383,7 @@ class ModifyContainerGroupRequest(AbstractModel):
|
|
|
43244
43383
|
|
|
43245
43384
|
def __init__(self):
|
|
43246
43385
|
r"""
|
|
43247
|
-
:param _GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)
|
|
43386
|
+
:param _GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
|
43248
43387
|
:type GroupId: str
|
|
43249
43388
|
:param _AccessType: 0:公网 1:集群内访问 2:NodePort
|
|
43250
43389
|
:type AccessType: int
|
|
@@ -43254,7 +43393,7 @@ class ModifyContainerGroupRequest(AbstractModel):
|
|
|
43254
43393
|
:type UpdateType: int
|
|
43255
43394
|
:param _UpdateIvl: 更新间隔,单位秒
|
|
43256
43395
|
:type UpdateIvl: int
|
|
43257
|
-
:param _SubnetId: 子网ID,可通过调用[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)
|
|
43396
|
+
:param _SubnetId: 子网ID,可通过调用[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)查询已创建的子网列表或登录控制台进行查看;也可以调用[CreateSubnet](https://cloud.tencent.com/document/product/1108/43594)创建新的子网。
|
|
43258
43397
|
:type SubnetId: str
|
|
43259
43398
|
:param _Alias: 部署组备注
|
|
43260
43399
|
:type Alias: str
|
|
@@ -43269,7 +43408,7 @@ class ModifyContainerGroupRequest(AbstractModel):
|
|
|
43269
43408
|
|
|
43270
43409
|
@property
|
|
43271
43410
|
def GroupId(self):
|
|
43272
|
-
"""部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)
|
|
43411
|
+
"""部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
|
43273
43412
|
:rtype: str
|
|
43274
43413
|
"""
|
|
43275
43414
|
return self._GroupId
|
|
@@ -43324,7 +43463,7 @@ class ModifyContainerGroupRequest(AbstractModel):
|
|
|
43324
43463
|
|
|
43325
43464
|
@property
|
|
43326
43465
|
def SubnetId(self):
|
|
43327
|
-
"""子网ID,可通过调用[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)
|
|
43466
|
+
"""子网ID,可通过调用[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)查询已创建的子网列表或登录控制台进行查看;也可以调用[CreateSubnet](https://cloud.tencent.com/document/product/1108/43594)创建新的子网。
|
|
43328
43467
|
:rtype: str
|
|
43329
43468
|
"""
|
|
43330
43469
|
return self._SubnetId
|
|
@@ -43422,7 +43561,7 @@ class ModifyContainerReplicasRequest(AbstractModel):
|
|
|
43422
43561
|
|
|
43423
43562
|
def __init__(self):
|
|
43424
43563
|
r"""
|
|
43425
|
-
:param _GroupId: 部署组ID
|
|
43564
|
+
:param _GroupId: 部署组ID,部署组唯一标识,调用[DescribeClusters](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker)接口,选定一个容器集群,选择部署组,查看DescribeSingleContainerGroups接口返回的GroupId
|
|
43426
43565
|
:type GroupId: str
|
|
43427
43566
|
:param _InstanceNum: 实例数量
|
|
43428
43567
|
:type InstanceNum: int
|
|
@@ -43432,7 +43571,7 @@ class ModifyContainerReplicasRequest(AbstractModel):
|
|
|
43432
43571
|
|
|
43433
43572
|
@property
|
|
43434
43573
|
def GroupId(self):
|
|
43435
|
-
"""部署组ID
|
|
43574
|
+
"""部署组ID,部署组唯一标识,调用[DescribeClusters](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker)接口,选定一个容器集群,选择部署组,查看DescribeSingleContainerGroups接口返回的GroupId
|
|
43436
43575
|
:rtype: str
|
|
43437
43576
|
"""
|
|
43438
43577
|
return self._GroupId
|
|
@@ -43516,7 +43655,7 @@ class ModifyGroupRequest(AbstractModel):
|
|
|
43516
43655
|
|
|
43517
43656
|
def __init__(self):
|
|
43518
43657
|
r"""
|
|
43519
|
-
:param _GroupId: 部署组ID
|
|
43658
|
+
:param _GroupId: 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-9yn2q8yd。
|
|
43520
43659
|
:type GroupId: str
|
|
43521
43660
|
:param _GroupName: 部署组名称
|
|
43522
43661
|
:type GroupName: str
|
|
@@ -43532,7 +43671,7 @@ class ModifyGroupRequest(AbstractModel):
|
|
|
43532
43671
|
|
|
43533
43672
|
@property
|
|
43534
43673
|
def GroupId(self):
|
|
43535
|
-
"""部署组ID
|
|
43674
|
+
"""部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-9yn2q8yd。
|
|
43536
43675
|
:rtype: str
|
|
43537
43676
|
"""
|
|
43538
43677
|
return self._GroupId
|
|
@@ -44037,13 +44176,13 @@ class ModifyNamespaceRequest(AbstractModel):
|
|
|
44037
44176
|
|
|
44038
44177
|
def __init__(self):
|
|
44039
44178
|
r"""
|
|
44040
|
-
:param _NamespaceId: 命名空间ID
|
|
44179
|
+
:param _NamespaceId: 命名空间ID,按照【命名空间ID】进行过滤,可通过调用DescribeNamespaces查询已创建的项目列表或登录控制台进行查看;也可以调用CreateNamespace创建新的项目。命名空间ID例如:namespace-6a79x94v。
|
|
44041
44180
|
:type NamespaceId: str
|
|
44042
44181
|
:param _NamespaceName: 命名空间名称
|
|
44043
44182
|
:type NamespaceName: str
|
|
44044
44183
|
:param _NamespaceDesc: 命名空间备注
|
|
44045
44184
|
:type NamespaceDesc: str
|
|
44046
|
-
:param _IsHaEnable:
|
|
44185
|
+
:param _IsHaEnable: 是否开启高可用,0表示不开启,1表示开启
|
|
44047
44186
|
:type IsHaEnable: str
|
|
44048
44187
|
"""
|
|
44049
44188
|
self._NamespaceId = None
|
|
@@ -44053,7 +44192,7 @@ class ModifyNamespaceRequest(AbstractModel):
|
|
|
44053
44192
|
|
|
44054
44193
|
@property
|
|
44055
44194
|
def NamespaceId(self):
|
|
44056
|
-
"""命名空间ID
|
|
44195
|
+
"""命名空间ID,按照【命名空间ID】进行过滤,可通过调用DescribeNamespaces查询已创建的项目列表或登录控制台进行查看;也可以调用CreateNamespace创建新的项目。命名空间ID例如:namespace-6a79x94v。
|
|
44057
44196
|
:rtype: str
|
|
44058
44197
|
"""
|
|
44059
44198
|
return self._NamespaceId
|
|
@@ -44086,7 +44225,7 @@ class ModifyNamespaceRequest(AbstractModel):
|
|
|
44086
44225
|
|
|
44087
44226
|
@property
|
|
44088
44227
|
def IsHaEnable(self):
|
|
44089
|
-
"""
|
|
44228
|
+
"""是否开启高可用,0表示不开启,1表示开启
|
|
44090
44229
|
:rtype: str
|
|
44091
44230
|
"""
|
|
44092
44231
|
return self._IsHaEnable
|
|
@@ -44444,7 +44583,7 @@ class ModifyTaskRequest(AbstractModel):
|
|
|
44444
44583
|
|
|
44445
44584
|
def __init__(self):
|
|
44446
44585
|
r"""
|
|
44447
|
-
:param _TaskId: 任务ID
|
|
44586
|
+
:param _TaskId: 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
|
44448
44587
|
:type TaskId: str
|
|
44449
44588
|
:param _TaskName: 任务名称,长度限制为64字符。在任务管理列表页面第一列或是任务基本信息页查看任务名称。
|
|
44450
44589
|
:type TaskName: str
|
|
@@ -44499,7 +44638,7 @@ class ModifyTaskRequest(AbstractModel):
|
|
|
44499
44638
|
|
|
44500
44639
|
@property
|
|
44501
44640
|
def TaskId(self):
|
|
44502
|
-
"""任务ID
|
|
44641
|
+
"""任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
|
44503
44642
|
:rtype: str
|
|
44504
44643
|
"""
|
|
44505
44644
|
return self._TaskId
|
|
@@ -45955,9 +46094,11 @@ class OperateApplicationTcrBindingRequest(AbstractModel):
|
|
|
45955
46094
|
|
|
45956
46095
|
def __init__(self):
|
|
45957
46096
|
r"""
|
|
45958
|
-
:param _Command:
|
|
46097
|
+
:param _Command: 指定操作类型,目前支持:
|
|
46098
|
+
- `bind`:绑定(默认)
|
|
46099
|
+
- `unbind`:解除绑定
|
|
45959
46100
|
:type Command: str
|
|
45960
|
-
:param _ApplicationId: 应用
|
|
46101
|
+
:param _ApplicationId: 应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
|
45961
46102
|
:type ApplicationId: str
|
|
45962
46103
|
:param _TcrRepoInfo: TcrRepoInfo值
|
|
45963
46104
|
:type TcrRepoInfo: :class:`tencentcloud.tsf.v20180326.models.TcrRepoInfo`
|
|
@@ -45968,7 +46109,9 @@ class OperateApplicationTcrBindingRequest(AbstractModel):
|
|
|
45968
46109
|
|
|
45969
46110
|
@property
|
|
45970
46111
|
def Command(self):
|
|
45971
|
-
"""
|
|
46112
|
+
"""指定操作类型,目前支持:
|
|
46113
|
+
- `bind`:绑定(默认)
|
|
46114
|
+
- `unbind`:解除绑定
|
|
45972
46115
|
:rtype: str
|
|
45973
46116
|
"""
|
|
45974
46117
|
return self._Command
|
|
@@ -45979,7 +46122,7 @@ class OperateApplicationTcrBindingRequest(AbstractModel):
|
|
|
45979
46122
|
|
|
45980
46123
|
@property
|
|
45981
46124
|
def ApplicationId(self):
|
|
45982
|
-
"""应用
|
|
46125
|
+
"""应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
|
45983
46126
|
:rtype: str
|
|
45984
46127
|
"""
|
|
45985
46128
|
return self._ApplicationId
|
|
@@ -46972,7 +47115,7 @@ class Ports(AbstractModel):
|
|
|
46972
47115
|
r"""
|
|
46973
47116
|
:param _TargetPort: 服务端口
|
|
46974
47117
|
:type TargetPort: int
|
|
46975
|
-
:param _Protocol:
|
|
47118
|
+
:param _Protocol: 端口协议,TCP或者UDP
|
|
46976
47119
|
:type Protocol: str
|
|
46977
47120
|
"""
|
|
46978
47121
|
self._TargetPort = None
|
|
@@ -46991,7 +47134,7 @@ class Ports(AbstractModel):
|
|
|
46991
47134
|
|
|
46992
47135
|
@property
|
|
46993
47136
|
def Protocol(self):
|
|
46994
|
-
"""
|
|
47137
|
+
"""端口协议,TCP或者UDP
|
|
46995
47138
|
:rtype: str
|
|
46996
47139
|
"""
|
|
46997
47140
|
return self._Protocol
|
|
@@ -47156,7 +47299,8 @@ class ProgramItem(AbstractModel):
|
|
|
47156
47299
|
|
|
47157
47300
|
def __init__(self):
|
|
47158
47301
|
r"""
|
|
47159
|
-
:param _ProgramItemId: 数据项ID
|
|
47302
|
+
:param _ProgramItemId: 数据项ID,调用[DescribePrograms](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program)接口查询已创建的数据集或登陆控制台进行查看;也可以通过调用[CreateProgram](https://cloud.tencent.com/document/api/649/108544)创建新的数据集。
|
|
47303
|
+
|
|
47160
47304
|
:type ProgramItemId: str
|
|
47161
47305
|
:param _Resource: 资源
|
|
47162
47306
|
:type Resource: :class:`tencentcloud.tsf.v20180326.models.Resource`
|
|
@@ -47164,13 +47308,13 @@ class ProgramItem(AbstractModel):
|
|
|
47164
47308
|
:type ValueList: list of str
|
|
47165
47309
|
:param _IsAll: 全选标识,true: 全选;false: 非全选
|
|
47166
47310
|
:type IsAll: bool
|
|
47167
|
-
:param _CreationTime:
|
|
47311
|
+
:param _CreationTime: 创建时间,时间戳格式【Long】
|
|
47168
47312
|
:type CreationTime: int
|
|
47169
|
-
:param _LastUpdateTime:
|
|
47313
|
+
:param _LastUpdateTime: 最后更新时间,时间戳格式【Long】,单位毫秒
|
|
47170
47314
|
:type LastUpdateTime: int
|
|
47171
47315
|
:param _DeleteFlag: 删除标识,true: 可删除;false: 不可删除
|
|
47172
47316
|
:type DeleteFlag: bool
|
|
47173
|
-
:param _ProgramId: 数据集ID
|
|
47317
|
+
:param _ProgramId: 数据集ID,调用[DescribePrograms](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program)查询接口获取
|
|
47174
47318
|
:type ProgramId: str
|
|
47175
47319
|
"""
|
|
47176
47320
|
self._ProgramItemId = None
|
|
@@ -47184,7 +47328,8 @@ class ProgramItem(AbstractModel):
|
|
|
47184
47328
|
|
|
47185
47329
|
@property
|
|
47186
47330
|
def ProgramItemId(self):
|
|
47187
|
-
"""数据项ID
|
|
47331
|
+
"""数据项ID,调用[DescribePrograms](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program)接口查询已创建的数据集或登陆控制台进行查看;也可以通过调用[CreateProgram](https://cloud.tencent.com/document/api/649/108544)创建新的数据集。
|
|
47332
|
+
|
|
47188
47333
|
:rtype: str
|
|
47189
47334
|
"""
|
|
47190
47335
|
return self._ProgramItemId
|
|
@@ -47228,7 +47373,7 @@ class ProgramItem(AbstractModel):
|
|
|
47228
47373
|
|
|
47229
47374
|
@property
|
|
47230
47375
|
def CreationTime(self):
|
|
47231
|
-
"""
|
|
47376
|
+
"""创建时间,时间戳格式【Long】
|
|
47232
47377
|
:rtype: int
|
|
47233
47378
|
"""
|
|
47234
47379
|
return self._CreationTime
|
|
@@ -47239,7 +47384,7 @@ class ProgramItem(AbstractModel):
|
|
|
47239
47384
|
|
|
47240
47385
|
@property
|
|
47241
47386
|
def LastUpdateTime(self):
|
|
47242
|
-
"""
|
|
47387
|
+
"""最后更新时间,时间戳格式【Long】,单位毫秒
|
|
47243
47388
|
:rtype: int
|
|
47244
47389
|
"""
|
|
47245
47390
|
return self._LastUpdateTime
|
|
@@ -47261,7 +47406,7 @@ class ProgramItem(AbstractModel):
|
|
|
47261
47406
|
|
|
47262
47407
|
@property
|
|
47263
47408
|
def ProgramId(self):
|
|
47264
|
-
"""数据集ID
|
|
47409
|
+
"""数据集ID,调用[DescribePrograms](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program)查询接口获取
|
|
47265
47410
|
:rtype: str
|
|
47266
47411
|
"""
|
|
47267
47412
|
return self._ProgramId
|
|
@@ -47661,9 +47806,9 @@ class RedoTaskBatchRequest(AbstractModel):
|
|
|
47661
47806
|
|
|
47662
47807
|
def __init__(self):
|
|
47663
47808
|
r"""
|
|
47664
|
-
:param _TaskId: 任务ID
|
|
47809
|
+
:param _TaskId: 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
|
47665
47810
|
:type TaskId: str
|
|
47666
|
-
:param _BatchId: 任务批次ID
|
|
47811
|
+
:param _BatchId: 任务批次ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面点击任务ID进入任务详情,进入执行记录列表页,第一列即为任务批次ID。
|
|
47667
47812
|
:type BatchId: str
|
|
47668
47813
|
"""
|
|
47669
47814
|
self._TaskId = None
|
|
@@ -47671,7 +47816,7 @@ class RedoTaskBatchRequest(AbstractModel):
|
|
|
47671
47816
|
|
|
47672
47817
|
@property
|
|
47673
47818
|
def TaskId(self):
|
|
47674
|
-
"""任务ID
|
|
47819
|
+
"""任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
|
47675
47820
|
:rtype: str
|
|
47676
47821
|
"""
|
|
47677
47822
|
return self._TaskId
|
|
@@ -47682,7 +47827,7 @@ class RedoTaskBatchRequest(AbstractModel):
|
|
|
47682
47827
|
|
|
47683
47828
|
@property
|
|
47684
47829
|
def BatchId(self):
|
|
47685
|
-
"""任务批次ID
|
|
47830
|
+
"""任务批次ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面点击任务ID进入任务详情,进入执行记录列表页,第一列即为任务批次ID。
|
|
47686
47831
|
:rtype: str
|
|
47687
47832
|
"""
|
|
47688
47833
|
return self._BatchId
|
|
@@ -47755,11 +47900,11 @@ class RedoTaskExecuteRequest(AbstractModel):
|
|
|
47755
47900
|
|
|
47756
47901
|
def __init__(self):
|
|
47757
47902
|
r"""
|
|
47758
|
-
:param _BatchId: 任务批次ID
|
|
47903
|
+
:param _BatchId: 任务批次ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面第一列点击任务ID进入任务详情,进入执行记录列表页,第一列内容即为任务批次ID。
|
|
47759
47904
|
:type BatchId: str
|
|
47760
|
-
:param _ExecuteId: 任务执行ID
|
|
47905
|
+
:param _ExecuteId: 任务执行ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面第一列点击任务ID进入任务详情,进入执行记录页,点击批次ID进入执行详情列表页,第一列即为任务执行ID。
|
|
47761
47906
|
:type ExecuteId: str
|
|
47762
|
-
:param _TaskId: 任务ID
|
|
47907
|
+
:param _TaskId: 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
|
47763
47908
|
:type TaskId: str
|
|
47764
47909
|
"""
|
|
47765
47910
|
self._BatchId = None
|
|
@@ -47768,7 +47913,7 @@ class RedoTaskExecuteRequest(AbstractModel):
|
|
|
47768
47913
|
|
|
47769
47914
|
@property
|
|
47770
47915
|
def BatchId(self):
|
|
47771
|
-
"""任务批次ID
|
|
47916
|
+
"""任务批次ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面第一列点击任务ID进入任务详情,进入执行记录列表页,第一列内容即为任务批次ID。
|
|
47772
47917
|
:rtype: str
|
|
47773
47918
|
"""
|
|
47774
47919
|
return self._BatchId
|
|
@@ -47779,7 +47924,7 @@ class RedoTaskExecuteRequest(AbstractModel):
|
|
|
47779
47924
|
|
|
47780
47925
|
@property
|
|
47781
47926
|
def ExecuteId(self):
|
|
47782
|
-
"""任务执行ID
|
|
47927
|
+
"""任务执行ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面第一列点击任务ID进入任务详情,进入执行记录页,点击批次ID进入执行详情列表页,第一列即为任务执行ID。
|
|
47783
47928
|
:rtype: str
|
|
47784
47929
|
"""
|
|
47785
47930
|
return self._ExecuteId
|
|
@@ -47790,7 +47935,7 @@ class RedoTaskExecuteRequest(AbstractModel):
|
|
|
47790
47935
|
|
|
47791
47936
|
@property
|
|
47792
47937
|
def TaskId(self):
|
|
47793
|
-
"""任务ID
|
|
47938
|
+
"""任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
|
47794
47939
|
:rtype: str
|
|
47795
47940
|
"""
|
|
47796
47941
|
return self._TaskId
|
|
@@ -47864,14 +48009,14 @@ class RedoTaskFlowBatchRequest(AbstractModel):
|
|
|
47864
48009
|
|
|
47865
48010
|
def __init__(self):
|
|
47866
48011
|
r"""
|
|
47867
|
-
:param _FlowBatchId: 工作流批次 ID
|
|
48012
|
+
:param _FlowBatchId: 工作流批次 ID。在[工作流管理](https://console.cloud.tencent.com/tsf/tct?rid=1&tab=workflowManage)页面,点击第一列的工作流ID进入工作流执行记录列表页面,第一列的内容即为工作流批次ID。
|
|
47868
48013
|
:type FlowBatchId: str
|
|
47869
48014
|
"""
|
|
47870
48015
|
self._FlowBatchId = None
|
|
47871
48016
|
|
|
47872
48017
|
@property
|
|
47873
48018
|
def FlowBatchId(self):
|
|
47874
|
-
"""工作流批次 ID
|
|
48019
|
+
"""工作流批次 ID。在[工作流管理](https://console.cloud.tencent.com/tsf/tct?rid=1&tab=workflowManage)页面,点击第一列的工作流ID进入工作流执行记录列表页面,第一列的内容即为工作流批次ID。
|
|
47875
48020
|
:rtype: str
|
|
47876
48021
|
"""
|
|
47877
48022
|
return self._FlowBatchId
|
|
@@ -47943,14 +48088,14 @@ class RedoTaskRequest(AbstractModel):
|
|
|
47943
48088
|
|
|
47944
48089
|
def __init__(self):
|
|
47945
48090
|
r"""
|
|
47946
|
-
:param _TaskId: 任务ID
|
|
48091
|
+
:param _TaskId: 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
|
47947
48092
|
:type TaskId: str
|
|
47948
48093
|
"""
|
|
47949
48094
|
self._TaskId = None
|
|
47950
48095
|
|
|
47951
48096
|
@property
|
|
47952
48097
|
def TaskId(self):
|
|
47953
|
-
"""任务ID
|
|
48098
|
+
"""任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
|
47954
48099
|
:rtype: str
|
|
47955
48100
|
"""
|
|
47956
48101
|
return self._TaskId
|
|
@@ -48551,7 +48696,7 @@ class RemoveInstancesRequest(AbstractModel):
|
|
|
48551
48696
|
|
|
48552
48697
|
def __init__(self):
|
|
48553
48698
|
r"""
|
|
48554
|
-
:param _ClusterId: 集群 ID
|
|
48699
|
+
:param _ClusterId: 集群 ID。调用[DescribeSimpleClusters](https://cloud.tencent.com/document/api/649/36047)查询已创建的集群或通过[CreateCluster](https://cloud.tencent.com/document/api/649/36049)接口创建新的集群。
|
|
48555
48700
|
:type ClusterId: str
|
|
48556
48701
|
:param _InstanceIdList: 云主机 ID 列表
|
|
48557
48702
|
:type InstanceIdList: list of str
|
|
@@ -48561,7 +48706,7 @@ class RemoveInstancesRequest(AbstractModel):
|
|
|
48561
48706
|
|
|
48562
48707
|
@property
|
|
48563
48708
|
def ClusterId(self):
|
|
48564
|
-
"""集群 ID
|
|
48709
|
+
"""集群 ID。调用[DescribeSimpleClusters](https://cloud.tencent.com/document/api/649/36047)查询已创建的集群或通过[CreateCluster](https://cloud.tencent.com/document/api/649/36049)接口创建新的集群。
|
|
48565
48710
|
:rtype: str
|
|
48566
48711
|
"""
|
|
48567
48712
|
return self._ClusterId
|
|
@@ -48857,25 +49002,25 @@ class Resource(AbstractModel):
|
|
|
48857
49002
|
|
|
48858
49003
|
def __init__(self):
|
|
48859
49004
|
r"""
|
|
48860
|
-
:param _ResourceId: 资源ID
|
|
49005
|
+
:param _ResourceId: 资源ID,调用[DescribeResource](https://console.cloud.tencent.com/tsf/privilege-program-create?rid=1)查询接口获取
|
|
48861
49006
|
:type ResourceId: str
|
|
48862
|
-
:param _ResourceCode:
|
|
49007
|
+
:param _ResourceCode: 资源编码,枚举值描述【cluster、namespace、config】
|
|
48863
49008
|
:type ResourceCode: str
|
|
48864
49009
|
:param _ResourceName: 资源名称
|
|
48865
49010
|
:type ResourceName: str
|
|
48866
|
-
:param _ServiceCode:
|
|
49011
|
+
:param _ServiceCode: 资源所属产品编码,枚举值描述【tsf】
|
|
48867
49012
|
:type ServiceCode: str
|
|
48868
|
-
:param _ResourceAction: 选取资源使用的Action
|
|
49013
|
+
:param _ResourceAction: 选取资源使用的Action,枚举值描述【DescribeSimpleCluster、DescribeLanes、DescribeTaskRecords】
|
|
48869
49014
|
:type ResourceAction: str
|
|
48870
|
-
:param _IdField: 资源数据查询的ID
|
|
49015
|
+
:param _IdField: 资源数据查询的ID字段名,调用[DescribeResource](https://console.cloud.tencent.com/tsf/privilege-program-create?rid=1)查询接口获取
|
|
48871
49016
|
:type IdField: str
|
|
48872
49017
|
:param _NameField: 资源数据查询的名称字段名
|
|
48873
49018
|
:type NameField: str
|
|
48874
49019
|
:param _SelectIdsField: 资源数据查询的ID过滤字段名
|
|
48875
49020
|
:type SelectIdsField: str
|
|
48876
|
-
:param _CreationTime:
|
|
49021
|
+
:param _CreationTime: 创建时间,时间戳格式【Long】
|
|
48877
49022
|
:type CreationTime: int
|
|
48878
|
-
:param _LastUpdateTime:
|
|
49023
|
+
:param _LastUpdateTime: 最后更新时间,时间戳格式【Long】
|
|
48879
49024
|
:type LastUpdateTime: int
|
|
48880
49025
|
:param _DeleteFlag: 删除标识
|
|
48881
49026
|
:type DeleteFlag: bool
|
|
@@ -48885,7 +49030,7 @@ class Resource(AbstractModel):
|
|
|
48885
49030
|
:type CanSelectAll: bool
|
|
48886
49031
|
:param _SearchWordField: 资源数据查询的模糊查询字段名
|
|
48887
49032
|
:type SearchWordField: str
|
|
48888
|
-
:param _Index:
|
|
49033
|
+
:param _Index: 排序,枚举值描述【10、20、77】
|
|
48889
49034
|
:type Index: int
|
|
48890
49035
|
"""
|
|
48891
49036
|
self._ResourceId = None
|
|
@@ -48906,7 +49051,7 @@ class Resource(AbstractModel):
|
|
|
48906
49051
|
|
|
48907
49052
|
@property
|
|
48908
49053
|
def ResourceId(self):
|
|
48909
|
-
"""资源ID
|
|
49054
|
+
"""资源ID,调用[DescribeResource](https://console.cloud.tencent.com/tsf/privilege-program-create?rid=1)查询接口获取
|
|
48910
49055
|
:rtype: str
|
|
48911
49056
|
"""
|
|
48912
49057
|
return self._ResourceId
|
|
@@ -48917,7 +49062,7 @@ class Resource(AbstractModel):
|
|
|
48917
49062
|
|
|
48918
49063
|
@property
|
|
48919
49064
|
def ResourceCode(self):
|
|
48920
|
-
"""
|
|
49065
|
+
"""资源编码,枚举值描述【cluster、namespace、config】
|
|
48921
49066
|
:rtype: str
|
|
48922
49067
|
"""
|
|
48923
49068
|
return self._ResourceCode
|
|
@@ -48939,7 +49084,7 @@ class Resource(AbstractModel):
|
|
|
48939
49084
|
|
|
48940
49085
|
@property
|
|
48941
49086
|
def ServiceCode(self):
|
|
48942
|
-
"""
|
|
49087
|
+
"""资源所属产品编码,枚举值描述【tsf】
|
|
48943
49088
|
:rtype: str
|
|
48944
49089
|
"""
|
|
48945
49090
|
return self._ServiceCode
|
|
@@ -48950,7 +49095,7 @@ class Resource(AbstractModel):
|
|
|
48950
49095
|
|
|
48951
49096
|
@property
|
|
48952
49097
|
def ResourceAction(self):
|
|
48953
|
-
"""选取资源使用的Action
|
|
49098
|
+
"""选取资源使用的Action,枚举值描述【DescribeSimpleCluster、DescribeLanes、DescribeTaskRecords】
|
|
48954
49099
|
:rtype: str
|
|
48955
49100
|
"""
|
|
48956
49101
|
return self._ResourceAction
|
|
@@ -48961,7 +49106,7 @@ class Resource(AbstractModel):
|
|
|
48961
49106
|
|
|
48962
49107
|
@property
|
|
48963
49108
|
def IdField(self):
|
|
48964
|
-
"""资源数据查询的ID
|
|
49109
|
+
"""资源数据查询的ID字段名,调用[DescribeResource](https://console.cloud.tencent.com/tsf/privilege-program-create?rid=1)查询接口获取
|
|
48965
49110
|
:rtype: str
|
|
48966
49111
|
"""
|
|
48967
49112
|
return self._IdField
|
|
@@ -48994,7 +49139,7 @@ class Resource(AbstractModel):
|
|
|
48994
49139
|
|
|
48995
49140
|
@property
|
|
48996
49141
|
def CreationTime(self):
|
|
48997
|
-
"""
|
|
49142
|
+
"""创建时间,时间戳格式【Long】
|
|
48998
49143
|
:rtype: int
|
|
48999
49144
|
"""
|
|
49000
49145
|
return self._CreationTime
|
|
@@ -49005,7 +49150,7 @@ class Resource(AbstractModel):
|
|
|
49005
49150
|
|
|
49006
49151
|
@property
|
|
49007
49152
|
def LastUpdateTime(self):
|
|
49008
|
-
"""
|
|
49153
|
+
"""最后更新时间,时间戳格式【Long】
|
|
49009
49154
|
:rtype: int
|
|
49010
49155
|
"""
|
|
49011
49156
|
return self._LastUpdateTime
|
|
@@ -49060,7 +49205,7 @@ class Resource(AbstractModel):
|
|
|
49060
49205
|
|
|
49061
49206
|
@property
|
|
49062
49207
|
def Index(self):
|
|
49063
|
-
"""
|
|
49208
|
+
"""排序,枚举值描述【10、20、77】
|
|
49064
49209
|
:rtype: int
|
|
49065
49210
|
"""
|
|
49066
49211
|
return self._Index
|
|
@@ -49139,14 +49284,20 @@ class ResourceTaskStatusResult(AbstractModel):
|
|
|
49139
49284
|
|
|
49140
49285
|
def __init__(self):
|
|
49141
49286
|
r"""
|
|
49142
|
-
:param _TaskStatus:
|
|
49287
|
+
:param _TaskStatus: 变更状态:
|
|
49288
|
+
- `0`:成功
|
|
49289
|
+
- `1`:失败
|
|
49290
|
+
- `2`:执行中
|
|
49143
49291
|
:type TaskStatus: int
|
|
49144
49292
|
"""
|
|
49145
49293
|
self._TaskStatus = None
|
|
49146
49294
|
|
|
49147
49295
|
@property
|
|
49148
49296
|
def TaskStatus(self):
|
|
49149
|
-
"""
|
|
49297
|
+
"""变更状态:
|
|
49298
|
+
- `0`:成功
|
|
49299
|
+
- `1`:失败
|
|
49300
|
+
- `2`:执行中
|
|
49150
49301
|
:rtype: int
|
|
49151
49302
|
"""
|
|
49152
49303
|
return self._TaskStatus
|
|
@@ -49899,12 +50050,13 @@ class SearchBusinessLogRequest(AbstractModel):
|
|
|
49899
50050
|
def __init__(self):
|
|
49900
50051
|
r"""
|
|
49901
50052
|
:param _ConfigId: 日志配置项ID
|
|
50053
|
+
可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
|
49902
50054
|
:type ConfigId: str
|
|
49903
50055
|
:param _InstanceIds: 机器实例ID,不传表示全部实例
|
|
49904
50056
|
:type InstanceIds: list of str
|
|
49905
|
-
:param _StartTime:
|
|
50057
|
+
:param _StartTime: 开始时间,格式yyyy-MM-dd HH:mm:ss
|
|
49906
50058
|
:type StartTime: str
|
|
49907
|
-
:param _EndTime:
|
|
50059
|
+
:param _EndTime: 结束时间,格式yyyy-MM-dd HH:mm:ss
|
|
49908
50060
|
:type EndTime: str
|
|
49909
50061
|
:param _Offset: 请求偏移量,取值范围大于等于0,默认值为0
|
|
49910
50062
|
:type Offset: int
|
|
@@ -49917,10 +50069,11 @@ class SearchBusinessLogRequest(AbstractModel):
|
|
|
49917
50069
|
:param _SearchWords: 检索关键词
|
|
49918
50070
|
:type SearchWords: list of str
|
|
49919
50071
|
:param _GroupIds: 部署组ID列表,不传表示全部部署组
|
|
50072
|
+
可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看
|
|
49920
50073
|
:type GroupIds: list of str
|
|
49921
|
-
:param _SearchWordType: 检索类型,取值
|
|
50074
|
+
:param _SearchWordType: 检索类型,取值 LUCENE:Lucene检索,REGEXP:正则检索,NORMAL:普通检索
|
|
49922
50075
|
:type SearchWordType: str
|
|
49923
|
-
:param _BatchType: 批量请求类型,取值
|
|
50076
|
+
:param _BatchType: 批量请求类型,取值 PAGE:分页查询,SCROLL:滚动查询,SEARCHAFTER:游标查询,默认值PAGE
|
|
49924
50077
|
:type BatchType: str
|
|
49925
50078
|
:param _ScrollId: 游标ID
|
|
49926
50079
|
:type ScrollId: str
|
|
@@ -49945,6 +50098,7 @@ class SearchBusinessLogRequest(AbstractModel):
|
|
|
49945
50098
|
@property
|
|
49946
50099
|
def ConfigId(self):
|
|
49947
50100
|
"""日志配置项ID
|
|
50101
|
+
可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
|
49948
50102
|
:rtype: str
|
|
49949
50103
|
"""
|
|
49950
50104
|
return self._ConfigId
|
|
@@ -49966,7 +50120,7 @@ class SearchBusinessLogRequest(AbstractModel):
|
|
|
49966
50120
|
|
|
49967
50121
|
@property
|
|
49968
50122
|
def StartTime(self):
|
|
49969
|
-
"""
|
|
50123
|
+
"""开始时间,格式yyyy-MM-dd HH:mm:ss
|
|
49970
50124
|
:rtype: str
|
|
49971
50125
|
"""
|
|
49972
50126
|
return self._StartTime
|
|
@@ -49977,7 +50131,7 @@ class SearchBusinessLogRequest(AbstractModel):
|
|
|
49977
50131
|
|
|
49978
50132
|
@property
|
|
49979
50133
|
def EndTime(self):
|
|
49980
|
-
"""
|
|
50134
|
+
"""结束时间,格式yyyy-MM-dd HH:mm:ss
|
|
49981
50135
|
:rtype: str
|
|
49982
50136
|
"""
|
|
49983
50137
|
return self._EndTime
|
|
@@ -50044,6 +50198,7 @@ class SearchBusinessLogRequest(AbstractModel):
|
|
|
50044
50198
|
@property
|
|
50045
50199
|
def GroupIds(self):
|
|
50046
50200
|
"""部署组ID列表,不传表示全部部署组
|
|
50201
|
+
可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看
|
|
50047
50202
|
:rtype: list of str
|
|
50048
50203
|
"""
|
|
50049
50204
|
return self._GroupIds
|
|
@@ -50054,7 +50209,7 @@ class SearchBusinessLogRequest(AbstractModel):
|
|
|
50054
50209
|
|
|
50055
50210
|
@property
|
|
50056
50211
|
def SearchWordType(self):
|
|
50057
|
-
"""检索类型,取值
|
|
50212
|
+
"""检索类型,取值 LUCENE:Lucene检索,REGEXP:正则检索,NORMAL:普通检索
|
|
50058
50213
|
:rtype: str
|
|
50059
50214
|
"""
|
|
50060
50215
|
return self._SearchWordType
|
|
@@ -50065,7 +50220,7 @@ class SearchBusinessLogRequest(AbstractModel):
|
|
|
50065
50220
|
|
|
50066
50221
|
@property
|
|
50067
50222
|
def BatchType(self):
|
|
50068
|
-
"""批量请求类型,取值
|
|
50223
|
+
"""批量请求类型,取值 PAGE:分页查询,SCROLL:滚动查询,SEARCHAFTER:游标查询,默认值PAGE
|
|
50069
50224
|
:rtype: str
|
|
50070
50225
|
"""
|
|
50071
50226
|
return self._BatchType
|
|
@@ -50174,31 +50329,34 @@ class SearchStdoutLogRequest(AbstractModel):
|
|
|
50174
50329
|
|
|
50175
50330
|
def __init__(self):
|
|
50176
50331
|
r"""
|
|
50177
|
-
:param _InstanceId: 机器实例ID, 和
|
|
50332
|
+
:param _InstanceId: 机器实例ID, 和 部署组 ID 二者必选其一,不能同时为空
|
|
50333
|
+
可通过调用[DescribeClusterInstances](https://cloud.tencent.com/document/product/649/36048)查询已导入的实例列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=instance)进行查询。实例ID例如:ins-6decplwk
|
|
50334
|
+
|
|
50335
|
+
|
|
50336
|
+
|
|
50178
50337
|
:type InstanceId: str
|
|
50179
50338
|
:param _Limit: 单页请求配置数量,取值范围[1, 500],默认值为100
|
|
50180
50339
|
:type Limit: int
|
|
50181
50340
|
:param _SearchWords: 检索关键词
|
|
50182
50341
|
:type SearchWords: list of str
|
|
50183
|
-
:param _StartTime:
|
|
50342
|
+
:param _StartTime: 查询起始时间,格式yyyy-MM-dd HH:mm:ss
|
|
50184
50343
|
:type StartTime: str
|
|
50185
50344
|
:param _GroupId: 部署组ID,和 InstanceId 二者必选其一,不能同时为空
|
|
50345
|
+
可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看
|
|
50186
50346
|
:type GroupId: str
|
|
50187
|
-
:param _EndTime:
|
|
50347
|
+
:param _EndTime: 查询结束时间,格式yyyy-MM-dd HH:mm:ss
|
|
50188
50348
|
:type EndTime: str
|
|
50189
50349
|
:param _Offset: 请求偏移量,取值范围大于等于0,默认值为
|
|
50190
50350
|
0
|
|
50191
50351
|
:type Offset: int
|
|
50192
|
-
:param _OrderBy:
|
|
50352
|
+
:param _OrderBy: 排序规则,time:按时间排序,score:按检索值排序,默认值"time"
|
|
50193
50353
|
:type OrderBy: str
|
|
50194
|
-
:param _OrderType: 排序方式,取值
|
|
50195
|
-
值"desc"
|
|
50354
|
+
:param _OrderType: 排序方式,取值 asc:升序 或 desc:降序,默认值desc
|
|
50196
50355
|
:type OrderType: str
|
|
50197
|
-
:param _SearchWordType: 检索类型,取值
|
|
50198
|
-
"NORMAL"
|
|
50356
|
+
:param _SearchWordType: 检索类型,取值 LUCENE:Lucene检索,REGEXP:正则检索,NORMAL:普通检索
|
|
50199
50357
|
:type SearchWordType: str
|
|
50200
|
-
:param _BatchType: 批量请求类型,取值
|
|
50201
|
-
|
|
50358
|
+
:param _BatchType: 批量请求类型,取值 PAGE:分页查询,SCROLL:滚动查询,SEARCHAFTER:游标查询,默认值PAGE
|
|
50359
|
+
|
|
50202
50360
|
:type BatchType: str
|
|
50203
50361
|
:param _ScrollId: 游标ID
|
|
50204
50362
|
:type ScrollId: str
|
|
@@ -50221,7 +50379,11 @@ class SearchStdoutLogRequest(AbstractModel):
|
|
|
50221
50379
|
|
|
50222
50380
|
@property
|
|
50223
50381
|
def InstanceId(self):
|
|
50224
|
-
"""机器实例ID, 和
|
|
50382
|
+
"""机器实例ID, 和 部署组 ID 二者必选其一,不能同时为空
|
|
50383
|
+
可通过调用[DescribeClusterInstances](https://cloud.tencent.com/document/product/649/36048)查询已导入的实例列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=instance)进行查询。实例ID例如:ins-6decplwk
|
|
50384
|
+
|
|
50385
|
+
|
|
50386
|
+
|
|
50225
50387
|
:rtype: str
|
|
50226
50388
|
"""
|
|
50227
50389
|
return self._InstanceId
|
|
@@ -50254,7 +50416,7 @@ class SearchStdoutLogRequest(AbstractModel):
|
|
|
50254
50416
|
|
|
50255
50417
|
@property
|
|
50256
50418
|
def StartTime(self):
|
|
50257
|
-
"""
|
|
50419
|
+
"""查询起始时间,格式yyyy-MM-dd HH:mm:ss
|
|
50258
50420
|
:rtype: str
|
|
50259
50421
|
"""
|
|
50260
50422
|
return self._StartTime
|
|
@@ -50266,6 +50428,7 @@ class SearchStdoutLogRequest(AbstractModel):
|
|
|
50266
50428
|
@property
|
|
50267
50429
|
def GroupId(self):
|
|
50268
50430
|
"""部署组ID,和 InstanceId 二者必选其一,不能同时为空
|
|
50431
|
+
可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看
|
|
50269
50432
|
:rtype: str
|
|
50270
50433
|
"""
|
|
50271
50434
|
return self._GroupId
|
|
@@ -50276,7 +50439,7 @@ class SearchStdoutLogRequest(AbstractModel):
|
|
|
50276
50439
|
|
|
50277
50440
|
@property
|
|
50278
50441
|
def EndTime(self):
|
|
50279
|
-
"""
|
|
50442
|
+
"""查询结束时间,格式yyyy-MM-dd HH:mm:ss
|
|
50280
50443
|
:rtype: str
|
|
50281
50444
|
"""
|
|
50282
50445
|
return self._EndTime
|
|
@@ -50299,7 +50462,7 @@ class SearchStdoutLogRequest(AbstractModel):
|
|
|
50299
50462
|
|
|
50300
50463
|
@property
|
|
50301
50464
|
def OrderBy(self):
|
|
50302
|
-
"""
|
|
50465
|
+
"""排序规则,time:按时间排序,score:按检索值排序,默认值"time"
|
|
50303
50466
|
:rtype: str
|
|
50304
50467
|
"""
|
|
50305
50468
|
return self._OrderBy
|
|
@@ -50310,8 +50473,7 @@ class SearchStdoutLogRequest(AbstractModel):
|
|
|
50310
50473
|
|
|
50311
50474
|
@property
|
|
50312
50475
|
def OrderType(self):
|
|
50313
|
-
"""排序方式,取值
|
|
50314
|
-
值"desc"
|
|
50476
|
+
"""排序方式,取值 asc:升序 或 desc:降序,默认值desc
|
|
50315
50477
|
:rtype: str
|
|
50316
50478
|
"""
|
|
50317
50479
|
return self._OrderType
|
|
@@ -50322,8 +50484,7 @@ class SearchStdoutLogRequest(AbstractModel):
|
|
|
50322
50484
|
|
|
50323
50485
|
@property
|
|
50324
50486
|
def SearchWordType(self):
|
|
50325
|
-
"""检索类型,取值
|
|
50326
|
-
"NORMAL"
|
|
50487
|
+
"""检索类型,取值 LUCENE:Lucene检索,REGEXP:正则检索,NORMAL:普通检索
|
|
50327
50488
|
:rtype: str
|
|
50328
50489
|
"""
|
|
50329
50490
|
return self._SearchWordType
|
|
@@ -50334,8 +50495,8 @@ class SearchStdoutLogRequest(AbstractModel):
|
|
|
50334
50495
|
|
|
50335
50496
|
@property
|
|
50336
50497
|
def BatchType(self):
|
|
50337
|
-
"""批量请求类型,取值
|
|
50338
|
-
|
|
50498
|
+
"""批量请求类型,取值 PAGE:分页查询,SCROLL:滚动查询,SEARCHAFTER:游标查询,默认值PAGE
|
|
50499
|
+
|
|
50339
50500
|
:rtype: str
|
|
50340
50501
|
"""
|
|
50341
50502
|
return self._BatchType
|
|
@@ -50518,7 +50679,7 @@ class ServiceGovernanceConfig(AbstractModel):
|
|
|
50518
50679
|
r"""
|
|
50519
50680
|
:param _EnableGovernance: 是否开启服务注册治理
|
|
50520
50681
|
:type EnableGovernance: bool
|
|
50521
|
-
:param _GovernanceType: 服务治理类型(枚举:SHARE
|
|
50682
|
+
:param _GovernanceType: 服务治理类型(枚举:SHARE表示共享型、EXCLUSIVE表示独占型)
|
|
50522
50683
|
:type GovernanceType: str
|
|
50523
50684
|
:param _ExclusiveInstances: 独享实例列表
|
|
50524
50685
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -50541,7 +50702,7 @@ class ServiceGovernanceConfig(AbstractModel):
|
|
|
50541
50702
|
|
|
50542
50703
|
@property
|
|
50543
50704
|
def GovernanceType(self):
|
|
50544
|
-
"""服务治理类型(枚举:SHARE
|
|
50705
|
+
"""服务治理类型(枚举:SHARE表示共享型、EXCLUSIVE表示独占型)
|
|
50545
50706
|
:rtype: str
|
|
50546
50707
|
"""
|
|
50547
50708
|
return self._GovernanceType
|
|
@@ -50613,7 +50774,7 @@ class ServiceSetting(AbstractModel):
|
|
|
50613
50774
|
:type ExternalTrafficPolicy: str
|
|
50614
50775
|
:param _LoadBalancerProvisioner: 负载均衡提供者
|
|
50615
50776
|
:type LoadBalancerProvisioner: str
|
|
50616
|
-
:param _LoadBalancingType:
|
|
50777
|
+
:param _LoadBalancingType: 负载均衡类型,Intranet表示内网,Internet表示外网
|
|
50617
50778
|
:type LoadBalancingType: str
|
|
50618
50779
|
:param _ClusterIp: k8s负载均衡内网vip
|
|
50619
50780
|
:type ClusterIp: str
|
|
@@ -50791,7 +50952,7 @@ class ServiceSetting(AbstractModel):
|
|
|
50791
50952
|
|
|
50792
50953
|
@property
|
|
50793
50954
|
def LoadBalancingType(self):
|
|
50794
|
-
"""
|
|
50955
|
+
"""负载均衡类型,Intranet表示内网,Internet表示外网
|
|
50795
50956
|
:rtype: str
|
|
50796
50957
|
"""
|
|
50797
50958
|
return self._LoadBalancingType
|
|
@@ -50949,7 +51110,7 @@ class ServiceStatisticsResult(AbstractModel):
|
|
|
50949
51110
|
:type Path: str
|
|
50950
51111
|
:param _Method: 请求方法:type为接口时返回,服务时不返回
|
|
50951
51112
|
:type Method: str
|
|
50952
|
-
:param _MicroserviceId: 微服务
|
|
51113
|
+
:param _MicroserviceId: 微服务ID
|
|
50953
51114
|
:type MicroserviceId: str
|
|
50954
51115
|
:param _MicroserviceName: 微服务名称
|
|
50955
51116
|
:type MicroserviceName: str
|
|
@@ -50965,19 +51126,19 @@ class ServiceStatisticsResult(AbstractModel):
|
|
|
50965
51126
|
:type InstanceId: str
|
|
50966
51127
|
:param _InstanceName: 实例name
|
|
50967
51128
|
:type InstanceName: str
|
|
50968
|
-
:param _GroupId: 部署组
|
|
51129
|
+
:param _GroupId: 部署组ID
|
|
50969
51130
|
:type GroupId: str
|
|
50970
51131
|
:param _GroupName: 部署组name
|
|
50971
51132
|
:type GroupName: str
|
|
50972
|
-
:param _ClusterType:
|
|
51133
|
+
:param _ClusterType: 集群类型,C:容器集群,V:虚拟机集群
|
|
50973
51134
|
:type ClusterType: str
|
|
50974
51135
|
:param _GroupExist: 部署组是否存在
|
|
50975
51136
|
:type GroupExist: int
|
|
50976
51137
|
:param _InstanceExist: 实例是否存在,仅限cvm
|
|
50977
51138
|
:type InstanceExist: int
|
|
50978
|
-
:param _ApplicationId: 应用
|
|
51139
|
+
:param _ApplicationId: 应用ID
|
|
50979
51140
|
:type ApplicationId: str
|
|
50980
|
-
:param _MicroserviceType:
|
|
51141
|
+
:param _MicroserviceType: 微服务类型。RAW:裸应用,M:mesh应用,N:普通应用,G:网关应用
|
|
50981
51142
|
:type MicroserviceType: str
|
|
50982
51143
|
:param _CpuPercent: cpu使用率
|
|
50983
51144
|
:type CpuPercent: int
|
|
@@ -50997,13 +51158,13 @@ class ServiceStatisticsResult(AbstractModel):
|
|
|
50997
51158
|
:type InstanceOnlineCount: int
|
|
50998
51159
|
:param _InstanceTotalCount: 实例总数
|
|
50999
51160
|
:type InstanceTotalCount: int
|
|
51000
|
-
:param _Status: normal
|
|
51161
|
+
:param _Status: 状态。normal:正常,warn:警告,error:错误
|
|
51001
51162
|
:type Status: str
|
|
51002
|
-
:param _ErrorRateLevel: normal
|
|
51163
|
+
:param _ErrorRateLevel: 请求错误率等级。normal:正常,warn:警告,error:错误
|
|
51003
51164
|
:type ErrorRateLevel: str
|
|
51004
|
-
:param _AvgTimeConsumingLevel: normal
|
|
51165
|
+
:param _AvgTimeConsumingLevel: 请求平均耗时等级。normal:正常,warn:警告,error:错误
|
|
51005
51166
|
:type AvgTimeConsumingLevel: str
|
|
51006
|
-
:param _ApdexLevel: normal
|
|
51167
|
+
:param _ApdexLevel: 应用程序性能指数等级。normal:正常,warn:警告,error:错误
|
|
51007
51168
|
:type ApdexLevel: str
|
|
51008
51169
|
"""
|
|
51009
51170
|
self._Path = None
|
|
@@ -51061,7 +51222,7 @@ class ServiceStatisticsResult(AbstractModel):
|
|
|
51061
51222
|
|
|
51062
51223
|
@property
|
|
51063
51224
|
def MicroserviceId(self):
|
|
51064
|
-
"""微服务
|
|
51225
|
+
"""微服务ID
|
|
51065
51226
|
:rtype: str
|
|
51066
51227
|
"""
|
|
51067
51228
|
return self._MicroserviceId
|
|
@@ -51149,7 +51310,7 @@ class ServiceStatisticsResult(AbstractModel):
|
|
|
51149
51310
|
|
|
51150
51311
|
@property
|
|
51151
51312
|
def GroupId(self):
|
|
51152
|
-
"""部署组
|
|
51313
|
+
"""部署组ID
|
|
51153
51314
|
:rtype: str
|
|
51154
51315
|
"""
|
|
51155
51316
|
return self._GroupId
|
|
@@ -51171,7 +51332,7 @@ class ServiceStatisticsResult(AbstractModel):
|
|
|
51171
51332
|
|
|
51172
51333
|
@property
|
|
51173
51334
|
def ClusterType(self):
|
|
51174
|
-
"""
|
|
51335
|
+
"""集群类型,C:容器集群,V:虚拟机集群
|
|
51175
51336
|
:rtype: str
|
|
51176
51337
|
"""
|
|
51177
51338
|
return self._ClusterType
|
|
@@ -51204,7 +51365,7 @@ class ServiceStatisticsResult(AbstractModel):
|
|
|
51204
51365
|
|
|
51205
51366
|
@property
|
|
51206
51367
|
def ApplicationId(self):
|
|
51207
|
-
"""应用
|
|
51368
|
+
"""应用ID
|
|
51208
51369
|
:rtype: str
|
|
51209
51370
|
"""
|
|
51210
51371
|
return self._ApplicationId
|
|
@@ -51215,7 +51376,7 @@ class ServiceStatisticsResult(AbstractModel):
|
|
|
51215
51376
|
|
|
51216
51377
|
@property
|
|
51217
51378
|
def MicroserviceType(self):
|
|
51218
|
-
"""
|
|
51379
|
+
"""微服务类型。RAW:裸应用,M:mesh应用,N:普通应用,G:网关应用
|
|
51219
51380
|
:rtype: str
|
|
51220
51381
|
"""
|
|
51221
51382
|
return self._MicroserviceType
|
|
@@ -51325,7 +51486,7 @@ class ServiceStatisticsResult(AbstractModel):
|
|
|
51325
51486
|
|
|
51326
51487
|
@property
|
|
51327
51488
|
def Status(self):
|
|
51328
|
-
"""normal
|
|
51489
|
+
"""状态。normal:正常,warn:警告,error:错误
|
|
51329
51490
|
:rtype: str
|
|
51330
51491
|
"""
|
|
51331
51492
|
return self._Status
|
|
@@ -51336,7 +51497,7 @@ class ServiceStatisticsResult(AbstractModel):
|
|
|
51336
51497
|
|
|
51337
51498
|
@property
|
|
51338
51499
|
def ErrorRateLevel(self):
|
|
51339
|
-
"""normal
|
|
51500
|
+
"""请求错误率等级。normal:正常,warn:警告,error:错误
|
|
51340
51501
|
:rtype: str
|
|
51341
51502
|
"""
|
|
51342
51503
|
return self._ErrorRateLevel
|
|
@@ -51347,7 +51508,7 @@ class ServiceStatisticsResult(AbstractModel):
|
|
|
51347
51508
|
|
|
51348
51509
|
@property
|
|
51349
51510
|
def AvgTimeConsumingLevel(self):
|
|
51350
|
-
"""normal
|
|
51511
|
+
"""请求平均耗时等级。normal:正常,warn:警告,error:错误
|
|
51351
51512
|
:rtype: str
|
|
51352
51513
|
"""
|
|
51353
51514
|
return self._AvgTimeConsumingLevel
|
|
@@ -51358,7 +51519,7 @@ class ServiceStatisticsResult(AbstractModel):
|
|
|
51358
51519
|
|
|
51359
51520
|
@property
|
|
51360
51521
|
def ApdexLevel(self):
|
|
51361
|
-
"""normal
|
|
51522
|
+
"""应用程序性能指数等级。normal:正常,warn:警告,error:错误
|
|
51362
51523
|
:rtype: str
|
|
51363
51524
|
"""
|
|
51364
51525
|
return self._ApdexLevel
|
|
@@ -51530,14 +51691,14 @@ class ShrinkGroupRequest(AbstractModel):
|
|
|
51530
51691
|
|
|
51531
51692
|
def __init__(self):
|
|
51532
51693
|
r"""
|
|
51533
|
-
:param _GroupId: 部署组ID
|
|
51694
|
+
:param _GroupId: 部署组ID,可通过调用[DescribeGroups](https://cloud.tencent.com/document/api/649/36065)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/api/649/36074)创建新的部署组。
|
|
51534
51695
|
:type GroupId: str
|
|
51535
51696
|
"""
|
|
51536
51697
|
self._GroupId = None
|
|
51537
51698
|
|
|
51538
51699
|
@property
|
|
51539
51700
|
def GroupId(self):
|
|
51540
|
-
"""部署组ID
|
|
51701
|
+
"""部署组ID,可通过调用[DescribeGroups](https://cloud.tencent.com/document/api/649/36065)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/api/649/36074)创建新的部署组。
|
|
51541
51702
|
:rtype: str
|
|
51542
51703
|
"""
|
|
51543
51704
|
return self._GroupId
|
|
@@ -52194,14 +52355,14 @@ class StartContainerGroupRequest(AbstractModel):
|
|
|
52194
52355
|
|
|
52195
52356
|
def __init__(self):
|
|
52196
52357
|
r"""
|
|
52197
|
-
:param _GroupId: 部署组ID
|
|
52358
|
+
:param _GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
|
52198
52359
|
:type GroupId: str
|
|
52199
52360
|
"""
|
|
52200
52361
|
self._GroupId = None
|
|
52201
52362
|
|
|
52202
52363
|
@property
|
|
52203
52364
|
def GroupId(self):
|
|
52204
|
-
"""部署组ID
|
|
52365
|
+
"""部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
|
52205
52366
|
:rtype: str
|
|
52206
52367
|
"""
|
|
52207
52368
|
return self._GroupId
|
|
@@ -52362,7 +52523,7 @@ class StdoutLogV2(AbstractModel):
|
|
|
52362
52523
|
:type InstanceId: str
|
|
52363
52524
|
:param _Content: 日志内容
|
|
52364
52525
|
:type Content: str
|
|
52365
|
-
:param _Timestamp:
|
|
52526
|
+
:param _Timestamp: 日志时间戳,单位毫秒
|
|
52366
52527
|
:type Timestamp: int
|
|
52367
52528
|
:param _InstanceIp: 实例IP
|
|
52368
52529
|
:type InstanceIp: str
|
|
@@ -52396,7 +52557,7 @@ class StdoutLogV2(AbstractModel):
|
|
|
52396
52557
|
|
|
52397
52558
|
@property
|
|
52398
52559
|
def Timestamp(self):
|
|
52399
|
-
"""
|
|
52560
|
+
"""日志时间戳,单位毫秒
|
|
52400
52561
|
:rtype: int
|
|
52401
52562
|
"""
|
|
52402
52563
|
return self._Timestamp
|
|
@@ -52439,14 +52600,14 @@ class StopContainerGroupRequest(AbstractModel):
|
|
|
52439
52600
|
|
|
52440
52601
|
def __init__(self):
|
|
52441
52602
|
r"""
|
|
52442
|
-
:param _GroupId: 部署组ID
|
|
52603
|
+
:param _GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
|
52443
52604
|
:type GroupId: str
|
|
52444
52605
|
"""
|
|
52445
52606
|
self._GroupId = None
|
|
52446
52607
|
|
|
52447
52608
|
@property
|
|
52448
52609
|
def GroupId(self):
|
|
52449
|
-
"""部署组ID
|
|
52610
|
+
"""部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
|
52450
52611
|
:rtype: str
|
|
52451
52612
|
"""
|
|
52452
52613
|
return self._GroupId
|
|
@@ -52603,9 +52764,9 @@ class StopTaskBatchRequest(AbstractModel):
|
|
|
52603
52764
|
|
|
52604
52765
|
def __init__(self):
|
|
52605
52766
|
r"""
|
|
52606
|
-
:param _BatchId:
|
|
52767
|
+
:param _BatchId: 任务批次ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面点击任务ID进入任务详情,进入执行记录列表页,第一列即为任务批次ID。
|
|
52607
52768
|
:type BatchId: str
|
|
52608
|
-
:param _TaskId:
|
|
52769
|
+
:param _TaskId: 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页面可以查看任务ID。
|
|
52609
52770
|
:type TaskId: str
|
|
52610
52771
|
"""
|
|
52611
52772
|
self._BatchId = None
|
|
@@ -52613,7 +52774,7 @@ class StopTaskBatchRequest(AbstractModel):
|
|
|
52613
52774
|
|
|
52614
52775
|
@property
|
|
52615
52776
|
def BatchId(self):
|
|
52616
|
-
"""
|
|
52777
|
+
"""任务批次ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面点击任务ID进入任务详情,进入执行记录列表页,第一列即为任务批次ID。
|
|
52617
52778
|
:rtype: str
|
|
52618
52779
|
"""
|
|
52619
52780
|
return self._BatchId
|
|
@@ -52624,7 +52785,7 @@ class StopTaskBatchRequest(AbstractModel):
|
|
|
52624
52785
|
|
|
52625
52786
|
@property
|
|
52626
52787
|
def TaskId(self):
|
|
52627
|
-
"""
|
|
52788
|
+
"""任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页面可以查看任务ID。
|
|
52628
52789
|
:rtype: str
|
|
52629
52790
|
"""
|
|
52630
52791
|
return self._TaskId
|
|
@@ -52654,7 +52815,7 @@ class StopTaskBatchResponse(AbstractModel):
|
|
|
52654
52815
|
|
|
52655
52816
|
def __init__(self):
|
|
52656
52817
|
r"""
|
|
52657
|
-
:param _Result:
|
|
52818
|
+
:param _Result: 返回 true 或 false。true:操作成功,false:操作失败
|
|
52658
52819
|
:type Result: bool
|
|
52659
52820
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
52660
52821
|
:type RequestId: str
|
|
@@ -52664,7 +52825,7 @@ class StopTaskBatchResponse(AbstractModel):
|
|
|
52664
52825
|
|
|
52665
52826
|
@property
|
|
52666
52827
|
def Result(self):
|
|
52667
|
-
"""
|
|
52828
|
+
"""返回 true 或 false。true:操作成功,false:操作失败
|
|
52668
52829
|
:rtype: bool
|
|
52669
52830
|
"""
|
|
52670
52831
|
return self._Result
|
|
@@ -52697,11 +52858,11 @@ class StopTaskExecuteRequest(AbstractModel):
|
|
|
52697
52858
|
|
|
52698
52859
|
def __init__(self):
|
|
52699
52860
|
r"""
|
|
52700
|
-
:param _ExecuteId: 任务执行ID
|
|
52861
|
+
:param _ExecuteId: 任务执行ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面点击任务ID进入任务详情,进入执行记录页,点击批次ID进入执行详情列表页,第一列即为任务执行ID。
|
|
52701
52862
|
:type ExecuteId: str
|
|
52702
|
-
:param _BatchId: 任务批次ID
|
|
52863
|
+
:param _BatchId: 任务批次ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面点击任务ID进入任务详情,进入执行记录列表页,第一列即为任务批次ID。
|
|
52703
52864
|
:type BatchId: str
|
|
52704
|
-
:param _TaskId: 任务ID
|
|
52865
|
+
:param _TaskId: 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页面可以查看任务ID。
|
|
52705
52866
|
:type TaskId: str
|
|
52706
52867
|
"""
|
|
52707
52868
|
self._ExecuteId = None
|
|
@@ -52710,7 +52871,7 @@ class StopTaskExecuteRequest(AbstractModel):
|
|
|
52710
52871
|
|
|
52711
52872
|
@property
|
|
52712
52873
|
def ExecuteId(self):
|
|
52713
|
-
"""任务执行ID
|
|
52874
|
+
"""任务执行ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面点击任务ID进入任务详情,进入执行记录页,点击批次ID进入执行详情列表页,第一列即为任务执行ID。
|
|
52714
52875
|
:rtype: str
|
|
52715
52876
|
"""
|
|
52716
52877
|
return self._ExecuteId
|
|
@@ -52721,7 +52882,7 @@ class StopTaskExecuteRequest(AbstractModel):
|
|
|
52721
52882
|
|
|
52722
52883
|
@property
|
|
52723
52884
|
def BatchId(self):
|
|
52724
|
-
"""任务批次ID
|
|
52885
|
+
"""任务批次ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面点击任务ID进入任务详情,进入执行记录列表页,第一列即为任务批次ID。
|
|
52725
52886
|
:rtype: str
|
|
52726
52887
|
"""
|
|
52727
52888
|
return self._BatchId
|
|
@@ -52732,7 +52893,7 @@ class StopTaskExecuteRequest(AbstractModel):
|
|
|
52732
52893
|
|
|
52733
52894
|
@property
|
|
52734
52895
|
def TaskId(self):
|
|
52735
|
-
"""任务ID
|
|
52896
|
+
"""任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页面可以查看任务ID。
|
|
52736
52897
|
:rtype: str
|
|
52737
52898
|
"""
|
|
52738
52899
|
return self._TaskId
|
|
@@ -52763,7 +52924,7 @@ class StopTaskExecuteResponse(AbstractModel):
|
|
|
52763
52924
|
|
|
52764
52925
|
def __init__(self):
|
|
52765
52926
|
r"""
|
|
52766
|
-
:param _Result:
|
|
52927
|
+
:param _Result: 返回 true 或 false。true:操作成功,false:操作失败
|
|
52767
52928
|
:type Result: bool
|
|
52768
52929
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
52769
52930
|
:type RequestId: str
|
|
@@ -52773,7 +52934,7 @@ class StopTaskExecuteResponse(AbstractModel):
|
|
|
52773
52934
|
|
|
52774
52935
|
@property
|
|
52775
52936
|
def Result(self):
|
|
52776
|
-
"""
|
|
52937
|
+
"""返回 true 或 false。true:操作成功,false:操作失败
|
|
52777
52938
|
:rtype: bool
|
|
52778
52939
|
"""
|
|
52779
52940
|
return self._Result
|
|
@@ -54471,7 +54632,7 @@ class TsfPageBusinessLogV2(AbstractModel):
|
|
|
54471
54632
|
:param _ScrollId: 游标ID
|
|
54472
54633
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
54473
54634
|
:type ScrollId: str
|
|
54474
|
-
:param _Status:
|
|
54635
|
+
:param _Status: 查询状态,SUCCESS:查询成功完成,ERROR_RANGE_EXCEED:查询范围过大异常,ERROR_COMPLEX_CONDITION:查询条件复杂异常,ERROR_OTHER_CAUSE:其他异常
|
|
54475
54636
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
54476
54637
|
:type Status: str
|
|
54477
54638
|
:param _SearchAfter: 查询es时,使用searchAfter返回的游标
|
|
@@ -54519,7 +54680,7 @@ class TsfPageBusinessLogV2(AbstractModel):
|
|
|
54519
54680
|
|
|
54520
54681
|
@property
|
|
54521
54682
|
def Status(self):
|
|
54522
|
-
"""
|
|
54683
|
+
"""查询状态,SUCCESS:查询成功完成,ERROR_RANGE_EXCEED:查询范围过大异常,ERROR_COMPLEX_CONDITION:查询条件复杂异常,ERROR_OTHER_CAUSE:其他异常
|
|
54523
54684
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
54524
54685
|
:rtype: str
|
|
54525
54686
|
"""
|
|
@@ -55603,10 +55764,10 @@ class TsfPageStdoutLogV2(AbstractModel):
|
|
|
55603
55764
|
:param _ScrollId: 游标ID
|
|
55604
55765
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
55605
55766
|
:type ScrollId: str
|
|
55606
|
-
:param _Status:
|
|
55767
|
+
:param _Status: 查询状态,SUCCESS:查询成功完成,ERROR_RANGE_EXCEED:查询范围过大异常,ERROR_COMPLEX_CONDITION:查询条件复杂异常,ERROR_OTHER_CAUSE:其他异常
|
|
55607
55768
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
55608
55769
|
:type Status: str
|
|
55609
|
-
:param _SearchAfter:
|
|
55770
|
+
:param _SearchAfter: 查询es使用searchAfter时,游标
|
|
55610
55771
|
:type SearchAfter: list of str
|
|
55611
55772
|
"""
|
|
55612
55773
|
self._TotalCount = None
|
|
@@ -55651,7 +55812,7 @@ class TsfPageStdoutLogV2(AbstractModel):
|
|
|
55651
55812
|
|
|
55652
55813
|
@property
|
|
55653
55814
|
def Status(self):
|
|
55654
|
-
"""
|
|
55815
|
+
"""查询状态,SUCCESS:查询成功完成,ERROR_RANGE_EXCEED:查询范围过大异常,ERROR_COMPLEX_CONDITION:查询条件复杂异常,ERROR_OTHER_CAUSE:其他异常
|
|
55655
55816
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
55656
55817
|
:rtype: str
|
|
55657
55818
|
"""
|
|
@@ -55663,7 +55824,7 @@ class TsfPageStdoutLogV2(AbstractModel):
|
|
|
55663
55824
|
|
|
55664
55825
|
@property
|
|
55665
55826
|
def SearchAfter(self):
|
|
55666
|
-
"""
|
|
55827
|
+
"""查询es使用searchAfter时,游标
|
|
55667
55828
|
:rtype: list of str
|
|
55668
55829
|
"""
|
|
55669
55830
|
return self._SearchAfter
|
|
@@ -57448,7 +57609,7 @@ class UpdateHealthCheckSettingsRequest(AbstractModel):
|
|
|
57448
57609
|
|
|
57449
57610
|
def __init__(self):
|
|
57450
57611
|
r"""
|
|
57451
|
-
:param _GroupId: 部署组ID
|
|
57612
|
+
:param _GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
|
57452
57613
|
:type GroupId: str
|
|
57453
57614
|
:param _EnableHealthCheck: 是否开启健康检查
|
|
57454
57615
|
:type EnableHealthCheck: bool
|
|
@@ -57461,7 +57622,7 @@ class UpdateHealthCheckSettingsRequest(AbstractModel):
|
|
|
57461
57622
|
|
|
57462
57623
|
@property
|
|
57463
57624
|
def GroupId(self):
|
|
57464
|
-
"""部署组ID
|
|
57625
|
+
"""部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
|
57465
57626
|
:rtype: str
|
|
57466
57627
|
"""
|
|
57467
57628
|
return self._GroupId
|
|
@@ -58625,7 +58786,7 @@ class VmGroupOther(AbstractModel):
|
|
|
58625
58786
|
:type RunInstanceCount: int
|
|
58626
58787
|
:param _OffInstanceCount: 部署组中停止实例数
|
|
58627
58788
|
:type OffInstanceCount: int
|
|
58628
|
-
:param _GroupStatus:
|
|
58789
|
+
:param _GroupStatus: 部署组状态,Running运行中,Waiting等待中,Paused暂停中,Updating更新中,RollingBack回滚中,Abnormal异常,Unknown未知
|
|
58629
58790
|
:type GroupStatus: str
|
|
58630
58791
|
:param _IsNotEqualServiceConfig: 服务配置信息是否匹配
|
|
58631
58792
|
:type IsNotEqualServiceConfig: bool
|
|
@@ -58726,7 +58887,7 @@ class VmGroupOther(AbstractModel):
|
|
|
58726
58887
|
|
|
58727
58888
|
@property
|
|
58728
58889
|
def GroupStatus(self):
|
|
58729
|
-
"""
|
|
58890
|
+
"""部署组状态,Running运行中,Waiting等待中,Paused暂停中,Updating更新中,RollingBack回滚中,Abnormal异常,Unknown未知
|
|
58730
58891
|
:rtype: str
|
|
58731
58892
|
"""
|
|
58732
58893
|
return self._GroupStatus
|
|
@@ -59111,6 +59272,72 @@ class VmInstanceResourceConfig(AbstractModel):
|
|
|
59111
59272
|
|
|
59112
59273
|
|
|
59113
59274
|
|
|
59275
|
+
class VolumeClaimTemplatesOption(AbstractModel):
|
|
59276
|
+
"""VolumeClaim模板项
|
|
59277
|
+
|
|
59278
|
+
"""
|
|
59279
|
+
|
|
59280
|
+
def __init__(self):
|
|
59281
|
+
r"""
|
|
59282
|
+
:param _StorageClass: StorageClass名称
|
|
59283
|
+
:type StorageClass: str
|
|
59284
|
+
:param _AccessModes: 访问模式
|
|
59285
|
+
:type AccessModes: list of str
|
|
59286
|
+
:param _StorageRequest: 卷空间的预占声明
|
|
59287
|
+
:type StorageRequest: int
|
|
59288
|
+
"""
|
|
59289
|
+
self._StorageClass = None
|
|
59290
|
+
self._AccessModes = None
|
|
59291
|
+
self._StorageRequest = None
|
|
59292
|
+
|
|
59293
|
+
@property
|
|
59294
|
+
def StorageClass(self):
|
|
59295
|
+
"""StorageClass名称
|
|
59296
|
+
:rtype: str
|
|
59297
|
+
"""
|
|
59298
|
+
return self._StorageClass
|
|
59299
|
+
|
|
59300
|
+
@StorageClass.setter
|
|
59301
|
+
def StorageClass(self, StorageClass):
|
|
59302
|
+
self._StorageClass = StorageClass
|
|
59303
|
+
|
|
59304
|
+
@property
|
|
59305
|
+
def AccessModes(self):
|
|
59306
|
+
"""访问模式
|
|
59307
|
+
:rtype: list of str
|
|
59308
|
+
"""
|
|
59309
|
+
return self._AccessModes
|
|
59310
|
+
|
|
59311
|
+
@AccessModes.setter
|
|
59312
|
+
def AccessModes(self, AccessModes):
|
|
59313
|
+
self._AccessModes = AccessModes
|
|
59314
|
+
|
|
59315
|
+
@property
|
|
59316
|
+
def StorageRequest(self):
|
|
59317
|
+
"""卷空间的预占声明
|
|
59318
|
+
:rtype: int
|
|
59319
|
+
"""
|
|
59320
|
+
return self._StorageRequest
|
|
59321
|
+
|
|
59322
|
+
@StorageRequest.setter
|
|
59323
|
+
def StorageRequest(self, StorageRequest):
|
|
59324
|
+
self._StorageRequest = StorageRequest
|
|
59325
|
+
|
|
59326
|
+
|
|
59327
|
+
def _deserialize(self, params):
|
|
59328
|
+
self._StorageClass = params.get("StorageClass")
|
|
59329
|
+
self._AccessModes = params.get("AccessModes")
|
|
59330
|
+
self._StorageRequest = params.get("StorageRequest")
|
|
59331
|
+
memeber_set = set(params.keys())
|
|
59332
|
+
for name, value in vars(self).items():
|
|
59333
|
+
property_name = name[1:]
|
|
59334
|
+
if property_name in memeber_set:
|
|
59335
|
+
memeber_set.remove(property_name)
|
|
59336
|
+
if len(memeber_set) > 0:
|
|
59337
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
59338
|
+
|
|
59339
|
+
|
|
59340
|
+
|
|
59114
59341
|
class VolumeInfo(AbstractModel):
|
|
59115
59342
|
"""容器卷挂载信息
|
|
59116
59343
|
|
|
@@ -59128,12 +59355,15 @@ class VolumeInfo(AbstractModel):
|
|
|
59128
59355
|
:type ConfigMapOptions: list of ConfigMapOption
|
|
59129
59356
|
:param _EmptyDirOption: -
|
|
59130
59357
|
:type EmptyDirOption: :class:`tencentcloud.tsf.v20180326.models.EmptyDirOption`
|
|
59358
|
+
:param _VolumeClaimTemplateOption: 数据卷PVC声明模板
|
|
59359
|
+
:type VolumeClaimTemplateOption: :class:`tencentcloud.tsf.v20180326.models.VolumeClaimTemplatesOption`
|
|
59131
59360
|
"""
|
|
59132
59361
|
self._VolumeType = None
|
|
59133
59362
|
self._VolumeName = None
|
|
59134
59363
|
self._VolumeConfig = None
|
|
59135
59364
|
self._ConfigMapOptions = None
|
|
59136
59365
|
self._EmptyDirOption = None
|
|
59366
|
+
self._VolumeClaimTemplateOption = None
|
|
59137
59367
|
|
|
59138
59368
|
@property
|
|
59139
59369
|
def VolumeType(self):
|
|
@@ -59190,6 +59420,17 @@ class VolumeInfo(AbstractModel):
|
|
|
59190
59420
|
def EmptyDirOption(self, EmptyDirOption):
|
|
59191
59421
|
self._EmptyDirOption = EmptyDirOption
|
|
59192
59422
|
|
|
59423
|
+
@property
|
|
59424
|
+
def VolumeClaimTemplateOption(self):
|
|
59425
|
+
"""数据卷PVC声明模板
|
|
59426
|
+
:rtype: :class:`tencentcloud.tsf.v20180326.models.VolumeClaimTemplatesOption`
|
|
59427
|
+
"""
|
|
59428
|
+
return self._VolumeClaimTemplateOption
|
|
59429
|
+
|
|
59430
|
+
@VolumeClaimTemplateOption.setter
|
|
59431
|
+
def VolumeClaimTemplateOption(self, VolumeClaimTemplateOption):
|
|
59432
|
+
self._VolumeClaimTemplateOption = VolumeClaimTemplateOption
|
|
59433
|
+
|
|
59193
59434
|
|
|
59194
59435
|
def _deserialize(self, params):
|
|
59195
59436
|
self._VolumeType = params.get("VolumeType")
|
|
@@ -59204,6 +59445,9 @@ class VolumeInfo(AbstractModel):
|
|
|
59204
59445
|
if params.get("EmptyDirOption") is not None:
|
|
59205
59446
|
self._EmptyDirOption = EmptyDirOption()
|
|
59206
59447
|
self._EmptyDirOption._deserialize(params.get("EmptyDirOption"))
|
|
59448
|
+
if params.get("VolumeClaimTemplateOption") is not None:
|
|
59449
|
+
self._VolumeClaimTemplateOption = VolumeClaimTemplatesOption()
|
|
59450
|
+
self._VolumeClaimTemplateOption._deserialize(params.get("VolumeClaimTemplateOption"))
|
|
59207
59451
|
memeber_set = set(params.keys())
|
|
59208
59452
|
for name, value in vars(self).items():
|
|
59209
59453
|
property_name = name[1:]
|
|
@@ -59304,7 +59548,7 @@ class WarmupSetting(AbstractModel):
|
|
|
59304
59548
|
r"""
|
|
59305
59549
|
:param _Enabled: 是否开启预热
|
|
59306
59550
|
:type Enabled: bool
|
|
59307
|
-
:param _WarmupTime:
|
|
59551
|
+
:param _WarmupTime: 预热时间,单位秒
|
|
59308
59552
|
:type WarmupTime: int
|
|
59309
59553
|
:param _Curvature: 预热曲率,取值 1~5
|
|
59310
59554
|
:type Curvature: int
|
|
@@ -59329,7 +59573,7 @@ class WarmupSetting(AbstractModel):
|
|
|
59329
59573
|
|
|
59330
59574
|
@property
|
|
59331
59575
|
def WarmupTime(self):
|
|
59332
|
-
"""
|
|
59576
|
+
"""预热时间,单位秒
|
|
59333
59577
|
:rtype: int
|
|
59334
59578
|
"""
|
|
59335
59579
|
return self._WarmupTime
|