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
|
@@ -318,13 +318,13 @@ class AddRealServersRequest(AbstractModel):
|
|
|
318
318
|
|
|
319
319
|
def __init__(self):
|
|
320
320
|
r"""
|
|
321
|
-
:param _ProjectId:
|
|
321
|
+
:param _ProjectId: <p>源站对应的项目ID</p>
|
|
322
322
|
:type ProjectId: int
|
|
323
|
-
:param _RealServerIP:
|
|
323
|
+
:param _RealServerIP: <p>源站对应的IP或域名</p>
|
|
324
324
|
:type RealServerIP: list of str
|
|
325
|
-
:param _RealServerName:
|
|
325
|
+
:param _RealServerName: <p>源站名称</p>
|
|
326
326
|
:type RealServerName: str
|
|
327
|
-
:param _TagSet:
|
|
327
|
+
:param _TagSet: <p>标签列表</p>
|
|
328
328
|
:type TagSet: list of TagPair
|
|
329
329
|
"""
|
|
330
330
|
self._ProjectId = None
|
|
@@ -334,7 +334,7 @@ class AddRealServersRequest(AbstractModel):
|
|
|
334
334
|
|
|
335
335
|
@property
|
|
336
336
|
def ProjectId(self):
|
|
337
|
-
r"""
|
|
337
|
+
r"""<p>源站对应的项目ID</p>
|
|
338
338
|
:rtype: int
|
|
339
339
|
"""
|
|
340
340
|
return self._ProjectId
|
|
@@ -345,7 +345,7 @@ class AddRealServersRequest(AbstractModel):
|
|
|
345
345
|
|
|
346
346
|
@property
|
|
347
347
|
def RealServerIP(self):
|
|
348
|
-
r"""
|
|
348
|
+
r"""<p>源站对应的IP或域名</p>
|
|
349
349
|
:rtype: list of str
|
|
350
350
|
"""
|
|
351
351
|
return self._RealServerIP
|
|
@@ -356,7 +356,7 @@ class AddRealServersRequest(AbstractModel):
|
|
|
356
356
|
|
|
357
357
|
@property
|
|
358
358
|
def RealServerName(self):
|
|
359
|
-
r"""
|
|
359
|
+
r"""<p>源站名称</p>
|
|
360
360
|
:rtype: str
|
|
361
361
|
"""
|
|
362
362
|
return self._RealServerName
|
|
@@ -367,7 +367,7 @@ class AddRealServersRequest(AbstractModel):
|
|
|
367
367
|
|
|
368
368
|
@property
|
|
369
369
|
def TagSet(self):
|
|
370
|
-
r"""
|
|
370
|
+
r"""<p>标签列表</p>
|
|
371
371
|
:rtype: list of TagPair
|
|
372
372
|
"""
|
|
373
373
|
return self._TagSet
|
|
@@ -404,7 +404,7 @@ class AddRealServersResponse(AbstractModel):
|
|
|
404
404
|
|
|
405
405
|
def __init__(self):
|
|
406
406
|
r"""
|
|
407
|
-
:param _RealServerSet:
|
|
407
|
+
:param _RealServerSet: <p>源站信息列表</p>
|
|
408
408
|
:type RealServerSet: list of NewRealServer
|
|
409
409
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
410
410
|
:type RequestId: str
|
|
@@ -414,7 +414,7 @@ class AddRealServersResponse(AbstractModel):
|
|
|
414
414
|
|
|
415
415
|
@property
|
|
416
416
|
def RealServerSet(self):
|
|
417
|
-
r"""
|
|
417
|
+
r"""<p>源站信息列表</p>
|
|
418
418
|
:rtype: list of NewRealServer
|
|
419
419
|
"""
|
|
420
420
|
return self._RealServerSet
|
|
@@ -552,9 +552,9 @@ class BindListenerRealServersRequest(AbstractModel):
|
|
|
552
552
|
|
|
553
553
|
def __init__(self):
|
|
554
554
|
r"""
|
|
555
|
-
:param _ListenerId:
|
|
555
|
+
:param _ListenerId: <p>监听器ID</p>
|
|
556
556
|
:type ListenerId: str
|
|
557
|
-
:param _RealServerBindSet:
|
|
557
|
+
:param _RealServerBindSet: <p>待绑定源站列表。如果该监听器的源站调度策略是加权轮询,需要填写源站权重 RealServerWeight, 不填或者其他调度类型默认源站权重为1。</p>
|
|
558
558
|
:type RealServerBindSet: list of RealServerBindSetReq
|
|
559
559
|
"""
|
|
560
560
|
self._ListenerId = None
|
|
@@ -562,7 +562,7 @@ class BindListenerRealServersRequest(AbstractModel):
|
|
|
562
562
|
|
|
563
563
|
@property
|
|
564
564
|
def ListenerId(self):
|
|
565
|
-
r"""
|
|
565
|
+
r"""<p>监听器ID</p>
|
|
566
566
|
:rtype: str
|
|
567
567
|
"""
|
|
568
568
|
return self._ListenerId
|
|
@@ -573,7 +573,7 @@ class BindListenerRealServersRequest(AbstractModel):
|
|
|
573
573
|
|
|
574
574
|
@property
|
|
575
575
|
def RealServerBindSet(self):
|
|
576
|
-
r"""
|
|
576
|
+
r"""<p>待绑定源站列表。如果该监听器的源站调度策略是加权轮询,需要填写源站权重 RealServerWeight, 不填或者其他调度类型默认源站权重为1。</p>
|
|
577
577
|
:rtype: list of RealServerBindSetReq
|
|
578
578
|
"""
|
|
579
579
|
return self._RealServerBindSet
|
|
@@ -1337,23 +1337,23 @@ class CheckProxyCreateRequest(AbstractModel):
|
|
|
1337
1337
|
|
|
1338
1338
|
def __init__(self):
|
|
1339
1339
|
r"""
|
|
1340
|
-
:param _AccessRegion:
|
|
1340
|
+
:param _AccessRegion: <p>通道的接入(加速)区域。取值可通过接口DescribeAccessRegionsByDestRegion获取到</p>
|
|
1341
1341
|
:type AccessRegion: str
|
|
1342
|
-
:param _RealServerRegion:
|
|
1342
|
+
:param _RealServerRegion: <p>通道的源站区域。取值可通过接口DescribeDestRegions获取到</p>
|
|
1343
1343
|
:type RealServerRegion: str
|
|
1344
|
-
:param _Bandwidth:
|
|
1344
|
+
:param _Bandwidth: <p>通道带宽上限,单位:Mbps。</p>
|
|
1345
1345
|
:type Bandwidth: int
|
|
1346
|
-
:param _Concurrent:
|
|
1346
|
+
:param _Concurrent: <p>通道并发量上限,表示同时在线的连接数,单位:万。</p>
|
|
1347
1347
|
:type Concurrent: int
|
|
1348
|
-
:param _GroupId:
|
|
1348
|
+
:param _GroupId: <p>如果在通道组下创建通道,需要填写通道组的ID</p>
|
|
1349
1349
|
:type GroupId: str
|
|
1350
|
-
:param _IPAddressVersion: IP版本,可取值:IPv4、IPv6,默认值IPv4
|
|
1350
|
+
:param _IPAddressVersion: <p>IP版本,可取值:IPv4、IPv6,默认值IPv4</p>
|
|
1351
1351
|
:type IPAddressVersion: str
|
|
1352
|
-
:param _NetworkType:
|
|
1352
|
+
:param _NetworkType: <p>网络类型,可取值:normal、cn2,默认值normal</p>
|
|
1353
1353
|
:type NetworkType: str
|
|
1354
|
-
:param _PackageType:
|
|
1354
|
+
:param _PackageType: <p>通道套餐类型。Thunder表示标准通道组,Accelerator表示游戏加速器通道,CrossBorder表示跨境通道。</p>
|
|
1355
1355
|
:type PackageType: str
|
|
1356
|
-
:param _Http3Supported:
|
|
1356
|
+
:param _Http3Supported: <p>该字段已废弃,当IPAddressVersion为IPv4时,所创建的通道默认支持Http3.0;当为IPv6,默认不支持Http3.0。</p>
|
|
1357
1357
|
:type Http3Supported: int
|
|
1358
1358
|
"""
|
|
1359
1359
|
self._AccessRegion = None
|
|
@@ -1368,7 +1368,7 @@ class CheckProxyCreateRequest(AbstractModel):
|
|
|
1368
1368
|
|
|
1369
1369
|
@property
|
|
1370
1370
|
def AccessRegion(self):
|
|
1371
|
-
r"""
|
|
1371
|
+
r"""<p>通道的接入(加速)区域。取值可通过接口DescribeAccessRegionsByDestRegion获取到</p>
|
|
1372
1372
|
:rtype: str
|
|
1373
1373
|
"""
|
|
1374
1374
|
return self._AccessRegion
|
|
@@ -1379,7 +1379,7 @@ class CheckProxyCreateRequest(AbstractModel):
|
|
|
1379
1379
|
|
|
1380
1380
|
@property
|
|
1381
1381
|
def RealServerRegion(self):
|
|
1382
|
-
r"""
|
|
1382
|
+
r"""<p>通道的源站区域。取值可通过接口DescribeDestRegions获取到</p>
|
|
1383
1383
|
:rtype: str
|
|
1384
1384
|
"""
|
|
1385
1385
|
return self._RealServerRegion
|
|
@@ -1390,7 +1390,7 @@ class CheckProxyCreateRequest(AbstractModel):
|
|
|
1390
1390
|
|
|
1391
1391
|
@property
|
|
1392
1392
|
def Bandwidth(self):
|
|
1393
|
-
r"""
|
|
1393
|
+
r"""<p>通道带宽上限,单位:Mbps。</p>
|
|
1394
1394
|
:rtype: int
|
|
1395
1395
|
"""
|
|
1396
1396
|
return self._Bandwidth
|
|
@@ -1401,7 +1401,7 @@ class CheckProxyCreateRequest(AbstractModel):
|
|
|
1401
1401
|
|
|
1402
1402
|
@property
|
|
1403
1403
|
def Concurrent(self):
|
|
1404
|
-
r"""
|
|
1404
|
+
r"""<p>通道并发量上限,表示同时在线的连接数,单位:万。</p>
|
|
1405
1405
|
:rtype: int
|
|
1406
1406
|
"""
|
|
1407
1407
|
return self._Concurrent
|
|
@@ -1412,7 +1412,7 @@ class CheckProxyCreateRequest(AbstractModel):
|
|
|
1412
1412
|
|
|
1413
1413
|
@property
|
|
1414
1414
|
def GroupId(self):
|
|
1415
|
-
r"""
|
|
1415
|
+
r"""<p>如果在通道组下创建通道,需要填写通道组的ID</p>
|
|
1416
1416
|
:rtype: str
|
|
1417
1417
|
"""
|
|
1418
1418
|
return self._GroupId
|
|
@@ -1423,7 +1423,7 @@ class CheckProxyCreateRequest(AbstractModel):
|
|
|
1423
1423
|
|
|
1424
1424
|
@property
|
|
1425
1425
|
def IPAddressVersion(self):
|
|
1426
|
-
r"""IP版本,可取值:IPv4、IPv6,默认值IPv4
|
|
1426
|
+
r"""<p>IP版本,可取值:IPv4、IPv6,默认值IPv4</p>
|
|
1427
1427
|
:rtype: str
|
|
1428
1428
|
"""
|
|
1429
1429
|
return self._IPAddressVersion
|
|
@@ -1434,7 +1434,7 @@ class CheckProxyCreateRequest(AbstractModel):
|
|
|
1434
1434
|
|
|
1435
1435
|
@property
|
|
1436
1436
|
def NetworkType(self):
|
|
1437
|
-
r"""
|
|
1437
|
+
r"""<p>网络类型,可取值:normal、cn2,默认值normal</p>
|
|
1438
1438
|
:rtype: str
|
|
1439
1439
|
"""
|
|
1440
1440
|
return self._NetworkType
|
|
@@ -1445,7 +1445,7 @@ class CheckProxyCreateRequest(AbstractModel):
|
|
|
1445
1445
|
|
|
1446
1446
|
@property
|
|
1447
1447
|
def PackageType(self):
|
|
1448
|
-
r"""
|
|
1448
|
+
r"""<p>通道套餐类型。Thunder表示标准通道组,Accelerator表示游戏加速器通道,CrossBorder表示跨境通道。</p>
|
|
1449
1449
|
:rtype: str
|
|
1450
1450
|
"""
|
|
1451
1451
|
return self._PackageType
|
|
@@ -1456,7 +1456,7 @@ class CheckProxyCreateRequest(AbstractModel):
|
|
|
1456
1456
|
|
|
1457
1457
|
@property
|
|
1458
1458
|
def Http3Supported(self):
|
|
1459
|
-
r"""
|
|
1459
|
+
r"""<p>该字段已废弃,当IPAddressVersion为IPv4时,所创建的通道默认支持Http3.0;当为IPv6,默认不支持Http3.0。</p>
|
|
1460
1460
|
:rtype: int
|
|
1461
1461
|
"""
|
|
1462
1462
|
return self._Http3Supported
|
|
@@ -1493,7 +1493,7 @@ class CheckProxyCreateResponse(AbstractModel):
|
|
|
1493
1493
|
|
|
1494
1494
|
def __init__(self):
|
|
1495
1495
|
r"""
|
|
1496
|
-
:param _CheckFlag:
|
|
1496
|
+
:param _CheckFlag: <p>查询能否创建给定配置的通道,1可以创建,0不可创建。</p>
|
|
1497
1497
|
:type CheckFlag: int
|
|
1498
1498
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1499
1499
|
:type RequestId: str
|
|
@@ -1503,7 +1503,7 @@ class CheckProxyCreateResponse(AbstractModel):
|
|
|
1503
1503
|
|
|
1504
1504
|
@property
|
|
1505
1505
|
def CheckFlag(self):
|
|
1506
|
-
r"""
|
|
1506
|
+
r"""<p>查询能否创建给定配置的通道,1可以创建,0不可创建。</p>
|
|
1507
1507
|
:rtype: int
|
|
1508
1508
|
"""
|
|
1509
1509
|
return self._CheckFlag
|
|
@@ -1976,20 +1976,13 @@ class CreateCertificateRequest(AbstractModel):
|
|
|
1976
1976
|
|
|
1977
1977
|
def __init__(self):
|
|
1978
1978
|
r"""
|
|
1979
|
-
:param _CertificateType:
|
|
1980
|
-
0,表示基础认证配置;
|
|
1981
|
-
1,表示客户端CA证书;
|
|
1982
|
-
2,服务器SSL证书;
|
|
1983
|
-
3,表示源站CA证书;
|
|
1984
|
-
4,表示通道SSL证书。
|
|
1979
|
+
:param _CertificateType: <p>证书类型。其中:0,表示基础认证配置;1,表示客户端CA证书;2,服务器SSL证书;3,表示源站CA证书;4,表示通道SSL证书。</p>
|
|
1985
1980
|
:type CertificateType: int
|
|
1986
|
-
:param _CertificateContent:
|
|
1987
|
-
当证书类型为基础认证配置时,该参数填写用户名/密码对。格式:“用户名:密码”,例如:root:FSGdT。其中密码使用htpasswd或者openssl,例如:openssl passwd -crypt 123456。
|
|
1988
|
-
当证书类型为CA/SSL证书时,该参数填写证书内容,格式为pem。
|
|
1981
|
+
:param _CertificateContent: <p>证书内容。采用url编码。其中:当证书类型为基础认证配置时,该参数填写用户名/密码对。格式:“用户名:密码”,例如:root:FSGdT。其中密码使用htpasswd或者openssl,例如:openssl passwd -crypt 123456。当证书类型为CA/SSL证书时,该参数填写证书内容,格式为pem。</p>
|
|
1989
1982
|
:type CertificateContent: str
|
|
1990
|
-
:param _CertificateAlias:
|
|
1983
|
+
:param _CertificateAlias: <p>证书名称</p>
|
|
1991
1984
|
:type CertificateAlias: str
|
|
1992
|
-
:param _CertificateKey:
|
|
1985
|
+
:param _CertificateKey: <p>密钥内容。采用url编码。仅当证书类型为SSL证书时,需要填写该参数。格式为pem。</p>
|
|
1993
1986
|
:type CertificateKey: str
|
|
1994
1987
|
"""
|
|
1995
1988
|
self._CertificateType = None
|
|
@@ -1999,12 +1992,7 @@ class CreateCertificateRequest(AbstractModel):
|
|
|
1999
1992
|
|
|
2000
1993
|
@property
|
|
2001
1994
|
def CertificateType(self):
|
|
2002
|
-
r"""
|
|
2003
|
-
0,表示基础认证配置;
|
|
2004
|
-
1,表示客户端CA证书;
|
|
2005
|
-
2,服务器SSL证书;
|
|
2006
|
-
3,表示源站CA证书;
|
|
2007
|
-
4,表示通道SSL证书。
|
|
1995
|
+
r"""<p>证书类型。其中:0,表示基础认证配置;1,表示客户端CA证书;2,服务器SSL证书;3,表示源站CA证书;4,表示通道SSL证书。</p>
|
|
2008
1996
|
:rtype: int
|
|
2009
1997
|
"""
|
|
2010
1998
|
return self._CertificateType
|
|
@@ -2015,9 +2003,7 @@ class CreateCertificateRequest(AbstractModel):
|
|
|
2015
2003
|
|
|
2016
2004
|
@property
|
|
2017
2005
|
def CertificateContent(self):
|
|
2018
|
-
r"""
|
|
2019
|
-
当证书类型为基础认证配置时,该参数填写用户名/密码对。格式:“用户名:密码”,例如:root:FSGdT。其中密码使用htpasswd或者openssl,例如:openssl passwd -crypt 123456。
|
|
2020
|
-
当证书类型为CA/SSL证书时,该参数填写证书内容,格式为pem。
|
|
2006
|
+
r"""<p>证书内容。采用url编码。其中:当证书类型为基础认证配置时,该参数填写用户名/密码对。格式:“用户名:密码”,例如:root:FSGdT。其中密码使用htpasswd或者openssl,例如:openssl passwd -crypt 123456。当证书类型为CA/SSL证书时,该参数填写证书内容,格式为pem。</p>
|
|
2021
2007
|
:rtype: str
|
|
2022
2008
|
"""
|
|
2023
2009
|
return self._CertificateContent
|
|
@@ -2028,7 +2014,7 @@ class CreateCertificateRequest(AbstractModel):
|
|
|
2028
2014
|
|
|
2029
2015
|
@property
|
|
2030
2016
|
def CertificateAlias(self):
|
|
2031
|
-
r"""
|
|
2017
|
+
r"""<p>证书名称</p>
|
|
2032
2018
|
:rtype: str
|
|
2033
2019
|
"""
|
|
2034
2020
|
return self._CertificateAlias
|
|
@@ -2039,7 +2025,7 @@ class CreateCertificateRequest(AbstractModel):
|
|
|
2039
2025
|
|
|
2040
2026
|
@property
|
|
2041
2027
|
def CertificateKey(self):
|
|
2042
|
-
r"""
|
|
2028
|
+
r"""<p>密钥内容。采用url编码。仅当证书类型为SSL证书时,需要填写该参数。格式为pem。</p>
|
|
2043
2029
|
:rtype: str
|
|
2044
2030
|
"""
|
|
2045
2031
|
return self._CertificateKey
|
|
@@ -2071,7 +2057,7 @@ class CreateCertificateResponse(AbstractModel):
|
|
|
2071
2057
|
|
|
2072
2058
|
def __init__(self):
|
|
2073
2059
|
r"""
|
|
2074
|
-
:param _CertificateId:
|
|
2060
|
+
:param _CertificateId: <p>证书ID</p>
|
|
2075
2061
|
:type CertificateId: str
|
|
2076
2062
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2077
2063
|
:type RequestId: str
|
|
@@ -2081,7 +2067,7 @@ class CreateCertificateResponse(AbstractModel):
|
|
|
2081
2067
|
|
|
2082
2068
|
@property
|
|
2083
2069
|
def CertificateId(self):
|
|
2084
|
-
r"""
|
|
2070
|
+
r"""<p>证书ID</p>
|
|
2085
2071
|
:rtype: str
|
|
2086
2072
|
"""
|
|
2087
2073
|
return self._CertificateId
|
|
@@ -2198,19 +2184,19 @@ class CreateDomainErrorPageInfoRequest(AbstractModel):
|
|
|
2198
2184
|
|
|
2199
2185
|
def __init__(self):
|
|
2200
2186
|
r"""
|
|
2201
|
-
:param _ListenerId:
|
|
2187
|
+
:param _ListenerId: <p>监听器ID</p>
|
|
2202
2188
|
:type ListenerId: str
|
|
2203
|
-
:param _Domain:
|
|
2189
|
+
:param _Domain: <p>域名</p>
|
|
2204
2190
|
:type Domain: str
|
|
2205
|
-
:param _ErrorNos:
|
|
2191
|
+
:param _ErrorNos: <p>原始错误码</p>
|
|
2206
2192
|
:type ErrorNos: list of int
|
|
2207
|
-
:param _Body:
|
|
2193
|
+
:param _Body: <p>新的响应包体</p>
|
|
2208
2194
|
:type Body: str
|
|
2209
|
-
:param _NewErrorNo:
|
|
2195
|
+
:param _NewErrorNo: <p>新错误码</p>
|
|
2210
2196
|
:type NewErrorNo: int
|
|
2211
|
-
:param _ClearHeaders:
|
|
2197
|
+
:param _ClearHeaders: <p>需要删除的响应头</p>
|
|
2212
2198
|
:type ClearHeaders: list of str
|
|
2213
|
-
:param _SetHeaders:
|
|
2199
|
+
:param _SetHeaders: <p>需要设置的响应头</p>
|
|
2214
2200
|
:type SetHeaders: list of HttpHeaderParam
|
|
2215
2201
|
"""
|
|
2216
2202
|
self._ListenerId = None
|
|
@@ -2223,7 +2209,7 @@ class CreateDomainErrorPageInfoRequest(AbstractModel):
|
|
|
2223
2209
|
|
|
2224
2210
|
@property
|
|
2225
2211
|
def ListenerId(self):
|
|
2226
|
-
r"""
|
|
2212
|
+
r"""<p>监听器ID</p>
|
|
2227
2213
|
:rtype: str
|
|
2228
2214
|
"""
|
|
2229
2215
|
return self._ListenerId
|
|
@@ -2234,7 +2220,7 @@ class CreateDomainErrorPageInfoRequest(AbstractModel):
|
|
|
2234
2220
|
|
|
2235
2221
|
@property
|
|
2236
2222
|
def Domain(self):
|
|
2237
|
-
r"""
|
|
2223
|
+
r"""<p>域名</p>
|
|
2238
2224
|
:rtype: str
|
|
2239
2225
|
"""
|
|
2240
2226
|
return self._Domain
|
|
@@ -2245,7 +2231,7 @@ class CreateDomainErrorPageInfoRequest(AbstractModel):
|
|
|
2245
2231
|
|
|
2246
2232
|
@property
|
|
2247
2233
|
def ErrorNos(self):
|
|
2248
|
-
r"""
|
|
2234
|
+
r"""<p>原始错误码</p>
|
|
2249
2235
|
:rtype: list of int
|
|
2250
2236
|
"""
|
|
2251
2237
|
return self._ErrorNos
|
|
@@ -2256,7 +2242,7 @@ class CreateDomainErrorPageInfoRequest(AbstractModel):
|
|
|
2256
2242
|
|
|
2257
2243
|
@property
|
|
2258
2244
|
def Body(self):
|
|
2259
|
-
r"""
|
|
2245
|
+
r"""<p>新的响应包体</p>
|
|
2260
2246
|
:rtype: str
|
|
2261
2247
|
"""
|
|
2262
2248
|
return self._Body
|
|
@@ -2267,7 +2253,7 @@ class CreateDomainErrorPageInfoRequest(AbstractModel):
|
|
|
2267
2253
|
|
|
2268
2254
|
@property
|
|
2269
2255
|
def NewErrorNo(self):
|
|
2270
|
-
r"""
|
|
2256
|
+
r"""<p>新错误码</p>
|
|
2271
2257
|
:rtype: int
|
|
2272
2258
|
"""
|
|
2273
2259
|
return self._NewErrorNo
|
|
@@ -2278,7 +2264,7 @@ class CreateDomainErrorPageInfoRequest(AbstractModel):
|
|
|
2278
2264
|
|
|
2279
2265
|
@property
|
|
2280
2266
|
def ClearHeaders(self):
|
|
2281
|
-
r"""
|
|
2267
|
+
r"""<p>需要删除的响应头</p>
|
|
2282
2268
|
:rtype: list of str
|
|
2283
2269
|
"""
|
|
2284
2270
|
return self._ClearHeaders
|
|
@@ -2289,7 +2275,7 @@ class CreateDomainErrorPageInfoRequest(AbstractModel):
|
|
|
2289
2275
|
|
|
2290
2276
|
@property
|
|
2291
2277
|
def SetHeaders(self):
|
|
2292
|
-
r"""
|
|
2278
|
+
r"""<p>需要设置的响应头</p>
|
|
2293
2279
|
:rtype: list of HttpHeaderParam
|
|
2294
2280
|
"""
|
|
2295
2281
|
return self._SetHeaders
|
|
@@ -2329,7 +2315,7 @@ class CreateDomainErrorPageInfoResponse(AbstractModel):
|
|
|
2329
2315
|
|
|
2330
2316
|
def __init__(self):
|
|
2331
2317
|
r"""
|
|
2332
|
-
:param _ErrorPageId:
|
|
2318
|
+
:param _ErrorPageId: <p>错误定制响应的配置ID</p>
|
|
2333
2319
|
:type ErrorPageId: str
|
|
2334
2320
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2335
2321
|
:type RequestId: str
|
|
@@ -2339,7 +2325,7 @@ class CreateDomainErrorPageInfoResponse(AbstractModel):
|
|
|
2339
2325
|
|
|
2340
2326
|
@property
|
|
2341
2327
|
def ErrorPageId(self):
|
|
2342
|
-
r"""
|
|
2328
|
+
r"""<p>错误定制响应的配置ID</p>
|
|
2343
2329
|
:rtype: str
|
|
2344
2330
|
"""
|
|
2345
2331
|
return self._ErrorPageId
|
|
@@ -2759,13 +2745,13 @@ class CreateHTTPListenerRequest(AbstractModel):
|
|
|
2759
2745
|
|
|
2760
2746
|
def __init__(self):
|
|
2761
2747
|
r"""
|
|
2762
|
-
:param _ListenerName:
|
|
2748
|
+
:param _ListenerName: <p>监听器名称</p>
|
|
2763
2749
|
:type ListenerName: str
|
|
2764
|
-
:param _Port:
|
|
2750
|
+
:param _Port: <p>监听器端口,基于同种传输层协议(TCP 或 UDP)的监听器,端口不可重复</p>
|
|
2765
2751
|
:type Port: int
|
|
2766
|
-
:param _ProxyId:
|
|
2752
|
+
:param _ProxyId: <p>通道ID,与GroupId不能同时设置,对应为通道创建监听器</p>
|
|
2767
2753
|
:type ProxyId: str
|
|
2768
|
-
:param _GroupId:
|
|
2754
|
+
:param _GroupId: <p>通道组ID,与ProxyId不能同时设置,对应为通道组创建监听器</p>
|
|
2769
2755
|
:type GroupId: str
|
|
2770
2756
|
"""
|
|
2771
2757
|
self._ListenerName = None
|
|
@@ -2775,7 +2761,7 @@ class CreateHTTPListenerRequest(AbstractModel):
|
|
|
2775
2761
|
|
|
2776
2762
|
@property
|
|
2777
2763
|
def ListenerName(self):
|
|
2778
|
-
r"""
|
|
2764
|
+
r"""<p>监听器名称</p>
|
|
2779
2765
|
:rtype: str
|
|
2780
2766
|
"""
|
|
2781
2767
|
return self._ListenerName
|
|
@@ -2786,7 +2772,7 @@ class CreateHTTPListenerRequest(AbstractModel):
|
|
|
2786
2772
|
|
|
2787
2773
|
@property
|
|
2788
2774
|
def Port(self):
|
|
2789
|
-
r"""
|
|
2775
|
+
r"""<p>监听器端口,基于同种传输层协议(TCP 或 UDP)的监听器,端口不可重复</p>
|
|
2790
2776
|
:rtype: int
|
|
2791
2777
|
"""
|
|
2792
2778
|
return self._Port
|
|
@@ -2797,7 +2783,7 @@ class CreateHTTPListenerRequest(AbstractModel):
|
|
|
2797
2783
|
|
|
2798
2784
|
@property
|
|
2799
2785
|
def ProxyId(self):
|
|
2800
|
-
r"""
|
|
2786
|
+
r"""<p>通道ID,与GroupId不能同时设置,对应为通道创建监听器</p>
|
|
2801
2787
|
:rtype: str
|
|
2802
2788
|
"""
|
|
2803
2789
|
return self._ProxyId
|
|
@@ -2808,7 +2794,7 @@ class CreateHTTPListenerRequest(AbstractModel):
|
|
|
2808
2794
|
|
|
2809
2795
|
@property
|
|
2810
2796
|
def GroupId(self):
|
|
2811
|
-
r"""
|
|
2797
|
+
r"""<p>通道组ID,与ProxyId不能同时设置,对应为通道组创建监听器</p>
|
|
2812
2798
|
:rtype: str
|
|
2813
2799
|
"""
|
|
2814
2800
|
return self._GroupId
|
|
@@ -2840,7 +2826,7 @@ class CreateHTTPListenerResponse(AbstractModel):
|
|
|
2840
2826
|
|
|
2841
2827
|
def __init__(self):
|
|
2842
2828
|
r"""
|
|
2843
|
-
:param _ListenerId:
|
|
2829
|
+
:param _ListenerId: <p>创建的监听器ID</p>
|
|
2844
2830
|
:type ListenerId: str
|
|
2845
2831
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2846
2832
|
:type RequestId: str
|
|
@@ -2850,7 +2836,7 @@ class CreateHTTPListenerResponse(AbstractModel):
|
|
|
2850
2836
|
|
|
2851
2837
|
@property
|
|
2852
2838
|
def ListenerId(self):
|
|
2853
|
-
r"""
|
|
2839
|
+
r"""<p>创建的监听器ID</p>
|
|
2854
2840
|
:rtype: str
|
|
2855
2841
|
"""
|
|
2856
2842
|
return self._ListenerId
|
|
@@ -2883,32 +2869,25 @@ class CreateHTTPSListenerRequest(AbstractModel):
|
|
|
2883
2869
|
|
|
2884
2870
|
def __init__(self):
|
|
2885
2871
|
r"""
|
|
2886
|
-
:param _ListenerName:
|
|
2872
|
+
:param _ListenerName: <p>监听器名称</p>
|
|
2887
2873
|
:type ListenerName: str
|
|
2888
|
-
:param _Port:
|
|
2874
|
+
:param _Port: <p>监听器端口,基于同种传输层协议(TCP 或 UDP)的监听器,端口不可重复</p>
|
|
2889
2875
|
:type Port: int
|
|
2890
|
-
:param _CertificateId:
|
|
2876
|
+
:param _CertificateId: <p>服务器证书ID</p>
|
|
2891
2877
|
:type CertificateId: str
|
|
2892
|
-
:param _ForwardProtocol:
|
|
2878
|
+
:param _ForwardProtocol: <p>加速通道转发到源站的协议类型:HTTP | HTTPS</p>
|
|
2893
2879
|
:type ForwardProtocol: str
|
|
2894
|
-
:param _ProxyId:
|
|
2880
|
+
:param _ProxyId: <p>通道ID,与GroupId之间只能设置一个。表示创建通道的监听器。</p>
|
|
2895
2881
|
:type ProxyId: str
|
|
2896
|
-
:param _AuthType:
|
|
2897
|
-
0,单向认证;
|
|
2898
|
-
1,双向认证。
|
|
2899
|
-
默认使用单向认证。
|
|
2882
|
+
:param _AuthType: <p>认证类型,其中:0,单向认证;1,双向认证。默认使用单向认证。</p>
|
|
2900
2883
|
:type AuthType: int
|
|
2901
|
-
:param _ClientCertificateId:
|
|
2884
|
+
:param _ClientCertificateId: <p>客户端CA单证书ID,仅当双向认证时设置该参数或PolyClientCertificateIds参数</p>
|
|
2902
2885
|
:type ClientCertificateId: str
|
|
2903
|
-
:param _PolyClientCertificateIds:
|
|
2886
|
+
:param _PolyClientCertificateIds: <p>新的客户端多CA证书ID,仅当双向认证时设置该参数或设置ClientCertificateId参数</p>
|
|
2904
2887
|
:type PolyClientCertificateIds: list of str
|
|
2905
|
-
:param _GroupId:
|
|
2888
|
+
:param _GroupId: <p>通道组ID,与ProxyId之间只能设置一个。表示创建通道组的监听器。</p>
|
|
2906
2889
|
:type GroupId: str
|
|
2907
|
-
:param _Http3Supported:
|
|
2908
|
-
0,表示不需要支持Http3接入;
|
|
2909
|
-
1,表示需要支持Http3接入。
|
|
2910
|
-
注意:如果支持了Http3的功能,那么该监听器会占用对应的UDP接入端口,不可再创建相同端口的UDP监听器。
|
|
2911
|
-
该功能的启停无法在监听器创建完毕后再修改。
|
|
2890
|
+
:param _Http3Supported: <p>支持Http3的开关,其中:0,表示不需要支持Http3接入;1,表示需要支持Http3接入。注意:如果支持了Http3的功能,那么该监听器会占用对应的UDP接入端口,不可再创建相同端口的UDP监听器。该功能的启停无法在监听器创建完毕后再修改。</p>
|
|
2912
2891
|
:type Http3Supported: int
|
|
2913
2892
|
"""
|
|
2914
2893
|
self._ListenerName = None
|
|
@@ -2924,7 +2903,7 @@ class CreateHTTPSListenerRequest(AbstractModel):
|
|
|
2924
2903
|
|
|
2925
2904
|
@property
|
|
2926
2905
|
def ListenerName(self):
|
|
2927
|
-
r"""
|
|
2906
|
+
r"""<p>监听器名称</p>
|
|
2928
2907
|
:rtype: str
|
|
2929
2908
|
"""
|
|
2930
2909
|
return self._ListenerName
|
|
@@ -2935,7 +2914,7 @@ class CreateHTTPSListenerRequest(AbstractModel):
|
|
|
2935
2914
|
|
|
2936
2915
|
@property
|
|
2937
2916
|
def Port(self):
|
|
2938
|
-
r"""
|
|
2917
|
+
r"""<p>监听器端口,基于同种传输层协议(TCP 或 UDP)的监听器,端口不可重复</p>
|
|
2939
2918
|
:rtype: int
|
|
2940
2919
|
"""
|
|
2941
2920
|
return self._Port
|
|
@@ -2946,7 +2925,7 @@ class CreateHTTPSListenerRequest(AbstractModel):
|
|
|
2946
2925
|
|
|
2947
2926
|
@property
|
|
2948
2927
|
def CertificateId(self):
|
|
2949
|
-
r"""
|
|
2928
|
+
r"""<p>服务器证书ID</p>
|
|
2950
2929
|
:rtype: str
|
|
2951
2930
|
"""
|
|
2952
2931
|
return self._CertificateId
|
|
@@ -2957,7 +2936,7 @@ class CreateHTTPSListenerRequest(AbstractModel):
|
|
|
2957
2936
|
|
|
2958
2937
|
@property
|
|
2959
2938
|
def ForwardProtocol(self):
|
|
2960
|
-
r"""
|
|
2939
|
+
r"""<p>加速通道转发到源站的协议类型:HTTP | HTTPS</p>
|
|
2961
2940
|
:rtype: str
|
|
2962
2941
|
"""
|
|
2963
2942
|
return self._ForwardProtocol
|
|
@@ -2968,7 +2947,7 @@ class CreateHTTPSListenerRequest(AbstractModel):
|
|
|
2968
2947
|
|
|
2969
2948
|
@property
|
|
2970
2949
|
def ProxyId(self):
|
|
2971
|
-
r"""
|
|
2950
|
+
r"""<p>通道ID,与GroupId之间只能设置一个。表示创建通道的监听器。</p>
|
|
2972
2951
|
:rtype: str
|
|
2973
2952
|
"""
|
|
2974
2953
|
return self._ProxyId
|
|
@@ -2979,10 +2958,7 @@ class CreateHTTPSListenerRequest(AbstractModel):
|
|
|
2979
2958
|
|
|
2980
2959
|
@property
|
|
2981
2960
|
def AuthType(self):
|
|
2982
|
-
r"""
|
|
2983
|
-
0,单向认证;
|
|
2984
|
-
1,双向认证。
|
|
2985
|
-
默认使用单向认证。
|
|
2961
|
+
r"""<p>认证类型,其中:0,单向认证;1,双向认证。默认使用单向认证。</p>
|
|
2986
2962
|
:rtype: int
|
|
2987
2963
|
"""
|
|
2988
2964
|
return self._AuthType
|
|
@@ -2993,7 +2969,7 @@ class CreateHTTPSListenerRequest(AbstractModel):
|
|
|
2993
2969
|
|
|
2994
2970
|
@property
|
|
2995
2971
|
def ClientCertificateId(self):
|
|
2996
|
-
r"""
|
|
2972
|
+
r"""<p>客户端CA单证书ID,仅当双向认证时设置该参数或PolyClientCertificateIds参数</p>
|
|
2997
2973
|
:rtype: str
|
|
2998
2974
|
"""
|
|
2999
2975
|
return self._ClientCertificateId
|
|
@@ -3004,7 +2980,7 @@ class CreateHTTPSListenerRequest(AbstractModel):
|
|
|
3004
2980
|
|
|
3005
2981
|
@property
|
|
3006
2982
|
def PolyClientCertificateIds(self):
|
|
3007
|
-
r"""
|
|
2983
|
+
r"""<p>新的客户端多CA证书ID,仅当双向认证时设置该参数或设置ClientCertificateId参数</p>
|
|
3008
2984
|
:rtype: list of str
|
|
3009
2985
|
"""
|
|
3010
2986
|
return self._PolyClientCertificateIds
|
|
@@ -3015,7 +2991,7 @@ class CreateHTTPSListenerRequest(AbstractModel):
|
|
|
3015
2991
|
|
|
3016
2992
|
@property
|
|
3017
2993
|
def GroupId(self):
|
|
3018
|
-
r"""
|
|
2994
|
+
r"""<p>通道组ID,与ProxyId之间只能设置一个。表示创建通道组的监听器。</p>
|
|
3019
2995
|
:rtype: str
|
|
3020
2996
|
"""
|
|
3021
2997
|
return self._GroupId
|
|
@@ -3026,11 +3002,7 @@ class CreateHTTPSListenerRequest(AbstractModel):
|
|
|
3026
3002
|
|
|
3027
3003
|
@property
|
|
3028
3004
|
def Http3Supported(self):
|
|
3029
|
-
r"""
|
|
3030
|
-
0,表示不需要支持Http3接入;
|
|
3031
|
-
1,表示需要支持Http3接入。
|
|
3032
|
-
注意:如果支持了Http3的功能,那么该监听器会占用对应的UDP接入端口,不可再创建相同端口的UDP监听器。
|
|
3033
|
-
该功能的启停无法在监听器创建完毕后再修改。
|
|
3005
|
+
r"""<p>支持Http3的开关,其中:0,表示不需要支持Http3接入;1,表示需要支持Http3接入。注意:如果支持了Http3的功能,那么该监听器会占用对应的UDP接入端口,不可再创建相同端口的UDP监听器。该功能的启停无法在监听器创建完毕后再修改。</p>
|
|
3034
3006
|
:rtype: int
|
|
3035
3007
|
"""
|
|
3036
3008
|
return self._Http3Supported
|
|
@@ -3068,7 +3040,7 @@ class CreateHTTPSListenerResponse(AbstractModel):
|
|
|
3068
3040
|
|
|
3069
3041
|
def __init__(self):
|
|
3070
3042
|
r"""
|
|
3071
|
-
:param _ListenerId:
|
|
3043
|
+
:param _ListenerId: <p>创建的监听器ID</p>
|
|
3072
3044
|
:type ListenerId: str
|
|
3073
3045
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3074
3046
|
:type RequestId: str
|
|
@@ -3078,7 +3050,7 @@ class CreateHTTPSListenerResponse(AbstractModel):
|
|
|
3078
3050
|
|
|
3079
3051
|
@property
|
|
3080
3052
|
def ListenerId(self):
|
|
3081
|
-
r"""
|
|
3053
|
+
r"""<p>创建的监听器ID</p>
|
|
3082
3054
|
:rtype: str
|
|
3083
3055
|
"""
|
|
3084
3056
|
return self._ListenerId
|
|
@@ -3190,21 +3162,21 @@ class CreateProxyGroupRequest(AbstractModel):
|
|
|
3190
3162
|
|
|
3191
3163
|
def __init__(self):
|
|
3192
3164
|
r"""
|
|
3193
|
-
:param _ProjectId:
|
|
3165
|
+
:param _ProjectId: <p>通道组所属项目ID</p>
|
|
3194
3166
|
:type ProjectId: int
|
|
3195
|
-
:param _GroupName:
|
|
3167
|
+
:param _GroupName: <p>通道组别名</p>
|
|
3196
3168
|
:type GroupName: str
|
|
3197
|
-
:param _RealServerRegion:
|
|
3169
|
+
:param _RealServerRegion: <p>源站地域,参考接口 [https://cloud.tencent.com/document/api/608/36964] 返回参数RegionDetail中的RegionId</p>
|
|
3198
3170
|
:type RealServerRegion: str
|
|
3199
|
-
:param _TagSet:
|
|
3171
|
+
:param _TagSet: <p>标签列表</p>
|
|
3200
3172
|
:type TagSet: list of TagPair
|
|
3201
|
-
:param _AccessRegionSet:
|
|
3173
|
+
:param _AccessRegionSet: <p>加速地域列表,包括加速地域名,及该地域对应的带宽和并发配置。</p>
|
|
3202
3174
|
:type AccessRegionSet: list of AccessConfiguration
|
|
3203
|
-
:param _IPAddressVersion: IP版本,可取值:IPv4、IPv6,默认值IPv4
|
|
3175
|
+
:param _IPAddressVersion: <p>IP版本,可取值:IPv4、IPv6,默认值IPv4</p>
|
|
3204
3176
|
:type IPAddressVersion: str
|
|
3205
|
-
:param _PackageType:
|
|
3177
|
+
:param _PackageType: <p>通道组套餐类型,可取值:Thunder、Accelerator,默认值Thunder</p>
|
|
3206
3178
|
:type PackageType: str
|
|
3207
|
-
:param _Http3Supported:
|
|
3179
|
+
:param _Http3Supported: <p>该字段已废弃,当IPAddressVersion为IPv4时,所创建的通道组默认支持Http3.0;当为IPv6,默认不支持Http3.0。</p>
|
|
3208
3180
|
:type Http3Supported: int
|
|
3209
3181
|
"""
|
|
3210
3182
|
self._ProjectId = None
|
|
@@ -3218,7 +3190,7 @@ class CreateProxyGroupRequest(AbstractModel):
|
|
|
3218
3190
|
|
|
3219
3191
|
@property
|
|
3220
3192
|
def ProjectId(self):
|
|
3221
|
-
r"""
|
|
3193
|
+
r"""<p>通道组所属项目ID</p>
|
|
3222
3194
|
:rtype: int
|
|
3223
3195
|
"""
|
|
3224
3196
|
return self._ProjectId
|
|
@@ -3229,7 +3201,7 @@ class CreateProxyGroupRequest(AbstractModel):
|
|
|
3229
3201
|
|
|
3230
3202
|
@property
|
|
3231
3203
|
def GroupName(self):
|
|
3232
|
-
r"""
|
|
3204
|
+
r"""<p>通道组别名</p>
|
|
3233
3205
|
:rtype: str
|
|
3234
3206
|
"""
|
|
3235
3207
|
return self._GroupName
|
|
@@ -3240,7 +3212,7 @@ class CreateProxyGroupRequest(AbstractModel):
|
|
|
3240
3212
|
|
|
3241
3213
|
@property
|
|
3242
3214
|
def RealServerRegion(self):
|
|
3243
|
-
r"""
|
|
3215
|
+
r"""<p>源站地域,参考接口 [https://cloud.tencent.com/document/api/608/36964] 返回参数RegionDetail中的RegionId</p>
|
|
3244
3216
|
:rtype: str
|
|
3245
3217
|
"""
|
|
3246
3218
|
return self._RealServerRegion
|
|
@@ -3251,7 +3223,7 @@ class CreateProxyGroupRequest(AbstractModel):
|
|
|
3251
3223
|
|
|
3252
3224
|
@property
|
|
3253
3225
|
def TagSet(self):
|
|
3254
|
-
r"""
|
|
3226
|
+
r"""<p>标签列表</p>
|
|
3255
3227
|
:rtype: list of TagPair
|
|
3256
3228
|
"""
|
|
3257
3229
|
return self._TagSet
|
|
@@ -3262,7 +3234,7 @@ class CreateProxyGroupRequest(AbstractModel):
|
|
|
3262
3234
|
|
|
3263
3235
|
@property
|
|
3264
3236
|
def AccessRegionSet(self):
|
|
3265
|
-
r"""
|
|
3237
|
+
r"""<p>加速地域列表,包括加速地域名,及该地域对应的带宽和并发配置。</p>
|
|
3266
3238
|
:rtype: list of AccessConfiguration
|
|
3267
3239
|
"""
|
|
3268
3240
|
return self._AccessRegionSet
|
|
@@ -3273,7 +3245,7 @@ class CreateProxyGroupRequest(AbstractModel):
|
|
|
3273
3245
|
|
|
3274
3246
|
@property
|
|
3275
3247
|
def IPAddressVersion(self):
|
|
3276
|
-
r"""IP版本,可取值:IPv4、IPv6,默认值IPv4
|
|
3248
|
+
r"""<p>IP版本,可取值:IPv4、IPv6,默认值IPv4</p>
|
|
3277
3249
|
:rtype: str
|
|
3278
3250
|
"""
|
|
3279
3251
|
return self._IPAddressVersion
|
|
@@ -3284,7 +3256,7 @@ class CreateProxyGroupRequest(AbstractModel):
|
|
|
3284
3256
|
|
|
3285
3257
|
@property
|
|
3286
3258
|
def PackageType(self):
|
|
3287
|
-
r"""
|
|
3259
|
+
r"""<p>通道组套餐类型,可取值:Thunder、Accelerator,默认值Thunder</p>
|
|
3288
3260
|
:rtype: str
|
|
3289
3261
|
"""
|
|
3290
3262
|
return self._PackageType
|
|
@@ -3295,7 +3267,7 @@ class CreateProxyGroupRequest(AbstractModel):
|
|
|
3295
3267
|
|
|
3296
3268
|
@property
|
|
3297
3269
|
def Http3Supported(self):
|
|
3298
|
-
r"""
|
|
3270
|
+
r"""<p>该字段已废弃,当IPAddressVersion为IPv4时,所创建的通道组默认支持Http3.0;当为IPv6,默认不支持Http3.0。</p>
|
|
3299
3271
|
:rtype: int
|
|
3300
3272
|
"""
|
|
3301
3273
|
return self._Http3Supported
|
|
@@ -3341,7 +3313,7 @@ class CreateProxyGroupResponse(AbstractModel):
|
|
|
3341
3313
|
|
|
3342
3314
|
def __init__(self):
|
|
3343
3315
|
r"""
|
|
3344
|
-
:param _GroupId:
|
|
3316
|
+
:param _GroupId: <p>通道组ID</p>
|
|
3345
3317
|
:type GroupId: str
|
|
3346
3318
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3347
3319
|
:type RequestId: str
|
|
@@ -3351,7 +3323,7 @@ class CreateProxyGroupResponse(AbstractModel):
|
|
|
3351
3323
|
|
|
3352
3324
|
@property
|
|
3353
3325
|
def GroupId(self):
|
|
3354
|
-
r"""
|
|
3326
|
+
r"""<p>通道组ID</p>
|
|
3355
3327
|
:rtype: str
|
|
3356
3328
|
"""
|
|
3357
3329
|
return self._GroupId
|
|
@@ -3682,30 +3654,29 @@ class CreateRuleRequest(AbstractModel):
|
|
|
3682
3654
|
|
|
3683
3655
|
def __init__(self):
|
|
3684
3656
|
r"""
|
|
3685
|
-
:param _ListenerId: 7层监听器ID
|
|
3657
|
+
:param _ListenerId: <p>7层监听器ID</p>
|
|
3686
3658
|
:type ListenerId: str
|
|
3687
|
-
:param _Domain:
|
|
3659
|
+
:param _Domain: <p>转发规则的域名</p>
|
|
3688
3660
|
:type Domain: str
|
|
3689
|
-
:param _Path:
|
|
3661
|
+
:param _Path: <p>转发规则的路径</p>
|
|
3690
3662
|
:type Path: str
|
|
3691
|
-
:param _RealServerType:
|
|
3663
|
+
:param _RealServerType: <p>转发规则对应源站的类型,支持IP和DOMAIN类型。</p>
|
|
3692
3664
|
:type RealServerType: str
|
|
3693
|
-
:param _Scheduler:
|
|
3665
|
+
:param _Scheduler: <p>监听器源站访问策略,其中:rr表示轮询;wrr表示加权轮询;lc表示最小连接数。</p>
|
|
3694
3666
|
:type Scheduler: str
|
|
3695
|
-
:param _HealthCheck:
|
|
3667
|
+
:param _HealthCheck: <p>规则是否开启健康检查,1开启,0关闭。</p>
|
|
3696
3668
|
:type HealthCheck: int
|
|
3697
|
-
:param _CheckParams:
|
|
3669
|
+
:param _CheckParams: <p>源站健康检查相关参数</p>
|
|
3698
3670
|
:type CheckParams: :class:`tencentcloud.gaap.v20180529.models.RuleCheckParams`
|
|
3699
|
-
:param _ForwardProtocol:
|
|
3700
|
-
不传递该字段时表示使用对应监听器的ForwardProtocol。
|
|
3671
|
+
:param _ForwardProtocol: <p>加速通道转发到源站的协议类型:支持HTTP或HTTPS。不传递该字段时表示使用对应监听器的ForwardProtocol。</p>
|
|
3701
3672
|
:type ForwardProtocol: str
|
|
3702
|
-
:param _ForwardHost:
|
|
3673
|
+
:param _ForwardHost: <p>回源Host。加速通道转发到源站的host,不设置该参数时,使用默认的host设置,即客户端发起的http请求的host。</p>
|
|
3703
3674
|
:type ForwardHost: str
|
|
3704
|
-
:param _ServerNameIndicationSwitch:
|
|
3675
|
+
:param _ServerNameIndicationSwitch: <p>服务器名称指示(ServerNameIndication,简称SNI)开关。ON表示开启,OFF表示关闭。创建HTTP监听器转发规则时,SNI功能默认关闭。</p>
|
|
3705
3676
|
:type ServerNameIndicationSwitch: str
|
|
3706
|
-
:param _ServerNameIndication:
|
|
3677
|
+
:param _ServerNameIndication: <p>服务器名称指示(ServerNameIndication,简称SNI),当SNI开关打开时,该字段必填。</p>
|
|
3707
3678
|
:type ServerNameIndication: str
|
|
3708
|
-
:param _ForcedRedirect: HTTP强制跳转HTTPS
|
|
3679
|
+
:param _ForcedRedirect: <p>HTTP强制跳转HTTPS。输入当前规则对应的域名与地址。</p>
|
|
3709
3680
|
:type ForcedRedirect: str
|
|
3710
3681
|
"""
|
|
3711
3682
|
self._ListenerId = None
|
|
@@ -3723,7 +3694,7 @@ class CreateRuleRequest(AbstractModel):
|
|
|
3723
3694
|
|
|
3724
3695
|
@property
|
|
3725
3696
|
def ListenerId(self):
|
|
3726
|
-
r"""7层监听器ID
|
|
3697
|
+
r"""<p>7层监听器ID</p>
|
|
3727
3698
|
:rtype: str
|
|
3728
3699
|
"""
|
|
3729
3700
|
return self._ListenerId
|
|
@@ -3734,7 +3705,7 @@ class CreateRuleRequest(AbstractModel):
|
|
|
3734
3705
|
|
|
3735
3706
|
@property
|
|
3736
3707
|
def Domain(self):
|
|
3737
|
-
r"""
|
|
3708
|
+
r"""<p>转发规则的域名</p>
|
|
3738
3709
|
:rtype: str
|
|
3739
3710
|
"""
|
|
3740
3711
|
return self._Domain
|
|
@@ -3745,7 +3716,7 @@ class CreateRuleRequest(AbstractModel):
|
|
|
3745
3716
|
|
|
3746
3717
|
@property
|
|
3747
3718
|
def Path(self):
|
|
3748
|
-
r"""
|
|
3719
|
+
r"""<p>转发规则的路径</p>
|
|
3749
3720
|
:rtype: str
|
|
3750
3721
|
"""
|
|
3751
3722
|
return self._Path
|
|
@@ -3756,7 +3727,7 @@ class CreateRuleRequest(AbstractModel):
|
|
|
3756
3727
|
|
|
3757
3728
|
@property
|
|
3758
3729
|
def RealServerType(self):
|
|
3759
|
-
r"""
|
|
3730
|
+
r"""<p>转发规则对应源站的类型,支持IP和DOMAIN类型。</p>
|
|
3760
3731
|
:rtype: str
|
|
3761
3732
|
"""
|
|
3762
3733
|
return self._RealServerType
|
|
@@ -3767,7 +3738,7 @@ class CreateRuleRequest(AbstractModel):
|
|
|
3767
3738
|
|
|
3768
3739
|
@property
|
|
3769
3740
|
def Scheduler(self):
|
|
3770
|
-
r"""
|
|
3741
|
+
r"""<p>监听器源站访问策略,其中:rr表示轮询;wrr表示加权轮询;lc表示最小连接数。</p>
|
|
3771
3742
|
:rtype: str
|
|
3772
3743
|
"""
|
|
3773
3744
|
return self._Scheduler
|
|
@@ -3778,7 +3749,7 @@ class CreateRuleRequest(AbstractModel):
|
|
|
3778
3749
|
|
|
3779
3750
|
@property
|
|
3780
3751
|
def HealthCheck(self):
|
|
3781
|
-
r"""
|
|
3752
|
+
r"""<p>规则是否开启健康检查,1开启,0关闭。</p>
|
|
3782
3753
|
:rtype: int
|
|
3783
3754
|
"""
|
|
3784
3755
|
return self._HealthCheck
|
|
@@ -3789,7 +3760,7 @@ class CreateRuleRequest(AbstractModel):
|
|
|
3789
3760
|
|
|
3790
3761
|
@property
|
|
3791
3762
|
def CheckParams(self):
|
|
3792
|
-
r"""
|
|
3763
|
+
r"""<p>源站健康检查相关参数</p>
|
|
3793
3764
|
:rtype: :class:`tencentcloud.gaap.v20180529.models.RuleCheckParams`
|
|
3794
3765
|
"""
|
|
3795
3766
|
return self._CheckParams
|
|
@@ -3800,8 +3771,7 @@ class CreateRuleRequest(AbstractModel):
|
|
|
3800
3771
|
|
|
3801
3772
|
@property
|
|
3802
3773
|
def ForwardProtocol(self):
|
|
3803
|
-
r"""
|
|
3804
|
-
不传递该字段时表示使用对应监听器的ForwardProtocol。
|
|
3774
|
+
r"""<p>加速通道转发到源站的协议类型:支持HTTP或HTTPS。不传递该字段时表示使用对应监听器的ForwardProtocol。</p>
|
|
3805
3775
|
:rtype: str
|
|
3806
3776
|
"""
|
|
3807
3777
|
return self._ForwardProtocol
|
|
@@ -3812,7 +3782,7 @@ class CreateRuleRequest(AbstractModel):
|
|
|
3812
3782
|
|
|
3813
3783
|
@property
|
|
3814
3784
|
def ForwardHost(self):
|
|
3815
|
-
r"""
|
|
3785
|
+
r"""<p>回源Host。加速通道转发到源站的host,不设置该参数时,使用默认的host设置,即客户端发起的http请求的host。</p>
|
|
3816
3786
|
:rtype: str
|
|
3817
3787
|
"""
|
|
3818
3788
|
return self._ForwardHost
|
|
@@ -3823,7 +3793,7 @@ class CreateRuleRequest(AbstractModel):
|
|
|
3823
3793
|
|
|
3824
3794
|
@property
|
|
3825
3795
|
def ServerNameIndicationSwitch(self):
|
|
3826
|
-
r"""
|
|
3796
|
+
r"""<p>服务器名称指示(ServerNameIndication,简称SNI)开关。ON表示开启,OFF表示关闭。创建HTTP监听器转发规则时,SNI功能默认关闭。</p>
|
|
3827
3797
|
:rtype: str
|
|
3828
3798
|
"""
|
|
3829
3799
|
return self._ServerNameIndicationSwitch
|
|
@@ -3834,7 +3804,7 @@ class CreateRuleRequest(AbstractModel):
|
|
|
3834
3804
|
|
|
3835
3805
|
@property
|
|
3836
3806
|
def ServerNameIndication(self):
|
|
3837
|
-
r"""
|
|
3807
|
+
r"""<p>服务器名称指示(ServerNameIndication,简称SNI),当SNI开关打开时,该字段必填。</p>
|
|
3838
3808
|
:rtype: str
|
|
3839
3809
|
"""
|
|
3840
3810
|
return self._ServerNameIndication
|
|
@@ -3845,7 +3815,7 @@ class CreateRuleRequest(AbstractModel):
|
|
|
3845
3815
|
|
|
3846
3816
|
@property
|
|
3847
3817
|
def ForcedRedirect(self):
|
|
3848
|
-
r"""HTTP强制跳转HTTPS
|
|
3818
|
+
r"""<p>HTTP强制跳转HTTPS。输入当前规则对应的域名与地址。</p>
|
|
3849
3819
|
:rtype: str
|
|
3850
3820
|
"""
|
|
3851
3821
|
return self._ForcedRedirect
|
|
@@ -3887,7 +3857,7 @@ class CreateRuleResponse(AbstractModel):
|
|
|
3887
3857
|
|
|
3888
3858
|
def __init__(self):
|
|
3889
3859
|
r"""
|
|
3890
|
-
:param _RuleId:
|
|
3860
|
+
:param _RuleId: <p>创建转发规则成功返回规则ID</p>
|
|
3891
3861
|
:type RuleId: str
|
|
3892
3862
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3893
3863
|
:type RequestId: str
|
|
@@ -3897,7 +3867,7 @@ class CreateRuleResponse(AbstractModel):
|
|
|
3897
3867
|
|
|
3898
3868
|
@property
|
|
3899
3869
|
def RuleId(self):
|
|
3900
|
-
r"""
|
|
3870
|
+
r"""<p>创建转发规则成功返回规则ID</p>
|
|
3901
3871
|
:rtype: str
|
|
3902
3872
|
"""
|
|
3903
3873
|
return self._RuleId
|
|
@@ -6803,14 +6773,14 @@ class DescribeGroupAndStatisticsProxyRequest(AbstractModel):
|
|
|
6803
6773
|
|
|
6804
6774
|
def __init__(self):
|
|
6805
6775
|
r"""
|
|
6806
|
-
:param _ProjectId:
|
|
6776
|
+
:param _ProjectId: <p>项目ID</p>
|
|
6807
6777
|
:type ProjectId: int
|
|
6808
6778
|
"""
|
|
6809
6779
|
self._ProjectId = None
|
|
6810
6780
|
|
|
6811
6781
|
@property
|
|
6812
6782
|
def ProjectId(self):
|
|
6813
|
-
r"""
|
|
6783
|
+
r"""<p>项目ID</p>
|
|
6814
6784
|
:rtype: int
|
|
6815
6785
|
"""
|
|
6816
6786
|
return self._ProjectId
|
|
@@ -6839,9 +6809,9 @@ class DescribeGroupAndStatisticsProxyResponse(AbstractModel):
|
|
|
6839
6809
|
|
|
6840
6810
|
def __init__(self):
|
|
6841
6811
|
r"""
|
|
6842
|
-
:param _GroupSet:
|
|
6812
|
+
:param _GroupSet: <p>可以统计的通道组信息</p>
|
|
6843
6813
|
:type GroupSet: list of GroupStatisticsInfo
|
|
6844
|
-
:param _TotalCount:
|
|
6814
|
+
:param _TotalCount: <p>通道组数量</p>
|
|
6845
6815
|
:type TotalCount: int
|
|
6846
6816
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6847
6817
|
:type RequestId: str
|
|
@@ -6852,7 +6822,7 @@ class DescribeGroupAndStatisticsProxyResponse(AbstractModel):
|
|
|
6852
6822
|
|
|
6853
6823
|
@property
|
|
6854
6824
|
def GroupSet(self):
|
|
6855
|
-
r"""
|
|
6825
|
+
r"""<p>可以统计的通道组信息</p>
|
|
6856
6826
|
:rtype: list of GroupStatisticsInfo
|
|
6857
6827
|
"""
|
|
6858
6828
|
return self._GroupSet
|
|
@@ -6863,7 +6833,7 @@ class DescribeGroupAndStatisticsProxyResponse(AbstractModel):
|
|
|
6863
6833
|
|
|
6864
6834
|
@property
|
|
6865
6835
|
def TotalCount(self):
|
|
6866
|
-
r"""
|
|
6836
|
+
r"""<p>通道组数量</p>
|
|
6867
6837
|
:rtype: int
|
|
6868
6838
|
"""
|
|
6869
6839
|
return self._TotalCount
|
|
@@ -7031,21 +7001,21 @@ class DescribeHTTPListenersRequest(AbstractModel):
|
|
|
7031
7001
|
|
|
7032
7002
|
def __init__(self):
|
|
7033
7003
|
r"""
|
|
7034
|
-
:param _ProxyId:
|
|
7004
|
+
:param _ProxyId: <p>通道ID。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。</p>
|
|
7035
7005
|
:type ProxyId: str
|
|
7036
|
-
:param _GroupId:
|
|
7006
|
+
:param _GroupId: <p>通道组ID。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。</p>
|
|
7037
7007
|
:type GroupId: str
|
|
7038
|
-
:param _ListenerId:
|
|
7008
|
+
:param _ListenerId: <p>过滤条件,按照监听器ID进行精确查询。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。</p>
|
|
7039
7009
|
:type ListenerId: str
|
|
7040
|
-
:param _ListenerName:
|
|
7010
|
+
:param _ListenerName: <p>过滤条件,按照监听器名称进行精确查询</p>
|
|
7041
7011
|
:type ListenerName: str
|
|
7042
|
-
:param _Port:
|
|
7012
|
+
:param _Port: <p>过滤条件,按照监听器端口进行精确查询</p>
|
|
7043
7013
|
:type Port: int
|
|
7044
|
-
:param _Offset:
|
|
7014
|
+
:param _Offset: <p>偏移量,默认为0</p>
|
|
7045
7015
|
:type Offset: int
|
|
7046
|
-
:param _Limit:
|
|
7016
|
+
:param _Limit: <p>限制数量,默认为20个</p>
|
|
7047
7017
|
:type Limit: int
|
|
7048
|
-
:param _SearchValue:
|
|
7018
|
+
:param _SearchValue: <p>过滤条件,支持按照端口或监听器名称进行模糊查询,该参数不能与ListenerName和Port同时使用</p>
|
|
7049
7019
|
:type SearchValue: str
|
|
7050
7020
|
"""
|
|
7051
7021
|
self._ProxyId = None
|
|
@@ -7059,7 +7029,7 @@ class DescribeHTTPListenersRequest(AbstractModel):
|
|
|
7059
7029
|
|
|
7060
7030
|
@property
|
|
7061
7031
|
def ProxyId(self):
|
|
7062
|
-
r"""
|
|
7032
|
+
r"""<p>通道ID。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。</p>
|
|
7063
7033
|
:rtype: str
|
|
7064
7034
|
"""
|
|
7065
7035
|
return self._ProxyId
|
|
@@ -7070,7 +7040,7 @@ class DescribeHTTPListenersRequest(AbstractModel):
|
|
|
7070
7040
|
|
|
7071
7041
|
@property
|
|
7072
7042
|
def GroupId(self):
|
|
7073
|
-
r"""
|
|
7043
|
+
r"""<p>通道组ID。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。</p>
|
|
7074
7044
|
:rtype: str
|
|
7075
7045
|
"""
|
|
7076
7046
|
return self._GroupId
|
|
@@ -7081,7 +7051,7 @@ class DescribeHTTPListenersRequest(AbstractModel):
|
|
|
7081
7051
|
|
|
7082
7052
|
@property
|
|
7083
7053
|
def ListenerId(self):
|
|
7084
|
-
r"""
|
|
7054
|
+
r"""<p>过滤条件,按照监听器ID进行精确查询。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。</p>
|
|
7085
7055
|
:rtype: str
|
|
7086
7056
|
"""
|
|
7087
7057
|
return self._ListenerId
|
|
@@ -7092,7 +7062,7 @@ class DescribeHTTPListenersRequest(AbstractModel):
|
|
|
7092
7062
|
|
|
7093
7063
|
@property
|
|
7094
7064
|
def ListenerName(self):
|
|
7095
|
-
r"""
|
|
7065
|
+
r"""<p>过滤条件,按照监听器名称进行精确查询</p>
|
|
7096
7066
|
:rtype: str
|
|
7097
7067
|
"""
|
|
7098
7068
|
return self._ListenerName
|
|
@@ -7103,7 +7073,7 @@ class DescribeHTTPListenersRequest(AbstractModel):
|
|
|
7103
7073
|
|
|
7104
7074
|
@property
|
|
7105
7075
|
def Port(self):
|
|
7106
|
-
r"""
|
|
7076
|
+
r"""<p>过滤条件,按照监听器端口进行精确查询</p>
|
|
7107
7077
|
:rtype: int
|
|
7108
7078
|
"""
|
|
7109
7079
|
return self._Port
|
|
@@ -7114,7 +7084,7 @@ class DescribeHTTPListenersRequest(AbstractModel):
|
|
|
7114
7084
|
|
|
7115
7085
|
@property
|
|
7116
7086
|
def Offset(self):
|
|
7117
|
-
r"""
|
|
7087
|
+
r"""<p>偏移量,默认为0</p>
|
|
7118
7088
|
:rtype: int
|
|
7119
7089
|
"""
|
|
7120
7090
|
return self._Offset
|
|
@@ -7125,7 +7095,7 @@ class DescribeHTTPListenersRequest(AbstractModel):
|
|
|
7125
7095
|
|
|
7126
7096
|
@property
|
|
7127
7097
|
def Limit(self):
|
|
7128
|
-
r"""
|
|
7098
|
+
r"""<p>限制数量,默认为20个</p>
|
|
7129
7099
|
:rtype: int
|
|
7130
7100
|
"""
|
|
7131
7101
|
return self._Limit
|
|
@@ -7136,7 +7106,7 @@ class DescribeHTTPListenersRequest(AbstractModel):
|
|
|
7136
7106
|
|
|
7137
7107
|
@property
|
|
7138
7108
|
def SearchValue(self):
|
|
7139
|
-
r"""
|
|
7109
|
+
r"""<p>过滤条件,支持按照端口或监听器名称进行模糊查询,该参数不能与ListenerName和Port同时使用</p>
|
|
7140
7110
|
:rtype: str
|
|
7141
7111
|
"""
|
|
7142
7112
|
return self._SearchValue
|
|
@@ -7172,9 +7142,9 @@ class DescribeHTTPListenersResponse(AbstractModel):
|
|
|
7172
7142
|
|
|
7173
7143
|
def __init__(self):
|
|
7174
7144
|
r"""
|
|
7175
|
-
:param _TotalCount:
|
|
7145
|
+
:param _TotalCount: <p>监听器数量</p>
|
|
7176
7146
|
:type TotalCount: int
|
|
7177
|
-
:param _ListenerSet: HTTP
|
|
7147
|
+
:param _ListenerSet: <p>HTTP监听器列表</p>
|
|
7178
7148
|
:type ListenerSet: list of HTTPListener
|
|
7179
7149
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7180
7150
|
:type RequestId: str
|
|
@@ -7185,7 +7155,7 @@ class DescribeHTTPListenersResponse(AbstractModel):
|
|
|
7185
7155
|
|
|
7186
7156
|
@property
|
|
7187
7157
|
def TotalCount(self):
|
|
7188
|
-
r"""
|
|
7158
|
+
r"""<p>监听器数量</p>
|
|
7189
7159
|
:rtype: int
|
|
7190
7160
|
"""
|
|
7191
7161
|
return self._TotalCount
|
|
@@ -7196,7 +7166,7 @@ class DescribeHTTPListenersResponse(AbstractModel):
|
|
|
7196
7166
|
|
|
7197
7167
|
@property
|
|
7198
7168
|
def ListenerSet(self):
|
|
7199
|
-
r"""HTTP
|
|
7169
|
+
r"""<p>HTTP监听器列表</p>
|
|
7200
7170
|
:rtype: list of HTTPListener
|
|
7201
7171
|
"""
|
|
7202
7172
|
return self._ListenerSet
|
|
@@ -7746,41 +7716,23 @@ class DescribeProxiesRequest(AbstractModel):
|
|
|
7746
7716
|
|
|
7747
7717
|
def __init__(self):
|
|
7748
7718
|
r"""
|
|
7749
|
-
:param _InstanceIds:
|
|
7719
|
+
:param _InstanceIds: <p>(旧参数,请切换到ProxyIds)按照一个或者多个实例ID查询。每次请求的实例的上限为100。参数不支持同时指定InstanceIds和Filters。</p>
|
|
7750
7720
|
:type InstanceIds: list of str
|
|
7751
|
-
:param _Offset:
|
|
7721
|
+
:param _Offset: <p>偏移量,默认为0。</p>
|
|
7752
7722
|
:type Offset: int
|
|
7753
|
-
:param _Limit:
|
|
7723
|
+
:param _Limit: <p>返回数量,默认为20,最大值为100。</p>
|
|
7754
7724
|
:type Limit: int
|
|
7755
|
-
:param _Filters:
|
|
7756
|
-
每次请求的Filters的上限为10,Filter.Values的上限为5。参数不支持同时指定InstanceIds和Filters。
|
|
7757
|
-
ProjectId - String - 是否必填:否 -(过滤条件)按照项目ID过滤。
|
|
7758
|
-
AccessRegion - String - 是否必填:否 - (过滤条件)按照接入地域过滤。
|
|
7759
|
-
RealServerRegion - String - 是否必填:否 - (过滤条件)按照源站地域过滤。
|
|
7760
|
-
GroupId - String - 是否必填:否 - (过滤条件)按照通道组ID过滤。
|
|
7761
|
-
IPAddressVersion - String - 是否必填:否 - (过滤条件)按照IP版本过滤。
|
|
7762
|
-
PackageType - String - 是否必填:否 - (过滤条件)按照通道套餐类型过滤。
|
|
7725
|
+
:param _Filters: <p>过滤条件。 <br />每次请求的Filters的上限为10,Filter.Values的上限为5。参数不支持同时指定InstanceIds和Filters。 ProjectId - String - 是否必填:否 -(过滤条件)按照项目ID过滤。 <br />AccessRegion - String - 是否必填:否 - (过滤条件)按照接入地域过滤。 <br />RealServerRegion - String - 是否必填:否 - (过滤条件)按照源站地域过滤。GroupId - String - 是否必填:否 - (过滤条件)按照通道组ID过滤。IPAddressVersion - String - 是否必填:否 - (过滤条件)按照IP版本过滤。PackageType - String - 是否必填:否 - (过滤条件)按照通道套餐类型过滤。</p>
|
|
7763
7726
|
:type Filters: list of Filter
|
|
7764
|
-
:param _ProxyIds:
|
|
7727
|
+
:param _ProxyIds: <p>(新参数,替代InstanceIds)按照一个或者多个实例ID查询。每次请求的实例的上限为100。参数不支持同时指定InstanceIds和Filters。</p>
|
|
7765
7728
|
:type ProxyIds: list of str
|
|
7766
|
-
:param _TagSet:
|
|
7767
|
-
最多支持5个标签,当存在两个或两个以上的标签时,满足其中任意一个标签时,通道会被拉取出来。
|
|
7729
|
+
:param _TagSet: <p>标签列表,当存在该字段时,拉取对应标签下的资源列表。最多支持5个标签,当存在两个或两个以上的标签时,满足其中任意一个标签时,通道会被拉取出来。</p>
|
|
7768
7730
|
:type TagSet: list of TagPair
|
|
7769
|
-
:param _Independent:
|
|
7770
|
-
当该字段为0时,仅拉取通道组的通道,
|
|
7771
|
-
不存在该字段时,拉取所有通道,包括独立通道和通道组通道。
|
|
7731
|
+
:param _Independent: <p>当该字段为1时,仅拉取非通道组的通道,当该字段为0时,仅拉取通道组的通道,不存在该字段时,拉取所有通道,包括独立通道和通道组通道。</p>
|
|
7772
7732
|
:type Independent: int
|
|
7773
|
-
:param _Order:
|
|
7774
|
-
asc:升序排列;
|
|
7775
|
-
desc:降序排列。
|
|
7776
|
-
默认为降序。
|
|
7733
|
+
:param _Order: <p>输出通道列表的排列顺序。取值范围:asc:升序排列;desc:降序排列。默认为降序。</p>
|
|
7777
7734
|
:type Order: str
|
|
7778
|
-
:param _OrderField:
|
|
7779
|
-
create_time:依据通道的创建时间排序;
|
|
7780
|
-
proxy_id:依据通道的ID排序;
|
|
7781
|
-
bandwidth:依据通道带宽上限排序;
|
|
7782
|
-
concurrent_connections:依据通道并发排序;
|
|
7783
|
-
默认按通道创建时间排序。
|
|
7735
|
+
:param _OrderField: <p>通道列表排序的依据字段。取值范围:create_time:依据通道的创建时间排序;proxy_id:依据通道的ID排序;bandwidth:依据通道带宽上限排序;concurrent_connections:依据通道并发排序;默认按通道创建时间排序。</p>
|
|
7784
7736
|
:type OrderField: str
|
|
7785
7737
|
"""
|
|
7786
7738
|
self._InstanceIds = None
|
|
@@ -7795,7 +7747,7 @@ concurrent_connections:依据通道并发排序;
|
|
|
7795
7747
|
|
|
7796
7748
|
@property
|
|
7797
7749
|
def InstanceIds(self):
|
|
7798
|
-
r"""
|
|
7750
|
+
r"""<p>(旧参数,请切换到ProxyIds)按照一个或者多个实例ID查询。每次请求的实例的上限为100。参数不支持同时指定InstanceIds和Filters。</p>
|
|
7799
7751
|
:rtype: list of str
|
|
7800
7752
|
"""
|
|
7801
7753
|
return self._InstanceIds
|
|
@@ -7806,7 +7758,7 @@ concurrent_connections:依据通道并发排序;
|
|
|
7806
7758
|
|
|
7807
7759
|
@property
|
|
7808
7760
|
def Offset(self):
|
|
7809
|
-
r"""
|
|
7761
|
+
r"""<p>偏移量,默认为0。</p>
|
|
7810
7762
|
:rtype: int
|
|
7811
7763
|
"""
|
|
7812
7764
|
return self._Offset
|
|
@@ -7817,7 +7769,7 @@ concurrent_connections:依据通道并发排序;
|
|
|
7817
7769
|
|
|
7818
7770
|
@property
|
|
7819
7771
|
def Limit(self):
|
|
7820
|
-
r"""
|
|
7772
|
+
r"""<p>返回数量,默认为20,最大值为100。</p>
|
|
7821
7773
|
:rtype: int
|
|
7822
7774
|
"""
|
|
7823
7775
|
return self._Limit
|
|
@@ -7828,14 +7780,7 @@ concurrent_connections:依据通道并发排序;
|
|
|
7828
7780
|
|
|
7829
7781
|
@property
|
|
7830
7782
|
def Filters(self):
|
|
7831
|
-
r"""
|
|
7832
|
-
每次请求的Filters的上限为10,Filter.Values的上限为5。参数不支持同时指定InstanceIds和Filters。
|
|
7833
|
-
ProjectId - String - 是否必填:否 -(过滤条件)按照项目ID过滤。
|
|
7834
|
-
AccessRegion - String - 是否必填:否 - (过滤条件)按照接入地域过滤。
|
|
7835
|
-
RealServerRegion - String - 是否必填:否 - (过滤条件)按照源站地域过滤。
|
|
7836
|
-
GroupId - String - 是否必填:否 - (过滤条件)按照通道组ID过滤。
|
|
7837
|
-
IPAddressVersion - String - 是否必填:否 - (过滤条件)按照IP版本过滤。
|
|
7838
|
-
PackageType - String - 是否必填:否 - (过滤条件)按照通道套餐类型过滤。
|
|
7783
|
+
r"""<p>过滤条件。 <br />每次请求的Filters的上限为10,Filter.Values的上限为5。参数不支持同时指定InstanceIds和Filters。 ProjectId - String - 是否必填:否 -(过滤条件)按照项目ID过滤。 <br />AccessRegion - String - 是否必填:否 - (过滤条件)按照接入地域过滤。 <br />RealServerRegion - String - 是否必填:否 - (过滤条件)按照源站地域过滤。GroupId - String - 是否必填:否 - (过滤条件)按照通道组ID过滤。IPAddressVersion - String - 是否必填:否 - (过滤条件)按照IP版本过滤。PackageType - String - 是否必填:否 - (过滤条件)按照通道套餐类型过滤。</p>
|
|
7839
7784
|
:rtype: list of Filter
|
|
7840
7785
|
"""
|
|
7841
7786
|
return self._Filters
|
|
@@ -7846,7 +7791,7 @@ PackageType - String - 是否必填:否 - (过滤条件)按照通道套餐
|
|
|
7846
7791
|
|
|
7847
7792
|
@property
|
|
7848
7793
|
def ProxyIds(self):
|
|
7849
|
-
r"""
|
|
7794
|
+
r"""<p>(新参数,替代InstanceIds)按照一个或者多个实例ID查询。每次请求的实例的上限为100。参数不支持同时指定InstanceIds和Filters。</p>
|
|
7850
7795
|
:rtype: list of str
|
|
7851
7796
|
"""
|
|
7852
7797
|
return self._ProxyIds
|
|
@@ -7857,8 +7802,7 @@ PackageType - String - 是否必填:否 - (过滤条件)按照通道套餐
|
|
|
7857
7802
|
|
|
7858
7803
|
@property
|
|
7859
7804
|
def TagSet(self):
|
|
7860
|
-
r"""
|
|
7861
|
-
最多支持5个标签,当存在两个或两个以上的标签时,满足其中任意一个标签时,通道会被拉取出来。
|
|
7805
|
+
r"""<p>标签列表,当存在该字段时,拉取对应标签下的资源列表。最多支持5个标签,当存在两个或两个以上的标签时,满足其中任意一个标签时,通道会被拉取出来。</p>
|
|
7862
7806
|
:rtype: list of TagPair
|
|
7863
7807
|
"""
|
|
7864
7808
|
return self._TagSet
|
|
@@ -7869,9 +7813,7 @@ PackageType - String - 是否必填:否 - (过滤条件)按照通道套餐
|
|
|
7869
7813
|
|
|
7870
7814
|
@property
|
|
7871
7815
|
def Independent(self):
|
|
7872
|
-
r"""
|
|
7873
|
-
当该字段为0时,仅拉取通道组的通道,
|
|
7874
|
-
不存在该字段时,拉取所有通道,包括独立通道和通道组通道。
|
|
7816
|
+
r"""<p>当该字段为1时,仅拉取非通道组的通道,当该字段为0时,仅拉取通道组的通道,不存在该字段时,拉取所有通道,包括独立通道和通道组通道。</p>
|
|
7875
7817
|
:rtype: int
|
|
7876
7818
|
"""
|
|
7877
7819
|
return self._Independent
|
|
@@ -7882,10 +7824,7 @@ PackageType - String - 是否必填:否 - (过滤条件)按照通道套餐
|
|
|
7882
7824
|
|
|
7883
7825
|
@property
|
|
7884
7826
|
def Order(self):
|
|
7885
|
-
r"""
|
|
7886
|
-
asc:升序排列;
|
|
7887
|
-
desc:降序排列。
|
|
7888
|
-
默认为降序。
|
|
7827
|
+
r"""<p>输出通道列表的排列顺序。取值范围:asc:升序排列;desc:降序排列。默认为降序。</p>
|
|
7889
7828
|
:rtype: str
|
|
7890
7829
|
"""
|
|
7891
7830
|
return self._Order
|
|
@@ -7896,12 +7835,7 @@ desc:降序排列。
|
|
|
7896
7835
|
|
|
7897
7836
|
@property
|
|
7898
7837
|
def OrderField(self):
|
|
7899
|
-
r"""
|
|
7900
|
-
create_time:依据通道的创建时间排序;
|
|
7901
|
-
proxy_id:依据通道的ID排序;
|
|
7902
|
-
bandwidth:依据通道带宽上限排序;
|
|
7903
|
-
concurrent_connections:依据通道并发排序;
|
|
7904
|
-
默认按通道创建时间排序。
|
|
7838
|
+
r"""<p>通道列表排序的依据字段。取值范围:create_time:依据通道的创建时间排序;proxy_id:依据通道的ID排序;bandwidth:依据通道带宽上限排序;concurrent_connections:依据通道并发排序;默认按通道创建时间排序。</p>
|
|
7905
7839
|
:rtype: str
|
|
7906
7840
|
"""
|
|
7907
7841
|
return self._OrderField
|
|
@@ -7948,11 +7882,11 @@ class DescribeProxiesResponse(AbstractModel):
|
|
|
7948
7882
|
|
|
7949
7883
|
def __init__(self):
|
|
7950
7884
|
r"""
|
|
7951
|
-
:param _TotalCount:
|
|
7885
|
+
:param _TotalCount: <p>通道个数。</p>
|
|
7952
7886
|
:type TotalCount: int
|
|
7953
|
-
:param _InstanceSet:
|
|
7887
|
+
:param _InstanceSet: <p>(旧参数,请切换到ProxySet)通道实例信息列表。</p>
|
|
7954
7888
|
:type InstanceSet: list of ProxyInfo
|
|
7955
|
-
:param _ProxySet:
|
|
7889
|
+
:param _ProxySet: <p>(新参数)通道实例信息列表。</p>
|
|
7956
7890
|
:type ProxySet: list of ProxyInfo
|
|
7957
7891
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7958
7892
|
:type RequestId: str
|
|
@@ -7964,7 +7898,7 @@ class DescribeProxiesResponse(AbstractModel):
|
|
|
7964
7898
|
|
|
7965
7899
|
@property
|
|
7966
7900
|
def TotalCount(self):
|
|
7967
|
-
r"""
|
|
7901
|
+
r"""<p>通道个数。</p>
|
|
7968
7902
|
:rtype: int
|
|
7969
7903
|
"""
|
|
7970
7904
|
return self._TotalCount
|
|
@@ -7975,7 +7909,7 @@ class DescribeProxiesResponse(AbstractModel):
|
|
|
7975
7909
|
|
|
7976
7910
|
@property
|
|
7977
7911
|
def InstanceSet(self):
|
|
7978
|
-
r"""
|
|
7912
|
+
r"""<p>(旧参数,请切换到ProxySet)通道实例信息列表。</p>
|
|
7979
7913
|
:rtype: list of ProxyInfo
|
|
7980
7914
|
"""
|
|
7981
7915
|
return self._InstanceSet
|
|
@@ -7986,7 +7920,7 @@ class DescribeProxiesResponse(AbstractModel):
|
|
|
7986
7920
|
|
|
7987
7921
|
@property
|
|
7988
7922
|
def ProxySet(self):
|
|
7989
|
-
r"""
|
|
7923
|
+
r"""<p>(新参数)通道实例信息列表。</p>
|
|
7990
7924
|
:rtype: list of ProxyInfo
|
|
7991
7925
|
"""
|
|
7992
7926
|
return self._ProxySet
|
|
@@ -8130,14 +8064,14 @@ class DescribeProxyAndStatisticsListenersRequest(AbstractModel):
|
|
|
8130
8064
|
|
|
8131
8065
|
def __init__(self):
|
|
8132
8066
|
r"""
|
|
8133
|
-
:param _ProjectId:
|
|
8067
|
+
:param _ProjectId: <p>项目ID</p>
|
|
8134
8068
|
:type ProjectId: int
|
|
8135
8069
|
"""
|
|
8136
8070
|
self._ProjectId = None
|
|
8137
8071
|
|
|
8138
8072
|
@property
|
|
8139
8073
|
def ProjectId(self):
|
|
8140
|
-
r"""
|
|
8074
|
+
r"""<p>项目ID</p>
|
|
8141
8075
|
:rtype: int
|
|
8142
8076
|
"""
|
|
8143
8077
|
return self._ProjectId
|
|
@@ -8166,9 +8100,9 @@ class DescribeProxyAndStatisticsListenersResponse(AbstractModel):
|
|
|
8166
8100
|
|
|
8167
8101
|
def __init__(self):
|
|
8168
8102
|
r"""
|
|
8169
|
-
:param _ProxySet:
|
|
8103
|
+
:param _ProxySet: <p>可以统计的通道信息</p>
|
|
8170
8104
|
:type ProxySet: list of ProxySimpleInfo
|
|
8171
|
-
:param _TotalCount:
|
|
8105
|
+
:param _TotalCount: <p>通道数量</p>
|
|
8172
8106
|
:type TotalCount: int
|
|
8173
8107
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8174
8108
|
:type RequestId: str
|
|
@@ -8179,7 +8113,7 @@ class DescribeProxyAndStatisticsListenersResponse(AbstractModel):
|
|
|
8179
8113
|
|
|
8180
8114
|
@property
|
|
8181
8115
|
def ProxySet(self):
|
|
8182
|
-
r"""
|
|
8116
|
+
r"""<p>可以统计的通道信息</p>
|
|
8183
8117
|
:rtype: list of ProxySimpleInfo
|
|
8184
8118
|
"""
|
|
8185
8119
|
return self._ProxySet
|
|
@@ -8190,7 +8124,7 @@ class DescribeProxyAndStatisticsListenersResponse(AbstractModel):
|
|
|
8190
8124
|
|
|
8191
8125
|
@property
|
|
8192
8126
|
def TotalCount(self):
|
|
8193
|
-
r"""
|
|
8127
|
+
r"""<p>通道数量</p>
|
|
8194
8128
|
:rtype: int
|
|
8195
8129
|
"""
|
|
8196
8130
|
return self._TotalCount
|
|
@@ -8391,22 +8325,15 @@ class DescribeProxyGroupListRequest(AbstractModel):
|
|
|
8391
8325
|
|
|
8392
8326
|
def __init__(self):
|
|
8393
8327
|
r"""
|
|
8394
|
-
:param _Offset:
|
|
8328
|
+
:param _Offset: <p>偏移量,默认值为0。</p>
|
|
8395
8329
|
:type Offset: int
|
|
8396
|
-
:param _Limit:
|
|
8330
|
+
:param _Limit: <p>返回数量,默认值为20,最大值为100。</p>
|
|
8397
8331
|
:type Limit: int
|
|
8398
|
-
:param _ProjectId:
|
|
8399
|
-
-1,该用户下所有项目
|
|
8400
|
-
0,默认项目
|
|
8401
|
-
其他值,指定的项目
|
|
8332
|
+
:param _ProjectId: <p>项目ID。取值范围:-1,该用户下所有项目0,默认项目其他值,指定的项目</p>
|
|
8402
8333
|
:type ProjectId: int
|
|
8403
|
-
:param _Filters:
|
|
8404
|
-
每次请求的Filter.Values的上限为5。
|
|
8405
|
-
RealServerRegion - String - 是否必填:否 -(过滤条件)按照源站地域过滤,可参考DescribeDestRegions接口返回结果中的RegionId。
|
|
8406
|
-
PackageType - String - 是否必填:否 - (过滤条件)通道组类型,Thunder表示标准通道组,Accelerator表示银牌加速通道组。
|
|
8334
|
+
:param _Filters: <p>过滤条件。 <br />每次请求的Filter.Values的上限为5。RealServerRegion - String - 是否必填:否 -(过滤条件)按照源站地域过滤,可参考DescribeDestRegions接口返回结果中的RegionId。PackageType - String - 是否必填:否 - (过滤条件)通道组类型,Thunder表示标准通道组,Accelerator表示银牌加速通道组。</p>
|
|
8407
8335
|
:type Filters: list of Filter
|
|
8408
|
-
:param _TagSet:
|
|
8409
|
-
最多支持5个标签,当存在两个或两个以上的标签时,满足其中任意一个标签时,该通道组会被拉取出来。
|
|
8336
|
+
:param _TagSet: <p>标签列表,当存在该字段时,拉取对应标签下的资源列表。最多支持5个标签,当存在两个或两个以上的标签时,满足其中任意一个标签时,该通道组会被拉取出来。</p>
|
|
8410
8337
|
:type TagSet: list of TagPair
|
|
8411
8338
|
"""
|
|
8412
8339
|
self._Offset = None
|
|
@@ -8417,7 +8344,7 @@ PackageType - String - 是否必填:否 - (过滤条件)通道组类型,
|
|
|
8417
8344
|
|
|
8418
8345
|
@property
|
|
8419
8346
|
def Offset(self):
|
|
8420
|
-
r"""
|
|
8347
|
+
r"""<p>偏移量,默认值为0。</p>
|
|
8421
8348
|
:rtype: int
|
|
8422
8349
|
"""
|
|
8423
8350
|
return self._Offset
|
|
@@ -8428,7 +8355,7 @@ PackageType - String - 是否必填:否 - (过滤条件)通道组类型,
|
|
|
8428
8355
|
|
|
8429
8356
|
@property
|
|
8430
8357
|
def Limit(self):
|
|
8431
|
-
r"""
|
|
8358
|
+
r"""<p>返回数量,默认值为20,最大值为100。</p>
|
|
8432
8359
|
:rtype: int
|
|
8433
8360
|
"""
|
|
8434
8361
|
return self._Limit
|
|
@@ -8439,10 +8366,7 @@ PackageType - String - 是否必填:否 - (过滤条件)通道组类型,
|
|
|
8439
8366
|
|
|
8440
8367
|
@property
|
|
8441
8368
|
def ProjectId(self):
|
|
8442
|
-
r"""
|
|
8443
|
-
-1,该用户下所有项目
|
|
8444
|
-
0,默认项目
|
|
8445
|
-
其他值,指定的项目
|
|
8369
|
+
r"""<p>项目ID。取值范围:-1,该用户下所有项目0,默认项目其他值,指定的项目</p>
|
|
8446
8370
|
:rtype: int
|
|
8447
8371
|
"""
|
|
8448
8372
|
return self._ProjectId
|
|
@@ -8453,10 +8377,7 @@ PackageType - String - 是否必填:否 - (过滤条件)通道组类型,
|
|
|
8453
8377
|
|
|
8454
8378
|
@property
|
|
8455
8379
|
def Filters(self):
|
|
8456
|
-
r"""
|
|
8457
|
-
每次请求的Filter.Values的上限为5。
|
|
8458
|
-
RealServerRegion - String - 是否必填:否 -(过滤条件)按照源站地域过滤,可参考DescribeDestRegions接口返回结果中的RegionId。
|
|
8459
|
-
PackageType - String - 是否必填:否 - (过滤条件)通道组类型,Thunder表示标准通道组,Accelerator表示银牌加速通道组。
|
|
8380
|
+
r"""<p>过滤条件。 <br />每次请求的Filter.Values的上限为5。RealServerRegion - String - 是否必填:否 -(过滤条件)按照源站地域过滤,可参考DescribeDestRegions接口返回结果中的RegionId。PackageType - String - 是否必填:否 - (过滤条件)通道组类型,Thunder表示标准通道组,Accelerator表示银牌加速通道组。</p>
|
|
8460
8381
|
:rtype: list of Filter
|
|
8461
8382
|
"""
|
|
8462
8383
|
return self._Filters
|
|
@@ -8467,8 +8388,7 @@ PackageType - String - 是否必填:否 - (过滤条件)通道组类型,
|
|
|
8467
8388
|
|
|
8468
8389
|
@property
|
|
8469
8390
|
def TagSet(self):
|
|
8470
|
-
r"""
|
|
8471
|
-
最多支持5个标签,当存在两个或两个以上的标签时,满足其中任意一个标签时,该通道组会被拉取出来。
|
|
8391
|
+
r"""<p>标签列表,当存在该字段时,拉取对应标签下的资源列表。最多支持5个标签,当存在两个或两个以上的标签时,满足其中任意一个标签时,该通道组会被拉取出来。</p>
|
|
8472
8392
|
:rtype: list of TagPair
|
|
8473
8393
|
"""
|
|
8474
8394
|
return self._TagSet
|
|
@@ -8511,9 +8431,9 @@ class DescribeProxyGroupListResponse(AbstractModel):
|
|
|
8511
8431
|
|
|
8512
8432
|
def __init__(self):
|
|
8513
8433
|
r"""
|
|
8514
|
-
:param _TotalCount:
|
|
8434
|
+
:param _TotalCount: <p>通道组总数。</p>
|
|
8515
8435
|
:type TotalCount: int
|
|
8516
|
-
:param _ProxyGroupList:
|
|
8436
|
+
:param _ProxyGroupList: <p>通道组列表。</p>
|
|
8517
8437
|
:type ProxyGroupList: list of ProxyGroupInfo
|
|
8518
8438
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8519
8439
|
:type RequestId: str
|
|
@@ -8524,7 +8444,7 @@ class DescribeProxyGroupListResponse(AbstractModel):
|
|
|
8524
8444
|
|
|
8525
8445
|
@property
|
|
8526
8446
|
def TotalCount(self):
|
|
8527
|
-
r"""
|
|
8447
|
+
r"""<p>通道组总数。</p>
|
|
8528
8448
|
:rtype: int
|
|
8529
8449
|
"""
|
|
8530
8450
|
return self._TotalCount
|
|
@@ -8535,7 +8455,7 @@ class DescribeProxyGroupListResponse(AbstractModel):
|
|
|
8535
8455
|
|
|
8536
8456
|
@property
|
|
8537
8457
|
def ProxyGroupList(self):
|
|
8538
|
-
r"""
|
|
8458
|
+
r"""<p>通道组列表。</p>
|
|
8539
8459
|
:rtype: list of ProxyGroupInfo
|
|
8540
8460
|
"""
|
|
8541
8461
|
return self._ProxyGroupList
|
|
@@ -8574,18 +8494,15 @@ class DescribeProxyGroupStatisticsRequest(AbstractModel):
|
|
|
8574
8494
|
|
|
8575
8495
|
def __init__(self):
|
|
8576
8496
|
r"""
|
|
8577
|
-
:param _GroupId:
|
|
8497
|
+
:param _GroupId: <p>通道组ID</p>
|
|
8578
8498
|
:type GroupId: str
|
|
8579
|
-
:param _StartTime:
|
|
8499
|
+
:param _StartTime: <p>起始时间</p>
|
|
8580
8500
|
:type StartTime: str
|
|
8581
|
-
:param _EndTime:
|
|
8501
|
+
:param _EndTime: <p>结束时间</p>
|
|
8582
8502
|
:type EndTime: str
|
|
8583
|
-
:param _MetricNames:
|
|
8503
|
+
:param _MetricNames: <p>统计指标名称列表,支持: 入带宽:InBandwidth, 出带宽:OutBandwidth, 并发:Concurrent, 入包量:InPackets, 出包量:OutPackets</p>
|
|
8584
8504
|
:type MetricNames: list of str
|
|
8585
|
-
:param _Granularity:
|
|
8586
|
-
当时间范围不超过1天,支持最小粒度60秒;
|
|
8587
|
-
当时间范围不超过7天,支持最小粒度3600秒;
|
|
8588
|
-
当时间范围不超过30天,支持最小粒度86400秒。
|
|
8505
|
+
:param _Granularity: <p>监控粒度,目前支持60,300,3600,86400,单位:秒。当时间范围不超过1天,支持最小粒度60秒;当时间范围不超过7天,支持最小粒度3600秒;当时间范围不超过30天,支持最小粒度86400秒。</p>
|
|
8589
8506
|
:type Granularity: int
|
|
8590
8507
|
"""
|
|
8591
8508
|
self._GroupId = None
|
|
@@ -8596,7 +8513,7 @@ class DescribeProxyGroupStatisticsRequest(AbstractModel):
|
|
|
8596
8513
|
|
|
8597
8514
|
@property
|
|
8598
8515
|
def GroupId(self):
|
|
8599
|
-
r"""
|
|
8516
|
+
r"""<p>通道组ID</p>
|
|
8600
8517
|
:rtype: str
|
|
8601
8518
|
"""
|
|
8602
8519
|
return self._GroupId
|
|
@@ -8607,7 +8524,7 @@ class DescribeProxyGroupStatisticsRequest(AbstractModel):
|
|
|
8607
8524
|
|
|
8608
8525
|
@property
|
|
8609
8526
|
def StartTime(self):
|
|
8610
|
-
r"""
|
|
8527
|
+
r"""<p>起始时间</p>
|
|
8611
8528
|
:rtype: str
|
|
8612
8529
|
"""
|
|
8613
8530
|
return self._StartTime
|
|
@@ -8618,7 +8535,7 @@ class DescribeProxyGroupStatisticsRequest(AbstractModel):
|
|
|
8618
8535
|
|
|
8619
8536
|
@property
|
|
8620
8537
|
def EndTime(self):
|
|
8621
|
-
r"""
|
|
8538
|
+
r"""<p>结束时间</p>
|
|
8622
8539
|
:rtype: str
|
|
8623
8540
|
"""
|
|
8624
8541
|
return self._EndTime
|
|
@@ -8629,7 +8546,7 @@ class DescribeProxyGroupStatisticsRequest(AbstractModel):
|
|
|
8629
8546
|
|
|
8630
8547
|
@property
|
|
8631
8548
|
def MetricNames(self):
|
|
8632
|
-
r"""
|
|
8549
|
+
r"""<p>统计指标名称列表,支持: 入带宽:InBandwidth, 出带宽:OutBandwidth, 并发:Concurrent, 入包量:InPackets, 出包量:OutPackets</p>
|
|
8633
8550
|
:rtype: list of str
|
|
8634
8551
|
"""
|
|
8635
8552
|
return self._MetricNames
|
|
@@ -8640,10 +8557,7 @@ class DescribeProxyGroupStatisticsRequest(AbstractModel):
|
|
|
8640
8557
|
|
|
8641
8558
|
@property
|
|
8642
8559
|
def Granularity(self):
|
|
8643
|
-
r"""
|
|
8644
|
-
当时间范围不超过1天,支持最小粒度60秒;
|
|
8645
|
-
当时间范围不超过7天,支持最小粒度3600秒;
|
|
8646
|
-
当时间范围不超过30天,支持最小粒度86400秒。
|
|
8560
|
+
r"""<p>监控粒度,目前支持60,300,3600,86400,单位:秒。当时间范围不超过1天,支持最小粒度60秒;当时间范围不超过7天,支持最小粒度3600秒;当时间范围不超过30天,支持最小粒度86400秒。</p>
|
|
8647
8561
|
:rtype: int
|
|
8648
8562
|
"""
|
|
8649
8563
|
return self._Granularity
|
|
@@ -8676,7 +8590,7 @@ class DescribeProxyGroupStatisticsResponse(AbstractModel):
|
|
|
8676
8590
|
|
|
8677
8591
|
def __init__(self):
|
|
8678
8592
|
r"""
|
|
8679
|
-
:param _StatisticsData:
|
|
8593
|
+
:param _StatisticsData: <p>通道组统计数据</p>
|
|
8680
8594
|
:type StatisticsData: list of MetricStatisticsInfo
|
|
8681
8595
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8682
8596
|
:type RequestId: str
|
|
@@ -8686,7 +8600,7 @@ class DescribeProxyGroupStatisticsResponse(AbstractModel):
|
|
|
8686
8600
|
|
|
8687
8601
|
@property
|
|
8688
8602
|
def StatisticsData(self):
|
|
8689
|
-
r"""
|
|
8603
|
+
r"""<p>通道组统计数据</p>
|
|
8690
8604
|
:rtype: list of MetricStatisticsInfo
|
|
8691
8605
|
"""
|
|
8692
8606
|
return self._StatisticsData
|
|
@@ -13767,13 +13681,13 @@ class ModifyGlobalDomainDnsRequest(AbstractModel):
|
|
|
13767
13681
|
|
|
13768
13682
|
def __init__(self):
|
|
13769
13683
|
r"""
|
|
13770
|
-
:param _DnsRecordId:
|
|
13684
|
+
:param _DnsRecordId: <p>解析记录ID</p>
|
|
13771
13685
|
:type DnsRecordId: int
|
|
13772
|
-
:param _DomainId:
|
|
13686
|
+
:param _DomainId: <p>域名ID</p>
|
|
13773
13687
|
:type DomainId: str
|
|
13774
|
-
:param _NationCountryInnerCodes:
|
|
13688
|
+
:param _NationCountryInnerCodes: <p>国家ID列表</p>
|
|
13775
13689
|
:type NationCountryInnerCodes: list of str
|
|
13776
|
-
:param _ProxyIdList:
|
|
13690
|
+
:param _ProxyIdList: <p>通道ID列表</p>
|
|
13777
13691
|
:type ProxyIdList: list of str
|
|
13778
13692
|
"""
|
|
13779
13693
|
self._DnsRecordId = None
|
|
@@ -13783,7 +13697,7 @@ class ModifyGlobalDomainDnsRequest(AbstractModel):
|
|
|
13783
13697
|
|
|
13784
13698
|
@property
|
|
13785
13699
|
def DnsRecordId(self):
|
|
13786
|
-
r"""
|
|
13700
|
+
r"""<p>解析记录ID</p>
|
|
13787
13701
|
:rtype: int
|
|
13788
13702
|
"""
|
|
13789
13703
|
return self._DnsRecordId
|
|
@@ -13794,7 +13708,7 @@ class ModifyGlobalDomainDnsRequest(AbstractModel):
|
|
|
13794
13708
|
|
|
13795
13709
|
@property
|
|
13796
13710
|
def DomainId(self):
|
|
13797
|
-
r"""
|
|
13711
|
+
r"""<p>域名ID</p>
|
|
13798
13712
|
:rtype: str
|
|
13799
13713
|
"""
|
|
13800
13714
|
return self._DomainId
|
|
@@ -13805,7 +13719,7 @@ class ModifyGlobalDomainDnsRequest(AbstractModel):
|
|
|
13805
13719
|
|
|
13806
13720
|
@property
|
|
13807
13721
|
def NationCountryInnerCodes(self):
|
|
13808
|
-
r"""
|
|
13722
|
+
r"""<p>国家ID列表</p>
|
|
13809
13723
|
:rtype: list of str
|
|
13810
13724
|
"""
|
|
13811
13725
|
return self._NationCountryInnerCodes
|
|
@@ -13816,7 +13730,7 @@ class ModifyGlobalDomainDnsRequest(AbstractModel):
|
|
|
13816
13730
|
|
|
13817
13731
|
@property
|
|
13818
13732
|
def ProxyIdList(self):
|
|
13819
|
-
r"""
|
|
13733
|
+
r"""<p>通道ID列表</p>
|
|
13820
13734
|
:rtype: list of str
|
|
13821
13735
|
"""
|
|
13822
13736
|
return self._ProxyIdList
|
|
@@ -14445,20 +14359,17 @@ class ModifyProxyConfigurationRequest(AbstractModel):
|
|
|
14445
14359
|
|
|
14446
14360
|
def __init__(self):
|
|
14447
14361
|
r"""
|
|
14448
|
-
:param _InstanceId:
|
|
14362
|
+
:param _InstanceId: <p>(旧参数,请切换到ProxyId)通道的实例ID。</p>
|
|
14449
14363
|
:type InstanceId: str
|
|
14450
|
-
:param _Bandwidth:
|
|
14451
|
-
Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAccessRegionsByDestRegion接口获取得到
|
|
14364
|
+
:param _Bandwidth: <p>需要调整到的目标带宽,单位:Mbps。Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAccessRegionsByDestRegion接口获取得到</p>
|
|
14452
14365
|
:type Bandwidth: int
|
|
14453
|
-
:param _Concurrent:
|
|
14454
|
-
Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAccessRegionsByDestRegion接口获取得到
|
|
14366
|
+
:param _Concurrent: <p>需要调整到的目标并发值,单位:万。Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAccessRegionsByDestRegion接口获取得到</p>
|
|
14455
14367
|
:type Concurrent: int
|
|
14456
|
-
:param _ClientToken:
|
|
14457
|
-
更多详细信息请参阅:如何保证幂等性。
|
|
14368
|
+
:param _ClientToken: <p>用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。更多详细信息请参阅:如何保证幂等性。</p>
|
|
14458
14369
|
:type ClientToken: str
|
|
14459
|
-
:param _ProxyId:
|
|
14370
|
+
:param _ProxyId: <p>(新参数)通道的实例ID。</p>
|
|
14460
14371
|
:type ProxyId: str
|
|
14461
|
-
:param _BillingType:
|
|
14372
|
+
:param _BillingType: <p>计费方式 (0:按带宽计费,1:按流量计费 默认按带宽计费)</p>
|
|
14462
14373
|
:type BillingType: int
|
|
14463
14374
|
"""
|
|
14464
14375
|
self._InstanceId = None
|
|
@@ -14470,7 +14381,7 @@ Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAcces
|
|
|
14470
14381
|
|
|
14471
14382
|
@property
|
|
14472
14383
|
def InstanceId(self):
|
|
14473
|
-
r"""
|
|
14384
|
+
r"""<p>(旧参数,请切换到ProxyId)通道的实例ID。</p>
|
|
14474
14385
|
:rtype: str
|
|
14475
14386
|
"""
|
|
14476
14387
|
return self._InstanceId
|
|
@@ -14481,8 +14392,7 @@ Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAcces
|
|
|
14481
14392
|
|
|
14482
14393
|
@property
|
|
14483
14394
|
def Bandwidth(self):
|
|
14484
|
-
r"""
|
|
14485
|
-
Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAccessRegionsByDestRegion接口获取得到
|
|
14395
|
+
r"""<p>需要调整到的目标带宽,单位:Mbps。Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAccessRegionsByDestRegion接口获取得到</p>
|
|
14486
14396
|
:rtype: int
|
|
14487
14397
|
"""
|
|
14488
14398
|
return self._Bandwidth
|
|
@@ -14493,8 +14403,7 @@ Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAcces
|
|
|
14493
14403
|
|
|
14494
14404
|
@property
|
|
14495
14405
|
def Concurrent(self):
|
|
14496
|
-
r"""
|
|
14497
|
-
Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAccessRegionsByDestRegion接口获取得到
|
|
14406
|
+
r"""<p>需要调整到的目标并发值,单位:万。Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAccessRegionsByDestRegion接口获取得到</p>
|
|
14498
14407
|
:rtype: int
|
|
14499
14408
|
"""
|
|
14500
14409
|
return self._Concurrent
|
|
@@ -14505,8 +14414,7 @@ Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAcces
|
|
|
14505
14414
|
|
|
14506
14415
|
@property
|
|
14507
14416
|
def ClientToken(self):
|
|
14508
|
-
r"""
|
|
14509
|
-
更多详细信息请参阅:如何保证幂等性。
|
|
14417
|
+
r"""<p>用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。更多详细信息请参阅:如何保证幂等性。</p>
|
|
14510
14418
|
:rtype: str
|
|
14511
14419
|
"""
|
|
14512
14420
|
return self._ClientToken
|
|
@@ -14517,7 +14425,7 @@ Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAcces
|
|
|
14517
14425
|
|
|
14518
14426
|
@property
|
|
14519
14427
|
def ProxyId(self):
|
|
14520
|
-
r"""
|
|
14428
|
+
r"""<p>(新参数)通道的实例ID。</p>
|
|
14521
14429
|
:rtype: str
|
|
14522
14430
|
"""
|
|
14523
14431
|
return self._ProxyId
|
|
@@ -14528,7 +14436,7 @@ Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAcces
|
|
|
14528
14436
|
|
|
14529
14437
|
@property
|
|
14530
14438
|
def BillingType(self):
|
|
14531
|
-
r"""
|
|
14439
|
+
r"""<p>计费方式 (0:按带宽计费,1:按流量计费 默认按带宽计费)</p>
|
|
14532
14440
|
:rtype: int
|
|
14533
14441
|
"""
|
|
14534
14442
|
return self._BillingType
|
|
@@ -15149,27 +15057,27 @@ class ModifyTCPListenerAttributeRequest(AbstractModel):
|
|
|
15149
15057
|
|
|
15150
15058
|
def __init__(self):
|
|
15151
15059
|
r"""
|
|
15152
|
-
:param _ListenerId:
|
|
15060
|
+
:param _ListenerId: <p>监听器ID</p>
|
|
15153
15061
|
:type ListenerId: str
|
|
15154
|
-
:param _GroupId:
|
|
15062
|
+
:param _GroupId: <p>通道组ID,ProxyId和GroupId必须设置一个,但不能同时设置。</p>
|
|
15155
15063
|
:type GroupId: str
|
|
15156
|
-
:param _ProxyId:
|
|
15064
|
+
:param _ProxyId: <p>通道ID,ProxyId和GroupId必须设置一个,但不能同时设置。</p>
|
|
15157
15065
|
:type ProxyId: str
|
|
15158
|
-
:param _ListenerName:
|
|
15066
|
+
:param _ListenerName: <p>监听器名称</p>
|
|
15159
15067
|
:type ListenerName: str
|
|
15160
|
-
:param _Scheduler:
|
|
15068
|
+
:param _Scheduler: <p>监听器源站访问策略,其中:rr表示轮询;wrr表示加权轮询;lc表示最小连接数;lrtt表示最小时延。注意:lrtt需要开通白名单;RealServerType 为 DOMAIN 不支持wrr 和 lrtt。</p>
|
|
15161
15069
|
:type Scheduler: str
|
|
15162
|
-
:param _DelayLoop:
|
|
15070
|
+
:param _DelayLoop: <p>源站健康检查时间间隔,单位:秒。时间间隔取值在[5,300]之间。</p>
|
|
15163
15071
|
:type DelayLoop: int
|
|
15164
|
-
:param _ConnectTimeout:
|
|
15072
|
+
:param _ConnectTimeout: <p>源站健康检查响应超时时间,单位:秒。超时时间取值在[2,60]之间。超时时间应小于健康检查时间间隔DelayLoop。</p>
|
|
15165
15073
|
:type ConnectTimeout: int
|
|
15166
|
-
:param _HealthCheck:
|
|
15074
|
+
:param _HealthCheck: <p>是否开启健康检查,1开启,0关闭。</p>
|
|
15167
15075
|
:type HealthCheck: int
|
|
15168
|
-
:param _FailoverSwitch:
|
|
15076
|
+
:param _FailoverSwitch: <p>源站是否开启主备模式:1开启,0关闭,DOMAIN类型源站不支持开启</p>
|
|
15169
15077
|
:type FailoverSwitch: int
|
|
15170
|
-
:param _HealthyThreshold:
|
|
15078
|
+
:param _HealthyThreshold: <p>健康阈值,表示连续检查成功多少次数后认定源站健康。范围为1到10</p>
|
|
15171
15079
|
:type HealthyThreshold: int
|
|
15172
|
-
:param _UnhealthyThreshold:
|
|
15080
|
+
:param _UnhealthyThreshold: <p>不健康阈值,表示连续检查失败次数后认定源站不健康。范围为1到10</p>
|
|
15173
15081
|
:type UnhealthyThreshold: int
|
|
15174
15082
|
"""
|
|
15175
15083
|
self._ListenerId = None
|
|
@@ -15186,7 +15094,7 @@ class ModifyTCPListenerAttributeRequest(AbstractModel):
|
|
|
15186
15094
|
|
|
15187
15095
|
@property
|
|
15188
15096
|
def ListenerId(self):
|
|
15189
|
-
r"""
|
|
15097
|
+
r"""<p>监听器ID</p>
|
|
15190
15098
|
:rtype: str
|
|
15191
15099
|
"""
|
|
15192
15100
|
return self._ListenerId
|
|
@@ -15197,7 +15105,7 @@ class ModifyTCPListenerAttributeRequest(AbstractModel):
|
|
|
15197
15105
|
|
|
15198
15106
|
@property
|
|
15199
15107
|
def GroupId(self):
|
|
15200
|
-
r"""
|
|
15108
|
+
r"""<p>通道组ID,ProxyId和GroupId必须设置一个,但不能同时设置。</p>
|
|
15201
15109
|
:rtype: str
|
|
15202
15110
|
"""
|
|
15203
15111
|
return self._GroupId
|
|
@@ -15208,7 +15116,7 @@ class ModifyTCPListenerAttributeRequest(AbstractModel):
|
|
|
15208
15116
|
|
|
15209
15117
|
@property
|
|
15210
15118
|
def ProxyId(self):
|
|
15211
|
-
r"""
|
|
15119
|
+
r"""<p>通道ID,ProxyId和GroupId必须设置一个,但不能同时设置。</p>
|
|
15212
15120
|
:rtype: str
|
|
15213
15121
|
"""
|
|
15214
15122
|
return self._ProxyId
|
|
@@ -15219,7 +15127,7 @@ class ModifyTCPListenerAttributeRequest(AbstractModel):
|
|
|
15219
15127
|
|
|
15220
15128
|
@property
|
|
15221
15129
|
def ListenerName(self):
|
|
15222
|
-
r"""
|
|
15130
|
+
r"""<p>监听器名称</p>
|
|
15223
15131
|
:rtype: str
|
|
15224
15132
|
"""
|
|
15225
15133
|
return self._ListenerName
|
|
@@ -15230,7 +15138,7 @@ class ModifyTCPListenerAttributeRequest(AbstractModel):
|
|
|
15230
15138
|
|
|
15231
15139
|
@property
|
|
15232
15140
|
def Scheduler(self):
|
|
15233
|
-
r"""
|
|
15141
|
+
r"""<p>监听器源站访问策略,其中:rr表示轮询;wrr表示加权轮询;lc表示最小连接数;lrtt表示最小时延。注意:lrtt需要开通白名单;RealServerType 为 DOMAIN 不支持wrr 和 lrtt。</p>
|
|
15234
15142
|
:rtype: str
|
|
15235
15143
|
"""
|
|
15236
15144
|
return self._Scheduler
|
|
@@ -15241,7 +15149,7 @@ class ModifyTCPListenerAttributeRequest(AbstractModel):
|
|
|
15241
15149
|
|
|
15242
15150
|
@property
|
|
15243
15151
|
def DelayLoop(self):
|
|
15244
|
-
r"""
|
|
15152
|
+
r"""<p>源站健康检查时间间隔,单位:秒。时间间隔取值在[5,300]之间。</p>
|
|
15245
15153
|
:rtype: int
|
|
15246
15154
|
"""
|
|
15247
15155
|
return self._DelayLoop
|
|
@@ -15252,7 +15160,7 @@ class ModifyTCPListenerAttributeRequest(AbstractModel):
|
|
|
15252
15160
|
|
|
15253
15161
|
@property
|
|
15254
15162
|
def ConnectTimeout(self):
|
|
15255
|
-
r"""
|
|
15163
|
+
r"""<p>源站健康检查响应超时时间,单位:秒。超时时间取值在[2,60]之间。超时时间应小于健康检查时间间隔DelayLoop。</p>
|
|
15256
15164
|
:rtype: int
|
|
15257
15165
|
"""
|
|
15258
15166
|
return self._ConnectTimeout
|
|
@@ -15263,7 +15171,7 @@ class ModifyTCPListenerAttributeRequest(AbstractModel):
|
|
|
15263
15171
|
|
|
15264
15172
|
@property
|
|
15265
15173
|
def HealthCheck(self):
|
|
15266
|
-
r"""
|
|
15174
|
+
r"""<p>是否开启健康检查,1开启,0关闭。</p>
|
|
15267
15175
|
:rtype: int
|
|
15268
15176
|
"""
|
|
15269
15177
|
return self._HealthCheck
|
|
@@ -15274,7 +15182,7 @@ class ModifyTCPListenerAttributeRequest(AbstractModel):
|
|
|
15274
15182
|
|
|
15275
15183
|
@property
|
|
15276
15184
|
def FailoverSwitch(self):
|
|
15277
|
-
r"""
|
|
15185
|
+
r"""<p>源站是否开启主备模式:1开启,0关闭,DOMAIN类型源站不支持开启</p>
|
|
15278
15186
|
:rtype: int
|
|
15279
15187
|
"""
|
|
15280
15188
|
return self._FailoverSwitch
|
|
@@ -15285,7 +15193,7 @@ class ModifyTCPListenerAttributeRequest(AbstractModel):
|
|
|
15285
15193
|
|
|
15286
15194
|
@property
|
|
15287
15195
|
def HealthyThreshold(self):
|
|
15288
|
-
r"""
|
|
15196
|
+
r"""<p>健康阈值,表示连续检查成功多少次数后认定源站健康。范围为1到10</p>
|
|
15289
15197
|
:rtype: int
|
|
15290
15198
|
"""
|
|
15291
15199
|
return self._HealthyThreshold
|
|
@@ -15296,7 +15204,7 @@ class ModifyTCPListenerAttributeRequest(AbstractModel):
|
|
|
15296
15204
|
|
|
15297
15205
|
@property
|
|
15298
15206
|
def UnhealthyThreshold(self):
|
|
15299
|
-
r"""
|
|
15207
|
+
r"""<p>不健康阈值,表示连续检查失败次数后认定源站不健康。范围为1到10</p>
|
|
15300
15208
|
:rtype: int
|
|
15301
15209
|
"""
|
|
15302
15210
|
return self._UnhealthyThreshold
|