tencentcloud-sdk-python 3.0.1257__py2.py3-none-any.whl → 3.0.1259__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 +237 -136
- tencentcloud/cdb/v20170320/cdb_client.py +1 -1
- tencentcloud/cdb/v20170320/models.py +13 -1
- tencentcloud/cdn/v20180606/models.py +1 -1
- tencentcloud/cdwdoris/v20211228/models.py +16 -2
- tencentcloud/cfw/v20190904/cfw_client.py +7 -33
- tencentcloud/cfw/v20190904/models.py +711 -1329
- tencentcloud/ciam/v20220331/models.py +13 -0
- tencentcloud/ckafka/v20190819/models.py +4 -4
- tencentcloud/clb/v20180317/models.py +2 -4
- 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 +226 -136
- tencentcloud/cvm/v20170312/errorcodes.py +6 -0
- tencentcloud/cvm/v20170312/models.py +78 -0
- tencentcloud/cwp/v20180228/cwp_client.py +6 -2
- tencentcloud/cwp/v20180228/models.py +240 -114
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +27 -27
- tencentcloud/cynosdb/v20190107/models.py +78 -0
- tencentcloud/dasb/v20191018/models.py +155 -0
- tencentcloud/domain/v20180808/errorcodes.py +45 -0
- tencentcloud/eb/v20210416/models.py +19 -19
- 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 +87 -8
- tencentcloud/ess/v20201111/models.py +239 -11
- tencentcloud/essbasic/v20210526/essbasic_client.py +135 -51
- tencentcloud/essbasic/v20210526/models.py +365 -19
- 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/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 +2 -2
- tencentcloud/mrs/v20200910/models.py +22 -0
- tencentcloud/ms/v20180408/models.py +101 -62
- tencentcloud/ocr/v20181119/models.py +7 -16
- tencentcloud/ocr/v20181119/ocr_client.py +1 -0
- tencentcloud/organization/v20210331/errorcodes.py +30 -0
- tencentcloud/organization/v20210331/models.py +674 -0
- tencentcloud/organization/v20210331/organization_client.py +138 -0
- tencentcloud/privatedns/v20201028/errorcodes.py +12 -0
- tencentcloud/privatedns/v20201028/models.py +858 -4
- tencentcloud/privatedns/v20201028/privatedns_client.py +92 -0
- tencentcloud/redis/v20180412/models.py +14 -14
- tencentcloud/redis/v20180412/redis_client.py +2 -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 +1 -1
- tencentcloud/ssm/v20190923/models.py +84 -0
- tencentcloud/tat/v20201028/models.py +1 -29
- tencentcloud/tcss/v20201101/models.py +472 -46
- 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 +30 -0
- tencentcloud/teo/v20220901/models.py +1466 -93
- 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 +134 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/waf/v20180125/models.py +239 -531
- tencentcloud/waf/v20180125/waf_client.py +23 -25
- tencentcloud/wedata/v20210820/models.py +991 -0
- tencentcloud/wedata/v20210820/wedata_client.py +46 -0
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/RECORD +103 -108
- 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.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.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
|
@@ -25621,6 +25772,8 @@ class DescribeClusterDetailResponse(AbstractModel):
|
|
25621
25772
|
:type ClusterNodeNum: int
|
25622
25773
|
:param _ClusterStatus: 集群状态 (Running 运行中 Creating 创建中 Abnormal 异常 )
|
25623
25774
|
:type ClusterStatus: str
|
25775
|
+
:param _ClusterSubStatus: 集群运行子状态
|
25776
|
+
:type ClusterSubStatus: str
|
25624
25777
|
:param _ClusterType: 集群类型:为托管集群MANAGED_CLUSTER、独立集群INDEPENDENT_CLUSTER
|
25625
25778
|
:type ClusterType: str
|
25626
25779
|
:param _Region: 集群区域
|
@@ -25667,6 +25820,7 @@ class DescribeClusterDetailResponse(AbstractModel):
|
|
25667
25820
|
self._ContainerRuntime = None
|
25668
25821
|
self._ClusterNodeNum = None
|
25669
25822
|
self._ClusterStatus = None
|
25823
|
+
self._ClusterSubStatus = None
|
25670
25824
|
self._ClusterType = None
|
25671
25825
|
self._Region = None
|
25672
25826
|
self._SeriousRiskCount = None
|
@@ -25743,6 +25897,14 @@ class DescribeClusterDetailResponse(AbstractModel):
|
|
25743
25897
|
def ClusterStatus(self, ClusterStatus):
|
25744
25898
|
self._ClusterStatus = ClusterStatus
|
25745
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
|
+
|
25746
25908
|
@property
|
25747
25909
|
def ClusterType(self):
|
25748
25910
|
return self._ClusterType
|
@@ -25904,6 +26066,7 @@ class DescribeClusterDetailResponse(AbstractModel):
|
|
25904
26066
|
self._ContainerRuntime = params.get("ContainerRuntime")
|
25905
26067
|
self._ClusterNodeNum = params.get("ClusterNodeNum")
|
25906
26068
|
self._ClusterStatus = params.get("ClusterStatus")
|
26069
|
+
self._ClusterSubStatus = params.get("ClusterSubStatus")
|
25907
26070
|
self._ClusterType = params.get("ClusterType")
|
25908
26071
|
self._Region = params.get("Region")
|
25909
26072
|
self._SeriousRiskCount = params.get("SeriousRiskCount")
|
@@ -26461,6 +26624,10 @@ class DescribeComplianceAssetListRequest(AbstractModel):
|
|
26461
26624
|
def __init__(self):
|
26462
26625
|
r"""
|
26463
26626
|
:param _AssetTypeSet: 资产类型列表。
|
26627
|
+
ASSET_CONTAINER, 容器
|
26628
|
+
ASSET_IMAGE, 镜像
|
26629
|
+
ASSET_HOST, 主机
|
26630
|
+
ASSET_K8S, K8S资产
|
26464
26631
|
:type AssetTypeSet: list of str
|
26465
26632
|
:param _Offset: 起始偏移量,默认为0。
|
26466
26633
|
:type Offset: int
|
@@ -45523,12 +45690,13 @@ class EscapeRuleEnabled(AbstractModel):
|
|
45523
45690
|
def __init__(self):
|
45524
45691
|
r"""
|
45525
45692
|
:param _Type: 规则类型
|
45526
|
-
|
45527
|
-
|
45528
|
-
|
45529
|
-
|
45530
|
-
|
45531
|
-
|
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:程序提权逃逸
|
45532
45700
|
:type Type: str
|
45533
45701
|
:param _IsEnable: 是否打开:false否 ,true是
|
45534
45702
|
:type IsEnable: bool
|
@@ -47097,6 +47265,70 @@ class ImageProgress(AbstractModel):
|
|
47097
47265
|
|
47098
47266
|
|
47099
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
|
+
|
47100
47332
|
class ImageRepoInfo(AbstractModel):
|
47101
47333
|
"""容器安全镜像仓库列表
|
47102
47334
|
|
@@ -48241,12 +48473,15 @@ class ImageSimpleInfo(AbstractModel):
|
|
48241
48473
|
:type ImageType: str
|
48242
48474
|
:param _ContainerCnt: 关联容器数
|
48243
48475
|
:type ContainerCnt: int
|
48476
|
+
:param _HostCnt: 关联主机数
|
48477
|
+
:type HostCnt: int
|
48244
48478
|
"""
|
48245
48479
|
self._ImageID = None
|
48246
48480
|
self._ImageName = None
|
48247
48481
|
self._Size = None
|
48248
48482
|
self._ImageType = None
|
48249
48483
|
self._ContainerCnt = None
|
48484
|
+
self._HostCnt = None
|
48250
48485
|
|
48251
48486
|
@property
|
48252
48487
|
def ImageID(self):
|
@@ -48288,6 +48523,14 @@ class ImageSimpleInfo(AbstractModel):
|
|
48288
48523
|
def ContainerCnt(self, ContainerCnt):
|
48289
48524
|
self._ContainerCnt = ContainerCnt
|
48290
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
|
+
|
48291
48534
|
|
48292
48535
|
def _deserialize(self, params):
|
48293
48536
|
self._ImageID = params.get("ImageID")
|
@@ -48295,6 +48538,7 @@ class ImageSimpleInfo(AbstractModel):
|
|
48295
48538
|
self._Size = params.get("Size")
|
48296
48539
|
self._ImageType = params.get("ImageType")
|
48297
48540
|
self._ContainerCnt = params.get("ContainerCnt")
|
48541
|
+
self._HostCnt = params.get("HostCnt")
|
48298
48542
|
memeber_set = set(params.keys())
|
48299
48543
|
for name, value in vars(self).items():
|
48300
48544
|
property_name = name[1:]
|
@@ -48313,43 +48557,30 @@ class ImageVirus(AbstractModel):
|
|
48313
48557
|
def __init__(self):
|
48314
48558
|
r"""
|
48315
48559
|
:param _Path: 路径
|
48316
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48317
48560
|
:type Path: str
|
48318
48561
|
:param _RiskLevel: 风险等级
|
48319
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48320
48562
|
:type RiskLevel: str
|
48321
48563
|
:param _Category: 分类
|
48322
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48323
48564
|
:type Category: str
|
48324
48565
|
:param _VirusName: 病毒名称
|
48325
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48326
48566
|
:type VirusName: str
|
48327
48567
|
:param _Tags: 标签
|
48328
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48329
48568
|
:type Tags: list of str
|
48330
48569
|
:param _Desc: 描述
|
48331
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48332
48570
|
:type Desc: str
|
48333
48571
|
:param _Solution: 解决方案
|
48334
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48335
48572
|
:type Solution: str
|
48336
48573
|
:param _FileType: 文件类型
|
48337
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48338
48574
|
:type FileType: str
|
48339
48575
|
:param _FileName: 文件路径
|
48340
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48341
48576
|
:type FileName: str
|
48342
48577
|
:param _FileMd5: 文件md5
|
48343
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48344
48578
|
:type FileMd5: str
|
48345
48579
|
:param _FileSize: 大小
|
48346
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48347
48580
|
:type FileSize: int
|
48348
48581
|
:param _FirstScanTime: 首次发现时间
|
48349
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48350
48582
|
:type FirstScanTime: str
|
48351
48583
|
:param _LatestScanTime: 最近扫描时间
|
48352
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48353
48584
|
:type LatestScanTime: str
|
48354
48585
|
"""
|
48355
48586
|
self._Path = None
|
@@ -49770,7 +50001,7 @@ class K8sApiAbnormalEventInfo(AbstractModel):
|
|
49770
50001
|
:type ClusterID: str
|
49771
50002
|
:param _ClusterName: 集群名称
|
49772
50003
|
:type ClusterName: str
|
49773
|
-
:param _ClusterRunningStatus:
|
50004
|
+
:param _ClusterRunningStatus: 集群运行状态,CSR_RUNNING-运行中,CSR_EXCEPTION-异常,CSR_CREATING-创建中
|
49774
50005
|
:type ClusterRunningStatus: str
|
49775
50006
|
:param _FirstCreateTime: 初次生成时间
|
49776
50007
|
:type FirstCreateTime: str
|
@@ -53064,7 +53295,7 @@ class ModifyVirusAutoIsolateExampleSwitchRequest(AbstractModel):
|
|
53064
53295
|
|
53065
53296
|
def __init__(self):
|
53066
53297
|
r"""
|
53067
|
-
:param _MD5: 文件
|
53298
|
+
:param _MD5: 文件MD5值
|
53068
53299
|
:type MD5: str
|
53069
53300
|
:param _Status: 开关(开:true 关: false)
|
53070
53301
|
:type Status: bool
|
@@ -56300,6 +56531,28 @@ class ReverseShellEventInfo(AbstractModel):
|
|
56300
56531
|
正在重启中: RESTARTING
|
56301
56532
|
迁移中: REMOVING
|
56302
56533
|
:type ContainerStatus: str
|
56534
|
+
:param _ClusterID: 集群id
|
56535
|
+
:type ClusterID: str
|
56536
|
+
:param _NodeType: 节点类型:NORMAL普通节点、SUPER超级节点
|
56537
|
+
:type NodeType: str
|
56538
|
+
:param _PodName: pod name
|
56539
|
+
:type PodName: str
|
56540
|
+
:param _PodIP: pod ip
|
56541
|
+
:type PodIP: str
|
56542
|
+
:param _NodeUniqueID: 节点唯一id
|
56543
|
+
:type NodeUniqueID: str
|
56544
|
+
:param _PublicIP: 节点公网ip
|
56545
|
+
:type PublicIP: str
|
56546
|
+
:param _NodeName: 节点名称
|
56547
|
+
:type NodeName: str
|
56548
|
+
:param _HostID: uuid
|
56549
|
+
:type HostID: str
|
56550
|
+
:param _HostIP: 节点内网ip
|
56551
|
+
:type HostIP: str
|
56552
|
+
:param _NodeID: 节点 id
|
56553
|
+
:type NodeID: str
|
56554
|
+
:param _ClusterName: 集群名称
|
56555
|
+
:type ClusterName: str
|
56303
56556
|
"""
|
56304
56557
|
self._ProcessName = None
|
56305
56558
|
self._ProcessPath = None
|
@@ -56321,6 +56574,17 @@ class ReverseShellEventInfo(AbstractModel):
|
|
56321
56574
|
self._ContainerNetSubStatus = None
|
56322
56575
|
self._ContainerIsolateOperationSrc = None
|
56323
56576
|
self._ContainerStatus = None
|
56577
|
+
self._ClusterID = None
|
56578
|
+
self._NodeType = None
|
56579
|
+
self._PodName = None
|
56580
|
+
self._PodIP = None
|
56581
|
+
self._NodeUniqueID = None
|
56582
|
+
self._PublicIP = None
|
56583
|
+
self._NodeName = None
|
56584
|
+
self._HostID = None
|
56585
|
+
self._HostIP = None
|
56586
|
+
self._NodeID = None
|
56587
|
+
self._ClusterName = None
|
56324
56588
|
|
56325
56589
|
@property
|
56326
56590
|
def ProcessName(self):
|
@@ -56482,6 +56746,94 @@ class ReverseShellEventInfo(AbstractModel):
|
|
56482
56746
|
def ContainerStatus(self, ContainerStatus):
|
56483
56747
|
self._ContainerStatus = ContainerStatus
|
56484
56748
|
|
56749
|
+
@property
|
56750
|
+
def ClusterID(self):
|
56751
|
+
return self._ClusterID
|
56752
|
+
|
56753
|
+
@ClusterID.setter
|
56754
|
+
def ClusterID(self, ClusterID):
|
56755
|
+
self._ClusterID = ClusterID
|
56756
|
+
|
56757
|
+
@property
|
56758
|
+
def NodeType(self):
|
56759
|
+
return self._NodeType
|
56760
|
+
|
56761
|
+
@NodeType.setter
|
56762
|
+
def NodeType(self, NodeType):
|
56763
|
+
self._NodeType = NodeType
|
56764
|
+
|
56765
|
+
@property
|
56766
|
+
def PodName(self):
|
56767
|
+
return self._PodName
|
56768
|
+
|
56769
|
+
@PodName.setter
|
56770
|
+
def PodName(self, PodName):
|
56771
|
+
self._PodName = PodName
|
56772
|
+
|
56773
|
+
@property
|
56774
|
+
def PodIP(self):
|
56775
|
+
return self._PodIP
|
56776
|
+
|
56777
|
+
@PodIP.setter
|
56778
|
+
def PodIP(self, PodIP):
|
56779
|
+
self._PodIP = PodIP
|
56780
|
+
|
56781
|
+
@property
|
56782
|
+
def NodeUniqueID(self):
|
56783
|
+
return self._NodeUniqueID
|
56784
|
+
|
56785
|
+
@NodeUniqueID.setter
|
56786
|
+
def NodeUniqueID(self, NodeUniqueID):
|
56787
|
+
self._NodeUniqueID = NodeUniqueID
|
56788
|
+
|
56789
|
+
@property
|
56790
|
+
def PublicIP(self):
|
56791
|
+
return self._PublicIP
|
56792
|
+
|
56793
|
+
@PublicIP.setter
|
56794
|
+
def PublicIP(self, PublicIP):
|
56795
|
+
self._PublicIP = PublicIP
|
56796
|
+
|
56797
|
+
@property
|
56798
|
+
def NodeName(self):
|
56799
|
+
return self._NodeName
|
56800
|
+
|
56801
|
+
@NodeName.setter
|
56802
|
+
def NodeName(self, NodeName):
|
56803
|
+
self._NodeName = NodeName
|
56804
|
+
|
56805
|
+
@property
|
56806
|
+
def HostID(self):
|
56807
|
+
return self._HostID
|
56808
|
+
|
56809
|
+
@HostID.setter
|
56810
|
+
def HostID(self, HostID):
|
56811
|
+
self._HostID = HostID
|
56812
|
+
|
56813
|
+
@property
|
56814
|
+
def HostIP(self):
|
56815
|
+
return self._HostIP
|
56816
|
+
|
56817
|
+
@HostIP.setter
|
56818
|
+
def HostIP(self, HostIP):
|
56819
|
+
self._HostIP = HostIP
|
56820
|
+
|
56821
|
+
@property
|
56822
|
+
def NodeID(self):
|
56823
|
+
return self._NodeID
|
56824
|
+
|
56825
|
+
@NodeID.setter
|
56826
|
+
def NodeID(self, NodeID):
|
56827
|
+
self._NodeID = NodeID
|
56828
|
+
|
56829
|
+
@property
|
56830
|
+
def ClusterName(self):
|
56831
|
+
return self._ClusterName
|
56832
|
+
|
56833
|
+
@ClusterName.setter
|
56834
|
+
def ClusterName(self, ClusterName):
|
56835
|
+
self._ClusterName = ClusterName
|
56836
|
+
|
56485
56837
|
|
56486
56838
|
def _deserialize(self, params):
|
56487
56839
|
self._ProcessName = params.get("ProcessName")
|
@@ -56504,6 +56856,17 @@ class ReverseShellEventInfo(AbstractModel):
|
|
56504
56856
|
self._ContainerNetSubStatus = params.get("ContainerNetSubStatus")
|
56505
56857
|
self._ContainerIsolateOperationSrc = params.get("ContainerIsolateOperationSrc")
|
56506
56858
|
self._ContainerStatus = params.get("ContainerStatus")
|
56859
|
+
self._ClusterID = params.get("ClusterID")
|
56860
|
+
self._NodeType = params.get("NodeType")
|
56861
|
+
self._PodName = params.get("PodName")
|
56862
|
+
self._PodIP = params.get("PodIP")
|
56863
|
+
self._NodeUniqueID = params.get("NodeUniqueID")
|
56864
|
+
self._PublicIP = params.get("PublicIP")
|
56865
|
+
self._NodeName = params.get("NodeName")
|
56866
|
+
self._HostID = params.get("HostID")
|
56867
|
+
self._HostIP = params.get("HostIP")
|
56868
|
+
self._NodeID = params.get("NodeID")
|
56869
|
+
self._ClusterName = params.get("ClusterName")
|
56507
56870
|
memeber_set = set(params.keys())
|
56508
56871
|
for name, value in vars(self).items():
|
56509
56872
|
property_name = name[1:]
|
@@ -60744,6 +61107,12 @@ class SupportDefenceVul(AbstractModel):
|
|
60744
61107
|
:type CVEID: str
|
60745
61108
|
:param _SubmitTime: 漏洞披露时间
|
60746
61109
|
:type SubmitTime: str
|
61110
|
+
:param _VulId: 漏洞id
|
61111
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
61112
|
+
:type VulId: int
|
61113
|
+
:param _Status: 状态,0:防御中,1:已加白,指的是在白名单列表中有这个漏洞的,不一定是全局型白名单
|
61114
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
61115
|
+
:type Status: int
|
60747
61116
|
"""
|
60748
61117
|
self._PocID = None
|
60749
61118
|
self._Name = None
|
@@ -60752,6 +61121,8 @@ class SupportDefenceVul(AbstractModel):
|
|
60752
61121
|
self._Level = None
|
60753
61122
|
self._CVEID = None
|
60754
61123
|
self._SubmitTime = None
|
61124
|
+
self._VulId = None
|
61125
|
+
self._Status = None
|
60755
61126
|
|
60756
61127
|
@property
|
60757
61128
|
def PocID(self):
|
@@ -60809,6 +61180,22 @@ class SupportDefenceVul(AbstractModel):
|
|
60809
61180
|
def SubmitTime(self, SubmitTime):
|
60810
61181
|
self._SubmitTime = SubmitTime
|
60811
61182
|
|
61183
|
+
@property
|
61184
|
+
def VulId(self):
|
61185
|
+
return self._VulId
|
61186
|
+
|
61187
|
+
@VulId.setter
|
61188
|
+
def VulId(self, VulId):
|
61189
|
+
self._VulId = VulId
|
61190
|
+
|
61191
|
+
@property
|
61192
|
+
def Status(self):
|
61193
|
+
return self._Status
|
61194
|
+
|
61195
|
+
@Status.setter
|
61196
|
+
def Status(self, Status):
|
61197
|
+
self._Status = Status
|
61198
|
+
|
60812
61199
|
|
60813
61200
|
def _deserialize(self, params):
|
60814
61201
|
self._PocID = params.get("PocID")
|
@@ -60818,6 +61205,8 @@ class SupportDefenceVul(AbstractModel):
|
|
60818
61205
|
self._Level = params.get("Level")
|
60819
61206
|
self._CVEID = params.get("CVEID")
|
60820
61207
|
self._SubmitTime = params.get("SubmitTime")
|
61208
|
+
self._VulId = params.get("VulId")
|
61209
|
+
self._Status = params.get("Status")
|
60821
61210
|
memeber_set = set(params.keys())
|
60822
61211
|
for name, value in vars(self).items():
|
60823
61212
|
property_name = name[1:]
|
@@ -63035,6 +63424,9 @@ class VulAffectedContainerInfo(AbstractModel):
|
|
63035
63424
|
:type NodeID: str
|
63036
63425
|
:param _NodeName: 超级节点名称
|
63037
63426
|
:type NodeName: str
|
63427
|
+
:param _ContainerStatus: 容器状态 "RUNNING":运行,"PAUSED":暂停,"STOPPED":停止,"CREATED":已经创建,"DESTROYED":已销毁,"RESTARTING":重启中,"REMOVING":迁移中,"DEAD":DEAD,"UNKNOWN":未知
|
63428
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
63429
|
+
:type ContainerStatus: str
|
63038
63430
|
"""
|
63039
63431
|
self._HostIP = None
|
63040
63432
|
self._ContainerID = None
|
@@ -63050,6 +63442,7 @@ class VulAffectedContainerInfo(AbstractModel):
|
|
63050
63442
|
self._NodeUniqueID = None
|
63051
63443
|
self._NodeID = None
|
63052
63444
|
self._NodeName = None
|
63445
|
+
self._ContainerStatus = None
|
63053
63446
|
|
63054
63447
|
@property
|
63055
63448
|
def HostIP(self):
|
@@ -63163,6 +63556,14 @@ class VulAffectedContainerInfo(AbstractModel):
|
|
63163
63556
|
def NodeName(self, NodeName):
|
63164
63557
|
self._NodeName = NodeName
|
63165
63558
|
|
63559
|
+
@property
|
63560
|
+
def ContainerStatus(self):
|
63561
|
+
return self._ContainerStatus
|
63562
|
+
|
63563
|
+
@ContainerStatus.setter
|
63564
|
+
def ContainerStatus(self, ContainerStatus):
|
63565
|
+
self._ContainerStatus = ContainerStatus
|
63566
|
+
|
63166
63567
|
|
63167
63568
|
def _deserialize(self, params):
|
63168
63569
|
self._HostIP = params.get("HostIP")
|
@@ -63179,6 +63580,7 @@ class VulAffectedContainerInfo(AbstractModel):
|
|
63179
63580
|
self._NodeUniqueID = params.get("NodeUniqueID")
|
63180
63581
|
self._NodeID = params.get("NodeID")
|
63181
63582
|
self._NodeName = params.get("NodeName")
|
63583
|
+
self._ContainerStatus = params.get("ContainerStatus")
|
63182
63584
|
memeber_set = set(params.keys())
|
63183
63585
|
for name, value in vars(self).items():
|
63184
63586
|
property_name = name[1:]
|
@@ -63561,6 +63963,10 @@ class VulDefenceEvent(AbstractModel):
|
|
63561
63963
|
:type ClusterID: str
|
63562
63964
|
:param _ClusterName: 集群名称
|
63563
63965
|
:type ClusterName: str
|
63966
|
+
:param _PodName: pod名称
|
63967
|
+
:type PodName: str
|
63968
|
+
:param _PodIP: pod ip
|
63969
|
+
:type PodIP: str
|
63564
63970
|
"""
|
63565
63971
|
self._CVEID = None
|
63566
63972
|
self._VulName = None
|
@@ -63590,6 +63996,8 @@ class VulDefenceEvent(AbstractModel):
|
|
63590
63996
|
self._NodeID = None
|
63591
63997
|
self._ClusterID = None
|
63592
63998
|
self._ClusterName = None
|
63999
|
+
self._PodName = None
|
64000
|
+
self._PodIP = None
|
63593
64001
|
|
63594
64002
|
@property
|
63595
64003
|
def CVEID(self):
|
@@ -63815,6 +64223,22 @@ class VulDefenceEvent(AbstractModel):
|
|
63815
64223
|
def ClusterName(self, ClusterName):
|
63816
64224
|
self._ClusterName = ClusterName
|
63817
64225
|
|
64226
|
+
@property
|
64227
|
+
def PodName(self):
|
64228
|
+
return self._PodName
|
64229
|
+
|
64230
|
+
@PodName.setter
|
64231
|
+
def PodName(self, PodName):
|
64232
|
+
self._PodName = PodName
|
64233
|
+
|
64234
|
+
@property
|
64235
|
+
def PodIP(self):
|
64236
|
+
return self._PodIP
|
64237
|
+
|
64238
|
+
@PodIP.setter
|
64239
|
+
def PodIP(self, PodIP):
|
64240
|
+
self._PodIP = PodIP
|
64241
|
+
|
63818
64242
|
|
63819
64243
|
def _deserialize(self, params):
|
63820
64244
|
self._CVEID = params.get("CVEID")
|
@@ -63845,6 +64269,8 @@ class VulDefenceEvent(AbstractModel):
|
|
63845
64269
|
self._NodeID = params.get("NodeID")
|
63846
64270
|
self._ClusterID = params.get("ClusterID")
|
63847
64271
|
self._ClusterName = params.get("ClusterName")
|
64272
|
+
self._PodName = params.get("PodName")
|
64273
|
+
self._PodIP = params.get("PodIP")
|
63848
64274
|
memeber_set = set(params.keys())
|
63849
64275
|
for name, value in vars(self).items():
|
63850
64276
|
property_name = name[1:]
|