tencentcloud-sdk-nodejs-tcss 4.1.209 → 4.1.218
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.
package/package.json
CHANGED
|
@@ -13918,75 +13918,65 @@ export interface CreateOrModifyPostPayCoresResponse {
|
|
|
13918
13918
|
*/
|
|
13919
13919
|
export interface ComplianceAffectedAsset {
|
|
13920
13920
|
/**
|
|
13921
|
-
*
|
|
13921
|
+
* <p>为客户分配的唯一的资产项的ID。</p>
|
|
13922
13922
|
*/
|
|
13923
13923
|
CustomerAssetId?: number;
|
|
13924
13924
|
/**
|
|
13925
|
-
*
|
|
13925
|
+
* <p>资产项的名称。</p>
|
|
13926
13926
|
*/
|
|
13927
13927
|
AssetName?: string;
|
|
13928
13928
|
/**
|
|
13929
|
-
*
|
|
13929
|
+
* <p>资产项的类型</p>
|
|
13930
13930
|
*/
|
|
13931
13931
|
AssetType?: string;
|
|
13932
13932
|
/**
|
|
13933
|
-
*
|
|
13934
|
-
|
|
13935
|
-
CHECK_INIT, 待检测
|
|
13936
|
-
|
|
13937
|
-
CHECK_RUNNING, 检测中
|
|
13938
|
-
|
|
13939
|
-
CHECK_FINISHED, 检测完成
|
|
13940
|
-
|
|
13941
|
-
CHECK_FAILED, 检测失败
|
|
13933
|
+
* <p>检测状态</p><p>CHECK_INIT, 待检测</p><p>CHECK_RUNNING, 检测中</p><p>CHECK_FINISHED, 检测完成</p><p>CHECK_FAILED, 检测失败</p>
|
|
13942
13934
|
*/
|
|
13943
13935
|
CheckStatus?: string;
|
|
13944
13936
|
/**
|
|
13945
|
-
*
|
|
13937
|
+
* <p>节点名称。</p>
|
|
13946
13938
|
*/
|
|
13947
13939
|
NodeName?: string;
|
|
13948
13940
|
/**
|
|
13949
|
-
*
|
|
13950
|
-
|
|
13951
|
-
如果没有检测过,此处为”0000-00-00 00:00:00“。
|
|
13941
|
+
* <p>上次检测的时间,格式为”YYYY-MM-DD HH:m::SS“。</p><p>如果没有检测过,此处为”0000-00-00 00:00:00“。</p>
|
|
13952
13942
|
*/
|
|
13953
13943
|
LastCheckTime?: string;
|
|
13954
13944
|
/**
|
|
13955
|
-
*
|
|
13956
|
-
|
|
13957
|
-
RESULT_FAILED: 未通过
|
|
13958
|
-
|
|
13959
|
-
RESULT_PASSED: 通过
|
|
13945
|
+
* <p>检测结果。取值为:</p><p>RESULT_FAILED: 未通过</p><p>RESULT_PASSED: 通过</p>
|
|
13960
13946
|
*/
|
|
13961
13947
|
CheckResult?: string;
|
|
13962
13948
|
/**
|
|
13963
|
-
*
|
|
13949
|
+
* <p>主机IP</p>
|
|
13964
13950
|
*/
|
|
13965
13951
|
HostIP?: string;
|
|
13966
13952
|
/**
|
|
13967
|
-
*
|
|
13953
|
+
* <p>镜像的tag</p>
|
|
13968
13954
|
*/
|
|
13969
13955
|
ImageTag?: string;
|
|
13970
13956
|
/**
|
|
13971
|
-
*
|
|
13957
|
+
* <p>检查项验证信息</p>
|
|
13972
13958
|
*/
|
|
13973
13959
|
VerifyInfo?: string;
|
|
13974
13960
|
/**
|
|
13975
|
-
*
|
|
13961
|
+
* <p>主机实例id</p>
|
|
13976
13962
|
*/
|
|
13977
13963
|
InstanceId?: string;
|
|
13978
13964
|
/**
|
|
13979
|
-
*
|
|
13965
|
+
* <p>镜像仓库信息</p>
|
|
13980
13966
|
*/
|
|
13981
13967
|
ImageRegistryInfo?: ImageRegistryInfo;
|
|
13982
13968
|
/**
|
|
13983
|
-
*
|
|
13969
|
+
* <p>集群id</p>
|
|
13984
13970
|
*/
|
|
13985
13971
|
ClusterID?: string;
|
|
13986
13972
|
/**
|
|
13987
|
-
*
|
|
13973
|
+
* <p>集群名称</p>
|
|
13988
13974
|
*/
|
|
13989
13975
|
ClusterName?: string;
|
|
13976
|
+
/**
|
|
13977
|
+
* <p>资产唯一ID</p><p>默认值:-</p>
|
|
13978
|
+
*/
|
|
13979
|
+
AssetUniqueID?: string;
|
|
13990
13980
|
}
|
|
13991
13981
|
/**
|
|
13992
13982
|
* DescribeVirusMonitorSetting请求参数结构体
|
|
@@ -20088,75 +20078,69 @@ export interface DescribeVulDefenceEventDetailResponse {
|
|
|
20088
20078
|
*/
|
|
20089
20079
|
export interface ComplianceAssetInfo {
|
|
20090
20080
|
/**
|
|
20091
|
-
*
|
|
20081
|
+
* <p>客户资产的ID。</p>
|
|
20092
20082
|
*/
|
|
20093
20083
|
CustomerAssetId?: number;
|
|
20094
20084
|
/**
|
|
20095
|
-
*
|
|
20085
|
+
* <p>资产类别。</p>
|
|
20096
20086
|
*/
|
|
20097
20087
|
AssetType?: string;
|
|
20098
20088
|
/**
|
|
20099
|
-
*
|
|
20089
|
+
* <p>资产的名称。</p>
|
|
20100
20090
|
*/
|
|
20101
20091
|
AssetName?: string;
|
|
20102
20092
|
/**
|
|
20103
|
-
*
|
|
20093
|
+
* <p>当资产为镜像时,这个字段为镜像Tag。</p>
|
|
20104
20094
|
*/
|
|
20105
20095
|
ImageTag?: string;
|
|
20106
20096
|
/**
|
|
20107
|
-
*
|
|
20097
|
+
* <p>资产所在的主机IP。</p>
|
|
20108
20098
|
*/
|
|
20109
20099
|
HostIP?: string;
|
|
20110
20100
|
/**
|
|
20111
|
-
*
|
|
20101
|
+
* <p>资产所属的节点的名称</p>
|
|
20112
20102
|
*/
|
|
20113
20103
|
NodeName?: string;
|
|
20114
20104
|
/**
|
|
20115
|
-
*
|
|
20116
|
-
|
|
20117
|
-
CHECK_INIT, 待检测
|
|
20118
|
-
|
|
20119
|
-
CHECK_RUNNING, 检测中
|
|
20120
|
-
|
|
20121
|
-
CHECK_FINISHED, 检测完成
|
|
20122
|
-
|
|
20123
|
-
CHECK_FAILED, 检测失败
|
|
20105
|
+
* <p>检测状态</p><p>CHECK_INIT, 待检测</p><p>CHECK_RUNNING, 检测中</p><p>CHECK_FINISHED, 检测完成</p><p>CHECK_FAILED, 检测失败</p>
|
|
20124
20106
|
*/
|
|
20125
20107
|
CheckStatus?: string;
|
|
20126
20108
|
/**
|
|
20127
|
-
*
|
|
20109
|
+
* <p>此类资产通过的检测项的数目。</p>
|
|
20128
20110
|
*/
|
|
20129
20111
|
PassedPolicyItemCount?: number;
|
|
20130
20112
|
/**
|
|
20131
|
-
*
|
|
20113
|
+
* <p>此类资产未通过的检测的数目。</p>
|
|
20132
20114
|
*/
|
|
20133
20115
|
FailedPolicyItemCount?: number;
|
|
20134
20116
|
/**
|
|
20135
|
-
*
|
|
20117
|
+
* <p>上次检测的时间。</p>
|
|
20136
20118
|
*/
|
|
20137
20119
|
LastCheckTime?: string;
|
|
20138
20120
|
/**
|
|
20139
|
-
*
|
|
20140
|
-
RESULT_FAILED: 未通过。
|
|
20141
|
-
RESULT_PASSED: 通过。
|
|
20121
|
+
* <p>检测结果:<br>RESULT_FAILED: 未通过。<br>RESULT_PASSED: 通过。</p>
|
|
20142
20122
|
*/
|
|
20143
20123
|
CheckResult?: string;
|
|
20144
20124
|
/**
|
|
20145
|
-
*
|
|
20125
|
+
* <p>主机节点的实例id</p>
|
|
20146
20126
|
*/
|
|
20147
20127
|
InstanceId?: string;
|
|
20148
20128
|
/**
|
|
20149
|
-
*
|
|
20129
|
+
* <p>镜像仓库信息</p>
|
|
20150
20130
|
*/
|
|
20151
20131
|
ImageRegistryInfo?: ImageRegistryInfo;
|
|
20152
20132
|
/**
|
|
20153
|
-
*
|
|
20133
|
+
* <p>集群id</p>
|
|
20154
20134
|
*/
|
|
20155
20135
|
ClusterID?: string;
|
|
20156
20136
|
/**
|
|
20157
|
-
*
|
|
20137
|
+
* <p>集群名称</p>
|
|
20158
20138
|
*/
|
|
20159
20139
|
ClusterName?: string;
|
|
20140
|
+
/**
|
|
20141
|
+
* <p>资产唯一ID</p><p>默认值:-</p>
|
|
20142
|
+
*/
|
|
20143
|
+
AssetUniqueID?: string;
|
|
20160
20144
|
}
|
|
20161
20145
|
/**
|
|
20162
20146
|
* DescribeAssetImageRegistryVirusList请求参数结构体
|