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
|
@@ -353,12 +353,15 @@ class AddBandwidthPackageResourcesRequest(AbstractModel):
|
|
|
353
353
|
:type ResourceType: str
|
|
354
354
|
:param _Protocol: 带宽包协议类型。当前支持'ipv4'和'ipv6'协议类型。
|
|
355
355
|
:type Protocol: str
|
|
356
|
+
:param _InternetMaxBandwidthOut: 用于带宽包内添加IP资源时指定IP带宽值。<p>说明:当前功能处于内测中,如需使用,请提交[工单申请](https://console.cloud.tencent.com/workorder/category)。</p>
|
|
357
|
+
:type InternetMaxBandwidthOut: int
|
|
356
358
|
"""
|
|
357
359
|
self._ResourceIds = None
|
|
358
360
|
self._BandwidthPackageId = None
|
|
359
361
|
self._NetworkType = None
|
|
360
362
|
self._ResourceType = None
|
|
361
363
|
self._Protocol = None
|
|
364
|
+
self._InternetMaxBandwidthOut = None
|
|
362
365
|
|
|
363
366
|
@property
|
|
364
367
|
def ResourceIds(self):
|
|
@@ -423,6 +426,17 @@ class AddBandwidthPackageResourcesRequest(AbstractModel):
|
|
|
423
426
|
def Protocol(self, Protocol):
|
|
424
427
|
self._Protocol = Protocol
|
|
425
428
|
|
|
429
|
+
@property
|
|
430
|
+
def InternetMaxBandwidthOut(self):
|
|
431
|
+
r"""用于带宽包内添加IP资源时指定IP带宽值。<p>说明:当前功能处于内测中,如需使用,请提交[工单申请](https://console.cloud.tencent.com/workorder/category)。</p>
|
|
432
|
+
:rtype: int
|
|
433
|
+
"""
|
|
434
|
+
return self._InternetMaxBandwidthOut
|
|
435
|
+
|
|
436
|
+
@InternetMaxBandwidthOut.setter
|
|
437
|
+
def InternetMaxBandwidthOut(self, InternetMaxBandwidthOut):
|
|
438
|
+
self._InternetMaxBandwidthOut = InternetMaxBandwidthOut
|
|
439
|
+
|
|
426
440
|
|
|
427
441
|
def _deserialize(self, params):
|
|
428
442
|
self._ResourceIds = params.get("ResourceIds")
|
|
@@ -430,6 +444,7 @@ class AddBandwidthPackageResourcesRequest(AbstractModel):
|
|
|
430
444
|
self._NetworkType = params.get("NetworkType")
|
|
431
445
|
self._ResourceType = params.get("ResourceType")
|
|
432
446
|
self._Protocol = params.get("Protocol")
|
|
447
|
+
self._InternetMaxBandwidthOut = params.get("InternetMaxBandwidthOut")
|
|
433
448
|
memeber_set = set(params.keys())
|
|
434
449
|
for name, value in vars(self).items():
|
|
435
450
|
property_name = name[1:]
|
|
@@ -5402,6 +5417,8 @@ class CCN(AbstractModel):
|
|
|
5402
5417
|
:type QosLevel: str
|
|
5403
5418
|
:param _InstanceChargeType: 付费类型,PREPAID为预付费,POSTPAID为后付费。
|
|
5404
5419
|
:type InstanceChargeType: str
|
|
5420
|
+
:param _InstanceMeteringType: 计量类型
|
|
5421
|
+
:type InstanceMeteringType: str
|
|
5405
5422
|
:param _BandwidthLimitType: 限速类型,`INTER_REGION_LIMIT` 为地域间限速;`OUTER_REGION_LIMIT` 为地域出口限速。
|
|
5406
5423
|
:type BandwidthLimitType: str
|
|
5407
5424
|
:param _TagSet: 标签键值对。
|
|
@@ -5445,6 +5462,7 @@ class CCN(AbstractModel):
|
|
|
5445
5462
|
self._State = None
|
|
5446
5463
|
self._QosLevel = None
|
|
5447
5464
|
self._InstanceChargeType = None
|
|
5465
|
+
self._InstanceMeteringType = None
|
|
5448
5466
|
self._BandwidthLimitType = None
|
|
5449
5467
|
self._TagSet = None
|
|
5450
5468
|
self._RoutePriorityFlag = None
|
|
@@ -5551,6 +5569,17 @@ class CCN(AbstractModel):
|
|
|
5551
5569
|
def InstanceChargeType(self, InstanceChargeType):
|
|
5552
5570
|
self._InstanceChargeType = InstanceChargeType
|
|
5553
5571
|
|
|
5572
|
+
@property
|
|
5573
|
+
def InstanceMeteringType(self):
|
|
5574
|
+
r"""计量类型
|
|
5575
|
+
:rtype: str
|
|
5576
|
+
"""
|
|
5577
|
+
return self._InstanceMeteringType
|
|
5578
|
+
|
|
5579
|
+
@InstanceMeteringType.setter
|
|
5580
|
+
def InstanceMeteringType(self, InstanceMeteringType):
|
|
5581
|
+
self._InstanceMeteringType = InstanceMeteringType
|
|
5582
|
+
|
|
5554
5583
|
@property
|
|
5555
5584
|
def BandwidthLimitType(self):
|
|
5556
5585
|
r"""限速类型,`INTER_REGION_LIMIT` 为地域间限速;`OUTER_REGION_LIMIT` 为地域出口限速。
|
|
@@ -5748,6 +5777,7 @@ class CCN(AbstractModel):
|
|
|
5748
5777
|
self._State = params.get("State")
|
|
5749
5778
|
self._QosLevel = params.get("QosLevel")
|
|
5750
5779
|
self._InstanceChargeType = params.get("InstanceChargeType")
|
|
5780
|
+
self._InstanceMeteringType = params.get("InstanceMeteringType")
|
|
5751
5781
|
self._BandwidthLimitType = params.get("BandwidthLimitType")
|
|
5752
5782
|
if params.get("TagSet") is not None:
|
|
5753
5783
|
self._TagSet = []
|
|
@@ -9918,6 +9948,8 @@ class CreateCcnRequest(AbstractModel):
|
|
|
9918
9948
|
:type QosLevel: str
|
|
9919
9949
|
:param _InstanceChargeType: 计费模式,`PREPAID`:表示预付费,即包年包月,`POSTPAID`:表示后付费,即按量计费。默认:`POSTPAID`。
|
|
9920
9950
|
:type InstanceChargeType: str
|
|
9951
|
+
:param _InstanceMeteringType: 计量模式
|
|
9952
|
+
:type InstanceMeteringType: str
|
|
9921
9953
|
:param _BandwidthLimitType: 限速类型,`OUTER_REGION_LIMIT`表示地域出口限速,`INTER_REGION_LIMIT`为地域间限速,默认为`OUTER_REGION_LIMIT`。预付费模式仅支持地域间限速,后付费模式支持地域间限速和地域出口限速。
|
|
9922
9954
|
:type BandwidthLimitType: str
|
|
9923
9955
|
:param _Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]
|
|
@@ -9927,6 +9959,7 @@ class CreateCcnRequest(AbstractModel):
|
|
|
9927
9959
|
self._CcnDescription = None
|
|
9928
9960
|
self._QosLevel = None
|
|
9929
9961
|
self._InstanceChargeType = None
|
|
9962
|
+
self._InstanceMeteringType = None
|
|
9930
9963
|
self._BandwidthLimitType = None
|
|
9931
9964
|
self._Tags = None
|
|
9932
9965
|
|
|
@@ -9974,6 +10007,17 @@ class CreateCcnRequest(AbstractModel):
|
|
|
9974
10007
|
def InstanceChargeType(self, InstanceChargeType):
|
|
9975
10008
|
self._InstanceChargeType = InstanceChargeType
|
|
9976
10009
|
|
|
10010
|
+
@property
|
|
10011
|
+
def InstanceMeteringType(self):
|
|
10012
|
+
r"""计量模式
|
|
10013
|
+
:rtype: str
|
|
10014
|
+
"""
|
|
10015
|
+
return self._InstanceMeteringType
|
|
10016
|
+
|
|
10017
|
+
@InstanceMeteringType.setter
|
|
10018
|
+
def InstanceMeteringType(self, InstanceMeteringType):
|
|
10019
|
+
self._InstanceMeteringType = InstanceMeteringType
|
|
10020
|
+
|
|
9977
10021
|
@property
|
|
9978
10022
|
def BandwidthLimitType(self):
|
|
9979
10023
|
r"""限速类型,`OUTER_REGION_LIMIT`表示地域出口限速,`INTER_REGION_LIMIT`为地域间限速,默认为`OUTER_REGION_LIMIT`。预付费模式仅支持地域间限速,后付费模式支持地域间限速和地域出口限速。
|
|
@@ -10002,6 +10046,7 @@ class CreateCcnRequest(AbstractModel):
|
|
|
10002
10046
|
self._CcnDescription = params.get("CcnDescription")
|
|
10003
10047
|
self._QosLevel = params.get("QosLevel")
|
|
10004
10048
|
self._InstanceChargeType = params.get("InstanceChargeType")
|
|
10049
|
+
self._InstanceMeteringType = params.get("InstanceMeteringType")
|
|
10005
10050
|
self._BandwidthLimitType = params.get("BandwidthLimitType")
|
|
10006
10051
|
if params.get("Tags") is not None:
|
|
10007
10052
|
self._Tags = []
|
|
@@ -13672,11 +13717,25 @@ class CreatePrivateNatGatewayTranslationAclRuleResponse(AbstractModel):
|
|
|
13672
13717
|
|
|
13673
13718
|
def __init__(self):
|
|
13674
13719
|
r"""
|
|
13720
|
+
:param _TranslationAclRuleSet: 创建成功的访问控制列表。
|
|
13721
|
+
:type TranslationAclRuleSet: list of TranslationAclRule
|
|
13675
13722
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
13676
13723
|
:type RequestId: str
|
|
13677
13724
|
"""
|
|
13725
|
+
self._TranslationAclRuleSet = None
|
|
13678
13726
|
self._RequestId = None
|
|
13679
13727
|
|
|
13728
|
+
@property
|
|
13729
|
+
def TranslationAclRuleSet(self):
|
|
13730
|
+
r"""创建成功的访问控制列表。
|
|
13731
|
+
:rtype: list of TranslationAclRule
|
|
13732
|
+
"""
|
|
13733
|
+
return self._TranslationAclRuleSet
|
|
13734
|
+
|
|
13735
|
+
@TranslationAclRuleSet.setter
|
|
13736
|
+
def TranslationAclRuleSet(self, TranslationAclRuleSet):
|
|
13737
|
+
self._TranslationAclRuleSet = TranslationAclRuleSet
|
|
13738
|
+
|
|
13680
13739
|
@property
|
|
13681
13740
|
def RequestId(self):
|
|
13682
13741
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -13690,6 +13749,12 @@ class CreatePrivateNatGatewayTranslationAclRuleResponse(AbstractModel):
|
|
|
13690
13749
|
|
|
13691
13750
|
|
|
13692
13751
|
def _deserialize(self, params):
|
|
13752
|
+
if params.get("TranslationAclRuleSet") is not None:
|
|
13753
|
+
self._TranslationAclRuleSet = []
|
|
13754
|
+
for item in params.get("TranslationAclRuleSet"):
|
|
13755
|
+
obj = TranslationAclRule()
|
|
13756
|
+
obj._deserialize(item)
|
|
13757
|
+
self._TranslationAclRuleSet.append(obj)
|
|
13693
13758
|
self._RequestId = params.get("RequestId")
|
|
13694
13759
|
|
|
13695
13760
|
|
|
@@ -32223,6 +32288,8 @@ class DescribePrivateNatGatewayTranslationAclRulesRequest(AbstractModel):
|
|
|
32223
32288
|
:type Limit: int
|
|
32224
32289
|
:param _Description: ACL规则描述
|
|
32225
32290
|
:type Description: str
|
|
32291
|
+
:param _Filters: 过滤条件。<li>AclRuleId - Integer - ACL规则ID。</li>
|
|
32292
|
+
:type Filters: list of Filter
|
|
32226
32293
|
"""
|
|
32227
32294
|
self._NatGatewayId = None
|
|
32228
32295
|
self._TranslationDirection = None
|
|
@@ -32232,6 +32299,7 @@ class DescribePrivateNatGatewayTranslationAclRulesRequest(AbstractModel):
|
|
|
32232
32299
|
self._Offset = None
|
|
32233
32300
|
self._Limit = None
|
|
32234
32301
|
self._Description = None
|
|
32302
|
+
self._Filters = None
|
|
32235
32303
|
|
|
32236
32304
|
@property
|
|
32237
32305
|
def NatGatewayId(self):
|
|
@@ -32321,6 +32389,17 @@ class DescribePrivateNatGatewayTranslationAclRulesRequest(AbstractModel):
|
|
|
32321
32389
|
def Description(self, Description):
|
|
32322
32390
|
self._Description = Description
|
|
32323
32391
|
|
|
32392
|
+
@property
|
|
32393
|
+
def Filters(self):
|
|
32394
|
+
r"""过滤条件。<li>AclRuleId - Integer - ACL规则ID。</li>
|
|
32395
|
+
:rtype: list of Filter
|
|
32396
|
+
"""
|
|
32397
|
+
return self._Filters
|
|
32398
|
+
|
|
32399
|
+
@Filters.setter
|
|
32400
|
+
def Filters(self, Filters):
|
|
32401
|
+
self._Filters = Filters
|
|
32402
|
+
|
|
32324
32403
|
|
|
32325
32404
|
def _deserialize(self, params):
|
|
32326
32405
|
self._NatGatewayId = params.get("NatGatewayId")
|
|
@@ -32331,6 +32410,12 @@ class DescribePrivateNatGatewayTranslationAclRulesRequest(AbstractModel):
|
|
|
32331
32410
|
self._Offset = params.get("Offset")
|
|
32332
32411
|
self._Limit = params.get("Limit")
|
|
32333
32412
|
self._Description = params.get("Description")
|
|
32413
|
+
if params.get("Filters") is not None:
|
|
32414
|
+
self._Filters = []
|
|
32415
|
+
for item in params.get("Filters"):
|
|
32416
|
+
obj = Filter()
|
|
32417
|
+
obj._deserialize(item)
|
|
32418
|
+
self._Filters.append(obj)
|
|
32334
32419
|
memeber_set = set(params.keys())
|
|
32335
32420
|
for name, value in vars(self).items():
|
|
32336
32421
|
property_name = name[1:]
|
|
@@ -44706,15 +44791,18 @@ class GatewayQos(AbstractModel):
|
|
|
44706
44791
|
:type VpcId: str
|
|
44707
44792
|
:param _IpAddress: 云服务器内网IP。
|
|
44708
44793
|
:type IpAddress: str
|
|
44709
|
-
:param _Bandwidth:
|
|
44794
|
+
:param _Bandwidth: 网关流控出方向带宽值,当值为-1时,代表未限速;当值大于等于0时,限速带宽上限为返回值。
|
|
44710
44795
|
:type Bandwidth: int
|
|
44711
44796
|
:param _CreateTime: 创建时间。
|
|
44712
44797
|
:type CreateTime: str
|
|
44798
|
+
:param _InBandwidth: 网关流控入方向带宽值,当值为-1时,代表未限速;当值大于等于0时,限速带宽上限为返回值。
|
|
44799
|
+
:type InBandwidth: int
|
|
44713
44800
|
"""
|
|
44714
44801
|
self._VpcId = None
|
|
44715
44802
|
self._IpAddress = None
|
|
44716
44803
|
self._Bandwidth = None
|
|
44717
44804
|
self._CreateTime = None
|
|
44805
|
+
self._InBandwidth = None
|
|
44718
44806
|
|
|
44719
44807
|
@property
|
|
44720
44808
|
def VpcId(self):
|
|
@@ -44740,7 +44828,7 @@ class GatewayQos(AbstractModel):
|
|
|
44740
44828
|
|
|
44741
44829
|
@property
|
|
44742
44830
|
def Bandwidth(self):
|
|
44743
|
-
r"""
|
|
44831
|
+
r"""网关流控出方向带宽值,当值为-1时,代表未限速;当值大于等于0时,限速带宽上限为返回值。
|
|
44744
44832
|
:rtype: int
|
|
44745
44833
|
"""
|
|
44746
44834
|
return self._Bandwidth
|
|
@@ -44760,12 +44848,24 @@ class GatewayQos(AbstractModel):
|
|
|
44760
44848
|
def CreateTime(self, CreateTime):
|
|
44761
44849
|
self._CreateTime = CreateTime
|
|
44762
44850
|
|
|
44851
|
+
@property
|
|
44852
|
+
def InBandwidth(self):
|
|
44853
|
+
r"""网关流控入方向带宽值,当值为-1时,代表未限速;当值大于等于0时,限速带宽上限为返回值。
|
|
44854
|
+
:rtype: int
|
|
44855
|
+
"""
|
|
44856
|
+
return self._InBandwidth
|
|
44857
|
+
|
|
44858
|
+
@InBandwidth.setter
|
|
44859
|
+
def InBandwidth(self, InBandwidth):
|
|
44860
|
+
self._InBandwidth = InBandwidth
|
|
44861
|
+
|
|
44763
44862
|
|
|
44764
44863
|
def _deserialize(self, params):
|
|
44765
44864
|
self._VpcId = params.get("VpcId")
|
|
44766
44865
|
self._IpAddress = params.get("IpAddress")
|
|
44767
44866
|
self._Bandwidth = params.get("Bandwidth")
|
|
44768
44867
|
self._CreateTime = params.get("CreateTime")
|
|
44868
|
+
self._InBandwidth = params.get("InBandwidth")
|
|
44769
44869
|
memeber_set = set(params.keys())
|
|
44770
44870
|
for name, value in vars(self).items():
|
|
44771
44871
|
property_name = name[1:]
|
|
@@ -56978,6 +57078,8 @@ class NatGateway(AbstractModel):
|
|
|
56978
57078
|
:type RestrictState: str
|
|
56979
57079
|
:param _NatProductVersion: NAT网关类型,1表示传统型NAT网关,2表示标准型NAT网关
|
|
56980
57080
|
:type NatProductVersion: int
|
|
57081
|
+
:param _StrictSnatMode: true代表仅允许匹配SNAT规则的内网IP的流量进行转发,false代表所有内网IP发起的流量都进行转发。默认为false。
|
|
57082
|
+
:type StrictSnatMode: bool
|
|
56981
57083
|
:param _SmartScheduleMode: 是否启用根据目的网段选择SNAT使用的EIP功能
|
|
56982
57084
|
:type SmartScheduleMode: bool
|
|
56983
57085
|
:param _DedicatedClusterId: NAT实例归属的专属集群id
|
|
@@ -56988,6 +57090,12 @@ class NatGateway(AbstractModel):
|
|
|
56988
57090
|
:type ConnectionStateTimeouts: :class:`tencentcloud.vpc.v20170312.models.ConnectionStateTimeouts`
|
|
56989
57091
|
:param _ExclusiveType: 独享实例规格。取值范围:ExclusiveSmall/ExclusiveMedium1/ExclusiveLarge1
|
|
56990
57092
|
:type ExclusiveType: str
|
|
57093
|
+
:param _AutoScaling: 标准型NAT网关自动扩容
|
|
57094
|
+
:type AutoScaling: bool
|
|
57095
|
+
:param _ICMPProxy: 是否代答公网发给NAT网关上弹性公网IP的ICMP echo请求报文,当前适用于标准型NAT网关
|
|
57096
|
+
:type ICMPProxy: bool
|
|
57097
|
+
:param _PublicAddressAffinity: true代表同一个私网IP访问同一个公网目的IP时,固定使用同一个NAT网关上的弹性公网IP;false代表这种情况下使用的弹性公网IP不固定。默认为true。
|
|
57098
|
+
:type PublicAddressAffinity: bool
|
|
56991
57099
|
"""
|
|
56992
57100
|
self._NatGatewayId = None
|
|
56993
57101
|
self._NatGatewayName = None
|
|
@@ -57009,11 +57117,15 @@ class NatGateway(AbstractModel):
|
|
|
57009
57117
|
self._ExclusiveGatewayBandwidth = None
|
|
57010
57118
|
self._RestrictState = None
|
|
57011
57119
|
self._NatProductVersion = None
|
|
57120
|
+
self._StrictSnatMode = None
|
|
57012
57121
|
self._SmartScheduleMode = None
|
|
57013
57122
|
self._DedicatedClusterId = None
|
|
57014
57123
|
self._DeletionProtectionEnabled = None
|
|
57015
57124
|
self._ConnectionStateTimeouts = None
|
|
57016
57125
|
self._ExclusiveType = None
|
|
57126
|
+
self._AutoScaling = None
|
|
57127
|
+
self._ICMPProxy = None
|
|
57128
|
+
self._PublicAddressAffinity = None
|
|
57017
57129
|
|
|
57018
57130
|
@property
|
|
57019
57131
|
def NatGatewayId(self):
|
|
@@ -57237,6 +57349,17 @@ class NatGateway(AbstractModel):
|
|
|
57237
57349
|
def NatProductVersion(self, NatProductVersion):
|
|
57238
57350
|
self._NatProductVersion = NatProductVersion
|
|
57239
57351
|
|
|
57352
|
+
@property
|
|
57353
|
+
def StrictSnatMode(self):
|
|
57354
|
+
r"""true代表仅允许匹配SNAT规则的内网IP的流量进行转发,false代表所有内网IP发起的流量都进行转发。默认为false。
|
|
57355
|
+
:rtype: bool
|
|
57356
|
+
"""
|
|
57357
|
+
return self._StrictSnatMode
|
|
57358
|
+
|
|
57359
|
+
@StrictSnatMode.setter
|
|
57360
|
+
def StrictSnatMode(self, StrictSnatMode):
|
|
57361
|
+
self._StrictSnatMode = StrictSnatMode
|
|
57362
|
+
|
|
57240
57363
|
@property
|
|
57241
57364
|
def SmartScheduleMode(self):
|
|
57242
57365
|
r"""是否启用根据目的网段选择SNAT使用的EIP功能
|
|
@@ -57292,6 +57415,39 @@ class NatGateway(AbstractModel):
|
|
|
57292
57415
|
def ExclusiveType(self, ExclusiveType):
|
|
57293
57416
|
self._ExclusiveType = ExclusiveType
|
|
57294
57417
|
|
|
57418
|
+
@property
|
|
57419
|
+
def AutoScaling(self):
|
|
57420
|
+
r"""标准型NAT网关自动扩容
|
|
57421
|
+
:rtype: bool
|
|
57422
|
+
"""
|
|
57423
|
+
return self._AutoScaling
|
|
57424
|
+
|
|
57425
|
+
@AutoScaling.setter
|
|
57426
|
+
def AutoScaling(self, AutoScaling):
|
|
57427
|
+
self._AutoScaling = AutoScaling
|
|
57428
|
+
|
|
57429
|
+
@property
|
|
57430
|
+
def ICMPProxy(self):
|
|
57431
|
+
r"""是否代答公网发给NAT网关上弹性公网IP的ICMP echo请求报文,当前适用于标准型NAT网关
|
|
57432
|
+
:rtype: bool
|
|
57433
|
+
"""
|
|
57434
|
+
return self._ICMPProxy
|
|
57435
|
+
|
|
57436
|
+
@ICMPProxy.setter
|
|
57437
|
+
def ICMPProxy(self, ICMPProxy):
|
|
57438
|
+
self._ICMPProxy = ICMPProxy
|
|
57439
|
+
|
|
57440
|
+
@property
|
|
57441
|
+
def PublicAddressAffinity(self):
|
|
57442
|
+
r"""true代表同一个私网IP访问同一个公网目的IP时,固定使用同一个NAT网关上的弹性公网IP;false代表这种情况下使用的弹性公网IP不固定。默认为true。
|
|
57443
|
+
:rtype: bool
|
|
57444
|
+
"""
|
|
57445
|
+
return self._PublicAddressAffinity
|
|
57446
|
+
|
|
57447
|
+
@PublicAddressAffinity.setter
|
|
57448
|
+
def PublicAddressAffinity(self, PublicAddressAffinity):
|
|
57449
|
+
self._PublicAddressAffinity = PublicAddressAffinity
|
|
57450
|
+
|
|
57295
57451
|
|
|
57296
57452
|
def _deserialize(self, params):
|
|
57297
57453
|
self._NatGatewayId = params.get("NatGatewayId")
|
|
@@ -57334,6 +57490,7 @@ class NatGateway(AbstractModel):
|
|
|
57334
57490
|
self._ExclusiveGatewayBandwidth = params.get("ExclusiveGatewayBandwidth")
|
|
57335
57491
|
self._RestrictState = params.get("RestrictState")
|
|
57336
57492
|
self._NatProductVersion = params.get("NatProductVersion")
|
|
57493
|
+
self._StrictSnatMode = params.get("StrictSnatMode")
|
|
57337
57494
|
self._SmartScheduleMode = params.get("SmartScheduleMode")
|
|
57338
57495
|
self._DedicatedClusterId = params.get("DedicatedClusterId")
|
|
57339
57496
|
self._DeletionProtectionEnabled = params.get("DeletionProtectionEnabled")
|
|
@@ -57341,6 +57498,9 @@ class NatGateway(AbstractModel):
|
|
|
57341
57498
|
self._ConnectionStateTimeouts = ConnectionStateTimeouts()
|
|
57342
57499
|
self._ConnectionStateTimeouts._deserialize(params.get("ConnectionStateTimeouts"))
|
|
57343
57500
|
self._ExclusiveType = params.get("ExclusiveType")
|
|
57501
|
+
self._AutoScaling = params.get("AutoScaling")
|
|
57502
|
+
self._ICMPProxy = params.get("ICMPProxy")
|
|
57503
|
+
self._PublicAddressAffinity = params.get("PublicAddressAffinity")
|
|
57344
57504
|
memeber_set = set(params.keys())
|
|
57345
57505
|
for name, value in vars(self).items():
|
|
57346
57506
|
property_name = name[1:]
|
|
@@ -58680,6 +58840,10 @@ class NetworkAclQuintupleEntry(AbstractModel):
|
|
|
58680
58840
|
:type CreateTime: str
|
|
58681
58841
|
:param _NetworkAclDirection: 方向,INGRESS或EGRESS,用于DescribeNetworkAclQuintupleEntries的出参。
|
|
58682
58842
|
:type NetworkAclDirection: str
|
|
58843
|
+
:param _SourceIPv6Cidr: IPv6源CIDR。
|
|
58844
|
+
:type SourceIPv6Cidr: str
|
|
58845
|
+
:param _DestinationIPv6Cidr: IPv6目的CIDR。
|
|
58846
|
+
:type DestinationIPv6Cidr: str
|
|
58683
58847
|
"""
|
|
58684
58848
|
self._Protocol = None
|
|
58685
58849
|
self._Description = None
|
|
@@ -58692,6 +58856,8 @@ class NetworkAclQuintupleEntry(AbstractModel):
|
|
|
58692
58856
|
self._Priority = None
|
|
58693
58857
|
self._CreateTime = None
|
|
58694
58858
|
self._NetworkAclDirection = None
|
|
58859
|
+
self._SourceIPv6Cidr = None
|
|
58860
|
+
self._DestinationIPv6Cidr = None
|
|
58695
58861
|
|
|
58696
58862
|
@property
|
|
58697
58863
|
def Protocol(self):
|
|
@@ -58814,6 +58980,28 @@ class NetworkAclQuintupleEntry(AbstractModel):
|
|
|
58814
58980
|
def NetworkAclDirection(self, NetworkAclDirection):
|
|
58815
58981
|
self._NetworkAclDirection = NetworkAclDirection
|
|
58816
58982
|
|
|
58983
|
+
@property
|
|
58984
|
+
def SourceIPv6Cidr(self):
|
|
58985
|
+
r"""IPv6源CIDR。
|
|
58986
|
+
:rtype: str
|
|
58987
|
+
"""
|
|
58988
|
+
return self._SourceIPv6Cidr
|
|
58989
|
+
|
|
58990
|
+
@SourceIPv6Cidr.setter
|
|
58991
|
+
def SourceIPv6Cidr(self, SourceIPv6Cidr):
|
|
58992
|
+
self._SourceIPv6Cidr = SourceIPv6Cidr
|
|
58993
|
+
|
|
58994
|
+
@property
|
|
58995
|
+
def DestinationIPv6Cidr(self):
|
|
58996
|
+
r"""IPv6目的CIDR。
|
|
58997
|
+
:rtype: str
|
|
58998
|
+
"""
|
|
58999
|
+
return self._DestinationIPv6Cidr
|
|
59000
|
+
|
|
59001
|
+
@DestinationIPv6Cidr.setter
|
|
59002
|
+
def DestinationIPv6Cidr(self, DestinationIPv6Cidr):
|
|
59003
|
+
self._DestinationIPv6Cidr = DestinationIPv6Cidr
|
|
59004
|
+
|
|
58817
59005
|
|
|
58818
59006
|
def _deserialize(self, params):
|
|
58819
59007
|
self._Protocol = params.get("Protocol")
|
|
@@ -58827,6 +59015,8 @@ class NetworkAclQuintupleEntry(AbstractModel):
|
|
|
58827
59015
|
self._Priority = params.get("Priority")
|
|
58828
59016
|
self._CreateTime = params.get("CreateTime")
|
|
58829
59017
|
self._NetworkAclDirection = params.get("NetworkAclDirection")
|
|
59018
|
+
self._SourceIPv6Cidr = params.get("SourceIPv6Cidr")
|
|
59019
|
+
self._DestinationIPv6Cidr = params.get("DestinationIPv6Cidr")
|
|
58830
59020
|
memeber_set = set(params.keys())
|
|
58831
59021
|
for name, value in vars(self).items():
|
|
58832
59022
|
property_name = name[1:]
|
|
@@ -61261,10 +61451,16 @@ class RemoveBandwidthPackageResourcesRequest(AbstractModel):
|
|
|
61261
61451
|
<li>Address:弹性公网IP</li>
|
|
61262
61452
|
<li>LoadBalance:负载均衡</li>
|
|
61263
61453
|
:type ResourceType: str
|
|
61454
|
+
:param _InternetMaxBandwidthOut: 用于移除带宽包内IP资源时指定IP的带宽值。<p>说明:当前功能处于内测中,如需使用,请提交[工单申请](https://console.cloud.tencent.com/workorder/category)。</p>
|
|
61455
|
+
:type InternetMaxBandwidthOut: int
|
|
61456
|
+
:param _InternetChargeType: 用于移除带宽包内IP资源时指定资源移除后的计费模式。<li>小时流量:TRAFFIC_POSTPAID_BY_HOUR;</li><li>小时带宽:BANDWIDTH_POSTPAID_BY_HOUR</li><p>说明:当前功能处于内测中,如需使用,请提交[工单申请](https://console.cloud.tencent.com/workorder/category)。</p>
|
|
61457
|
+
:type InternetChargeType: str
|
|
61264
61458
|
"""
|
|
61265
61459
|
self._ResourceIds = None
|
|
61266
61460
|
self._BandwidthPackageId = None
|
|
61267
61461
|
self._ResourceType = None
|
|
61462
|
+
self._InternetMaxBandwidthOut = None
|
|
61463
|
+
self._InternetChargeType = None
|
|
61268
61464
|
|
|
61269
61465
|
@property
|
|
61270
61466
|
def ResourceIds(self):
|
|
@@ -61301,11 +61497,35 @@ class RemoveBandwidthPackageResourcesRequest(AbstractModel):
|
|
|
61301
61497
|
def ResourceType(self, ResourceType):
|
|
61302
61498
|
self._ResourceType = ResourceType
|
|
61303
61499
|
|
|
61500
|
+
@property
|
|
61501
|
+
def InternetMaxBandwidthOut(self):
|
|
61502
|
+
r"""用于移除带宽包内IP资源时指定IP的带宽值。<p>说明:当前功能处于内测中,如需使用,请提交[工单申请](https://console.cloud.tencent.com/workorder/category)。</p>
|
|
61503
|
+
:rtype: int
|
|
61504
|
+
"""
|
|
61505
|
+
return self._InternetMaxBandwidthOut
|
|
61506
|
+
|
|
61507
|
+
@InternetMaxBandwidthOut.setter
|
|
61508
|
+
def InternetMaxBandwidthOut(self, InternetMaxBandwidthOut):
|
|
61509
|
+
self._InternetMaxBandwidthOut = InternetMaxBandwidthOut
|
|
61510
|
+
|
|
61511
|
+
@property
|
|
61512
|
+
def InternetChargeType(self):
|
|
61513
|
+
r"""用于移除带宽包内IP资源时指定资源移除后的计费模式。<li>小时流量:TRAFFIC_POSTPAID_BY_HOUR;</li><li>小时带宽:BANDWIDTH_POSTPAID_BY_HOUR</li><p>说明:当前功能处于内测中,如需使用,请提交[工单申请](https://console.cloud.tencent.com/workorder/category)。</p>
|
|
61514
|
+
:rtype: str
|
|
61515
|
+
"""
|
|
61516
|
+
return self._InternetChargeType
|
|
61517
|
+
|
|
61518
|
+
@InternetChargeType.setter
|
|
61519
|
+
def InternetChargeType(self, InternetChargeType):
|
|
61520
|
+
self._InternetChargeType = InternetChargeType
|
|
61521
|
+
|
|
61304
61522
|
|
|
61305
61523
|
def _deserialize(self, params):
|
|
61306
61524
|
self._ResourceIds = params.get("ResourceIds")
|
|
61307
61525
|
self._BandwidthPackageId = params.get("BandwidthPackageId")
|
|
61308
61526
|
self._ResourceType = params.get("ResourceType")
|
|
61527
|
+
self._InternetMaxBandwidthOut = params.get("InternetMaxBandwidthOut")
|
|
61528
|
+
self._InternetChargeType = params.get("InternetChargeType")
|
|
61309
61529
|
memeber_set = set(params.keys())
|
|
61310
61530
|
for name, value in vars(self).items():
|
|
61311
61531
|
property_name = name[1:]
|
|
@@ -62441,6 +62661,141 @@ class ReplaceRoutesResponse(AbstractModel):
|
|
|
62441
62661
|
self._RequestId = params.get("RequestId")
|
|
62442
62662
|
|
|
62443
62663
|
|
|
62664
|
+
class ReplaceRoutesWithRoutePolicyRequest(AbstractModel):
|
|
62665
|
+
r"""ReplaceRoutesWithRoutePolicy请求参数结构体
|
|
62666
|
+
|
|
62667
|
+
"""
|
|
62668
|
+
|
|
62669
|
+
def __init__(self):
|
|
62670
|
+
r"""
|
|
62671
|
+
:param _RouteTableId: 路由表实例ID。
|
|
62672
|
+
:type RouteTableId: str
|
|
62673
|
+
:param _Routes: 路由策略对象。需要指定路由策略唯一ID(RouteItemId)。
|
|
62674
|
+
:type Routes: list of ReplaceRoutesWithRoutePolicyRoute
|
|
62675
|
+
"""
|
|
62676
|
+
self._RouteTableId = None
|
|
62677
|
+
self._Routes = None
|
|
62678
|
+
|
|
62679
|
+
@property
|
|
62680
|
+
def RouteTableId(self):
|
|
62681
|
+
r"""路由表实例ID。
|
|
62682
|
+
:rtype: str
|
|
62683
|
+
"""
|
|
62684
|
+
return self._RouteTableId
|
|
62685
|
+
|
|
62686
|
+
@RouteTableId.setter
|
|
62687
|
+
def RouteTableId(self, RouteTableId):
|
|
62688
|
+
self._RouteTableId = RouteTableId
|
|
62689
|
+
|
|
62690
|
+
@property
|
|
62691
|
+
def Routes(self):
|
|
62692
|
+
r"""路由策略对象。需要指定路由策略唯一ID(RouteItemId)。
|
|
62693
|
+
:rtype: list of ReplaceRoutesWithRoutePolicyRoute
|
|
62694
|
+
"""
|
|
62695
|
+
return self._Routes
|
|
62696
|
+
|
|
62697
|
+
@Routes.setter
|
|
62698
|
+
def Routes(self, Routes):
|
|
62699
|
+
self._Routes = Routes
|
|
62700
|
+
|
|
62701
|
+
|
|
62702
|
+
def _deserialize(self, params):
|
|
62703
|
+
self._RouteTableId = params.get("RouteTableId")
|
|
62704
|
+
if params.get("Routes") is not None:
|
|
62705
|
+
self._Routes = []
|
|
62706
|
+
for item in params.get("Routes"):
|
|
62707
|
+
obj = ReplaceRoutesWithRoutePolicyRoute()
|
|
62708
|
+
obj._deserialize(item)
|
|
62709
|
+
self._Routes.append(obj)
|
|
62710
|
+
memeber_set = set(params.keys())
|
|
62711
|
+
for name, value in vars(self).items():
|
|
62712
|
+
property_name = name[1:]
|
|
62713
|
+
if property_name in memeber_set:
|
|
62714
|
+
memeber_set.remove(property_name)
|
|
62715
|
+
if len(memeber_set) > 0:
|
|
62716
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
62717
|
+
|
|
62718
|
+
|
|
62719
|
+
|
|
62720
|
+
class ReplaceRoutesWithRoutePolicyResponse(AbstractModel):
|
|
62721
|
+
r"""ReplaceRoutesWithRoutePolicy返回参数结构体
|
|
62722
|
+
|
|
62723
|
+
"""
|
|
62724
|
+
|
|
62725
|
+
def __init__(self):
|
|
62726
|
+
r"""
|
|
62727
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
62728
|
+
:type RequestId: str
|
|
62729
|
+
"""
|
|
62730
|
+
self._RequestId = None
|
|
62731
|
+
|
|
62732
|
+
@property
|
|
62733
|
+
def RequestId(self):
|
|
62734
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
62735
|
+
:rtype: str
|
|
62736
|
+
"""
|
|
62737
|
+
return self._RequestId
|
|
62738
|
+
|
|
62739
|
+
@RequestId.setter
|
|
62740
|
+
def RequestId(self, RequestId):
|
|
62741
|
+
self._RequestId = RequestId
|
|
62742
|
+
|
|
62743
|
+
|
|
62744
|
+
def _deserialize(self, params):
|
|
62745
|
+
self._RequestId = params.get("RequestId")
|
|
62746
|
+
|
|
62747
|
+
|
|
62748
|
+
class ReplaceRoutesWithRoutePolicyRoute(AbstractModel):
|
|
62749
|
+
r"""匹配路由接收策略对象
|
|
62750
|
+
|
|
62751
|
+
"""
|
|
62752
|
+
|
|
62753
|
+
def __init__(self):
|
|
62754
|
+
r"""
|
|
62755
|
+
:param _RouteItemId: 路由唯一策略ID。
|
|
62756
|
+
:type RouteItemId: str
|
|
62757
|
+
:param _ForceMatchPolicy: 匹配路由接收策略标记。
|
|
62758
|
+
:type ForceMatchPolicy: bool
|
|
62759
|
+
"""
|
|
62760
|
+
self._RouteItemId = None
|
|
62761
|
+
self._ForceMatchPolicy = None
|
|
62762
|
+
|
|
62763
|
+
@property
|
|
62764
|
+
def RouteItemId(self):
|
|
62765
|
+
r"""路由唯一策略ID。
|
|
62766
|
+
:rtype: str
|
|
62767
|
+
"""
|
|
62768
|
+
return self._RouteItemId
|
|
62769
|
+
|
|
62770
|
+
@RouteItemId.setter
|
|
62771
|
+
def RouteItemId(self, RouteItemId):
|
|
62772
|
+
self._RouteItemId = RouteItemId
|
|
62773
|
+
|
|
62774
|
+
@property
|
|
62775
|
+
def ForceMatchPolicy(self):
|
|
62776
|
+
r"""匹配路由接收策略标记。
|
|
62777
|
+
:rtype: bool
|
|
62778
|
+
"""
|
|
62779
|
+
return self._ForceMatchPolicy
|
|
62780
|
+
|
|
62781
|
+
@ForceMatchPolicy.setter
|
|
62782
|
+
def ForceMatchPolicy(self, ForceMatchPolicy):
|
|
62783
|
+
self._ForceMatchPolicy = ForceMatchPolicy
|
|
62784
|
+
|
|
62785
|
+
|
|
62786
|
+
def _deserialize(self, params):
|
|
62787
|
+
self._RouteItemId = params.get("RouteItemId")
|
|
62788
|
+
self._ForceMatchPolicy = params.get("ForceMatchPolicy")
|
|
62789
|
+
memeber_set = set(params.keys())
|
|
62790
|
+
for name, value in vars(self).items():
|
|
62791
|
+
property_name = name[1:]
|
|
62792
|
+
if property_name in memeber_set:
|
|
62793
|
+
memeber_set.remove(property_name)
|
|
62794
|
+
if len(memeber_set) > 0:
|
|
62795
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
62796
|
+
|
|
62797
|
+
|
|
62798
|
+
|
|
62444
62799
|
class ReplaceSecurityGroupPoliciesRequest(AbstractModel):
|
|
62445
62800
|
r"""ReplaceSecurityGroupPolicies请求参数结构体
|
|
62446
62801
|
|
|
@@ -73030,6 +73385,8 @@ class VpnGatewayRoute(AbstractModel):
|
|
|
73030
73385
|
:type CreateTime: str
|
|
73031
73386
|
:param _UpdateTime: 更新时间。
|
|
73032
73387
|
:type UpdateTime: str
|
|
73388
|
+
:param _Description: 路由备注
|
|
73389
|
+
:type Description: str
|
|
73033
73390
|
"""
|
|
73034
73391
|
self._DestinationCidrBlock = None
|
|
73035
73392
|
self._InstanceType = None
|
|
@@ -73040,6 +73397,7 @@ class VpnGatewayRoute(AbstractModel):
|
|
|
73040
73397
|
self._Type = None
|
|
73041
73398
|
self._CreateTime = None
|
|
73042
73399
|
self._UpdateTime = None
|
|
73400
|
+
self._Description = None
|
|
73043
73401
|
|
|
73044
73402
|
@property
|
|
73045
73403
|
def DestinationCidrBlock(self):
|
|
@@ -73140,6 +73498,17 @@ class VpnGatewayRoute(AbstractModel):
|
|
|
73140
73498
|
def UpdateTime(self, UpdateTime):
|
|
73141
73499
|
self._UpdateTime = UpdateTime
|
|
73142
73500
|
|
|
73501
|
+
@property
|
|
73502
|
+
def Description(self):
|
|
73503
|
+
r"""路由备注
|
|
73504
|
+
:rtype: str
|
|
73505
|
+
"""
|
|
73506
|
+
return self._Description
|
|
73507
|
+
|
|
73508
|
+
@Description.setter
|
|
73509
|
+
def Description(self, Description):
|
|
73510
|
+
self._Description = Description
|
|
73511
|
+
|
|
73143
73512
|
|
|
73144
73513
|
def _deserialize(self, params):
|
|
73145
73514
|
self._DestinationCidrBlock = params.get("DestinationCidrBlock")
|
|
@@ -73151,6 +73520,7 @@ class VpnGatewayRoute(AbstractModel):
|
|
|
73151
73520
|
self._Type = params.get("Type")
|
|
73152
73521
|
self._CreateTime = params.get("CreateTime")
|
|
73153
73522
|
self._UpdateTime = params.get("UpdateTime")
|
|
73523
|
+
self._Description = params.get("Description")
|
|
73154
73524
|
memeber_set = set(params.keys())
|
|
73155
73525
|
for name, value in vars(self).items():
|
|
73156
73526
|
property_name = name[1:]
|
|
@@ -73172,9 +73542,12 @@ class VpnGatewayRouteModify(AbstractModel):
|
|
|
73172
73542
|
:type RouteId: str
|
|
73173
73543
|
:param _Status: VPN网关状态, ENABLE 启用, DISABLE禁用。
|
|
73174
73544
|
:type Status: str
|
|
73545
|
+
:param _Description: VPN路由备注
|
|
73546
|
+
:type Description: str
|
|
73175
73547
|
"""
|
|
73176
73548
|
self._RouteId = None
|
|
73177
73549
|
self._Status = None
|
|
73550
|
+
self._Description = None
|
|
73178
73551
|
|
|
73179
73552
|
@property
|
|
73180
73553
|
def RouteId(self):
|
|
@@ -73198,10 +73571,22 @@ class VpnGatewayRouteModify(AbstractModel):
|
|
|
73198
73571
|
def Status(self, Status):
|
|
73199
73572
|
self._Status = Status
|
|
73200
73573
|
|
|
73574
|
+
@property
|
|
73575
|
+
def Description(self):
|
|
73576
|
+
r"""VPN路由备注
|
|
73577
|
+
:rtype: str
|
|
73578
|
+
"""
|
|
73579
|
+
return self._Description
|
|
73580
|
+
|
|
73581
|
+
@Description.setter
|
|
73582
|
+
def Description(self, Description):
|
|
73583
|
+
self._Description = Description
|
|
73584
|
+
|
|
73201
73585
|
|
|
73202
73586
|
def _deserialize(self, params):
|
|
73203
73587
|
self._RouteId = params.get("RouteId")
|
|
73204
73588
|
self._Status = params.get("Status")
|
|
73589
|
+
self._Description = params.get("Description")
|
|
73205
73590
|
memeber_set = set(params.keys())
|
|
73206
73591
|
for name, value in vars(self).items():
|
|
73207
73592
|
property_name = name[1:]
|