tencentcloud-sdk-python 3.1.13__py2.py3-none-any.whl → 3.1.33__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/ags/v20250920/ags_client.py +46 -0
- tencentcloud/ags/v20250920/ags_client_async.py +36 -0
- tencentcloud/ags/v20250920/errorcodes.py +45 -0
- tencentcloud/ags/v20250920/models.py +1704 -110
- tencentcloud/ai3d/v20250513/ai3d_client.py +4 -4
- tencentcloud/ai3d/v20250513/ai3d_client_async.py +4 -4
- tencentcloud/ai3d/v20250513/models.py +78 -36
- tencentcloud/aiart/v20221229/aiart_client.py +46 -0
- tencentcloud/aiart/v20221229/aiart_client_async.py +36 -0
- tencentcloud/aiart/v20221229/models.py +289 -0
- tencentcloud/ams/v20201229/models.py +101 -0
- tencentcloud/antiddos/v20200309/antiddos_client.py +69 -0
- tencentcloud/antiddos/v20200309/antiddos_client_async.py +54 -0
- tencentcloud/antiddos/v20200309/errorcodes.py +27 -0
- tencentcloud/antiddos/v20200309/models.py +1671 -97
- tencentcloud/apm/v20210622/apm_client.py +23 -0
- tencentcloud/apm/v20210622/apm_client_async.py +18 -0
- tencentcloud/apm/v20210622/errorcodes.py +3 -0
- tencentcloud/apm/v20210622/models.py +1678 -78
- tencentcloud/asr/v20190614/models.py +100 -2
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -1
- tencentcloud/autoscaling/v20180419/autoscaling_client_async.py +1 -1
- tencentcloud/autoscaling/v20180419/models.py +475 -338
- tencentcloud/bh/v20230418/models.py +179 -6
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/billing_client_async.py +18 -0
- tencentcloud/billing/v20180709/models.py +328 -6
- tencentcloud/cam/v20190116/models.py +111 -2
- tencentcloud/car/v20220110/car_client.py +23 -0
- tencentcloud/car/v20220110/car_client_async.py +18 -0
- tencentcloud/car/v20220110/models.py +109 -0
- tencentcloud/cbs/v20170312/models.py +14 -14
- tencentcloud/ccc/v20200210/ccc_client.py +42 -13
- tencentcloud/ccc/v20200210/ccc_client_async.py +37 -13
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +256 -4
- tencentcloud/cdb/v20170320/models.py +37 -16
- tencentcloud/cdc/v20201214/models.py +92 -124
- tencentcloud/cdn/v20180606/cdn_client.py +0 -78
- tencentcloud/cdn/v20180606/cdn_client_async.py +0 -63
- tencentcloud/cdn/v20180606/errorcodes.py +3 -0
- tencentcloud/cdn/v20180606/models.py +464 -1028
- tencentcloud/cdwch/v20200915/cdwch_client.py +23 -0
- tencentcloud/cdwch/v20200915/cdwch_client_async.py +18 -0
- tencentcloud/cdwch/v20200915/models.py +555 -0
- tencentcloud/cdwdoris/v20211228/models.py +505 -0
- tencentcloud/cfs/v20190719/errorcodes.py +1 -1
- tencentcloud/cfs/v20190719/models.py +2 -2
- tencentcloud/cfw/v20190904/cfw_client.py +278 -23
- tencentcloud/cfw/v20190904/cfw_client_async.py +218 -18
- tencentcloud/cfw/v20190904/models.py +3319 -1154
- tencentcloud/chdfs/v20201112/models.py +150 -0
- tencentcloud/ckafka/v20190819/models.py +458 -282
- tencentcloud/clb/v20180317/clb_client.py +23 -0
- tencentcloud/clb/v20180317/clb_client_async.py +18 -0
- tencentcloud/clb/v20180317/models.py +230 -130
- tencentcloud/cloudapp/v20220530/models.py +190 -36
- tencentcloud/cloudaudit/v20190319/models.py +32 -4
- tencentcloud/cloudmate/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client.py +45 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client_async.py +45 -0
- tencentcloud/cloudmate/v20251030/errorcodes.py +30 -0
- tencentcloud/cloudmate/v20251030/models.py +387 -0
- tencentcloud/cls/v20201016/cls_client.py +1064 -0
- tencentcloud/cls/v20201016/cls_client_async.py +860 -26
- tencentcloud/cls/v20201016/models.py +10246 -384
- tencentcloud/cme/v20191029/models.py +23 -0
- tencentcloud/csip/v20221121/models.py +317 -0
- tencentcloud/cvm/v20170312/cvm_client.py +1 -1
- tencentcloud/cvm/v20170312/cvm_client_async.py +1 -1
- tencentcloud/cvm/v20170312/errorcodes.py +9 -0
- tencentcloud/cvm/v20170312/models.py +28 -8
- tencentcloud/cwp/v20180228/cwp_client.py +0 -188
- tencentcloud/cwp/v20180228/cwp_client_async.py +0 -148
- tencentcloud/cwp/v20180228/models.py +1097 -1814
- tencentcloud/cynosdb/v20190107/models.py +181 -48
- tencentcloud/dataagent/v20250513/dataagent_client.py +161 -0
- tencentcloud/dataagent/v20250513/dataagent_client_async.py +126 -0
- tencentcloud/dataagent/v20250513/models.py +1477 -52
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
- tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +18 -0
- tencentcloud/dbbrain/v20210527/models.py +261 -15
- tencentcloud/dbs/v20211108/dbs_client.py +69 -0
- tencentcloud/dbs/v20211108/dbs_client_async.py +54 -0
- tencentcloud/dbs/v20211108/errorcodes.py +15 -0
- tencentcloud/dbs/v20211108/models.py +1173 -27
- tencentcloud/dlc/v20210125/dlc_client.py +69 -0
- tencentcloud/dlc/v20210125/dlc_client_async.py +54 -0
- tencentcloud/dlc/v20210125/errorcodes.py +15 -0
- tencentcloud/dlc/v20210125/models.py +1016 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +6 -0
- tencentcloud/dnspod/v20210323/models.py +4 -4
- tencentcloud/emr/v20190103/emr_client.py +46 -0
- tencentcloud/emr/v20190103/emr_client_async.py +36 -0
- tencentcloud/emr/v20190103/models.py +625 -2
- tencentcloud/es/v20180416/errorcodes.py +15 -0
- tencentcloud/es/v20180416/es_client.py +115 -0
- tencentcloud/es/v20180416/es_client_async.py +90 -0
- tencentcloud/es/v20180416/models.py +498 -4
- tencentcloud/ess/v20201111/ess_client.py +153 -6
- tencentcloud/ess/v20201111/ess_client_async.py +128 -6
- tencentcloud/ess/v20201111/models.py +1496 -58
- tencentcloud/essbasic/v20210526/models.py +129 -23
- tencentcloud/evt/v20250217/evt_client.py +46 -0
- tencentcloud/evt/v20250217/evt_client_async.py +36 -0
- tencentcloud/evt/v20250217/models.py +188 -0
- tencentcloud/faceid/v20180301/models.py +10 -4
- tencentcloud/gaap/v20180529/models.py +260 -352
- tencentcloud/gs/v20191118/models.py +150 -4
- tencentcloud/gwlb/v20240906/models.py +48 -70
- tencentcloud/iai/v20180301/models.py +4 -4
- tencentcloud/iai/v20200303/models.py +4 -4
- tencentcloud/igtm/v20231024/errorcodes.py +1 -1
- tencentcloud/ims/v20201229/ims_client.py +1 -1
- tencentcloud/ims/v20201229/ims_client_async.py +1 -1
- tencentcloud/ioa/v20220601/models.py +60 -0
- tencentcloud/keewidb/v20220308/models.py +52 -68
- tencentcloud/lcic/v20220817/models.py +15 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +2 -2
- tencentcloud/lighthouse/v20200324/models.py +8 -0
- tencentcloud/live/v20180801/errorcodes.py +6 -0
- tencentcloud/live/v20180801/live_client.py +143 -0
- tencentcloud/live/v20180801/live_client_async.py +113 -0
- tencentcloud/live/v20180801/models.py +914 -311
- tencentcloud/lke/v20231130/lke_client.py +48 -1
- tencentcloud/lke/v20231130/lke_client_async.py +43 -1
- tencentcloud/lke/v20231130/models.py +2940 -459
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/lkeap/v20240522/lkeap_client_async.py +1 -1
- tencentcloud/lkeap/v20240522/models.py +2 -6
- tencentcloud/lowcode/v20210108/models.py +30 -0
- tencentcloud/mna/v20210119/models.py +18 -2
- tencentcloud/mongodb/v20190725/models.py +2 -2
- tencentcloud/monitor/v20180724/models.py +258 -0
- tencentcloud/mps/v20190612/errorcodes.py +9 -0
- tencentcloud/mps/v20190612/models.py +3007 -140
- tencentcloud/mps/v20190612/mps_client.py +115 -0
- tencentcloud/mps/v20190612/mps_client_async.py +90 -0
- tencentcloud/oceanus/v20190422/errorcodes.py +9 -0
- tencentcloud/oceanus/v20190422/models.py +210 -4
- tencentcloud/ocr/v20181119/models.py +72 -4
- tencentcloud/ocr/v20181119/ocr_client.py +12 -8
- tencentcloud/ocr/v20181119/ocr_client_async.py +11 -7
- tencentcloud/partners/v20180321/models.py +88 -92
- tencentcloud/pts/v20210728/models.py +206 -0
- tencentcloud/rce/v20250425/__init__.py +0 -0
- tencentcloud/rce/v20250425/errorcodes.py +15 -0
- tencentcloud/rce/v20250425/models.py +301 -0
- tencentcloud/rce/v20250425/rce_client.py +49 -0
- tencentcloud/rce/v20250425/rce_client_async.py +44 -0
- tencentcloud/redis/v20180412/models.py +65 -70
- tencentcloud/rum/v20210622/models.py +548 -0
- tencentcloud/rum/v20210622/rum_client.py +23 -0
- tencentcloud/rum/v20210622/rum_client_async.py +18 -0
- tencentcloud/scf/v20180416/models.py +28 -2
- tencentcloud/ses/v20201002/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +991 -70
- tencentcloud/ssl/v20191205/ssl_client.py +2 -2
- tencentcloud/ssl/v20191205/ssl_client_async.py +2 -2
- tencentcloud/ssm/v20190923/models.py +134 -0
- tencentcloud/svp/v20240125/models.py +35 -20
- tencentcloud/tag/v20180813/models.py +34 -54
- tencentcloud/tat/v20201028/models.py +2 -0
- tencentcloud/tcaplusdb/v20190823/models.py +0 -337
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client.py +0 -25
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +0 -20
- tencentcloud/tcb/v20180608/errorcodes.py +15 -12
- tencentcloud/tcb/v20180608/models.py +5761 -8383
- tencentcloud/tcb/v20180608/tcb_client.py +0 -276
- tencentcloud/tcb/v20180608/tcb_client_async.py +0 -216
- tencentcloud/tcbr/v20220217/errorcodes.py +27 -0
- tencentcloud/tcbr/v20220217/models.py +4193 -1389
- tencentcloud/tcbr/v20220217/tcbr_client.py +207 -0
- tencentcloud/tcbr/v20220217/tcbr_client_async.py +162 -0
- tencentcloud/tcr/v20190924/models.py +727 -61
- tencentcloud/tcr/v20190924/tcr_client.py +92 -0
- tencentcloud/tcr/v20190924/tcr_client_async.py +72 -0
- tencentcloud/tcss/v20201101/models.py +30 -0
- tencentcloud/tdai/v20250717/models.py +440 -2
- tencentcloud/tdai/v20250717/tdai_client.py +23 -0
- tencentcloud/tdai/v20250717/tdai_client_async.py +18 -0
- tencentcloud/tdmq/v20200217/errorcodes.py +1 -1
- tencentcloud/tdmq/v20200217/models.py +432 -4
- tencentcloud/tdmq/v20200217/tdmq_client.py +24 -0
- tencentcloud/tdmq/v20200217/tdmq_client_async.py +19 -0
- tencentcloud/teo/v20220901/errorcodes.py +39 -0
- tencentcloud/teo/v20220901/models.py +596 -79
- tencentcloud/teo/v20220901/teo_client.py +107 -1
- tencentcloud/teo/v20220901/teo_client_async.py +97 -1
- tencentcloud/thpc/v20211109/models.py +14 -14
- tencentcloud/thpc/v20220401/models.py +14 -14
- tencentcloud/thpc/v20230321/models.py +20 -54
- tencentcloud/tione/v20211111/errorcodes.py +9 -0
- tencentcloud/tione/v20211111/models.py +910 -73
- tencentcloud/tione/v20211111/tione_client.py +69 -0
- tencentcloud/tione/v20211111/tione_client_async.py +54 -0
- tencentcloud/tke/v20180525/models.py +468 -18
- tencentcloud/tke/v20180525/tke_client.py +69 -0
- tencentcloud/tke/v20180525/tke_client_async.py +54 -0
- tencentcloud/tke/v20220501/models.py +539 -0
- tencentcloud/tke/v20220501/tke_client.py +23 -0
- tencentcloud/tke/v20220501/tke_client_async.py +18 -0
- tencentcloud/trocket/v20230308/models.py +42 -21
- tencentcloud/trocket/v20230308/trocket_client.py +2 -1
- tencentcloud/trocket/v20230308/trocket_client_async.py +2 -1
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +173 -30
- tencentcloud/tse/v20201207/models.py +42 -0
- tencentcloud/tsf/v20180326/errorcodes.py +4 -4
- tencentcloud/tsf/v20180326/models.py +15 -510
- tencentcloud/tsf/v20180326/tsf_client.py +66 -47
- tencentcloud/tsf/v20180326/tsf_client_async.py +44 -20
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/tts/v20190823/tts_client_async.py +1 -1
- tencentcloud/vclm/v20240523/models.py +383 -0
- tencentcloud/vclm/v20240523/vclm_client.py +46 -0
- tencentcloud/vclm/v20240523/vclm_client_async.py +36 -0
- tencentcloud/vcube/v20220410/models.py +30 -0
- tencentcloud/vdb/v20230616/models.py +567 -0
- tencentcloud/vdb/v20230616/vdb_client.py +69 -0
- tencentcloud/vdb/v20230616/vdb_client_async.py +54 -0
- tencentcloud/vm/v20210922/models.py +116 -0
- tencentcloud/vod/v20180717/errorcodes.py +3 -0
- tencentcloud/vod/v20180717/models.py +4107 -622
- tencentcloud/vod/v20180717/vod_client.py +72 -3
- tencentcloud/vod/v20180717/vod_client_async.py +57 -3
- tencentcloud/vpc/v20170312/errorcodes.py +15 -0
- tencentcloud/vpc/v20170312/models.py +387 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/vpc/v20170312/vpc_client_async.py +18 -0
- tencentcloud/waf/v20180125/errorcodes.py +3 -0
- tencentcloud/waf/v20180125/models.py +970 -0
- tencentcloud/waf/v20180125/waf_client.py +46 -0
- tencentcloud/waf/v20180125/waf_client_async.py +36 -0
- tencentcloud/wedata/v20210820/models.py +2851 -29
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- tencentcloud/wedata/v20210820/wedata_client_async.py +18 -0
- tencentcloud/wedata/v20250806/errorcodes.py +21 -0
- tencentcloud/wedata/v20250806/models.py +40999 -15704
- tencentcloud/wedata/v20250806/wedata_client.py +1402 -65
- tencentcloud/wedata/v20250806/wedata_client_async.py +1047 -0
- tencentcloud/weilingwith/v20230427/errorcodes.py +0 -3
- tencentcloud/weilingwith/v20230427/models.py +17 -336
- tencentcloud/weilingwith/v20230427/weilingwith_client.py +0 -25
- tencentcloud/weilingwith/v20230427/weilingwith_client_async.py +0 -20
- tencentcloud/wimgs/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/errorcodes.py +33 -0
- tencentcloud/wimgs/v20251106/models.py +132 -0
- tencentcloud/wimgs/v20251106/wimgs_client.py +49 -0
- tencentcloud/wimgs/v20251106/wimgs_client_async.py +44 -0
- tencentcloud/wsa/v20250508/errorcodes.py +6 -0
- tencentcloud/wsa/v20250508/models.py +17 -2
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/RECORD +260 -243
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/WHEEL +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/top_level.txt +0 -0
|
@@ -3998,14 +3998,14 @@ class CreateAssetSyncJobRequest(AbstractModel):
|
|
|
3998
3998
|
|
|
3999
3999
|
def __init__(self):
|
|
4000
4000
|
r"""
|
|
4001
|
-
:param _Category: 同步资产类别,1 - 主机资产, 2 -
|
|
4001
|
+
:param _Category: 同步资产类别,1 - 主机资产, 2 - 数据库资产,3-容器资产
|
|
4002
4002
|
:type Category: int
|
|
4003
4003
|
"""
|
|
4004
4004
|
self._Category = None
|
|
4005
4005
|
|
|
4006
4006
|
@property
|
|
4007
4007
|
def Category(self):
|
|
4008
|
-
r"""同步资产类别,1 - 主机资产, 2 -
|
|
4008
|
+
r"""同步资产类别,1 - 主机资产, 2 - 数据库资产,3-容器资产
|
|
4009
4009
|
:rtype: int
|
|
4010
4010
|
"""
|
|
4011
4011
|
return self._Category
|
|
@@ -12458,6 +12458,57 @@ class EnableIntranetAccessResponse(AbstractModel):
|
|
|
12458
12458
|
self._RequestId = params.get("RequestId")
|
|
12459
12459
|
|
|
12460
12460
|
|
|
12461
|
+
class EnvInternetAccessSetting(AbstractModel):
|
|
12462
|
+
r"""大区环境网络配置
|
|
12463
|
+
|
|
12464
|
+
"""
|
|
12465
|
+
|
|
12466
|
+
def __init__(self):
|
|
12467
|
+
r"""
|
|
12468
|
+
:param _DisableExternalAccess: true:不能访问公网
|
|
12469
|
+
:type DisableExternalAccess: bool
|
|
12470
|
+
:param _DisableDownloadDataAcl: true:不能创建数据下载权限
|
|
12471
|
+
:type DisableDownloadDataAcl: bool
|
|
12472
|
+
"""
|
|
12473
|
+
self._DisableExternalAccess = None
|
|
12474
|
+
self._DisableDownloadDataAcl = None
|
|
12475
|
+
|
|
12476
|
+
@property
|
|
12477
|
+
def DisableExternalAccess(self):
|
|
12478
|
+
r"""true:不能访问公网
|
|
12479
|
+
:rtype: bool
|
|
12480
|
+
"""
|
|
12481
|
+
return self._DisableExternalAccess
|
|
12482
|
+
|
|
12483
|
+
@DisableExternalAccess.setter
|
|
12484
|
+
def DisableExternalAccess(self, DisableExternalAccess):
|
|
12485
|
+
self._DisableExternalAccess = DisableExternalAccess
|
|
12486
|
+
|
|
12487
|
+
@property
|
|
12488
|
+
def DisableDownloadDataAcl(self):
|
|
12489
|
+
r"""true:不能创建数据下载权限
|
|
12490
|
+
:rtype: bool
|
|
12491
|
+
"""
|
|
12492
|
+
return self._DisableDownloadDataAcl
|
|
12493
|
+
|
|
12494
|
+
@DisableDownloadDataAcl.setter
|
|
12495
|
+
def DisableDownloadDataAcl(self, DisableDownloadDataAcl):
|
|
12496
|
+
self._DisableDownloadDataAcl = DisableDownloadDataAcl
|
|
12497
|
+
|
|
12498
|
+
|
|
12499
|
+
def _deserialize(self, params):
|
|
12500
|
+
self._DisableExternalAccess = params.get("DisableExternalAccess")
|
|
12501
|
+
self._DisableDownloadDataAcl = params.get("DisableDownloadDataAcl")
|
|
12502
|
+
memeber_set = set(params.keys())
|
|
12503
|
+
for name, value in vars(self).items():
|
|
12504
|
+
property_name = name[1:]
|
|
12505
|
+
if property_name in memeber_set:
|
|
12506
|
+
memeber_set.remove(property_name)
|
|
12507
|
+
if len(memeber_set) > 0:
|
|
12508
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
12509
|
+
|
|
12510
|
+
|
|
12511
|
+
|
|
12461
12512
|
class ExternalDevice(AbstractModel):
|
|
12462
12513
|
r"""主机参数,导入外部主机时使用
|
|
12463
12514
|
|
|
@@ -12465,7 +12516,7 @@ class ExternalDevice(AbstractModel):
|
|
|
12465
12516
|
|
|
12466
12517
|
def __init__(self):
|
|
12467
12518
|
r"""
|
|
12468
|
-
:param _OsName:
|
|
12519
|
+
:param _OsName: 操作系统名称,只能是主机(Linux、Windows)、数据库(MySQL、SQL Server、MariaDB、PostgreSQL、MongoDBReplicaSet、MongoDBSharded、Redis)、容器(TKE、EKS)
|
|
12469
12520
|
:type OsName: str
|
|
12470
12521
|
:param _Ip: IP地址
|
|
12471
12522
|
:type Ip: str
|
|
@@ -12514,7 +12565,7 @@ class ExternalDevice(AbstractModel):
|
|
|
12514
12565
|
|
|
12515
12566
|
@property
|
|
12516
12567
|
def OsName(self):
|
|
12517
|
-
r"""
|
|
12568
|
+
r"""操作系统名称,只能是主机(Linux、Windows)、数据库(MySQL、SQL Server、MariaDB、PostgreSQL、MongoDBReplicaSet、MongoDBSharded、Redis)、容器(TKE、EKS)
|
|
12518
12569
|
:rtype: str
|
|
12519
12570
|
"""
|
|
12520
12571
|
return self._OsName
|
|
@@ -16861,6 +16912,8 @@ class Resource(AbstractModel):
|
|
|
16861
16912
|
:type IntranetPrivateIpSet: list of str
|
|
16862
16913
|
:param _IntranetVpcId: 开通内网访问的vpc
|
|
16863
16914
|
:type IntranetVpcId: str
|
|
16915
|
+
:param _IntranetSubnetId: 开通内网访问的subnetId
|
|
16916
|
+
:type IntranetSubnetId: str
|
|
16864
16917
|
:param _IntranetVpcCidr: 开通内网访问vpc的网段
|
|
16865
16918
|
:type IntranetVpcCidr: str
|
|
16866
16919
|
:param _DomainName: 堡垒机内网ip自定义域名
|
|
@@ -16929,6 +16982,7 @@ class Resource(AbstractModel):
|
|
|
16929
16982
|
self._IntranetAccess = None
|
|
16930
16983
|
self._IntranetPrivateIpSet = None
|
|
16931
16984
|
self._IntranetVpcId = None
|
|
16985
|
+
self._IntranetSubnetId = None
|
|
16932
16986
|
self._IntranetVpcCidr = None
|
|
16933
16987
|
self._DomainName = None
|
|
16934
16988
|
self._ShareClb = None
|
|
@@ -17373,6 +17427,17 @@ class Resource(AbstractModel):
|
|
|
17373
17427
|
def IntranetVpcId(self, IntranetVpcId):
|
|
17374
17428
|
self._IntranetVpcId = IntranetVpcId
|
|
17375
17429
|
|
|
17430
|
+
@property
|
|
17431
|
+
def IntranetSubnetId(self):
|
|
17432
|
+
r"""开通内网访问的subnetId
|
|
17433
|
+
:rtype: str
|
|
17434
|
+
"""
|
|
17435
|
+
return self._IntranetSubnetId
|
|
17436
|
+
|
|
17437
|
+
@IntranetSubnetId.setter
|
|
17438
|
+
def IntranetSubnetId(self, IntranetSubnetId):
|
|
17439
|
+
self._IntranetSubnetId = IntranetSubnetId
|
|
17440
|
+
|
|
17376
17441
|
@property
|
|
17377
17442
|
def IntranetVpcCidr(self):
|
|
17378
17443
|
r"""开通内网访问vpc的网段
|
|
@@ -17573,6 +17638,7 @@ class Resource(AbstractModel):
|
|
|
17573
17638
|
self._IntranetAccess = params.get("IntranetAccess")
|
|
17574
17639
|
self._IntranetPrivateIpSet = params.get("IntranetPrivateIpSet")
|
|
17575
17640
|
self._IntranetVpcId = params.get("IntranetVpcId")
|
|
17641
|
+
self._IntranetSubnetId = params.get("IntranetSubnetId")
|
|
17576
17642
|
self._IntranetVpcCidr = params.get("IntranetVpcCidr")
|
|
17577
17643
|
self._DomainName = params.get("DomainName")
|
|
17578
17644
|
self._ShareClb = params.get("ShareClb")
|
|
@@ -17822,6 +17888,10 @@ class SearchAuditLogRequest(AbstractModel):
|
|
|
17822
17888
|
:type StartTime: str
|
|
17823
17889
|
:param _EndTime: 结束时间
|
|
17824
17890
|
:type EndTime: str
|
|
17891
|
+
:param _OperationSet: 操作类型
|
|
17892
|
+
:type OperationSet: list of int non-negative
|
|
17893
|
+
:param _ProtocolSet: 会话类型
|
|
17894
|
+
:type ProtocolSet: list of str
|
|
17825
17895
|
:param _Offset: 偏移量
|
|
17826
17896
|
:type Offset: int
|
|
17827
17897
|
:param _Limit: 每页容量,默认为20,最大200
|
|
@@ -17829,6 +17899,8 @@ class SearchAuditLogRequest(AbstractModel):
|
|
|
17829
17899
|
"""
|
|
17830
17900
|
self._StartTime = None
|
|
17831
17901
|
self._EndTime = None
|
|
17902
|
+
self._OperationSet = None
|
|
17903
|
+
self._ProtocolSet = None
|
|
17832
17904
|
self._Offset = None
|
|
17833
17905
|
self._Limit = None
|
|
17834
17906
|
|
|
@@ -17854,6 +17926,28 @@ class SearchAuditLogRequest(AbstractModel):
|
|
|
17854
17926
|
def EndTime(self, EndTime):
|
|
17855
17927
|
self._EndTime = EndTime
|
|
17856
17928
|
|
|
17929
|
+
@property
|
|
17930
|
+
def OperationSet(self):
|
|
17931
|
+
r"""操作类型
|
|
17932
|
+
:rtype: list of int non-negative
|
|
17933
|
+
"""
|
|
17934
|
+
return self._OperationSet
|
|
17935
|
+
|
|
17936
|
+
@OperationSet.setter
|
|
17937
|
+
def OperationSet(self, OperationSet):
|
|
17938
|
+
self._OperationSet = OperationSet
|
|
17939
|
+
|
|
17940
|
+
@property
|
|
17941
|
+
def ProtocolSet(self):
|
|
17942
|
+
r"""会话类型
|
|
17943
|
+
:rtype: list of str
|
|
17944
|
+
"""
|
|
17945
|
+
return self._ProtocolSet
|
|
17946
|
+
|
|
17947
|
+
@ProtocolSet.setter
|
|
17948
|
+
def ProtocolSet(self, ProtocolSet):
|
|
17949
|
+
self._ProtocolSet = ProtocolSet
|
|
17950
|
+
|
|
17857
17951
|
@property
|
|
17858
17952
|
def Offset(self):
|
|
17859
17953
|
r"""偏移量
|
|
@@ -17880,6 +17974,8 @@ class SearchAuditLogRequest(AbstractModel):
|
|
|
17880
17974
|
def _deserialize(self, params):
|
|
17881
17975
|
self._StartTime = params.get("StartTime")
|
|
17882
17976
|
self._EndTime = params.get("EndTime")
|
|
17977
|
+
self._OperationSet = params.get("OperationSet")
|
|
17978
|
+
self._ProtocolSet = params.get("ProtocolSet")
|
|
17883
17979
|
self._Offset = params.get("Offset")
|
|
17884
17980
|
self._Limit = params.get("Limit")
|
|
17885
17981
|
memeber_set = set(params.keys())
|
|
@@ -20126,7 +20222,7 @@ class SearchSessionRequest(AbstractModel):
|
|
|
20126
20222
|
:type RealName: str
|
|
20127
20223
|
:param _DeviceName: 主机名,长度不超过64
|
|
20128
20224
|
:type DeviceName: str
|
|
20129
|
-
:param _Status: 状态,1为活跃,2为结束,3为强制离线,4
|
|
20225
|
+
:param _Status: 状态,1为活跃,2为结束,3为强制离线,4为其他错误,5暂停会话
|
|
20130
20226
|
:type Status: int
|
|
20131
20227
|
:param _StatusSet: 状态,1为活跃,2为结束,3为强制离线
|
|
20132
20228
|
:type StatusSet: list of int non-negative
|
|
@@ -20295,7 +20391,7 @@ class SearchSessionRequest(AbstractModel):
|
|
|
20295
20391
|
|
|
20296
20392
|
@property
|
|
20297
20393
|
def Status(self):
|
|
20298
|
-
r"""状态,1为活跃,2为结束,3为强制离线,4
|
|
20394
|
+
r"""状态,1为活跃,2为结束,3为强制离线,4为其他错误,5暂停会话
|
|
20299
20395
|
:rtype: int
|
|
20300
20396
|
"""
|
|
20301
20397
|
return self._Status
|
|
@@ -20839,9 +20935,12 @@ class SecuritySetting(AbstractModel):
|
|
|
20839
20935
|
:type AuthModeGM: :class:`tencentcloud.bh.v20230418.models.AuthModeSetting`
|
|
20840
20936
|
:param _Reconnection: 资产重连次数
|
|
20841
20937
|
:type Reconnection: :class:`tencentcloud.bh.v20230418.models.ReconnectionSetting`
|
|
20938
|
+
:param _EnvInternetAccess: 大区环境网络设置
|
|
20939
|
+
:type EnvInternetAccess: :class:`tencentcloud.bh.v20230418.models.EnvInternetAccessSetting`
|
|
20842
20940
|
"""
|
|
20843
20941
|
self._AuthModeGM = None
|
|
20844
20942
|
self._Reconnection = None
|
|
20943
|
+
self._EnvInternetAccess = None
|
|
20845
20944
|
|
|
20846
20945
|
@property
|
|
20847
20946
|
def AuthModeGM(self):
|
|
@@ -20865,6 +20964,17 @@ class SecuritySetting(AbstractModel):
|
|
|
20865
20964
|
def Reconnection(self, Reconnection):
|
|
20866
20965
|
self._Reconnection = Reconnection
|
|
20867
20966
|
|
|
20967
|
+
@property
|
|
20968
|
+
def EnvInternetAccess(self):
|
|
20969
|
+
r"""大区环境网络设置
|
|
20970
|
+
:rtype: :class:`tencentcloud.bh.v20230418.models.EnvInternetAccessSetting`
|
|
20971
|
+
"""
|
|
20972
|
+
return self._EnvInternetAccess
|
|
20973
|
+
|
|
20974
|
+
@EnvInternetAccess.setter
|
|
20975
|
+
def EnvInternetAccess(self, EnvInternetAccess):
|
|
20976
|
+
self._EnvInternetAccess = EnvInternetAccess
|
|
20977
|
+
|
|
20868
20978
|
|
|
20869
20979
|
def _deserialize(self, params):
|
|
20870
20980
|
if params.get("AuthModeGM") is not None:
|
|
@@ -20873,6 +20983,9 @@ class SecuritySetting(AbstractModel):
|
|
|
20873
20983
|
if params.get("Reconnection") is not None:
|
|
20874
20984
|
self._Reconnection = ReconnectionSetting()
|
|
20875
20985
|
self._Reconnection._deserialize(params.get("Reconnection"))
|
|
20986
|
+
if params.get("EnvInternetAccess") is not None:
|
|
20987
|
+
self._EnvInternetAccess = EnvInternetAccessSetting()
|
|
20988
|
+
self._EnvInternetAccess._deserialize(params.get("EnvInternetAccess"))
|
|
20876
20989
|
memeber_set = set(params.keys())
|
|
20877
20990
|
for name, value in vars(self).items():
|
|
20878
20991
|
property_name = name[1:]
|
|
@@ -20940,6 +21053,14 @@ class SessionResult(AbstractModel):
|
|
|
20940
21053
|
:type Workload: str
|
|
20941
21054
|
:param _PodName: K8S集群容器名称
|
|
20942
21055
|
:type PodName: str
|
|
21056
|
+
:param _Mode: 访问方式 1-直链 2-客户端 3-web 大部分情况下是2
|
|
21057
|
+
:type Mode: int
|
|
21058
|
+
:param _DisableMonitor: 是否禁用会话监控。0-不禁用;1-禁用会话,仅展示中断;2-禁用会话,不展示中断
|
|
21059
|
+
:type DisableMonitor: int
|
|
21060
|
+
:param _RealTimeBandwidthIn: 实时入带宽,单位Mbps
|
|
21061
|
+
:type RealTimeBandwidthIn: float
|
|
21062
|
+
:param _RealTimeBandwidthOut: 实时出带宽,单位Mbps
|
|
21063
|
+
:type RealTimeBandwidthOut: float
|
|
20943
21064
|
"""
|
|
20944
21065
|
self._UserName = None
|
|
20945
21066
|
self._RealName = None
|
|
@@ -20966,6 +21087,10 @@ class SessionResult(AbstractModel):
|
|
|
20966
21087
|
self._Namespace = None
|
|
20967
21088
|
self._Workload = None
|
|
20968
21089
|
self._PodName = None
|
|
21090
|
+
self._Mode = None
|
|
21091
|
+
self._DisableMonitor = None
|
|
21092
|
+
self._RealTimeBandwidthIn = None
|
|
21093
|
+
self._RealTimeBandwidthOut = None
|
|
20969
21094
|
|
|
20970
21095
|
@property
|
|
20971
21096
|
def UserName(self):
|
|
@@ -21242,6 +21367,50 @@ class SessionResult(AbstractModel):
|
|
|
21242
21367
|
def PodName(self, PodName):
|
|
21243
21368
|
self._PodName = PodName
|
|
21244
21369
|
|
|
21370
|
+
@property
|
|
21371
|
+
def Mode(self):
|
|
21372
|
+
r"""访问方式 1-直链 2-客户端 3-web 大部分情况下是2
|
|
21373
|
+
:rtype: int
|
|
21374
|
+
"""
|
|
21375
|
+
return self._Mode
|
|
21376
|
+
|
|
21377
|
+
@Mode.setter
|
|
21378
|
+
def Mode(self, Mode):
|
|
21379
|
+
self._Mode = Mode
|
|
21380
|
+
|
|
21381
|
+
@property
|
|
21382
|
+
def DisableMonitor(self):
|
|
21383
|
+
r"""是否禁用会话监控。0-不禁用;1-禁用会话,仅展示中断;2-禁用会话,不展示中断
|
|
21384
|
+
:rtype: int
|
|
21385
|
+
"""
|
|
21386
|
+
return self._DisableMonitor
|
|
21387
|
+
|
|
21388
|
+
@DisableMonitor.setter
|
|
21389
|
+
def DisableMonitor(self, DisableMonitor):
|
|
21390
|
+
self._DisableMonitor = DisableMonitor
|
|
21391
|
+
|
|
21392
|
+
@property
|
|
21393
|
+
def RealTimeBandwidthIn(self):
|
|
21394
|
+
r"""实时入带宽,单位Mbps
|
|
21395
|
+
:rtype: float
|
|
21396
|
+
"""
|
|
21397
|
+
return self._RealTimeBandwidthIn
|
|
21398
|
+
|
|
21399
|
+
@RealTimeBandwidthIn.setter
|
|
21400
|
+
def RealTimeBandwidthIn(self, RealTimeBandwidthIn):
|
|
21401
|
+
self._RealTimeBandwidthIn = RealTimeBandwidthIn
|
|
21402
|
+
|
|
21403
|
+
@property
|
|
21404
|
+
def RealTimeBandwidthOut(self):
|
|
21405
|
+
r"""实时出带宽,单位Mbps
|
|
21406
|
+
:rtype: float
|
|
21407
|
+
"""
|
|
21408
|
+
return self._RealTimeBandwidthOut
|
|
21409
|
+
|
|
21410
|
+
@RealTimeBandwidthOut.setter
|
|
21411
|
+
def RealTimeBandwidthOut(self, RealTimeBandwidthOut):
|
|
21412
|
+
self._RealTimeBandwidthOut = RealTimeBandwidthOut
|
|
21413
|
+
|
|
21245
21414
|
|
|
21246
21415
|
def _deserialize(self, params):
|
|
21247
21416
|
self._UserName = params.get("UserName")
|
|
@@ -21269,6 +21438,10 @@ class SessionResult(AbstractModel):
|
|
|
21269
21438
|
self._Namespace = params.get("Namespace")
|
|
21270
21439
|
self._Workload = params.get("Workload")
|
|
21271
21440
|
self._PodName = params.get("PodName")
|
|
21441
|
+
self._Mode = params.get("Mode")
|
|
21442
|
+
self._DisableMonitor = params.get("DisableMonitor")
|
|
21443
|
+
self._RealTimeBandwidthIn = params.get("RealTimeBandwidthIn")
|
|
21444
|
+
self._RealTimeBandwidthOut = params.get("RealTimeBandwidthOut")
|
|
21272
21445
|
memeber_set = set(params.keys())
|
|
21273
21446
|
for name, value in vars(self).items():
|
|
21274
21447
|
property_name = name[1:]
|
|
@@ -1114,6 +1114,29 @@ class BillingClient(AbstractClient):
|
|
|
1114
1114
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1115
1115
|
|
|
1116
1116
|
|
|
1117
|
+
def DescribeCostSummaryByTag(self, request):
|
|
1118
|
+
r"""获取按标签汇总消耗详情
|
|
1119
|
+
|
|
1120
|
+
:param request: Request instance for DescribeCostSummaryByTag.
|
|
1121
|
+
:type request: :class:`tencentcloud.billing.v20180709.models.DescribeCostSummaryByTagRequest`
|
|
1122
|
+
:rtype: :class:`tencentcloud.billing.v20180709.models.DescribeCostSummaryByTagResponse`
|
|
1123
|
+
|
|
1124
|
+
"""
|
|
1125
|
+
try:
|
|
1126
|
+
params = request._serialize()
|
|
1127
|
+
headers = request.headers
|
|
1128
|
+
body = self.call("DescribeCostSummaryByTag", params, headers=headers)
|
|
1129
|
+
response = json.loads(body)
|
|
1130
|
+
model = models.DescribeCostSummaryByTagResponse()
|
|
1131
|
+
model._deserialize(response["Response"])
|
|
1132
|
+
return model
|
|
1133
|
+
except Exception as e:
|
|
1134
|
+
if isinstance(e, TencentCloudSDKException):
|
|
1135
|
+
raise
|
|
1136
|
+
else:
|
|
1137
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1138
|
+
|
|
1139
|
+
|
|
1117
1140
|
def DescribeDealsByCond(self, request):
|
|
1118
1141
|
r"""查询订单
|
|
1119
1142
|
|
|
@@ -878,6 +878,24 @@ class BillingClient(AbstractClient):
|
|
|
878
878
|
|
|
879
879
|
return await self.call_and_deserialize(**kwargs)
|
|
880
880
|
|
|
881
|
+
async def DescribeCostSummaryByTag(
|
|
882
|
+
self,
|
|
883
|
+
request: models.DescribeCostSummaryByTagRequest,
|
|
884
|
+
opts: Dict = None,
|
|
885
|
+
) -> models.DescribeCostSummaryByTagResponse:
|
|
886
|
+
"""
|
|
887
|
+
获取按标签汇总消耗详情
|
|
888
|
+
"""
|
|
889
|
+
|
|
890
|
+
kwargs = {}
|
|
891
|
+
kwargs["action"] = "DescribeCostSummaryByTag"
|
|
892
|
+
kwargs["params"] = request._serialize()
|
|
893
|
+
kwargs["resp_cls"] = models.DescribeCostSummaryByTagResponse
|
|
894
|
+
kwargs["headers"] = request.headers
|
|
895
|
+
kwargs["opts"] = opts or {}
|
|
896
|
+
|
|
897
|
+
return await self.call_and_deserialize(**kwargs)
|
|
898
|
+
|
|
881
899
|
async def DescribeDealsByCond(
|
|
882
900
|
self,
|
|
883
901
|
request: models.DescribeDealsByCondRequest,
|