tencentcloud-sdk-python 3.0.1256__py2.py3-none-any.whl → 3.0.1258__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/apm/v20210622/models.py +26 -0
- tencentcloud/asr/v20190614/models.py +3 -2
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +7 -1
- tencentcloud/autoscaling/v20180419/errorcodes.py +3 -0
- tencentcloud/autoscaling/v20180419/models.py +18 -2
- tencentcloud/bi/v20220105/models.py +44 -4
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/errorcodes.py +6 -0
- tencentcloud/billing/v20180709/models.py +424 -0
- tencentcloud/bsca/v20210811/models.py +306 -1
- tencentcloud/ccc/v20200210/ccc_client.py +23 -0
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +249 -136
- tencentcloud/cdb/v20170320/cdb_client.py +1 -1
- tencentcloud/cdb/v20170320/models.py +25 -1
- tencentcloud/cdn/v20180606/models.py +1 -1
- tencentcloud/cdwdoris/v20211228/models.py +29 -2
- tencentcloud/cfw/v20190904/cfw_client.py +6 -30
- tencentcloud/cfw/v20190904/models.py +267 -479
- tencentcloud/ciam/v20220331/models.py +13 -0
- tencentcloud/ckafka/v20190819/models.py +5 -5
- tencentcloud/clb/v20180317/models.py +1 -1
- tencentcloud/cloudaudit/v20190319/cloudaudit_client.py +30 -34
- tencentcloud/cloudaudit/v20190319/errorcodes.py +0 -39
- tencentcloud/cloudaudit/v20190319/models.py +328 -254
- tencentcloud/cls/v20201016/cls_client.py +8 -1
- tencentcloud/cls/v20201016/models.py +551 -109
- tencentcloud/csip/v20221121/models.py +225 -12
- tencentcloud/cvm/v20170312/errorcodes.py +6 -0
- tencentcloud/cvm/v20170312/models.py +78 -0
- tencentcloud/cwp/v20180228/cwp_client.py +3 -1
- tencentcloud/cwp/v20180228/models.py +206 -52
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +27 -27
- tencentcloud/cynosdb/v20190107/models.py +78 -0
- tencentcloud/dasb/v20191018/models.py +155 -0
- tencentcloud/dlc/v20210125/models.py +13 -0
- tencentcloud/domain/v20180808/errorcodes.py +45 -0
- tencentcloud/eb/v20210416/models.py +19 -19
- tencentcloud/emr/v20190103/models.py +12 -0
- tencentcloud/es/v20180416/errorcodes.py +4 -1
- tencentcloud/es/v20180416/es_client.py +92 -0
- tencentcloud/es/v20180416/models.py +770 -12
- tencentcloud/ess/v20201111/ess_client.py +71 -4
- tencentcloud/ess/v20201111/models.py +260 -10
- tencentcloud/essbasic/v20210526/essbasic_client.py +135 -51
- tencentcloud/essbasic/v20210526/models.py +390 -21
- tencentcloud/gaap/v20180529/models.py +40 -3
- tencentcloud/hunyuan/v20230901/models.py +12 -0
- tencentcloud/ioa/v20220601/errorcodes.py +15 -0
- tencentcloud/ioa/v20220601/ioa_client.py +26 -2
- tencentcloud/ioa/v20220601/models.py +516 -46
- tencentcloud/iotexplorer/v20190423/models.py +52 -0
- tencentcloud/iotvideo/v20191126/iotvideo_client.py +46 -0
- tencentcloud/iotvideo/v20191126/models.py +379 -0
- tencentcloud/iss/v20230517/models.py +25 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +1 -1
- tencentcloud/live/v20180801/models.py +51 -0
- tencentcloud/mongodb/v20190725/models.py +3 -7
- tencentcloud/mqtt/v20240516/models.py +4 -4
- tencentcloud/ocr/v20181119/models.py +7 -16
- tencentcloud/ocr/v20181119/ocr_client.py +1 -0
- tencentcloud/organization/v20210331/errorcodes.py +31 -1
- tencentcloud/organization/v20210331/models.py +674 -0
- tencentcloud/organization/v20210331/organization_client.py +138 -0
- tencentcloud/partners/v20180321/models.py +71 -0
- tencentcloud/partners/v20180321/partners_client.py +23 -0
- tencentcloud/privatedns/v20201028/errorcodes.py +12 -0
- tencentcloud/privatedns/v20201028/models.py +858 -4
- tencentcloud/privatedns/v20201028/privatedns_client.py +92 -0
- tencentcloud/region/v20220627/models.py +0 -1
- tencentcloud/scf/v20180416/models.py +889 -8
- tencentcloud/scf/v20180416/scf_client.py +115 -0
- tencentcloud/smop/v20201203/models.py +17 -17
- tencentcloud/ssl/v20191205/models.py +44 -3
- tencentcloud/ssm/v20190923/models.py +84 -0
- tencentcloud/tat/v20201028/models.py +1 -29
- tencentcloud/tcss/v20201101/models.py +815 -33
- tencentcloud/tcss/v20201101/tcss_client.py +1 -1
- tencentcloud/tdmq/v20200217/models.py +7 -7
- tencentcloud/tem/v20210701/models.py +202 -198
- tencentcloud/teo/v20220901/errorcodes.py +51 -0
- tencentcloud/teo/v20220901/models.py +1470 -97
- tencentcloud/teo/v20220901/teo_client.py +115 -0
- tencentcloud/tke/v20180525/models.py +70 -0
- tencentcloud/tke/v20180525/tke_client.py +23 -0
- tencentcloud/tms/v20201229/models.py +0 -558
- tencentcloud/tms/v20201229/tms_client.py +0 -23
- tencentcloud/trp/v20210515/models.py +6 -6
- tencentcloud/trtc/v20190722/models.py +353 -4
- tencentcloud/tse/v20201207/models.py +94 -0
- tencentcloud/tse/v20201207/tse_client.py +23 -0
- tencentcloud/vclm/v20240523/models.py +166 -0
- tencentcloud/vpc/v20170312/models.py +137 -6
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/waf/v20180125/models.py +99 -0
- tencentcloud/waf/v20180125/waf_client.py +23 -0
- tencentcloud/wedata/v20210820/models.py +991 -0
- tencentcloud/wedata/v20210820/wedata_client.py +46 -0
- {tencentcloud_sdk_python-3.0.1256.dist-info → tencentcloud_sdk_python-3.0.1258.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1256.dist-info → tencentcloud_sdk_python-3.0.1258.dist-info}/RECORD +104 -109
- tencentcloud/cr/__init__.py +0 -0
- tencentcloud/cr/v20180321/__init__.py +0 -0
- tencentcloud/cr/v20180321/cr_client.py +0 -672
- tencentcloud/cr/v20180321/errorcodes.py +0 -114
- tencentcloud/cr/v20180321/models.py +0 -4966
- {tencentcloud_sdk_python-3.0.1256.dist-info → tencentcloud_sdk_python-3.0.1258.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1256.dist-info → tencentcloud_sdk_python-3.0.1258.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1256.dist-info → tencentcloud_sdk_python-3.0.1258.dist-info}/top_level.txt +0 -0
@@ -5370,6 +5370,8 @@ class ClusterInfoItem(AbstractModel):
|
|
5370
5370
|
:type DefenderStatus: str
|
5371
5371
|
:param _ClusterStatus: 集群状态
|
5372
5372
|
:type ClusterStatus: str
|
5373
|
+
:param _ClusterSubStatus: 集群运行子状态
|
5374
|
+
:type ClusterSubStatus: str
|
5373
5375
|
:param _ClusterCheckMode: 集群的检测模式,为Cluster_Normal或者Cluster_Actived.
|
5374
5376
|
:type ClusterCheckMode: str
|
5375
5377
|
:param _ClusterAutoCheck: 是否自动定期检测
|
@@ -5422,6 +5424,11 @@ class ClusterInfoItem(AbstractModel):
|
|
5422
5424
|
:type MasterAddresses: list of str
|
5423
5425
|
:param _CoresCnt: 核数
|
5424
5426
|
:type CoresCnt: int
|
5427
|
+
:param _ClusterAuditStatus: 集群审计开关状态:
|
5428
|
+
已关闭Closed/关闭中Closing/关闭失败CloseFailed/已开启Opened/开启中Opening/开启失败OpenFailed
|
5429
|
+
:type ClusterAuditStatus: str
|
5430
|
+
:param _ClusterAuditFailedInfo: 集群审计开关失败信息
|
5431
|
+
:type ClusterAuditFailedInfo: str
|
5425
5432
|
"""
|
5426
5433
|
self._ClusterId = None
|
5427
5434
|
self._ClusterName = None
|
@@ -5432,6 +5439,7 @@ class ClusterInfoItem(AbstractModel):
|
|
5432
5439
|
self._Region = None
|
5433
5440
|
self._DefenderStatus = None
|
5434
5441
|
self._ClusterStatus = None
|
5442
|
+
self._ClusterSubStatus = None
|
5435
5443
|
self._ClusterCheckMode = None
|
5436
5444
|
self._ClusterAutoCheck = None
|
5437
5445
|
self._DefenderErrorReason = None
|
@@ -5451,6 +5459,8 @@ class ClusterInfoItem(AbstractModel):
|
|
5451
5459
|
self._ChargeCoresCnt = None
|
5452
5460
|
self._MasterAddresses = None
|
5453
5461
|
self._CoresCnt = None
|
5462
|
+
self._ClusterAuditStatus = None
|
5463
|
+
self._ClusterAuditFailedInfo = None
|
5454
5464
|
|
5455
5465
|
@property
|
5456
5466
|
def ClusterId(self):
|
@@ -5524,6 +5534,14 @@ class ClusterInfoItem(AbstractModel):
|
|
5524
5534
|
def ClusterStatus(self, ClusterStatus):
|
5525
5535
|
self._ClusterStatus = ClusterStatus
|
5526
5536
|
|
5537
|
+
@property
|
5538
|
+
def ClusterSubStatus(self):
|
5539
|
+
return self._ClusterSubStatus
|
5540
|
+
|
5541
|
+
@ClusterSubStatus.setter
|
5542
|
+
def ClusterSubStatus(self, ClusterSubStatus):
|
5543
|
+
self._ClusterSubStatus = ClusterSubStatus
|
5544
|
+
|
5527
5545
|
@property
|
5528
5546
|
def ClusterCheckMode(self):
|
5529
5547
|
return self._ClusterCheckMode
|
@@ -5676,6 +5694,22 @@ class ClusterInfoItem(AbstractModel):
|
|
5676
5694
|
def CoresCnt(self, CoresCnt):
|
5677
5695
|
self._CoresCnt = CoresCnt
|
5678
5696
|
|
5697
|
+
@property
|
5698
|
+
def ClusterAuditStatus(self):
|
5699
|
+
return self._ClusterAuditStatus
|
5700
|
+
|
5701
|
+
@ClusterAuditStatus.setter
|
5702
|
+
def ClusterAuditStatus(self, ClusterAuditStatus):
|
5703
|
+
self._ClusterAuditStatus = ClusterAuditStatus
|
5704
|
+
|
5705
|
+
@property
|
5706
|
+
def ClusterAuditFailedInfo(self):
|
5707
|
+
return self._ClusterAuditFailedInfo
|
5708
|
+
|
5709
|
+
@ClusterAuditFailedInfo.setter
|
5710
|
+
def ClusterAuditFailedInfo(self, ClusterAuditFailedInfo):
|
5711
|
+
self._ClusterAuditFailedInfo = ClusterAuditFailedInfo
|
5712
|
+
|
5679
5713
|
|
5680
5714
|
def _deserialize(self, params):
|
5681
5715
|
self._ClusterId = params.get("ClusterId")
|
@@ -5687,6 +5721,7 @@ class ClusterInfoItem(AbstractModel):
|
|
5687
5721
|
self._Region = params.get("Region")
|
5688
5722
|
self._DefenderStatus = params.get("DefenderStatus")
|
5689
5723
|
self._ClusterStatus = params.get("ClusterStatus")
|
5724
|
+
self._ClusterSubStatus = params.get("ClusterSubStatus")
|
5690
5725
|
self._ClusterCheckMode = params.get("ClusterCheckMode")
|
5691
5726
|
self._ClusterAutoCheck = params.get("ClusterAutoCheck")
|
5692
5727
|
self._DefenderErrorReason = params.get("DefenderErrorReason")
|
@@ -5706,6 +5741,8 @@ class ClusterInfoItem(AbstractModel):
|
|
5706
5741
|
self._ChargeCoresCnt = params.get("ChargeCoresCnt")
|
5707
5742
|
self._MasterAddresses = params.get("MasterAddresses")
|
5708
5743
|
self._CoresCnt = params.get("CoresCnt")
|
5744
|
+
self._ClusterAuditStatus = params.get("ClusterAuditStatus")
|
5745
|
+
self._ClusterAuditFailedInfo = params.get("ClusterAuditFailedInfo")
|
5709
5746
|
memeber_set = set(params.keys())
|
5710
5747
|
for name, value in vars(self).items():
|
5711
5748
|
property_name = name[1:]
|
@@ -5965,7 +6002,7 @@ class ClusterPodInfo(AbstractModel):
|
|
5965
6002
|
:type HostId: str
|
5966
6003
|
:param _ClusterType: 集群类型
|
5967
6004
|
:type ClusterType: str
|
5968
|
-
:param _NodeName:
|
6005
|
+
:param _NodeName: 节点名称
|
5969
6006
|
:type NodeName: str
|
5970
6007
|
:param _NodeType: NORMAL:普通节点 SUPER:超级节点
|
5971
6008
|
:type NodeType: str
|
@@ -6405,6 +6442,12 @@ RESULT_PASSED: 通过
|
|
6405
6442
|
:param _InstanceId: 主机实例id
|
6406
6443
|
注意:此字段可能返回 null,表示取不到有效值。
|
6407
6444
|
:type InstanceId: str
|
6445
|
+
:param _ImageRegistryInfo: 镜像仓库信息
|
6446
|
+
:type ImageRegistryInfo: :class:`tencentcloud.tcss.v20201101.models.ImageRegistryInfo`
|
6447
|
+
:param _ClusterID: 集群id
|
6448
|
+
:type ClusterID: str
|
6449
|
+
:param _ClusterName: 集群名称
|
6450
|
+
:type ClusterName: str
|
6408
6451
|
"""
|
6409
6452
|
self._CustomerAssetId = None
|
6410
6453
|
self._AssetName = None
|
@@ -6417,6 +6460,9 @@ RESULT_PASSED: 通过
|
|
6417
6460
|
self._ImageTag = None
|
6418
6461
|
self._VerifyInfo = None
|
6419
6462
|
self._InstanceId = None
|
6463
|
+
self._ImageRegistryInfo = None
|
6464
|
+
self._ClusterID = None
|
6465
|
+
self._ClusterName = None
|
6420
6466
|
|
6421
6467
|
@property
|
6422
6468
|
def CustomerAssetId(self):
|
@@ -6506,6 +6552,30 @@ RESULT_PASSED: 通过
|
|
6506
6552
|
def InstanceId(self, InstanceId):
|
6507
6553
|
self._InstanceId = InstanceId
|
6508
6554
|
|
6555
|
+
@property
|
6556
|
+
def ImageRegistryInfo(self):
|
6557
|
+
return self._ImageRegistryInfo
|
6558
|
+
|
6559
|
+
@ImageRegistryInfo.setter
|
6560
|
+
def ImageRegistryInfo(self, ImageRegistryInfo):
|
6561
|
+
self._ImageRegistryInfo = ImageRegistryInfo
|
6562
|
+
|
6563
|
+
@property
|
6564
|
+
def ClusterID(self):
|
6565
|
+
return self._ClusterID
|
6566
|
+
|
6567
|
+
@ClusterID.setter
|
6568
|
+
def ClusterID(self, ClusterID):
|
6569
|
+
self._ClusterID = ClusterID
|
6570
|
+
|
6571
|
+
@property
|
6572
|
+
def ClusterName(self):
|
6573
|
+
return self._ClusterName
|
6574
|
+
|
6575
|
+
@ClusterName.setter
|
6576
|
+
def ClusterName(self, ClusterName):
|
6577
|
+
self._ClusterName = ClusterName
|
6578
|
+
|
6509
6579
|
|
6510
6580
|
def _deserialize(self, params):
|
6511
6581
|
self._CustomerAssetId = params.get("CustomerAssetId")
|
@@ -6519,6 +6589,11 @@ RESULT_PASSED: 通过
|
|
6519
6589
|
self._ImageTag = params.get("ImageTag")
|
6520
6590
|
self._VerifyInfo = params.get("VerifyInfo")
|
6521
6591
|
self._InstanceId = params.get("InstanceId")
|
6592
|
+
if params.get("ImageRegistryInfo") is not None:
|
6593
|
+
self._ImageRegistryInfo = ImageRegistryInfo()
|
6594
|
+
self._ImageRegistryInfo._deserialize(params.get("ImageRegistryInfo"))
|
6595
|
+
self._ClusterID = params.get("ClusterID")
|
6596
|
+
self._ClusterName = params.get("ClusterName")
|
6522
6597
|
memeber_set = set(params.keys())
|
6523
6598
|
for name, value in vars(self).items():
|
6524
6599
|
property_name = name[1:]
|
@@ -6765,6 +6840,12 @@ RESULT_PASSED: 通过。
|
|
6765
6840
|
:param _InstanceId: 主机节点的实例id
|
6766
6841
|
注意:此字段可能返回 null,表示取不到有效值。
|
6767
6842
|
:type InstanceId: str
|
6843
|
+
:param _ImageRegistryInfo: 镜像仓库信息
|
6844
|
+
:type ImageRegistryInfo: :class:`tencentcloud.tcss.v20201101.models.ImageRegistryInfo`
|
6845
|
+
:param _ClusterID: 集群id
|
6846
|
+
:type ClusterID: str
|
6847
|
+
:param _ClusterName: 集群名称
|
6848
|
+
:type ClusterName: str
|
6768
6849
|
"""
|
6769
6850
|
self._CustomerAssetId = None
|
6770
6851
|
self._AssetType = None
|
@@ -6778,6 +6859,9 @@ RESULT_PASSED: 通过。
|
|
6778
6859
|
self._LastCheckTime = None
|
6779
6860
|
self._CheckResult = None
|
6780
6861
|
self._InstanceId = None
|
6862
|
+
self._ImageRegistryInfo = None
|
6863
|
+
self._ClusterID = None
|
6864
|
+
self._ClusterName = None
|
6781
6865
|
|
6782
6866
|
@property
|
6783
6867
|
def CustomerAssetId(self):
|
@@ -6875,6 +6959,30 @@ RESULT_PASSED: 通过。
|
|
6875
6959
|
def InstanceId(self, InstanceId):
|
6876
6960
|
self._InstanceId = InstanceId
|
6877
6961
|
|
6962
|
+
@property
|
6963
|
+
def ImageRegistryInfo(self):
|
6964
|
+
return self._ImageRegistryInfo
|
6965
|
+
|
6966
|
+
@ImageRegistryInfo.setter
|
6967
|
+
def ImageRegistryInfo(self, ImageRegistryInfo):
|
6968
|
+
self._ImageRegistryInfo = ImageRegistryInfo
|
6969
|
+
|
6970
|
+
@property
|
6971
|
+
def ClusterID(self):
|
6972
|
+
return self._ClusterID
|
6973
|
+
|
6974
|
+
@ClusterID.setter
|
6975
|
+
def ClusterID(self, ClusterID):
|
6976
|
+
self._ClusterID = ClusterID
|
6977
|
+
|
6978
|
+
@property
|
6979
|
+
def ClusterName(self):
|
6980
|
+
return self._ClusterName
|
6981
|
+
|
6982
|
+
@ClusterName.setter
|
6983
|
+
def ClusterName(self, ClusterName):
|
6984
|
+
self._ClusterName = ClusterName
|
6985
|
+
|
6878
6986
|
|
6879
6987
|
def _deserialize(self, params):
|
6880
6988
|
self._CustomerAssetId = params.get("CustomerAssetId")
|
@@ -6889,6 +6997,11 @@ RESULT_PASSED: 通过。
|
|
6889
6997
|
self._LastCheckTime = params.get("LastCheckTime")
|
6890
6998
|
self._CheckResult = params.get("CheckResult")
|
6891
6999
|
self._InstanceId = params.get("InstanceId")
|
7000
|
+
if params.get("ImageRegistryInfo") is not None:
|
7001
|
+
self._ImageRegistryInfo = ImageRegistryInfo()
|
7002
|
+
self._ImageRegistryInfo._deserialize(params.get("ImageRegistryInfo"))
|
7003
|
+
self._ClusterID = params.get("ClusterID")
|
7004
|
+
self._ClusterName = params.get("ClusterName")
|
6892
7005
|
memeber_set = set(params.keys())
|
6893
7006
|
for name, value in vars(self).items():
|
6894
7007
|
property_name = name[1:]
|
@@ -10847,8 +10960,6 @@ class CreateComponentExportJobRequest(AbstractModel):
|
|
10847
10960
|
r"""
|
10848
10961
|
:param _ImageID: 镜像ID
|
10849
10962
|
:type ImageID: str
|
10850
|
-
:param _ExportField: 导出字段
|
10851
|
-
:type ExportField: list of str
|
10852
10963
|
:param _Limit: 需要返回的数量,默认为10000,最大值为10000
|
10853
10964
|
:type Limit: int
|
10854
10965
|
:param _Offset: 偏移量,默认为0。
|
@@ -10860,14 +10971,16 @@ class CreateComponentExportJobRequest(AbstractModel):
|
|
10860
10971
|
:type By: str
|
10861
10972
|
:param _Order: 排序方式desc ,asc
|
10862
10973
|
:type Order: str
|
10974
|
+
:param _ExportField: 导出字段
|
10975
|
+
:type ExportField: list of str
|
10863
10976
|
"""
|
10864
10977
|
self._ImageID = None
|
10865
|
-
self._ExportField = None
|
10866
10978
|
self._Limit = None
|
10867
10979
|
self._Offset = None
|
10868
10980
|
self._Filters = None
|
10869
10981
|
self._By = None
|
10870
10982
|
self._Order = None
|
10983
|
+
self._ExportField = None
|
10871
10984
|
|
10872
10985
|
@property
|
10873
10986
|
def ImageID(self):
|
@@ -10877,14 +10990,6 @@ class CreateComponentExportJobRequest(AbstractModel):
|
|
10877
10990
|
def ImageID(self, ImageID):
|
10878
10991
|
self._ImageID = ImageID
|
10879
10992
|
|
10880
|
-
@property
|
10881
|
-
def ExportField(self):
|
10882
|
-
return self._ExportField
|
10883
|
-
|
10884
|
-
@ExportField.setter
|
10885
|
-
def ExportField(self, ExportField):
|
10886
|
-
self._ExportField = ExportField
|
10887
|
-
|
10888
10993
|
@property
|
10889
10994
|
def Limit(self):
|
10890
10995
|
return self._Limit
|
@@ -10925,10 +11030,17 @@ class CreateComponentExportJobRequest(AbstractModel):
|
|
10925
11030
|
def Order(self, Order):
|
10926
11031
|
self._Order = Order
|
10927
11032
|
|
11033
|
+
@property
|
11034
|
+
def ExportField(self):
|
11035
|
+
return self._ExportField
|
11036
|
+
|
11037
|
+
@ExportField.setter
|
11038
|
+
def ExportField(self, ExportField):
|
11039
|
+
self._ExportField = ExportField
|
11040
|
+
|
10928
11041
|
|
10929
11042
|
def _deserialize(self, params):
|
10930
11043
|
self._ImageID = params.get("ImageID")
|
10931
|
-
self._ExportField = params.get("ExportField")
|
10932
11044
|
self._Limit = params.get("Limit")
|
10933
11045
|
self._Offset = params.get("Offset")
|
10934
11046
|
if params.get("Filters") is not None:
|
@@ -10939,6 +11051,7 @@ class CreateComponentExportJobRequest(AbstractModel):
|
|
10939
11051
|
self._Filters.append(obj)
|
10940
11052
|
self._By = params.get("By")
|
10941
11053
|
self._Order = params.get("Order")
|
11054
|
+
self._ExportField = params.get("ExportField")
|
10942
11055
|
memeber_set = set(params.keys())
|
10943
11056
|
for name, value in vars(self).items():
|
10944
11057
|
property_name = name[1:]
|
@@ -11621,17 +11734,7 @@ class CreateHostExportJobRequest(AbstractModel):
|
|
11621
11734
|
|
11622
11735
|
def __init__(self):
|
11623
11736
|
r"""
|
11624
|
-
:param _Filters:
|
11625
|
-
<li>Status - String - 是否必填:否 - agent状态筛选,"ALL":"全部"(或不传该字段),"UNINSTALL":"未安装","OFFLINE":"离线", "ONLINE":"防护中"</li>
|
11626
|
-
<li>HostName - String - 是否必填:否 - 主机名筛选</li>
|
11627
|
-
<li>Group- String - 是否必填:否 - 主机群组搜索</li>
|
11628
|
-
<li>HostIP- string - 是否必填:否 - 主机ip搜索</li>
|
11629
|
-
<li>HostID- string - 是否必填:否 - 主机id搜索</li>
|
11630
|
-
<li>DockerVersion- string - 是否必填:否 - docker版本搜索</li>
|
11631
|
-
<li>MachineType- string - 是否必填:否 - 主机来源MachineType搜索,"ALL":"全部"(或不传该字段),主机来源:["CVM", "ECM", "LH", "BM"] 中的之一为腾讯云服务器;["Other"]之一非腾讯云服务器;</li>
|
11632
|
-
<li>DockerStatus- string - 是否必填:否 - docker安装状态,"ALL":"全部"(或不传该字段),"INSTALL":"已安装","UNINSTALL":"未安装"</li>
|
11633
|
-
<li>ProjectID- string - 是否必填:否 - 所属项目id搜索</li>
|
11634
|
-
<li>Tag:xxx(tag:key)- string- 是否必填:否 - 标签键值搜索 示例Filters":[{"Name":"tag:tke-kind","Values":["service"]}]</li>
|
11737
|
+
:param _Filters: 过滤条件。<li>Status-String-是否必填:否-agent状态筛选,"ALL": "全部"(或不传该字段), "UNINSTALL":"未安装", "OFFLINE":"离线", "ONLINE":"防护中"</li><li>HostName-String-是否必填:否-主机名筛选</li><li>Group-String-是否必填:否-主机群组搜索</li><li>HostIP-string-是否必填:否-主机ip搜索</li><li>HostID-string-是否必填:否-主机id搜索</li><li>DockerVersion-string-是否必填:否-docker版本搜索</li><li>MachineType-string-是否必填:否-主机来源MachineType搜索,"ALL": "全部"(或不传该字段), 主机来源:[ "CVM", "ECM", "LH", "BM" ]中的之一为腾讯云服务器;[ "Other" ]之一非腾讯云服务器;</li><li>DockerStatus-string-是否必填:否-docker安装状态,"ALL": "全部"(或不传该字段), "INSTALL": "已安装", "UNINSTALL": "未安装"</li><li>ProjectID-string-是否必填:否-所属项目id搜索</li><li>Tag:(tag: key)-string-是否必填:否-标签键值搜索示例Filters":[{"Name":"tag: tke-kind","Values":["service"]}]</li>
|
11635
11738
|
:type Filters: list of AssetFilters
|
11636
11739
|
:param _Limit: 偏移量,默认为0。
|
11637
11740
|
:type Limit: int
|
@@ -17662,10 +17765,16 @@ class DescribeAgentDaemonSetCmdResponse(AbstractModel):
|
|
17662
17765
|
r"""
|
17663
17766
|
:param _Command: 安装命令
|
17664
17767
|
:type Command: str
|
17768
|
+
:param _URL: 文件url
|
17769
|
+
:type URL: str
|
17770
|
+
:param _FileContent: 文件内容(base64编码)
|
17771
|
+
:type FileContent: str
|
17665
17772
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
17666
17773
|
:type RequestId: str
|
17667
17774
|
"""
|
17668
17775
|
self._Command = None
|
17776
|
+
self._URL = None
|
17777
|
+
self._FileContent = None
|
17669
17778
|
self._RequestId = None
|
17670
17779
|
|
17671
17780
|
@property
|
@@ -17676,6 +17785,22 @@ class DescribeAgentDaemonSetCmdResponse(AbstractModel):
|
|
17676
17785
|
def Command(self, Command):
|
17677
17786
|
self._Command = Command
|
17678
17787
|
|
17788
|
+
@property
|
17789
|
+
def URL(self):
|
17790
|
+
return self._URL
|
17791
|
+
|
17792
|
+
@URL.setter
|
17793
|
+
def URL(self, URL):
|
17794
|
+
self._URL = URL
|
17795
|
+
|
17796
|
+
@property
|
17797
|
+
def FileContent(self):
|
17798
|
+
return self._FileContent
|
17799
|
+
|
17800
|
+
@FileContent.setter
|
17801
|
+
def FileContent(self, FileContent):
|
17802
|
+
self._FileContent = FileContent
|
17803
|
+
|
17679
17804
|
@property
|
17680
17805
|
def RequestId(self):
|
17681
17806
|
return self._RequestId
|
@@ -17687,6 +17812,8 @@ class DescribeAgentDaemonSetCmdResponse(AbstractModel):
|
|
17687
17812
|
|
17688
17813
|
def _deserialize(self, params):
|
17689
17814
|
self._Command = params.get("Command")
|
17815
|
+
self._URL = params.get("URL")
|
17816
|
+
self._FileContent = params.get("FileContent")
|
17690
17817
|
self._RequestId = params.get("RequestId")
|
17691
17818
|
|
17692
17819
|
|
@@ -17709,6 +17836,8 @@ class DescribeAgentInstallCommandRequest(AbstractModel):
|
|
17709
17836
|
:type ExpireDate: str
|
17710
17837
|
:param _TagIds: 标签ID列表,IsCloud=false时才会生效
|
17711
17838
|
:type TagIds: list of int non-negative
|
17839
|
+
:param _Vip: 虚拟ip
|
17840
|
+
:type Vip: str
|
17712
17841
|
"""
|
17713
17842
|
self._IsCloud = None
|
17714
17843
|
self._NetType = None
|
@@ -17716,6 +17845,7 @@ class DescribeAgentInstallCommandRequest(AbstractModel):
|
|
17716
17845
|
self._VpcId = None
|
17717
17846
|
self._ExpireDate = None
|
17718
17847
|
self._TagIds = None
|
17848
|
+
self._Vip = None
|
17719
17849
|
|
17720
17850
|
@property
|
17721
17851
|
def IsCloud(self):
|
@@ -17765,6 +17895,14 @@ class DescribeAgentInstallCommandRequest(AbstractModel):
|
|
17765
17895
|
def TagIds(self, TagIds):
|
17766
17896
|
self._TagIds = TagIds
|
17767
17897
|
|
17898
|
+
@property
|
17899
|
+
def Vip(self):
|
17900
|
+
return self._Vip
|
17901
|
+
|
17902
|
+
@Vip.setter
|
17903
|
+
def Vip(self, Vip):
|
17904
|
+
self._Vip = Vip
|
17905
|
+
|
17768
17906
|
|
17769
17907
|
def _deserialize(self, params):
|
17770
17908
|
self._IsCloud = params.get("IsCloud")
|
@@ -17773,6 +17911,7 @@ class DescribeAgentInstallCommandRequest(AbstractModel):
|
|
17773
17911
|
self._VpcId = params.get("VpcId")
|
17774
17912
|
self._ExpireDate = params.get("ExpireDate")
|
17775
17913
|
self._TagIds = params.get("TagIds")
|
17914
|
+
self._Vip = params.get("Vip")
|
17776
17915
|
memeber_set = set(params.keys())
|
17777
17916
|
for name, value in vars(self).items():
|
17778
17917
|
property_name = name[1:]
|
@@ -17800,6 +17939,8 @@ class DescribeAgentInstallCommandResponse(AbstractModel):
|
|
17800
17939
|
:type WindowsStepTwo: str
|
17801
17940
|
:param _WindowsDownloadUrl: windows版agent下载链接
|
17802
17941
|
:type WindowsDownloadUrl: str
|
17942
|
+
:param _ARMCommand: arm架构系统安装命令
|
17943
|
+
:type ARMCommand: str
|
17803
17944
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
17804
17945
|
:type RequestId: str
|
17805
17946
|
"""
|
@@ -17808,6 +17949,7 @@ class DescribeAgentInstallCommandResponse(AbstractModel):
|
|
17808
17949
|
self._WindowsStepOne = None
|
17809
17950
|
self._WindowsStepTwo = None
|
17810
17951
|
self._WindowsDownloadUrl = None
|
17952
|
+
self._ARMCommand = None
|
17811
17953
|
self._RequestId = None
|
17812
17954
|
|
17813
17955
|
@property
|
@@ -17850,6 +17992,14 @@ class DescribeAgentInstallCommandResponse(AbstractModel):
|
|
17850
17992
|
def WindowsDownloadUrl(self, WindowsDownloadUrl):
|
17851
17993
|
self._WindowsDownloadUrl = WindowsDownloadUrl
|
17852
17994
|
|
17995
|
+
@property
|
17996
|
+
def ARMCommand(self):
|
17997
|
+
return self._ARMCommand
|
17998
|
+
|
17999
|
+
@ARMCommand.setter
|
18000
|
+
def ARMCommand(self, ARMCommand):
|
18001
|
+
self._ARMCommand = ARMCommand
|
18002
|
+
|
17853
18003
|
@property
|
17854
18004
|
def RequestId(self):
|
17855
18005
|
return self._RequestId
|
@@ -17865,6 +18015,7 @@ class DescribeAgentInstallCommandResponse(AbstractModel):
|
|
17865
18015
|
self._WindowsStepOne = params.get("WindowsStepOne")
|
17866
18016
|
self._WindowsStepTwo = params.get("WindowsStepTwo")
|
17867
18017
|
self._WindowsDownloadUrl = params.get("WindowsDownloadUrl")
|
18018
|
+
self._ARMCommand = params.get("ARMCommand")
|
17868
18019
|
self._RequestId = params.get("RequestId")
|
17869
18020
|
|
17870
18021
|
|
@@ -19502,7 +19653,7 @@ class DescribeAssetHostListRequest(AbstractModel):
|
|
19502
19653
|
:type Limit: int
|
19503
19654
|
:param _Offset: 偏移量,默认为0。
|
19504
19655
|
:type Offset: int
|
19505
|
-
:param _Filters:
|
19656
|
+
:param _Filters: 过滤条件。<li>Status-String-是否必填:否-agent状态筛选,"ALL": "全部"(或不传该字段), "UNINSTALL":"未安装", "OFFLINE":"离线", "ONLINE":"防护中"</li><li>HostName-String-是否必填:否-主机名筛选</li><li>Group-String-是否必填:否-主机群组搜索</li><li>HostIP-string-是否必填:否-主机ip搜索</li><li>HostID-string-是否必填:否-主机id搜索</li><li>DockerVersion-string-是否必填:否-docker版本搜索</li><li>MachineType-string-是否必填:否-主机来源MachineType搜索,"ALL": "全部"(或不传该字段), 主机来源:[ "CVM", "ECM", "LH", "BM" ]中的之一为腾讯云服务器;[ "Other" ]之一非腾讯云服务器;</li><li>DockerStatus-string-是否必填:否-docker安装状态,"ALL": "全部"(或不传该字段), "INSTALL": "已安装", "UNINSTALL": "未安装"</li><li>ProjectID-string-是否必填:否-所属项目id搜索</li><li>Tag:(tag: key)-string-是否必填:否-标签键值搜索示例Filters":[{"Name":"tag: tke-kind","Values":["service"]}]</li> <li>NonClusterNode: 是否查询非集群节点(true: 是,false: 否)</li>
|
19506
19657
|
:type Filters: list of AssetFilters
|
19507
19658
|
:param _By: 排序字段
|
19508
19659
|
:type By: str
|
@@ -21690,6 +21841,87 @@ class DescribeAssetImageRegistryRegistryListRequest(AbstractModel):
|
|
21690
21841
|
|
21691
21842
|
"""
|
21692
21843
|
|
21844
|
+
def __init__(self):
|
21845
|
+
r"""
|
21846
|
+
:param _Limit: 需要返回的数量,默认为10,最大值为100
|
21847
|
+
:type Limit: int
|
21848
|
+
:param _Offset: 偏移量,默认为0
|
21849
|
+
:type Offset: int
|
21850
|
+
:param _Filters: 过滤字段
|
21851
|
+
IsAuthorized是否授权,取值全部all,未授权0,已授权1
|
21852
|
+
:type Filters: list of AssetFilters
|
21853
|
+
:param _By: 排序字段
|
21854
|
+
:type By: str
|
21855
|
+
:param _Order: 排序方式,asc,desc
|
21856
|
+
:type Order: str
|
21857
|
+
"""
|
21858
|
+
self._Limit = None
|
21859
|
+
self._Offset = None
|
21860
|
+
self._Filters = None
|
21861
|
+
self._By = None
|
21862
|
+
self._Order = None
|
21863
|
+
|
21864
|
+
@property
|
21865
|
+
def Limit(self):
|
21866
|
+
return self._Limit
|
21867
|
+
|
21868
|
+
@Limit.setter
|
21869
|
+
def Limit(self, Limit):
|
21870
|
+
self._Limit = Limit
|
21871
|
+
|
21872
|
+
@property
|
21873
|
+
def Offset(self):
|
21874
|
+
return self._Offset
|
21875
|
+
|
21876
|
+
@Offset.setter
|
21877
|
+
def Offset(self, Offset):
|
21878
|
+
self._Offset = Offset
|
21879
|
+
|
21880
|
+
@property
|
21881
|
+
def Filters(self):
|
21882
|
+
return self._Filters
|
21883
|
+
|
21884
|
+
@Filters.setter
|
21885
|
+
def Filters(self, Filters):
|
21886
|
+
self._Filters = Filters
|
21887
|
+
|
21888
|
+
@property
|
21889
|
+
def By(self):
|
21890
|
+
return self._By
|
21891
|
+
|
21892
|
+
@By.setter
|
21893
|
+
def By(self, By):
|
21894
|
+
self._By = By
|
21895
|
+
|
21896
|
+
@property
|
21897
|
+
def Order(self):
|
21898
|
+
return self._Order
|
21899
|
+
|
21900
|
+
@Order.setter
|
21901
|
+
def Order(self, Order):
|
21902
|
+
self._Order = Order
|
21903
|
+
|
21904
|
+
|
21905
|
+
def _deserialize(self, params):
|
21906
|
+
self._Limit = params.get("Limit")
|
21907
|
+
self._Offset = params.get("Offset")
|
21908
|
+
if params.get("Filters") is not None:
|
21909
|
+
self._Filters = []
|
21910
|
+
for item in params.get("Filters"):
|
21911
|
+
obj = AssetFilters()
|
21912
|
+
obj._deserialize(item)
|
21913
|
+
self._Filters.append(obj)
|
21914
|
+
self._By = params.get("By")
|
21915
|
+
self._Order = params.get("Order")
|
21916
|
+
memeber_set = set(params.keys())
|
21917
|
+
for name, value in vars(self).items():
|
21918
|
+
property_name = name[1:]
|
21919
|
+
if property_name in memeber_set:
|
21920
|
+
memeber_set.remove(property_name)
|
21921
|
+
if len(memeber_set) > 0:
|
21922
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
21923
|
+
|
21924
|
+
|
21693
21925
|
|
21694
21926
|
class DescribeAssetImageRegistryRegistryListResponse(AbstractModel):
|
21695
21927
|
"""DescribeAssetImageRegistryRegistryList返回参数结构体
|
@@ -21698,11 +21930,35 @@ class DescribeAssetImageRegistryRegistryListResponse(AbstractModel):
|
|
21698
21930
|
|
21699
21931
|
def __init__(self):
|
21700
21932
|
r"""
|
21933
|
+
:param _List: 镜像仓库列表
|
21934
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
21935
|
+
:type List: list of ImageRepoRegistryInfo
|
21936
|
+
:param _TotalCount: 总数量
|
21937
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
21938
|
+
:type TotalCount: int
|
21701
21939
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
21702
21940
|
:type RequestId: str
|
21703
21941
|
"""
|
21942
|
+
self._List = None
|
21943
|
+
self._TotalCount = None
|
21704
21944
|
self._RequestId = None
|
21705
21945
|
|
21946
|
+
@property
|
21947
|
+
def List(self):
|
21948
|
+
return self._List
|
21949
|
+
|
21950
|
+
@List.setter
|
21951
|
+
def List(self, List):
|
21952
|
+
self._List = List
|
21953
|
+
|
21954
|
+
@property
|
21955
|
+
def TotalCount(self):
|
21956
|
+
return self._TotalCount
|
21957
|
+
|
21958
|
+
@TotalCount.setter
|
21959
|
+
def TotalCount(self, TotalCount):
|
21960
|
+
self._TotalCount = TotalCount
|
21961
|
+
|
21706
21962
|
@property
|
21707
21963
|
def RequestId(self):
|
21708
21964
|
return self._RequestId
|
@@ -21713,6 +21969,13 @@ class DescribeAssetImageRegistryRegistryListResponse(AbstractModel):
|
|
21713
21969
|
|
21714
21970
|
|
21715
21971
|
def _deserialize(self, params):
|
21972
|
+
if params.get("List") is not None:
|
21973
|
+
self._List = []
|
21974
|
+
for item in params.get("List"):
|
21975
|
+
obj = ImageRepoRegistryInfo()
|
21976
|
+
obj._deserialize(item)
|
21977
|
+
self._List.append(obj)
|
21978
|
+
self._TotalCount = params.get("TotalCount")
|
21716
21979
|
self._RequestId = params.get("RequestId")
|
21717
21980
|
|
21718
21981
|
|
@@ -25509,6 +25772,8 @@ class DescribeClusterDetailResponse(AbstractModel):
|
|
25509
25772
|
:type ClusterNodeNum: int
|
25510
25773
|
:param _ClusterStatus: 集群状态 (Running 运行中 Creating 创建中 Abnormal 异常 )
|
25511
25774
|
:type ClusterStatus: str
|
25775
|
+
:param _ClusterSubStatus: 集群运行子状态
|
25776
|
+
:type ClusterSubStatus: str
|
25512
25777
|
:param _ClusterType: 集群类型:为托管集群MANAGED_CLUSTER、独立集群INDEPENDENT_CLUSTER
|
25513
25778
|
:type ClusterType: str
|
25514
25779
|
:param _Region: 集群区域
|
@@ -25555,6 +25820,7 @@ class DescribeClusterDetailResponse(AbstractModel):
|
|
25555
25820
|
self._ContainerRuntime = None
|
25556
25821
|
self._ClusterNodeNum = None
|
25557
25822
|
self._ClusterStatus = None
|
25823
|
+
self._ClusterSubStatus = None
|
25558
25824
|
self._ClusterType = None
|
25559
25825
|
self._Region = None
|
25560
25826
|
self._SeriousRiskCount = None
|
@@ -25631,6 +25897,14 @@ class DescribeClusterDetailResponse(AbstractModel):
|
|
25631
25897
|
def ClusterStatus(self, ClusterStatus):
|
25632
25898
|
self._ClusterStatus = ClusterStatus
|
25633
25899
|
|
25900
|
+
@property
|
25901
|
+
def ClusterSubStatus(self):
|
25902
|
+
return self._ClusterSubStatus
|
25903
|
+
|
25904
|
+
@ClusterSubStatus.setter
|
25905
|
+
def ClusterSubStatus(self, ClusterSubStatus):
|
25906
|
+
self._ClusterSubStatus = ClusterSubStatus
|
25907
|
+
|
25634
25908
|
@property
|
25635
25909
|
def ClusterType(self):
|
25636
25910
|
return self._ClusterType
|
@@ -25792,6 +26066,7 @@ class DescribeClusterDetailResponse(AbstractModel):
|
|
25792
26066
|
self._ContainerRuntime = params.get("ContainerRuntime")
|
25793
26067
|
self._ClusterNodeNum = params.get("ClusterNodeNum")
|
25794
26068
|
self._ClusterStatus = params.get("ClusterStatus")
|
26069
|
+
self._ClusterSubStatus = params.get("ClusterSubStatus")
|
25795
26070
|
self._ClusterType = params.get("ClusterType")
|
25796
26071
|
self._Region = params.get("Region")
|
25797
26072
|
self._SeriousRiskCount = params.get("SeriousRiskCount")
|
@@ -26349,6 +26624,10 @@ class DescribeComplianceAssetListRequest(AbstractModel):
|
|
26349
26624
|
def __init__(self):
|
26350
26625
|
r"""
|
26351
26626
|
:param _AssetTypeSet: 资产类型列表。
|
26627
|
+
ASSET_CONTAINER, 容器
|
26628
|
+
ASSET_IMAGE, 镜像
|
26629
|
+
ASSET_HOST, 主机
|
26630
|
+
ASSET_K8S, K8S资产
|
26352
26631
|
:type AssetTypeSet: list of str
|
26353
26632
|
:param _Offset: 起始偏移量,默认为0。
|
26354
26633
|
:type Offset: int
|
@@ -45411,12 +45690,13 @@ class EscapeRuleEnabled(AbstractModel):
|
|
45411
45690
|
def __init__(self):
|
45412
45691
|
r"""
|
45413
45692
|
:param _Type: 规则类型
|
45414
|
-
|
45415
|
-
|
45416
|
-
|
45417
|
-
|
45418
|
-
|
45419
|
-
|
45693
|
+
ESCAPE_CGROUPS:利用cgroup机制逃逸
|
45694
|
+
ESCAPE_TAMPER_SENSITIVE_FILE:篡改敏感文件逃逸
|
45695
|
+
ESCAPE_DOCKER_API:访问Docker API接口逃逸
|
45696
|
+
ESCAPE_VUL_OCCURRED:逃逸漏洞利用
|
45697
|
+
MOUNT_SENSITIVE_PTAH:敏感路径挂载
|
45698
|
+
PRIVILEGE_CONTAINER_START:特权容器
|
45699
|
+
PRIVILEGE:程序提权逃逸
|
45420
45700
|
:type Type: str
|
45421
45701
|
:param _IsEnable: 是否打开:false否 ,true是
|
45422
45702
|
:type IsEnable: bool
|
@@ -46985,6 +47265,70 @@ class ImageProgress(AbstractModel):
|
|
46985
47265
|
|
46986
47266
|
|
46987
47267
|
|
47268
|
+
class ImageRegistryInfo(AbstractModel):
|
47269
|
+
"""镜像仓库详情
|
47270
|
+
|
47271
|
+
"""
|
47272
|
+
|
47273
|
+
def __init__(self):
|
47274
|
+
r"""
|
47275
|
+
:param _Name: 仓库名称
|
47276
|
+
:type Name: str
|
47277
|
+
:param _Type: 仓库类型
|
47278
|
+
aws
|
47279
|
+
ccr
|
47280
|
+
harbor
|
47281
|
+
jfrog
|
47282
|
+
other-tcr
|
47283
|
+
quay
|
47284
|
+
tcr
|
47285
|
+
:type Type: str
|
47286
|
+
:param _Address: 仓库地址
|
47287
|
+
:type Address: str
|
47288
|
+
"""
|
47289
|
+
self._Name = None
|
47290
|
+
self._Type = None
|
47291
|
+
self._Address = None
|
47292
|
+
|
47293
|
+
@property
|
47294
|
+
def Name(self):
|
47295
|
+
return self._Name
|
47296
|
+
|
47297
|
+
@Name.setter
|
47298
|
+
def Name(self, Name):
|
47299
|
+
self._Name = Name
|
47300
|
+
|
47301
|
+
@property
|
47302
|
+
def Type(self):
|
47303
|
+
return self._Type
|
47304
|
+
|
47305
|
+
@Type.setter
|
47306
|
+
def Type(self, Type):
|
47307
|
+
self._Type = Type
|
47308
|
+
|
47309
|
+
@property
|
47310
|
+
def Address(self):
|
47311
|
+
return self._Address
|
47312
|
+
|
47313
|
+
@Address.setter
|
47314
|
+
def Address(self, Address):
|
47315
|
+
self._Address = Address
|
47316
|
+
|
47317
|
+
|
47318
|
+
def _deserialize(self, params):
|
47319
|
+
self._Name = params.get("Name")
|
47320
|
+
self._Type = params.get("Type")
|
47321
|
+
self._Address = params.get("Address")
|
47322
|
+
memeber_set = set(params.keys())
|
47323
|
+
for name, value in vars(self).items():
|
47324
|
+
property_name = name[1:]
|
47325
|
+
if property_name in memeber_set:
|
47326
|
+
memeber_set.remove(property_name)
|
47327
|
+
if len(memeber_set) > 0:
|
47328
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
47329
|
+
|
47330
|
+
|
47331
|
+
|
46988
47332
|
class ImageRepoInfo(AbstractModel):
|
46989
47333
|
"""容器安全镜像仓库列表
|
46990
47334
|
|
@@ -47553,6 +47897,237 @@ class ImageRepoInfo(AbstractModel):
|
|
47553
47897
|
|
47554
47898
|
|
47555
47899
|
|
47900
|
+
class ImageRepoRegistryInfo(AbstractModel):
|
47901
|
+
"""容器安全镜像仓库列表
|
47902
|
+
|
47903
|
+
"""
|
47904
|
+
|
47905
|
+
def __init__(self):
|
47906
|
+
r"""
|
47907
|
+
:param _RegistryId: 仓库id
|
47908
|
+
:type RegistryId: int
|
47909
|
+
:param _Name: 仓库名
|
47910
|
+
:type Name: str
|
47911
|
+
:param _RegistryType: 仓库类型,列表:harbor、tcr
|
47912
|
+
:type RegistryType: str
|
47913
|
+
:param _Url: 仓库url
|
47914
|
+
:type Url: str
|
47915
|
+
:param _NetType: 网络类型,列表:public
|
47916
|
+
:type NetType: str
|
47917
|
+
:param _RegistryRegion: 区域,列表:default
|
47918
|
+
:type RegistryRegion: str
|
47919
|
+
:param _RegistryVersion: 仓库版本
|
47920
|
+
:type RegistryVersion: str
|
47921
|
+
:param _ConnectMsg: 仓库连接错误信息,待废弃,请使用ConnDetectException
|
47922
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
47923
|
+
:type ConnectMsg: str
|
47924
|
+
:param _ConnDetectType: 联通性检测方式
|
47925
|
+
:type ConnDetectType: str
|
47926
|
+
:param _ConnDetectHostCount: 联通性检测主机数
|
47927
|
+
:type ConnDetectHostCount: int
|
47928
|
+
:param _ConnDetectDetail: 联通性检测详情
|
47929
|
+
:type ConnDetectDetail: list of RegistryConnDetectResult
|
47930
|
+
:param _InstanceID: tcr情况下的instance_id
|
47931
|
+
:type InstanceID: str
|
47932
|
+
:param _LatestSyncTime: 最近同步成功时间
|
47933
|
+
:type LatestSyncTime: str
|
47934
|
+
:param _SyncStatus: 同步状态
|
47935
|
+
:type SyncStatus: str
|
47936
|
+
:param _SyncFailReason: 同步失败原因
|
47937
|
+
:type SyncFailReason: str
|
47938
|
+
:param _SyncSolution: 同步失败解决方案
|
47939
|
+
:type SyncSolution: str
|
47940
|
+
:param _SyncMessage: 同步失败信息
|
47941
|
+
:type SyncMessage: str
|
47942
|
+
"""
|
47943
|
+
self._RegistryId = None
|
47944
|
+
self._Name = None
|
47945
|
+
self._RegistryType = None
|
47946
|
+
self._Url = None
|
47947
|
+
self._NetType = None
|
47948
|
+
self._RegistryRegion = None
|
47949
|
+
self._RegistryVersion = None
|
47950
|
+
self._ConnectMsg = None
|
47951
|
+
self._ConnDetectType = None
|
47952
|
+
self._ConnDetectHostCount = None
|
47953
|
+
self._ConnDetectDetail = None
|
47954
|
+
self._InstanceID = None
|
47955
|
+
self._LatestSyncTime = None
|
47956
|
+
self._SyncStatus = None
|
47957
|
+
self._SyncFailReason = None
|
47958
|
+
self._SyncSolution = None
|
47959
|
+
self._SyncMessage = None
|
47960
|
+
|
47961
|
+
@property
|
47962
|
+
def RegistryId(self):
|
47963
|
+
return self._RegistryId
|
47964
|
+
|
47965
|
+
@RegistryId.setter
|
47966
|
+
def RegistryId(self, RegistryId):
|
47967
|
+
self._RegistryId = RegistryId
|
47968
|
+
|
47969
|
+
@property
|
47970
|
+
def Name(self):
|
47971
|
+
return self._Name
|
47972
|
+
|
47973
|
+
@Name.setter
|
47974
|
+
def Name(self, Name):
|
47975
|
+
self._Name = Name
|
47976
|
+
|
47977
|
+
@property
|
47978
|
+
def RegistryType(self):
|
47979
|
+
return self._RegistryType
|
47980
|
+
|
47981
|
+
@RegistryType.setter
|
47982
|
+
def RegistryType(self, RegistryType):
|
47983
|
+
self._RegistryType = RegistryType
|
47984
|
+
|
47985
|
+
@property
|
47986
|
+
def Url(self):
|
47987
|
+
return self._Url
|
47988
|
+
|
47989
|
+
@Url.setter
|
47990
|
+
def Url(self, Url):
|
47991
|
+
self._Url = Url
|
47992
|
+
|
47993
|
+
@property
|
47994
|
+
def NetType(self):
|
47995
|
+
return self._NetType
|
47996
|
+
|
47997
|
+
@NetType.setter
|
47998
|
+
def NetType(self, NetType):
|
47999
|
+
self._NetType = NetType
|
48000
|
+
|
48001
|
+
@property
|
48002
|
+
def RegistryRegion(self):
|
48003
|
+
return self._RegistryRegion
|
48004
|
+
|
48005
|
+
@RegistryRegion.setter
|
48006
|
+
def RegistryRegion(self, RegistryRegion):
|
48007
|
+
self._RegistryRegion = RegistryRegion
|
48008
|
+
|
48009
|
+
@property
|
48010
|
+
def RegistryVersion(self):
|
48011
|
+
return self._RegistryVersion
|
48012
|
+
|
48013
|
+
@RegistryVersion.setter
|
48014
|
+
def RegistryVersion(self, RegistryVersion):
|
48015
|
+
self._RegistryVersion = RegistryVersion
|
48016
|
+
|
48017
|
+
@property
|
48018
|
+
def ConnectMsg(self):
|
48019
|
+
return self._ConnectMsg
|
48020
|
+
|
48021
|
+
@ConnectMsg.setter
|
48022
|
+
def ConnectMsg(self, ConnectMsg):
|
48023
|
+
self._ConnectMsg = ConnectMsg
|
48024
|
+
|
48025
|
+
@property
|
48026
|
+
def ConnDetectType(self):
|
48027
|
+
return self._ConnDetectType
|
48028
|
+
|
48029
|
+
@ConnDetectType.setter
|
48030
|
+
def ConnDetectType(self, ConnDetectType):
|
48031
|
+
self._ConnDetectType = ConnDetectType
|
48032
|
+
|
48033
|
+
@property
|
48034
|
+
def ConnDetectHostCount(self):
|
48035
|
+
return self._ConnDetectHostCount
|
48036
|
+
|
48037
|
+
@ConnDetectHostCount.setter
|
48038
|
+
def ConnDetectHostCount(self, ConnDetectHostCount):
|
48039
|
+
self._ConnDetectHostCount = ConnDetectHostCount
|
48040
|
+
|
48041
|
+
@property
|
48042
|
+
def ConnDetectDetail(self):
|
48043
|
+
return self._ConnDetectDetail
|
48044
|
+
|
48045
|
+
@ConnDetectDetail.setter
|
48046
|
+
def ConnDetectDetail(self, ConnDetectDetail):
|
48047
|
+
self._ConnDetectDetail = ConnDetectDetail
|
48048
|
+
|
48049
|
+
@property
|
48050
|
+
def InstanceID(self):
|
48051
|
+
return self._InstanceID
|
48052
|
+
|
48053
|
+
@InstanceID.setter
|
48054
|
+
def InstanceID(self, InstanceID):
|
48055
|
+
self._InstanceID = InstanceID
|
48056
|
+
|
48057
|
+
@property
|
48058
|
+
def LatestSyncTime(self):
|
48059
|
+
return self._LatestSyncTime
|
48060
|
+
|
48061
|
+
@LatestSyncTime.setter
|
48062
|
+
def LatestSyncTime(self, LatestSyncTime):
|
48063
|
+
self._LatestSyncTime = LatestSyncTime
|
48064
|
+
|
48065
|
+
@property
|
48066
|
+
def SyncStatus(self):
|
48067
|
+
return self._SyncStatus
|
48068
|
+
|
48069
|
+
@SyncStatus.setter
|
48070
|
+
def SyncStatus(self, SyncStatus):
|
48071
|
+
self._SyncStatus = SyncStatus
|
48072
|
+
|
48073
|
+
@property
|
48074
|
+
def SyncFailReason(self):
|
48075
|
+
return self._SyncFailReason
|
48076
|
+
|
48077
|
+
@SyncFailReason.setter
|
48078
|
+
def SyncFailReason(self, SyncFailReason):
|
48079
|
+
self._SyncFailReason = SyncFailReason
|
48080
|
+
|
48081
|
+
@property
|
48082
|
+
def SyncSolution(self):
|
48083
|
+
return self._SyncSolution
|
48084
|
+
|
48085
|
+
@SyncSolution.setter
|
48086
|
+
def SyncSolution(self, SyncSolution):
|
48087
|
+
self._SyncSolution = SyncSolution
|
48088
|
+
|
48089
|
+
@property
|
48090
|
+
def SyncMessage(self):
|
48091
|
+
return self._SyncMessage
|
48092
|
+
|
48093
|
+
@SyncMessage.setter
|
48094
|
+
def SyncMessage(self, SyncMessage):
|
48095
|
+
self._SyncMessage = SyncMessage
|
48096
|
+
|
48097
|
+
|
48098
|
+
def _deserialize(self, params):
|
48099
|
+
self._RegistryId = params.get("RegistryId")
|
48100
|
+
self._Name = params.get("Name")
|
48101
|
+
self._RegistryType = params.get("RegistryType")
|
48102
|
+
self._Url = params.get("Url")
|
48103
|
+
self._NetType = params.get("NetType")
|
48104
|
+
self._RegistryRegion = params.get("RegistryRegion")
|
48105
|
+
self._RegistryVersion = params.get("RegistryVersion")
|
48106
|
+
self._ConnectMsg = params.get("ConnectMsg")
|
48107
|
+
self._ConnDetectType = params.get("ConnDetectType")
|
48108
|
+
self._ConnDetectHostCount = params.get("ConnDetectHostCount")
|
48109
|
+
if params.get("ConnDetectDetail") is not None:
|
48110
|
+
self._ConnDetectDetail = []
|
48111
|
+
for item in params.get("ConnDetectDetail"):
|
48112
|
+
obj = RegistryConnDetectResult()
|
48113
|
+
obj._deserialize(item)
|
48114
|
+
self._ConnDetectDetail.append(obj)
|
48115
|
+
self._InstanceID = params.get("InstanceID")
|
48116
|
+
self._LatestSyncTime = params.get("LatestSyncTime")
|
48117
|
+
self._SyncStatus = params.get("SyncStatus")
|
48118
|
+
self._SyncFailReason = params.get("SyncFailReason")
|
48119
|
+
self._SyncSolution = params.get("SyncSolution")
|
48120
|
+
self._SyncMessage = params.get("SyncMessage")
|
48121
|
+
memeber_set = set(params.keys())
|
48122
|
+
for name, value in vars(self).items():
|
48123
|
+
property_name = name[1:]
|
48124
|
+
if property_name in memeber_set:
|
48125
|
+
memeber_set.remove(property_name)
|
48126
|
+
if len(memeber_set) > 0:
|
48127
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
48128
|
+
|
48129
|
+
|
48130
|
+
|
47556
48131
|
class ImageRisk(AbstractModel):
|
47557
48132
|
"""容器安全镜像高危行为信息
|
47558
48133
|
|
@@ -47898,12 +48473,15 @@ class ImageSimpleInfo(AbstractModel):
|
|
47898
48473
|
:type ImageType: str
|
47899
48474
|
:param _ContainerCnt: 关联容器数
|
47900
48475
|
:type ContainerCnt: int
|
48476
|
+
:param _HostCnt: 关联主机数
|
48477
|
+
:type HostCnt: int
|
47901
48478
|
"""
|
47902
48479
|
self._ImageID = None
|
47903
48480
|
self._ImageName = None
|
47904
48481
|
self._Size = None
|
47905
48482
|
self._ImageType = None
|
47906
48483
|
self._ContainerCnt = None
|
48484
|
+
self._HostCnt = None
|
47907
48485
|
|
47908
48486
|
@property
|
47909
48487
|
def ImageID(self):
|
@@ -47945,6 +48523,14 @@ class ImageSimpleInfo(AbstractModel):
|
|
47945
48523
|
def ContainerCnt(self, ContainerCnt):
|
47946
48524
|
self._ContainerCnt = ContainerCnt
|
47947
48525
|
|
48526
|
+
@property
|
48527
|
+
def HostCnt(self):
|
48528
|
+
return self._HostCnt
|
48529
|
+
|
48530
|
+
@HostCnt.setter
|
48531
|
+
def HostCnt(self, HostCnt):
|
48532
|
+
self._HostCnt = HostCnt
|
48533
|
+
|
47948
48534
|
|
47949
48535
|
def _deserialize(self, params):
|
47950
48536
|
self._ImageID = params.get("ImageID")
|
@@ -47952,6 +48538,7 @@ class ImageSimpleInfo(AbstractModel):
|
|
47952
48538
|
self._Size = params.get("Size")
|
47953
48539
|
self._ImageType = params.get("ImageType")
|
47954
48540
|
self._ContainerCnt = params.get("ContainerCnt")
|
48541
|
+
self._HostCnt = params.get("HostCnt")
|
47955
48542
|
memeber_set = set(params.keys())
|
47956
48543
|
for name, value in vars(self).items():
|
47957
48544
|
property_name = name[1:]
|
@@ -49427,7 +50014,7 @@ class K8sApiAbnormalEventInfo(AbstractModel):
|
|
49427
50014
|
:type ClusterID: str
|
49428
50015
|
:param _ClusterName: 集群名称
|
49429
50016
|
:type ClusterName: str
|
49430
|
-
:param _ClusterRunningStatus:
|
50017
|
+
:param _ClusterRunningStatus: 集群运行状态,CSR_RUNNING-运行中,CSR_EXCEPTION-异常,CSR_CREATING-创建中
|
49431
50018
|
:type ClusterRunningStatus: str
|
49432
50019
|
:param _FirstCreateTime: 初次生成时间
|
49433
50020
|
:type FirstCreateTime: str
|
@@ -52721,7 +53308,7 @@ class ModifyVirusAutoIsolateExampleSwitchRequest(AbstractModel):
|
|
52721
53308
|
|
52722
53309
|
def __init__(self):
|
52723
53310
|
r"""
|
52724
|
-
:param _MD5: 文件
|
53311
|
+
:param _MD5: 文件MD5值
|
52725
53312
|
:type MD5: str
|
52726
53313
|
:param _Status: 开关(开:true 关: false)
|
52727
53314
|
:type Status: bool
|
@@ -55957,6 +56544,28 @@ class ReverseShellEventInfo(AbstractModel):
|
|
55957
56544
|
正在重启中: RESTARTING
|
55958
56545
|
迁移中: REMOVING
|
55959
56546
|
:type ContainerStatus: str
|
56547
|
+
:param _ClusterID: 集群id
|
56548
|
+
:type ClusterID: str
|
56549
|
+
:param _NodeType: 节点类型:NORMAL普通节点、SUPER超级节点
|
56550
|
+
:type NodeType: str
|
56551
|
+
:param _PodName: pod name
|
56552
|
+
:type PodName: str
|
56553
|
+
:param _PodIP: pod ip
|
56554
|
+
:type PodIP: str
|
56555
|
+
:param _NodeUniqueID: 节点唯一id
|
56556
|
+
:type NodeUniqueID: str
|
56557
|
+
:param _PublicIP: 节点公网ip
|
56558
|
+
:type PublicIP: str
|
56559
|
+
:param _NodeName: 节点名称
|
56560
|
+
:type NodeName: str
|
56561
|
+
:param _HostID: uuid
|
56562
|
+
:type HostID: str
|
56563
|
+
:param _HostIP: 节点内网ip
|
56564
|
+
:type HostIP: str
|
56565
|
+
:param _NodeID: 节点 id
|
56566
|
+
:type NodeID: str
|
56567
|
+
:param _ClusterName: 集群名称
|
56568
|
+
:type ClusterName: str
|
55960
56569
|
"""
|
55961
56570
|
self._ProcessName = None
|
55962
56571
|
self._ProcessPath = None
|
@@ -55978,6 +56587,17 @@ class ReverseShellEventInfo(AbstractModel):
|
|
55978
56587
|
self._ContainerNetSubStatus = None
|
55979
56588
|
self._ContainerIsolateOperationSrc = None
|
55980
56589
|
self._ContainerStatus = None
|
56590
|
+
self._ClusterID = None
|
56591
|
+
self._NodeType = None
|
56592
|
+
self._PodName = None
|
56593
|
+
self._PodIP = None
|
56594
|
+
self._NodeUniqueID = None
|
56595
|
+
self._PublicIP = None
|
56596
|
+
self._NodeName = None
|
56597
|
+
self._HostID = None
|
56598
|
+
self._HostIP = None
|
56599
|
+
self._NodeID = None
|
56600
|
+
self._ClusterName = None
|
55981
56601
|
|
55982
56602
|
@property
|
55983
56603
|
def ProcessName(self):
|
@@ -56139,6 +56759,94 @@ class ReverseShellEventInfo(AbstractModel):
|
|
56139
56759
|
def ContainerStatus(self, ContainerStatus):
|
56140
56760
|
self._ContainerStatus = ContainerStatus
|
56141
56761
|
|
56762
|
+
@property
|
56763
|
+
def ClusterID(self):
|
56764
|
+
return self._ClusterID
|
56765
|
+
|
56766
|
+
@ClusterID.setter
|
56767
|
+
def ClusterID(self, ClusterID):
|
56768
|
+
self._ClusterID = ClusterID
|
56769
|
+
|
56770
|
+
@property
|
56771
|
+
def NodeType(self):
|
56772
|
+
return self._NodeType
|
56773
|
+
|
56774
|
+
@NodeType.setter
|
56775
|
+
def NodeType(self, NodeType):
|
56776
|
+
self._NodeType = NodeType
|
56777
|
+
|
56778
|
+
@property
|
56779
|
+
def PodName(self):
|
56780
|
+
return self._PodName
|
56781
|
+
|
56782
|
+
@PodName.setter
|
56783
|
+
def PodName(self, PodName):
|
56784
|
+
self._PodName = PodName
|
56785
|
+
|
56786
|
+
@property
|
56787
|
+
def PodIP(self):
|
56788
|
+
return self._PodIP
|
56789
|
+
|
56790
|
+
@PodIP.setter
|
56791
|
+
def PodIP(self, PodIP):
|
56792
|
+
self._PodIP = PodIP
|
56793
|
+
|
56794
|
+
@property
|
56795
|
+
def NodeUniqueID(self):
|
56796
|
+
return self._NodeUniqueID
|
56797
|
+
|
56798
|
+
@NodeUniqueID.setter
|
56799
|
+
def NodeUniqueID(self, NodeUniqueID):
|
56800
|
+
self._NodeUniqueID = NodeUniqueID
|
56801
|
+
|
56802
|
+
@property
|
56803
|
+
def PublicIP(self):
|
56804
|
+
return self._PublicIP
|
56805
|
+
|
56806
|
+
@PublicIP.setter
|
56807
|
+
def PublicIP(self, PublicIP):
|
56808
|
+
self._PublicIP = PublicIP
|
56809
|
+
|
56810
|
+
@property
|
56811
|
+
def NodeName(self):
|
56812
|
+
return self._NodeName
|
56813
|
+
|
56814
|
+
@NodeName.setter
|
56815
|
+
def NodeName(self, NodeName):
|
56816
|
+
self._NodeName = NodeName
|
56817
|
+
|
56818
|
+
@property
|
56819
|
+
def HostID(self):
|
56820
|
+
return self._HostID
|
56821
|
+
|
56822
|
+
@HostID.setter
|
56823
|
+
def HostID(self, HostID):
|
56824
|
+
self._HostID = HostID
|
56825
|
+
|
56826
|
+
@property
|
56827
|
+
def HostIP(self):
|
56828
|
+
return self._HostIP
|
56829
|
+
|
56830
|
+
@HostIP.setter
|
56831
|
+
def HostIP(self, HostIP):
|
56832
|
+
self._HostIP = HostIP
|
56833
|
+
|
56834
|
+
@property
|
56835
|
+
def NodeID(self):
|
56836
|
+
return self._NodeID
|
56837
|
+
|
56838
|
+
@NodeID.setter
|
56839
|
+
def NodeID(self, NodeID):
|
56840
|
+
self._NodeID = NodeID
|
56841
|
+
|
56842
|
+
@property
|
56843
|
+
def ClusterName(self):
|
56844
|
+
return self._ClusterName
|
56845
|
+
|
56846
|
+
@ClusterName.setter
|
56847
|
+
def ClusterName(self, ClusterName):
|
56848
|
+
self._ClusterName = ClusterName
|
56849
|
+
|
56142
56850
|
|
56143
56851
|
def _deserialize(self, params):
|
56144
56852
|
self._ProcessName = params.get("ProcessName")
|
@@ -56161,6 +56869,17 @@ class ReverseShellEventInfo(AbstractModel):
|
|
56161
56869
|
self._ContainerNetSubStatus = params.get("ContainerNetSubStatus")
|
56162
56870
|
self._ContainerIsolateOperationSrc = params.get("ContainerIsolateOperationSrc")
|
56163
56871
|
self._ContainerStatus = params.get("ContainerStatus")
|
56872
|
+
self._ClusterID = params.get("ClusterID")
|
56873
|
+
self._NodeType = params.get("NodeType")
|
56874
|
+
self._PodName = params.get("PodName")
|
56875
|
+
self._PodIP = params.get("PodIP")
|
56876
|
+
self._NodeUniqueID = params.get("NodeUniqueID")
|
56877
|
+
self._PublicIP = params.get("PublicIP")
|
56878
|
+
self._NodeName = params.get("NodeName")
|
56879
|
+
self._HostID = params.get("HostID")
|
56880
|
+
self._HostIP = params.get("HostIP")
|
56881
|
+
self._NodeID = params.get("NodeID")
|
56882
|
+
self._ClusterName = params.get("ClusterName")
|
56164
56883
|
memeber_set = set(params.keys())
|
56165
56884
|
for name, value in vars(self).items():
|
56166
56885
|
property_name = name[1:]
|
@@ -60401,6 +61120,12 @@ class SupportDefenceVul(AbstractModel):
|
|
60401
61120
|
:type CVEID: str
|
60402
61121
|
:param _SubmitTime: 漏洞披露时间
|
60403
61122
|
:type SubmitTime: str
|
61123
|
+
:param _VulId: 漏洞id
|
61124
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
61125
|
+
:type VulId: int
|
61126
|
+
:param _Status: 状态,0:防御中,1:已加白,指的是在白名单列表中有这个漏洞的,不一定是全局型白名单
|
61127
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
61128
|
+
:type Status: int
|
60404
61129
|
"""
|
60405
61130
|
self._PocID = None
|
60406
61131
|
self._Name = None
|
@@ -60409,6 +61134,8 @@ class SupportDefenceVul(AbstractModel):
|
|
60409
61134
|
self._Level = None
|
60410
61135
|
self._CVEID = None
|
60411
61136
|
self._SubmitTime = None
|
61137
|
+
self._VulId = None
|
61138
|
+
self._Status = None
|
60412
61139
|
|
60413
61140
|
@property
|
60414
61141
|
def PocID(self):
|
@@ -60466,6 +61193,22 @@ class SupportDefenceVul(AbstractModel):
|
|
60466
61193
|
def SubmitTime(self, SubmitTime):
|
60467
61194
|
self._SubmitTime = SubmitTime
|
60468
61195
|
|
61196
|
+
@property
|
61197
|
+
def VulId(self):
|
61198
|
+
return self._VulId
|
61199
|
+
|
61200
|
+
@VulId.setter
|
61201
|
+
def VulId(self, VulId):
|
61202
|
+
self._VulId = VulId
|
61203
|
+
|
61204
|
+
@property
|
61205
|
+
def Status(self):
|
61206
|
+
return self._Status
|
61207
|
+
|
61208
|
+
@Status.setter
|
61209
|
+
def Status(self, Status):
|
61210
|
+
self._Status = Status
|
61211
|
+
|
60469
61212
|
|
60470
61213
|
def _deserialize(self, params):
|
60471
61214
|
self._PocID = params.get("PocID")
|
@@ -60475,6 +61218,8 @@ class SupportDefenceVul(AbstractModel):
|
|
60475
61218
|
self._Level = params.get("Level")
|
60476
61219
|
self._CVEID = params.get("CVEID")
|
60477
61220
|
self._SubmitTime = params.get("SubmitTime")
|
61221
|
+
self._VulId = params.get("VulId")
|
61222
|
+
self._Status = params.get("Status")
|
60478
61223
|
memeber_set = set(params.keys())
|
60479
61224
|
for name, value in vars(self).items():
|
60480
61225
|
property_name = name[1:]
|
@@ -62692,6 +63437,9 @@ class VulAffectedContainerInfo(AbstractModel):
|
|
62692
63437
|
:type NodeID: str
|
62693
63438
|
:param _NodeName: 超级节点名称
|
62694
63439
|
:type NodeName: str
|
63440
|
+
:param _ContainerStatus: 容器状态 "RUNNING":运行,"PAUSED":暂停,"STOPPED":停止,"CREATED":已经创建,"DESTROYED":已销毁,"RESTARTING":重启中,"REMOVING":迁移中,"DEAD":DEAD,"UNKNOWN":未知
|
63441
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
63442
|
+
:type ContainerStatus: str
|
62695
63443
|
"""
|
62696
63444
|
self._HostIP = None
|
62697
63445
|
self._ContainerID = None
|
@@ -62707,6 +63455,7 @@ class VulAffectedContainerInfo(AbstractModel):
|
|
62707
63455
|
self._NodeUniqueID = None
|
62708
63456
|
self._NodeID = None
|
62709
63457
|
self._NodeName = None
|
63458
|
+
self._ContainerStatus = None
|
62710
63459
|
|
62711
63460
|
@property
|
62712
63461
|
def HostIP(self):
|
@@ -62820,6 +63569,14 @@ class VulAffectedContainerInfo(AbstractModel):
|
|
62820
63569
|
def NodeName(self, NodeName):
|
62821
63570
|
self._NodeName = NodeName
|
62822
63571
|
|
63572
|
+
@property
|
63573
|
+
def ContainerStatus(self):
|
63574
|
+
return self._ContainerStatus
|
63575
|
+
|
63576
|
+
@ContainerStatus.setter
|
63577
|
+
def ContainerStatus(self, ContainerStatus):
|
63578
|
+
self._ContainerStatus = ContainerStatus
|
63579
|
+
|
62823
63580
|
|
62824
63581
|
def _deserialize(self, params):
|
62825
63582
|
self._HostIP = params.get("HostIP")
|
@@ -62836,6 +63593,7 @@ class VulAffectedContainerInfo(AbstractModel):
|
|
62836
63593
|
self._NodeUniqueID = params.get("NodeUniqueID")
|
62837
63594
|
self._NodeID = params.get("NodeID")
|
62838
63595
|
self._NodeName = params.get("NodeName")
|
63596
|
+
self._ContainerStatus = params.get("ContainerStatus")
|
62839
63597
|
memeber_set = set(params.keys())
|
62840
63598
|
for name, value in vars(self).items():
|
62841
63599
|
property_name = name[1:]
|
@@ -63218,6 +63976,10 @@ class VulDefenceEvent(AbstractModel):
|
|
63218
63976
|
:type ClusterID: str
|
63219
63977
|
:param _ClusterName: 集群名称
|
63220
63978
|
:type ClusterName: str
|
63979
|
+
:param _PodName: pod名称
|
63980
|
+
:type PodName: str
|
63981
|
+
:param _PodIP: pod ip
|
63982
|
+
:type PodIP: str
|
63221
63983
|
"""
|
63222
63984
|
self._CVEID = None
|
63223
63985
|
self._VulName = None
|
@@ -63247,6 +64009,8 @@ class VulDefenceEvent(AbstractModel):
|
|
63247
64009
|
self._NodeID = None
|
63248
64010
|
self._ClusterID = None
|
63249
64011
|
self._ClusterName = None
|
64012
|
+
self._PodName = None
|
64013
|
+
self._PodIP = None
|
63250
64014
|
|
63251
64015
|
@property
|
63252
64016
|
def CVEID(self):
|
@@ -63472,6 +64236,22 @@ class VulDefenceEvent(AbstractModel):
|
|
63472
64236
|
def ClusterName(self, ClusterName):
|
63473
64237
|
self._ClusterName = ClusterName
|
63474
64238
|
|
64239
|
+
@property
|
64240
|
+
def PodName(self):
|
64241
|
+
return self._PodName
|
64242
|
+
|
64243
|
+
@PodName.setter
|
64244
|
+
def PodName(self, PodName):
|
64245
|
+
self._PodName = PodName
|
64246
|
+
|
64247
|
+
@property
|
64248
|
+
def PodIP(self):
|
64249
|
+
return self._PodIP
|
64250
|
+
|
64251
|
+
@PodIP.setter
|
64252
|
+
def PodIP(self, PodIP):
|
64253
|
+
self._PodIP = PodIP
|
64254
|
+
|
63475
64255
|
|
63476
64256
|
def _deserialize(self, params):
|
63477
64257
|
self._CVEID = params.get("CVEID")
|
@@ -63502,6 +64282,8 @@ class VulDefenceEvent(AbstractModel):
|
|
63502
64282
|
self._NodeID = params.get("NodeID")
|
63503
64283
|
self._ClusterID = params.get("ClusterID")
|
63504
64284
|
self._ClusterName = params.get("ClusterName")
|
64285
|
+
self._PodName = params.get("PodName")
|
64286
|
+
self._PodIP = params.get("PodIP")
|
63505
64287
|
memeber_set = set(params.keys())
|
63506
64288
|
for name, value in vars(self).items():
|
63507
64289
|
property_name = name[1:]
|