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
|
@@ -10897,20 +10897,17 @@ class CreateL4ProxyRequest(AbstractModel):
|
|
|
10897
10897
|
:param _Ipv6: 是否开启 IPv6 访问,不填写时默认为 off。该配置仅在部分加速区域和安全防护配置下支持开启,详情请参考 [新建四层代理实例](https://cloud.tencent.com/document/product/1552/90025) 。取值为:
|
|
10898
10898
|
<li>on:开启;</li>
|
|
10899
10899
|
<li>off:关闭。</li>
|
|
10900
|
-
|
|
10901
|
-
|
|
10902
10900
|
:type Ipv6: str
|
|
10903
10901
|
:param _StaticIp: 是否开启固定 IP,不填写时默认为 off。该配置仅在部分加速区域和安全防护配置下支持开启,详情请参考 [新建四层代理实例](https://cloud.tencent.com/document/product/1552/90025) 。取值为:
|
|
10904
10902
|
<li>on:开启;</li>
|
|
10905
10903
|
<li>off:关闭。</li>
|
|
10906
|
-
|
|
10907
10904
|
:type StaticIp: str
|
|
10908
10905
|
:param _AccelerateMainland: 是否开启中国大陆网络优化,不填写时默认为 off。该配置仅在部分加速区域和安全防护配置下支持开启,详情请参考 [新建四层代理实例](https://cloud.tencent.com/document/product/1552/90025) 。取值为:
|
|
10909
10906
|
<li>on:开启;</li>
|
|
10910
10907
|
<li>off:关闭。</li>
|
|
10911
|
-
|
|
10912
10908
|
:type AccelerateMainland: str
|
|
10913
10909
|
:param _DDosProtectionConfig: L3/L4 DDoS 防护配置,不填写时默认使用平台默认防护选项。详情参考 [独立 DDoS 防护](https://cloud.tencent.com/document/product/1552/95994)。
|
|
10910
|
+
本字段已废弃,请使用 DDosProtectionId 字段指定关联的DDoS防护配置。
|
|
10914
10911
|
:type DDosProtectionConfig: :class:`tencentcloud.teo.v20220901.models.DDosProtectionConfig`
|
|
10915
10912
|
"""
|
|
10916
10913
|
self._ZoneId = None
|
|
@@ -10963,8 +10960,6 @@ class CreateL4ProxyRequest(AbstractModel):
|
|
|
10963
10960
|
r"""是否开启 IPv6 访问,不填写时默认为 off。该配置仅在部分加速区域和安全防护配置下支持开启,详情请参考 [新建四层代理实例](https://cloud.tencent.com/document/product/1552/90025) 。取值为:
|
|
10964
10961
|
<li>on:开启;</li>
|
|
10965
10962
|
<li>off:关闭。</li>
|
|
10966
|
-
|
|
10967
|
-
|
|
10968
10963
|
:rtype: str
|
|
10969
10964
|
"""
|
|
10970
10965
|
return self._Ipv6
|
|
@@ -10978,7 +10973,6 @@ class CreateL4ProxyRequest(AbstractModel):
|
|
|
10978
10973
|
r"""是否开启固定 IP,不填写时默认为 off。该配置仅在部分加速区域和安全防护配置下支持开启,详情请参考 [新建四层代理实例](https://cloud.tencent.com/document/product/1552/90025) 。取值为:
|
|
10979
10974
|
<li>on:开启;</li>
|
|
10980
10975
|
<li>off:关闭。</li>
|
|
10981
|
-
|
|
10982
10976
|
:rtype: str
|
|
10983
10977
|
"""
|
|
10984
10978
|
return self._StaticIp
|
|
@@ -10992,7 +10986,6 @@ class CreateL4ProxyRequest(AbstractModel):
|
|
|
10992
10986
|
r"""是否开启中国大陆网络优化,不填写时默认为 off。该配置仅在部分加速区域和安全防护配置下支持开启,详情请参考 [新建四层代理实例](https://cloud.tencent.com/document/product/1552/90025) 。取值为:
|
|
10993
10987
|
<li>on:开启;</li>
|
|
10994
10988
|
<li>off:关闭。</li>
|
|
10995
|
-
|
|
10996
10989
|
:rtype: str
|
|
10997
10990
|
"""
|
|
10998
10991
|
return self._AccelerateMainland
|
|
@@ -11003,13 +10996,18 @@ class CreateL4ProxyRequest(AbstractModel):
|
|
|
11003
10996
|
|
|
11004
10997
|
@property
|
|
11005
10998
|
def DDosProtectionConfig(self):
|
|
10999
|
+
warnings.warn("parameter `DDosProtectionConfig` is deprecated", DeprecationWarning)
|
|
11000
|
+
|
|
11006
11001
|
r"""L3/L4 DDoS 防护配置,不填写时默认使用平台默认防护选项。详情参考 [独立 DDoS 防护](https://cloud.tencent.com/document/product/1552/95994)。
|
|
11002
|
+
本字段已废弃,请使用 DDosProtectionId 字段指定关联的DDoS防护配置。
|
|
11007
11003
|
:rtype: :class:`tencentcloud.teo.v20220901.models.DDosProtectionConfig`
|
|
11008
11004
|
"""
|
|
11009
11005
|
return self._DDosProtectionConfig
|
|
11010
11006
|
|
|
11011
11007
|
@DDosProtectionConfig.setter
|
|
11012
11008
|
def DDosProtectionConfig(self, DDosProtectionConfig):
|
|
11009
|
+
warnings.warn("parameter `DDosProtectionConfig` is deprecated", DeprecationWarning)
|
|
11010
|
+
|
|
11013
11011
|
self._DDosProtectionConfig = DDosProtectionConfig
|
|
11014
11012
|
|
|
11015
11013
|
|
|
@@ -12299,29 +12297,38 @@ class CreatePrefetchTaskRequest(AbstractModel):
|
|
|
12299
12297
|
:param _ZoneId: 站点 ID。
|
|
12300
12298
|
若您希望快速提交不同站点下的 Targets Url,可以将其填写为 *,但前提是调用该 API 的账号必须具备主账号下全部站点资源的权限。
|
|
12301
12299
|
:type ZoneId: str
|
|
12302
|
-
:param _Targets:
|
|
12303
|
-
http://www.example.com/example.txt
|
|
12300
|
+
:param _Targets: 要预热的资源列表,必填。每个元素格式类似如下:
|
|
12301
|
+
http://www.example.com/example.txt。
|
|
12304
12302
|
注意:提交任务数受计费套餐配额限制,请查看 [EO计费套餐](https://cloud.tencent.com/document/product/1552/77380)。
|
|
12305
12303
|
:type Targets: list of str
|
|
12304
|
+
:param _Mode: 预热模式,取值有:
|
|
12305
|
+
<li>default:默认模式,即预热到中间层;</li>
|
|
12306
|
+
<li>edge:边缘预热模式,即预热到边缘和中间层。</li>不填写时,默认值为 default。
|
|
12307
|
+
注意事项:
|
|
12308
|
+
1.预热至边缘产生的边缘层流量,会计入计费流量;
|
|
12309
|
+
2.边缘预热默认分配单独的预热额度 1000 条/天,不消费常规预热额度。
|
|
12310
|
+
说明:
|
|
12311
|
+
该参数为白名单功能,如有需要,请联系腾讯云工程师处理。
|
|
12312
|
+
:type Mode: str
|
|
12306
12313
|
:param _EncodeUrl: 是否对url进行encode,若内容含有非 ASCII 字符集的字符,请开启此开关进行编码转换(编码规则遵循 RFC3986)。
|
|
12307
12314
|
:type EncodeUrl: bool
|
|
12308
|
-
:param _Headers:
|
|
12315
|
+
:param _Headers: 若需要携带 HTTP 头部信息预热,可入参该参数,否则放空即可。
|
|
12309
12316
|
:type Headers: list of Header
|
|
12310
12317
|
:param _PrefetchMediaSegments: 媒体分片预热控制,取值有:
|
|
12311
12318
|
<li>on:开启分片预热,预热描述文件,并递归解析描述文件分片进行预热;</li>
|
|
12312
12319
|
<li>off:仅预热提交的描述文件;</li>不填写时,默认值为 off。
|
|
12313
|
-
|
|
12314
12320
|
注意事项:
|
|
12315
12321
|
1. 支持的描述文件为 M3U8,对应分片为 TS;
|
|
12316
12322
|
2. 要求描述文件能正常请求,并按行业标准描述分片路径;
|
|
12317
12323
|
3. 递归解析深度不超过 3 层;
|
|
12318
12324
|
4. 解析获取的分片会正常累加每日预热用量,当用量超出配额时,会静默处理,不再执行预热。
|
|
12319
|
-
|
|
12325
|
+
说明:
|
|
12320
12326
|
该参数为白名单功能,如有需要,请联系腾讯云工程师处理。
|
|
12321
12327
|
:type PrefetchMediaSegments: str
|
|
12322
12328
|
"""
|
|
12323
12329
|
self._ZoneId = None
|
|
12324
12330
|
self._Targets = None
|
|
12331
|
+
self._Mode = None
|
|
12325
12332
|
self._EncodeUrl = None
|
|
12326
12333
|
self._Headers = None
|
|
12327
12334
|
self._PrefetchMediaSegments = None
|
|
@@ -12340,8 +12347,8 @@ http://www.example.com/example.txt。参数值当前必填。
|
|
|
12340
12347
|
|
|
12341
12348
|
@property
|
|
12342
12349
|
def Targets(self):
|
|
12343
|
-
r"""
|
|
12344
|
-
http://www.example.com/example.txt
|
|
12350
|
+
r"""要预热的资源列表,必填。每个元素格式类似如下:
|
|
12351
|
+
http://www.example.com/example.txt。
|
|
12345
12352
|
注意:提交任务数受计费套餐配额限制,请查看 [EO计费套餐](https://cloud.tencent.com/document/product/1552/77380)。
|
|
12346
12353
|
:rtype: list of str
|
|
12347
12354
|
"""
|
|
@@ -12351,6 +12358,24 @@ http://www.example.com/example.txt。参数值当前必填。
|
|
|
12351
12358
|
def Targets(self, Targets):
|
|
12352
12359
|
self._Targets = Targets
|
|
12353
12360
|
|
|
12361
|
+
@property
|
|
12362
|
+
def Mode(self):
|
|
12363
|
+
r"""预热模式,取值有:
|
|
12364
|
+
<li>default:默认模式,即预热到中间层;</li>
|
|
12365
|
+
<li>edge:边缘预热模式,即预热到边缘和中间层。</li>不填写时,默认值为 default。
|
|
12366
|
+
注意事项:
|
|
12367
|
+
1.预热至边缘产生的边缘层流量,会计入计费流量;
|
|
12368
|
+
2.边缘预热默认分配单独的预热额度 1000 条/天,不消费常规预热额度。
|
|
12369
|
+
说明:
|
|
12370
|
+
该参数为白名单功能,如有需要,请联系腾讯云工程师处理。
|
|
12371
|
+
:rtype: str
|
|
12372
|
+
"""
|
|
12373
|
+
return self._Mode
|
|
12374
|
+
|
|
12375
|
+
@Mode.setter
|
|
12376
|
+
def Mode(self, Mode):
|
|
12377
|
+
self._Mode = Mode
|
|
12378
|
+
|
|
12354
12379
|
@property
|
|
12355
12380
|
def EncodeUrl(self):
|
|
12356
12381
|
warnings.warn("parameter `EncodeUrl` is deprecated", DeprecationWarning)
|
|
@@ -12368,7 +12393,7 @@ http://www.example.com/example.txt。参数值当前必填。
|
|
|
12368
12393
|
|
|
12369
12394
|
@property
|
|
12370
12395
|
def Headers(self):
|
|
12371
|
-
r"""
|
|
12396
|
+
r"""若需要携带 HTTP 头部信息预热,可入参该参数,否则放空即可。
|
|
12372
12397
|
:rtype: list of Header
|
|
12373
12398
|
"""
|
|
12374
12399
|
return self._Headers
|
|
@@ -12382,13 +12407,12 @@ http://www.example.com/example.txt。参数值当前必填。
|
|
|
12382
12407
|
r"""媒体分片预热控制,取值有:
|
|
12383
12408
|
<li>on:开启分片预热,预热描述文件,并递归解析描述文件分片进行预热;</li>
|
|
12384
12409
|
<li>off:仅预热提交的描述文件;</li>不填写时,默认值为 off。
|
|
12385
|
-
|
|
12386
12410
|
注意事项:
|
|
12387
12411
|
1. 支持的描述文件为 M3U8,对应分片为 TS;
|
|
12388
12412
|
2. 要求描述文件能正常请求,并按行业标准描述分片路径;
|
|
12389
12413
|
3. 递归解析深度不超过 3 层;
|
|
12390
12414
|
4. 解析获取的分片会正常累加每日预热用量,当用量超出配额时,会静默处理,不再执行预热。
|
|
12391
|
-
|
|
12415
|
+
说明:
|
|
12392
12416
|
该参数为白名单功能,如有需要,请联系腾讯云工程师处理。
|
|
12393
12417
|
:rtype: str
|
|
12394
12418
|
"""
|
|
@@ -12402,6 +12426,7 @@ http://www.example.com/example.txt。参数值当前必填。
|
|
|
12402
12426
|
def _deserialize(self, params):
|
|
12403
12427
|
self._ZoneId = params.get("ZoneId")
|
|
12404
12428
|
self._Targets = params.get("Targets")
|
|
12429
|
+
self._Mode = params.get("Mode")
|
|
12405
12430
|
self._EncodeUrl = params.get("EncodeUrl")
|
|
12406
12431
|
if params.get("Headers") is not None:
|
|
12407
12432
|
self._Headers = []
|
|
@@ -24188,6 +24213,159 @@ class DescribePlansResponse(AbstractModel):
|
|
|
24188
24213
|
self._RequestId = params.get("RequestId")
|
|
24189
24214
|
|
|
24190
24215
|
|
|
24216
|
+
class DescribePrefetchOriginLimitRequest(AbstractModel):
|
|
24217
|
+
r"""DescribePrefetchOriginLimit请求参数结构体
|
|
24218
|
+
|
|
24219
|
+
"""
|
|
24220
|
+
|
|
24221
|
+
def __init__(self):
|
|
24222
|
+
r"""
|
|
24223
|
+
:param _ZoneId: 站点ID。
|
|
24224
|
+
:type ZoneId: str
|
|
24225
|
+
:param _Offset: 分页查询偏移量,默认为 0。
|
|
24226
|
+
:type Offset: int
|
|
24227
|
+
:param _Limit: 分页查询限制数目,默认值:20,上限:100。
|
|
24228
|
+
:type Limit: int
|
|
24229
|
+
:param _Filters: 过滤条件,Filters.Values 的上限为 20。详细的过滤条件如下:
|
|
24230
|
+
<li>domain-name:按照域名过滤。domain-name 形如:www.qq.com,不支持模糊查询;</li>
|
|
24231
|
+
<li>area:按照限制加速区域过滤,不支持模糊查询。可选项:<br> Overseas:全球可用区(不含中国大陆);<br> MainlandChina:中国大陆可用区。</li>
|
|
24232
|
+
:type Filters: list of Filter
|
|
24233
|
+
"""
|
|
24234
|
+
self._ZoneId = None
|
|
24235
|
+
self._Offset = None
|
|
24236
|
+
self._Limit = None
|
|
24237
|
+
self._Filters = None
|
|
24238
|
+
|
|
24239
|
+
@property
|
|
24240
|
+
def ZoneId(self):
|
|
24241
|
+
r"""站点ID。
|
|
24242
|
+
:rtype: str
|
|
24243
|
+
"""
|
|
24244
|
+
return self._ZoneId
|
|
24245
|
+
|
|
24246
|
+
@ZoneId.setter
|
|
24247
|
+
def ZoneId(self, ZoneId):
|
|
24248
|
+
self._ZoneId = ZoneId
|
|
24249
|
+
|
|
24250
|
+
@property
|
|
24251
|
+
def Offset(self):
|
|
24252
|
+
r"""分页查询偏移量,默认为 0。
|
|
24253
|
+
:rtype: int
|
|
24254
|
+
"""
|
|
24255
|
+
return self._Offset
|
|
24256
|
+
|
|
24257
|
+
@Offset.setter
|
|
24258
|
+
def Offset(self, Offset):
|
|
24259
|
+
self._Offset = Offset
|
|
24260
|
+
|
|
24261
|
+
@property
|
|
24262
|
+
def Limit(self):
|
|
24263
|
+
r"""分页查询限制数目,默认值:20,上限:100。
|
|
24264
|
+
:rtype: int
|
|
24265
|
+
"""
|
|
24266
|
+
return self._Limit
|
|
24267
|
+
|
|
24268
|
+
@Limit.setter
|
|
24269
|
+
def Limit(self, Limit):
|
|
24270
|
+
self._Limit = Limit
|
|
24271
|
+
|
|
24272
|
+
@property
|
|
24273
|
+
def Filters(self):
|
|
24274
|
+
r"""过滤条件,Filters.Values 的上限为 20。详细的过滤条件如下:
|
|
24275
|
+
<li>domain-name:按照域名过滤。domain-name 形如:www.qq.com,不支持模糊查询;</li>
|
|
24276
|
+
<li>area:按照限制加速区域过滤,不支持模糊查询。可选项:<br> Overseas:全球可用区(不含中国大陆);<br> MainlandChina:中国大陆可用区。</li>
|
|
24277
|
+
:rtype: list of Filter
|
|
24278
|
+
"""
|
|
24279
|
+
return self._Filters
|
|
24280
|
+
|
|
24281
|
+
@Filters.setter
|
|
24282
|
+
def Filters(self, Filters):
|
|
24283
|
+
self._Filters = Filters
|
|
24284
|
+
|
|
24285
|
+
|
|
24286
|
+
def _deserialize(self, params):
|
|
24287
|
+
self._ZoneId = params.get("ZoneId")
|
|
24288
|
+
self._Offset = params.get("Offset")
|
|
24289
|
+
self._Limit = params.get("Limit")
|
|
24290
|
+
if params.get("Filters") is not None:
|
|
24291
|
+
self._Filters = []
|
|
24292
|
+
for item in params.get("Filters"):
|
|
24293
|
+
obj = Filter()
|
|
24294
|
+
obj._deserialize(item)
|
|
24295
|
+
self._Filters.append(obj)
|
|
24296
|
+
memeber_set = set(params.keys())
|
|
24297
|
+
for name, value in vars(self).items():
|
|
24298
|
+
property_name = name[1:]
|
|
24299
|
+
if property_name in memeber_set:
|
|
24300
|
+
memeber_set.remove(property_name)
|
|
24301
|
+
if len(memeber_set) > 0:
|
|
24302
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
24303
|
+
|
|
24304
|
+
|
|
24305
|
+
|
|
24306
|
+
class DescribePrefetchOriginLimitResponse(AbstractModel):
|
|
24307
|
+
r"""DescribePrefetchOriginLimit返回参数结构体
|
|
24308
|
+
|
|
24309
|
+
"""
|
|
24310
|
+
|
|
24311
|
+
def __init__(self):
|
|
24312
|
+
r"""
|
|
24313
|
+
:param _TotalCount: 回源限速限制总数。
|
|
24314
|
+
:type TotalCount: int
|
|
24315
|
+
:param _Limits: 回源限速限制详情List。
|
|
24316
|
+
:type Limits: list of PrefetchOriginLimit
|
|
24317
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
24318
|
+
:type RequestId: str
|
|
24319
|
+
"""
|
|
24320
|
+
self._TotalCount = None
|
|
24321
|
+
self._Limits = None
|
|
24322
|
+
self._RequestId = None
|
|
24323
|
+
|
|
24324
|
+
@property
|
|
24325
|
+
def TotalCount(self):
|
|
24326
|
+
r"""回源限速限制总数。
|
|
24327
|
+
:rtype: int
|
|
24328
|
+
"""
|
|
24329
|
+
return self._TotalCount
|
|
24330
|
+
|
|
24331
|
+
@TotalCount.setter
|
|
24332
|
+
def TotalCount(self, TotalCount):
|
|
24333
|
+
self._TotalCount = TotalCount
|
|
24334
|
+
|
|
24335
|
+
@property
|
|
24336
|
+
def Limits(self):
|
|
24337
|
+
r"""回源限速限制详情List。
|
|
24338
|
+
:rtype: list of PrefetchOriginLimit
|
|
24339
|
+
"""
|
|
24340
|
+
return self._Limits
|
|
24341
|
+
|
|
24342
|
+
@Limits.setter
|
|
24343
|
+
def Limits(self, Limits):
|
|
24344
|
+
self._Limits = Limits
|
|
24345
|
+
|
|
24346
|
+
@property
|
|
24347
|
+
def RequestId(self):
|
|
24348
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
24349
|
+
:rtype: str
|
|
24350
|
+
"""
|
|
24351
|
+
return self._RequestId
|
|
24352
|
+
|
|
24353
|
+
@RequestId.setter
|
|
24354
|
+
def RequestId(self, RequestId):
|
|
24355
|
+
self._RequestId = RequestId
|
|
24356
|
+
|
|
24357
|
+
|
|
24358
|
+
def _deserialize(self, params):
|
|
24359
|
+
self._TotalCount = params.get("TotalCount")
|
|
24360
|
+
if params.get("Limits") is not None:
|
|
24361
|
+
self._Limits = []
|
|
24362
|
+
for item in params.get("Limits"):
|
|
24363
|
+
obj = PrefetchOriginLimit()
|
|
24364
|
+
obj._deserialize(item)
|
|
24365
|
+
self._Limits.append(obj)
|
|
24366
|
+
self._RequestId = params.get("RequestId")
|
|
24367
|
+
|
|
24368
|
+
|
|
24191
24369
|
class DescribePrefetchTasksRequest(AbstractModel):
|
|
24192
24370
|
r"""DescribePrefetchTasks请求参数结构体
|
|
24193
24371
|
|
|
@@ -26708,68 +26886,57 @@ class DescribeTimingL7OriginPullDataRequest(AbstractModel):
|
|
|
26708
26886
|
|
|
26709
26887
|
def __init__(self):
|
|
26710
26888
|
r"""
|
|
26711
|
-
:param
|
|
26712
|
-
:type
|
|
26713
|
-
:param _EndTime: 结束时间。查询时间范围(`EndTime` - `StartTime`)需小于等于 31 天。
|
|
26714
|
-
:type EndTime: str
|
|
26889
|
+
:param _ZoneIds: 站点 ID 集合,此参数必填。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。
|
|
26890
|
+
:type ZoneIds: list of str
|
|
26715
26891
|
:param _MetricNames: 指标列表,取值有:
|
|
26716
|
-
<li>l7Flow_outFlux_hy: EdgeOne 节点至源站方向的请求流量,单位:Byte;</li>
|
|
26892
|
+
<ul><li>l7Flow_outFlux_hy: EdgeOne 节点至源站方向的请求流量,单位:Byte;</li>
|
|
26717
26893
|
<li>l7Flow_outBandwidth_hy: EdgeOne 节点至源站方向的请求带宽,单位:bps;</li>
|
|
26718
26894
|
<li>l7Flow_request_hy: EdgeOne 节点至源站方向的请求数,单位:次。</li>
|
|
26719
26895
|
<li>l7Flow_inFlux_hy: 源站至 EdgeOne 节点方向的响应流量,单位:Byte;</li>
|
|
26720
|
-
<li>l7Flow_inBandwidth_hy: 源站至 EdgeOne 节点方向的响应带宽,单位:bps
|
|
26721
|
-
|
|
26896
|
+
<li>l7Flow_inBandwidth_hy: 源站至 EdgeOne 节点方向的响应带宽,单位:bps。</li></ul>
|
|
26722
26897
|
:type MetricNames: list of str
|
|
26723
|
-
:param
|
|
26724
|
-
:type
|
|
26898
|
+
:param _StartTime: 开始时间。
|
|
26899
|
+
:type StartTime: str
|
|
26900
|
+
:param _EndTime: 结束时间。查询时间范围(`EndTime` - `StartTime`)需小于等于 31 天。
|
|
26901
|
+
:type EndTime: str
|
|
26725
26902
|
:param _Interval: 查询时间粒度,取值有:
|
|
26726
|
-
<li>min: 1分钟;</li>
|
|
26727
|
-
<li>5min: 5分钟;</li>
|
|
26728
|
-
<li>hour: 1小时;</li>
|
|
26729
|
-
<li>day: 1天。</li>不填将根据开始时间跟结束时间的间距自动推算粒度,具体为:2 小时范围内以 min 粒度查询,2 天范围内以 5min 粒度查询,7 天范围内以 hour 粒度查询,超过 7 天以 day 粒度查询。
|
|
26903
|
+
<ul><li>min: 1分钟;</li><li>5min: 5分钟;</li><li>hour: 1小时;</li><li>day: 1天。</li></ul>不填将根据开始时间跟结束时间的间距自动推算粒度,具体为:2 小时范围内以 min 粒度查询,2 天范围内以 5min 粒度查询,7 天范围内以 hour 粒度查询,超过 7 天以 day 粒度查询。
|
|
26730
26904
|
:type Interval: str
|
|
26731
26905
|
:param _Filters: 过滤条件,详细的过滤条件如下:
|
|
26732
|
-
<li>domain
|
|
26906
|
+
<ul><li><strong>domain</strong>:客户端请求的域名。若按泛域名接入 EdgeOne,则数据中记录为泛域名,而不是具体域名。</li><li><strong>originStatusCode</strong>:回源状态码,仅当 <code>MetricNames = ["l7Flow_request_hy"]</code> 时支持本过滤项。<br>对应的 Value 可选项如下:<ul><li><code>1xx</code>:1xx 类型的状态码;</li><li><code>2xx</code>:2xx 类型的状态码;</li><li><code>3xx</code>:3xx 类型的状态码;</li><li><code>4xx</code>:4xx 类型的状态码;</li><li><code>5xx</code>:5xx 类型的状态码;</li><li>在 <code>[0, 600)</code> 范围内的整数(不包括 600)。</li></ul></li></ul>
|
|
26907
|
+
**注意**:当 <code>DimensionName</code> 不为空时,仅支持 <code>equals</code> 运算符。
|
|
26733
26908
|
:type Filters: list of QueryCondition
|
|
26909
|
+
:param _DimensionName: <p>查询维度名称,取值有:</p><ul><li><strong>domain</strong>:客户端请求的域名。若按泛域名接入 EdgeOne,则数据中记录为泛域名。<br>使用 domain 维度时必须在 <code>Filters</code> 中包含 <code>domain</code> 过滤项,指定总数不超过 100 个需要查询的域名列表;</li><li><strong>origin-status-code</strong>:回源状态码,如 200、404,<br>仅当 <code>MetricNames = ["l7Flow_request_hy"]</code> 时支持本维度;</li><li><strong>origin-status-code-category</strong>:回源状态码类别,如 2xx、4xx,<br>仅当 <code>MetricNames =["l7Flow_request_hy"]</code> 时支持本维度。</li></ul><p>若 <code>DimensionName</code> 入参为空,默认按 <code>AppId</code> 维度汇总,只返回一组数据。</p><p>若 <code>DimensionName</code> 入参不为空,则按照传入的查询维度分组返回对应的时序数据。例如:</p><ul>当 <code>DimensionName = origin-status-code</code> 时:<ul><li>返回数据中 <code>TimingDataRecords.TypeKey</code> 为具体回源状态码,例如 200。</li><li>返回数据中 <code>TimingDataRecords.TypeValue</code> 是该状态码对应的时序数据。</li></ul></ul>
|
|
26910
|
+
<strong>注意</strong>:当指定 DimensionName 查询时,禁止并发调用。若超出查询频率限制,会返回错误 <code><strong>InvalidParameter.ActionInProgress</strong></code> 。
|
|
26911
|
+
:type DimensionName: str
|
|
26734
26912
|
"""
|
|
26913
|
+
self._ZoneIds = None
|
|
26914
|
+
self._MetricNames = None
|
|
26735
26915
|
self._StartTime = None
|
|
26736
26916
|
self._EndTime = None
|
|
26737
|
-
self._MetricNames = None
|
|
26738
|
-
self._ZoneIds = None
|
|
26739
26917
|
self._Interval = None
|
|
26740
26918
|
self._Filters = None
|
|
26919
|
+
self._DimensionName = None
|
|
26741
26920
|
|
|
26742
26921
|
@property
|
|
26743
|
-
def
|
|
26744
|
-
r"""
|
|
26745
|
-
:rtype: str
|
|
26746
|
-
"""
|
|
26747
|
-
return self._StartTime
|
|
26748
|
-
|
|
26749
|
-
@StartTime.setter
|
|
26750
|
-
def StartTime(self, StartTime):
|
|
26751
|
-
self._StartTime = StartTime
|
|
26752
|
-
|
|
26753
|
-
@property
|
|
26754
|
-
def EndTime(self):
|
|
26755
|
-
r"""结束时间。查询时间范围(`EndTime` - `StartTime`)需小于等于 31 天。
|
|
26756
|
-
:rtype: str
|
|
26922
|
+
def ZoneIds(self):
|
|
26923
|
+
r"""站点 ID 集合,此参数必填。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。
|
|
26924
|
+
:rtype: list of str
|
|
26757
26925
|
"""
|
|
26758
|
-
return self.
|
|
26926
|
+
return self._ZoneIds
|
|
26759
26927
|
|
|
26760
|
-
@
|
|
26761
|
-
def
|
|
26762
|
-
self.
|
|
26928
|
+
@ZoneIds.setter
|
|
26929
|
+
def ZoneIds(self, ZoneIds):
|
|
26930
|
+
self._ZoneIds = ZoneIds
|
|
26763
26931
|
|
|
26764
26932
|
@property
|
|
26765
26933
|
def MetricNames(self):
|
|
26766
26934
|
r"""指标列表,取值有:
|
|
26767
|
-
<li>l7Flow_outFlux_hy: EdgeOne 节点至源站方向的请求流量,单位:Byte;</li>
|
|
26935
|
+
<ul><li>l7Flow_outFlux_hy: EdgeOne 节点至源站方向的请求流量,单位:Byte;</li>
|
|
26768
26936
|
<li>l7Flow_outBandwidth_hy: EdgeOne 节点至源站方向的请求带宽,单位:bps;</li>
|
|
26769
26937
|
<li>l7Flow_request_hy: EdgeOne 节点至源站方向的请求数,单位:次。</li>
|
|
26770
26938
|
<li>l7Flow_inFlux_hy: 源站至 EdgeOne 节点方向的响应流量,单位:Byte;</li>
|
|
26771
|
-
<li>l7Flow_inBandwidth_hy: 源站至 EdgeOne 节点方向的响应带宽,单位:bps
|
|
26772
|
-
|
|
26939
|
+
<li>l7Flow_inBandwidth_hy: 源站至 EdgeOne 节点方向的响应带宽,单位:bps。</li></ul>
|
|
26773
26940
|
:rtype: list of str
|
|
26774
26941
|
"""
|
|
26775
26942
|
return self._MetricNames
|
|
@@ -26779,23 +26946,31 @@ class DescribeTimingL7OriginPullDataRequest(AbstractModel):
|
|
|
26779
26946
|
self._MetricNames = MetricNames
|
|
26780
26947
|
|
|
26781
26948
|
@property
|
|
26782
|
-
def
|
|
26783
|
-
r"""
|
|
26784
|
-
:rtype:
|
|
26949
|
+
def StartTime(self):
|
|
26950
|
+
r"""开始时间。
|
|
26951
|
+
:rtype: str
|
|
26785
26952
|
"""
|
|
26786
|
-
return self.
|
|
26953
|
+
return self._StartTime
|
|
26787
26954
|
|
|
26788
|
-
@
|
|
26789
|
-
def
|
|
26790
|
-
self.
|
|
26955
|
+
@StartTime.setter
|
|
26956
|
+
def StartTime(self, StartTime):
|
|
26957
|
+
self._StartTime = StartTime
|
|
26958
|
+
|
|
26959
|
+
@property
|
|
26960
|
+
def EndTime(self):
|
|
26961
|
+
r"""结束时间。查询时间范围(`EndTime` - `StartTime`)需小于等于 31 天。
|
|
26962
|
+
:rtype: str
|
|
26963
|
+
"""
|
|
26964
|
+
return self._EndTime
|
|
26965
|
+
|
|
26966
|
+
@EndTime.setter
|
|
26967
|
+
def EndTime(self, EndTime):
|
|
26968
|
+
self._EndTime = EndTime
|
|
26791
26969
|
|
|
26792
26970
|
@property
|
|
26793
26971
|
def Interval(self):
|
|
26794
26972
|
r"""查询时间粒度,取值有:
|
|
26795
|
-
<li>min: 1分钟;</li>
|
|
26796
|
-
<li>5min: 5分钟;</li>
|
|
26797
|
-
<li>hour: 1小时;</li>
|
|
26798
|
-
<li>day: 1天。</li>不填将根据开始时间跟结束时间的间距自动推算粒度,具体为:2 小时范围内以 min 粒度查询,2 天范围内以 5min 粒度查询,7 天范围内以 hour 粒度查询,超过 7 天以 day 粒度查询。
|
|
26973
|
+
<ul><li>min: 1分钟;</li><li>5min: 5分钟;</li><li>hour: 1小时;</li><li>day: 1天。</li></ul>不填将根据开始时间跟结束时间的间距自动推算粒度,具体为:2 小时范围内以 min 粒度查询,2 天范围内以 5min 粒度查询,7 天范围内以 hour 粒度查询,超过 7 天以 day 粒度查询。
|
|
26799
26974
|
:rtype: str
|
|
26800
26975
|
"""
|
|
26801
26976
|
return self._Interval
|
|
@@ -26807,7 +26982,8 @@ class DescribeTimingL7OriginPullDataRequest(AbstractModel):
|
|
|
26807
26982
|
@property
|
|
26808
26983
|
def Filters(self):
|
|
26809
26984
|
r"""过滤条件,详细的过滤条件如下:
|
|
26810
|
-
<li>domain
|
|
26985
|
+
<ul><li><strong>domain</strong>:客户端请求的域名。若按泛域名接入 EdgeOne,则数据中记录为泛域名,而不是具体域名。</li><li><strong>originStatusCode</strong>:回源状态码,仅当 <code>MetricNames = ["l7Flow_request_hy"]</code> 时支持本过滤项。<br>对应的 Value 可选项如下:<ul><li><code>1xx</code>:1xx 类型的状态码;</li><li><code>2xx</code>:2xx 类型的状态码;</li><li><code>3xx</code>:3xx 类型的状态码;</li><li><code>4xx</code>:4xx 类型的状态码;</li><li><code>5xx</code>:5xx 类型的状态码;</li><li>在 <code>[0, 600)</code> 范围内的整数(不包括 600)。</li></ul></li></ul>
|
|
26986
|
+
**注意**:当 <code>DimensionName</code> 不为空时,仅支持 <code>equals</code> 运算符。
|
|
26811
26987
|
:rtype: list of QueryCondition
|
|
26812
26988
|
"""
|
|
26813
26989
|
return self._Filters
|
|
@@ -26816,12 +26992,24 @@ class DescribeTimingL7OriginPullDataRequest(AbstractModel):
|
|
|
26816
26992
|
def Filters(self, Filters):
|
|
26817
26993
|
self._Filters = Filters
|
|
26818
26994
|
|
|
26995
|
+
@property
|
|
26996
|
+
def DimensionName(self):
|
|
26997
|
+
r"""<p>查询维度名称,取值有:</p><ul><li><strong>domain</strong>:客户端请求的域名。若按泛域名接入 EdgeOne,则数据中记录为泛域名。<br>使用 domain 维度时必须在 <code>Filters</code> 中包含 <code>domain</code> 过滤项,指定总数不超过 100 个需要查询的域名列表;</li><li><strong>origin-status-code</strong>:回源状态码,如 200、404,<br>仅当 <code>MetricNames = ["l7Flow_request_hy"]</code> 时支持本维度;</li><li><strong>origin-status-code-category</strong>:回源状态码类别,如 2xx、4xx,<br>仅当 <code>MetricNames =["l7Flow_request_hy"]</code> 时支持本维度。</li></ul><p>若 <code>DimensionName</code> 入参为空,默认按 <code>AppId</code> 维度汇总,只返回一组数据。</p><p>若 <code>DimensionName</code> 入参不为空,则按照传入的查询维度分组返回对应的时序数据。例如:</p><ul>当 <code>DimensionName = origin-status-code</code> 时:<ul><li>返回数据中 <code>TimingDataRecords.TypeKey</code> 为具体回源状态码,例如 200。</li><li>返回数据中 <code>TimingDataRecords.TypeValue</code> 是该状态码对应的时序数据。</li></ul></ul>
|
|
26998
|
+
<strong>注意</strong>:当指定 DimensionName 查询时,禁止并发调用。若超出查询频率限制,会返回错误 <code><strong>InvalidParameter.ActionInProgress</strong></code> 。
|
|
26999
|
+
:rtype: str
|
|
27000
|
+
"""
|
|
27001
|
+
return self._DimensionName
|
|
27002
|
+
|
|
27003
|
+
@DimensionName.setter
|
|
27004
|
+
def DimensionName(self, DimensionName):
|
|
27005
|
+
self._DimensionName = DimensionName
|
|
27006
|
+
|
|
26819
27007
|
|
|
26820
27008
|
def _deserialize(self, params):
|
|
27009
|
+
self._ZoneIds = params.get("ZoneIds")
|
|
27010
|
+
self._MetricNames = params.get("MetricNames")
|
|
26821
27011
|
self._StartTime = params.get("StartTime")
|
|
26822
27012
|
self._EndTime = params.get("EndTime")
|
|
26823
|
-
self._MetricNames = params.get("MetricNames")
|
|
26824
|
-
self._ZoneIds = params.get("ZoneIds")
|
|
26825
27013
|
self._Interval = params.get("Interval")
|
|
26826
27014
|
if params.get("Filters") is not None:
|
|
26827
27015
|
self._Filters = []
|
|
@@ -26829,6 +27017,7 @@ class DescribeTimingL7OriginPullDataRequest(AbstractModel):
|
|
|
26829
27017
|
obj = QueryCondition()
|
|
26830
27018
|
obj._deserialize(item)
|
|
26831
27019
|
self._Filters.append(obj)
|
|
27020
|
+
self._DimensionName = params.get("DimensionName")
|
|
26832
27021
|
memeber_set = set(params.keys())
|
|
26833
27022
|
for name, value in vars(self).items():
|
|
26834
27023
|
property_name = name[1:]
|
|
@@ -35420,6 +35609,7 @@ class L4Proxy(AbstractModel):
|
|
|
35420
35609
|
<li>on:开启</li> <li>off:关闭</li>
|
|
35421
35610
|
:type AccelerateMainland: str
|
|
35422
35611
|
:param _DDosProtectionConfig: 安全防护配置。
|
|
35612
|
+
本字段已废弃。
|
|
35423
35613
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
35424
35614
|
:type DDosProtectionConfig: :class:`tencentcloud.teo.v20220901.models.DDosProtectionConfig`
|
|
35425
35615
|
:param _L4ProxyRuleCount: 四层代理实例下的转发规则数量。
|
|
@@ -35566,7 +35756,10 @@ class L4Proxy(AbstractModel):
|
|
|
35566
35756
|
|
|
35567
35757
|
@property
|
|
35568
35758
|
def DDosProtectionConfig(self):
|
|
35759
|
+
warnings.warn("parameter `DDosProtectionConfig` is deprecated", DeprecationWarning)
|
|
35760
|
+
|
|
35569
35761
|
r"""安全防护配置。
|
|
35762
|
+
本字段已废弃。
|
|
35570
35763
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
35571
35764
|
:rtype: :class:`tencentcloud.teo.v20220901.models.DDosProtectionConfig`
|
|
35572
35765
|
"""
|
|
@@ -35574,6 +35767,8 @@ class L4Proxy(AbstractModel):
|
|
|
35574
35767
|
|
|
35575
35768
|
@DDosProtectionConfig.setter
|
|
35576
35769
|
def DDosProtectionConfig(self, DDosProtectionConfig):
|
|
35770
|
+
warnings.warn("parameter `DDosProtectionConfig` is deprecated", DeprecationWarning)
|
|
35771
|
+
|
|
35577
35772
|
self._DDosProtectionConfig = DDosProtectionConfig
|
|
35578
35773
|
|
|
35579
35774
|
@property
|
|
@@ -36175,6 +36370,8 @@ class LoadBalancer(AbstractModel):
|
|
|
36175
36370
|
:type L4UsedList: list of str
|
|
36176
36371
|
:param _L7UsedList: 该负载均衡实例绑定的七层域名列表。
|
|
36177
36372
|
:type L7UsedList: list of str
|
|
36373
|
+
:param _References: 负载均衡被引用实例的列表。
|
|
36374
|
+
:type References: list of OriginGroupReference
|
|
36178
36375
|
"""
|
|
36179
36376
|
self._InstanceId = None
|
|
36180
36377
|
self._Name = None
|
|
@@ -36186,6 +36383,7 @@ class LoadBalancer(AbstractModel):
|
|
|
36186
36383
|
self._Status = None
|
|
36187
36384
|
self._L4UsedList = None
|
|
36188
36385
|
self._L7UsedList = None
|
|
36386
|
+
self._References = None
|
|
36189
36387
|
|
|
36190
36388
|
@property
|
|
36191
36389
|
def InstanceId(self):
|
|
@@ -36305,6 +36503,17 @@ class LoadBalancer(AbstractModel):
|
|
|
36305
36503
|
def L7UsedList(self, L7UsedList):
|
|
36306
36504
|
self._L7UsedList = L7UsedList
|
|
36307
36505
|
|
|
36506
|
+
@property
|
|
36507
|
+
def References(self):
|
|
36508
|
+
r"""负载均衡被引用实例的列表。
|
|
36509
|
+
:rtype: list of OriginGroupReference
|
|
36510
|
+
"""
|
|
36511
|
+
return self._References
|
|
36512
|
+
|
|
36513
|
+
@References.setter
|
|
36514
|
+
def References(self, References):
|
|
36515
|
+
self._References = References
|
|
36516
|
+
|
|
36308
36517
|
|
|
36309
36518
|
def _deserialize(self, params):
|
|
36310
36519
|
self._InstanceId = params.get("InstanceId")
|
|
@@ -36324,6 +36533,12 @@ class LoadBalancer(AbstractModel):
|
|
|
36324
36533
|
self._Status = params.get("Status")
|
|
36325
36534
|
self._L4UsedList = params.get("L4UsedList")
|
|
36326
36535
|
self._L7UsedList = params.get("L7UsedList")
|
|
36536
|
+
if params.get("References") is not None:
|
|
36537
|
+
self._References = []
|
|
36538
|
+
for item in params.get("References"):
|
|
36539
|
+
obj = OriginGroupReference()
|
|
36540
|
+
obj._deserialize(item)
|
|
36541
|
+
self._References.append(obj)
|
|
36327
36542
|
memeber_set = set(params.keys())
|
|
36328
36543
|
for name, value in vars(self).items():
|
|
36329
36544
|
property_name = name[1:]
|
|
@@ -41179,6 +41394,144 @@ class ModifyPlanResponse(AbstractModel):
|
|
|
41179
41394
|
self._RequestId = params.get("RequestId")
|
|
41180
41395
|
|
|
41181
41396
|
|
|
41397
|
+
class ModifyPrefetchOriginLimitRequest(AbstractModel):
|
|
41398
|
+
r"""ModifyPrefetchOriginLimit请求参数结构体
|
|
41399
|
+
|
|
41400
|
+
"""
|
|
41401
|
+
|
|
41402
|
+
def __init__(self):
|
|
41403
|
+
r"""
|
|
41404
|
+
:param _ZoneId: 站点 ID。
|
|
41405
|
+
:type ZoneId: str
|
|
41406
|
+
:param _DomainName: 加速域名。
|
|
41407
|
+
:type DomainName: str
|
|
41408
|
+
:param _Area: 回源限速限制的加速区域。
|
|
41409
|
+
预热时,该加速区域将会受到配置的Bandwidth值限制。取值有:
|
|
41410
|
+
<li>Overseas:全球可用区(不含中国大陆);</li>
|
|
41411
|
+
<li>MainlandChina:中国大陆可用区。</li>
|
|
41412
|
+
:type Area: str
|
|
41413
|
+
:param _Bandwidth: 回源限速带宽。
|
|
41414
|
+
预热时回到源站的带宽上限值,取值范围 100 - 100,000,单位 Mbps。
|
|
41415
|
+
:type Bandwidth: int
|
|
41416
|
+
:param _Enabled: 回源限速限制控制开关。
|
|
41417
|
+
用于启用/删除本条回源限速限制,取值有:
|
|
41418
|
+
<li>on:启用限制;</li>
|
|
41419
|
+
<li>off:删除限制。</li>
|
|
41420
|
+
:type Enabled: str
|
|
41421
|
+
"""
|
|
41422
|
+
self._ZoneId = None
|
|
41423
|
+
self._DomainName = None
|
|
41424
|
+
self._Area = None
|
|
41425
|
+
self._Bandwidth = None
|
|
41426
|
+
self._Enabled = None
|
|
41427
|
+
|
|
41428
|
+
@property
|
|
41429
|
+
def ZoneId(self):
|
|
41430
|
+
r"""站点 ID。
|
|
41431
|
+
:rtype: str
|
|
41432
|
+
"""
|
|
41433
|
+
return self._ZoneId
|
|
41434
|
+
|
|
41435
|
+
@ZoneId.setter
|
|
41436
|
+
def ZoneId(self, ZoneId):
|
|
41437
|
+
self._ZoneId = ZoneId
|
|
41438
|
+
|
|
41439
|
+
@property
|
|
41440
|
+
def DomainName(self):
|
|
41441
|
+
r"""加速域名。
|
|
41442
|
+
:rtype: str
|
|
41443
|
+
"""
|
|
41444
|
+
return self._DomainName
|
|
41445
|
+
|
|
41446
|
+
@DomainName.setter
|
|
41447
|
+
def DomainName(self, DomainName):
|
|
41448
|
+
self._DomainName = DomainName
|
|
41449
|
+
|
|
41450
|
+
@property
|
|
41451
|
+
def Area(self):
|
|
41452
|
+
r"""回源限速限制的加速区域。
|
|
41453
|
+
预热时,该加速区域将会受到配置的Bandwidth值限制。取值有:
|
|
41454
|
+
<li>Overseas:全球可用区(不含中国大陆);</li>
|
|
41455
|
+
<li>MainlandChina:中国大陆可用区。</li>
|
|
41456
|
+
:rtype: str
|
|
41457
|
+
"""
|
|
41458
|
+
return self._Area
|
|
41459
|
+
|
|
41460
|
+
@Area.setter
|
|
41461
|
+
def Area(self, Area):
|
|
41462
|
+
self._Area = Area
|
|
41463
|
+
|
|
41464
|
+
@property
|
|
41465
|
+
def Bandwidth(self):
|
|
41466
|
+
r"""回源限速带宽。
|
|
41467
|
+
预热时回到源站的带宽上限值,取值范围 100 - 100,000,单位 Mbps。
|
|
41468
|
+
:rtype: int
|
|
41469
|
+
"""
|
|
41470
|
+
return self._Bandwidth
|
|
41471
|
+
|
|
41472
|
+
@Bandwidth.setter
|
|
41473
|
+
def Bandwidth(self, Bandwidth):
|
|
41474
|
+
self._Bandwidth = Bandwidth
|
|
41475
|
+
|
|
41476
|
+
@property
|
|
41477
|
+
def Enabled(self):
|
|
41478
|
+
r"""回源限速限制控制开关。
|
|
41479
|
+
用于启用/删除本条回源限速限制,取值有:
|
|
41480
|
+
<li>on:启用限制;</li>
|
|
41481
|
+
<li>off:删除限制。</li>
|
|
41482
|
+
:rtype: str
|
|
41483
|
+
"""
|
|
41484
|
+
return self._Enabled
|
|
41485
|
+
|
|
41486
|
+
@Enabled.setter
|
|
41487
|
+
def Enabled(self, Enabled):
|
|
41488
|
+
self._Enabled = Enabled
|
|
41489
|
+
|
|
41490
|
+
|
|
41491
|
+
def _deserialize(self, params):
|
|
41492
|
+
self._ZoneId = params.get("ZoneId")
|
|
41493
|
+
self._DomainName = params.get("DomainName")
|
|
41494
|
+
self._Area = params.get("Area")
|
|
41495
|
+
self._Bandwidth = params.get("Bandwidth")
|
|
41496
|
+
self._Enabled = params.get("Enabled")
|
|
41497
|
+
memeber_set = set(params.keys())
|
|
41498
|
+
for name, value in vars(self).items():
|
|
41499
|
+
property_name = name[1:]
|
|
41500
|
+
if property_name in memeber_set:
|
|
41501
|
+
memeber_set.remove(property_name)
|
|
41502
|
+
if len(memeber_set) > 0:
|
|
41503
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
41504
|
+
|
|
41505
|
+
|
|
41506
|
+
|
|
41507
|
+
class ModifyPrefetchOriginLimitResponse(AbstractModel):
|
|
41508
|
+
r"""ModifyPrefetchOriginLimit返回参数结构体
|
|
41509
|
+
|
|
41510
|
+
"""
|
|
41511
|
+
|
|
41512
|
+
def __init__(self):
|
|
41513
|
+
r"""
|
|
41514
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
41515
|
+
:type RequestId: str
|
|
41516
|
+
"""
|
|
41517
|
+
self._RequestId = None
|
|
41518
|
+
|
|
41519
|
+
@property
|
|
41520
|
+
def RequestId(self):
|
|
41521
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
41522
|
+
:rtype: str
|
|
41523
|
+
"""
|
|
41524
|
+
return self._RequestId
|
|
41525
|
+
|
|
41526
|
+
@RequestId.setter
|
|
41527
|
+
def RequestId(self, RequestId):
|
|
41528
|
+
self._RequestId = RequestId
|
|
41529
|
+
|
|
41530
|
+
|
|
41531
|
+
def _deserialize(self, params):
|
|
41532
|
+
self._RequestId = params.get("RequestId")
|
|
41533
|
+
|
|
41534
|
+
|
|
41182
41535
|
class ModifyRealtimeLogDeliveryTaskRequest(AbstractModel):
|
|
41183
41536
|
r"""ModifyRealtimeLogDeliveryTask请求参数结构体
|
|
41184
41537
|
|
|
@@ -45367,27 +45720,36 @@ class OriginGroupReference(AbstractModel):
|
|
|
45367
45720
|
def __init__(self):
|
|
45368
45721
|
r"""
|
|
45369
45722
|
:param _InstanceType: 引用服务类型,取值有:
|
|
45370
|
-
<li>
|
|
45371
|
-
<li>
|
|
45372
|
-
<li>
|
|
45373
|
-
<li>
|
|
45723
|
+
<li>acceleration-domain: 加速域名;</li>
|
|
45724
|
+
<li>rule-engine: 规则引擎;</li>
|
|
45725
|
+
<li>load-balancer: 负载均衡;</li>
|
|
45726
|
+
<li>application-proxy: 四层代理。</li>
|
|
45374
45727
|
:type InstanceType: str
|
|
45375
45728
|
:param _InstanceId: 引用类型的实例ID。
|
|
45376
45729
|
:type InstanceId: str
|
|
45377
|
-
:param _InstanceName:
|
|
45730
|
+
:param _InstanceName: 引用类型的实例名称。
|
|
45378
45731
|
:type InstanceName: str
|
|
45732
|
+
:param _ZoneId: 引用站点ID。
|
|
45733
|
+
:type ZoneId: str
|
|
45734
|
+
:param _ZoneName: 引用站点名称。
|
|
45735
|
+
:type ZoneName: str
|
|
45736
|
+
:param _AliasZoneName: 引用站点别名。
|
|
45737
|
+
:type AliasZoneName: str
|
|
45379
45738
|
"""
|
|
45380
45739
|
self._InstanceType = None
|
|
45381
45740
|
self._InstanceId = None
|
|
45382
45741
|
self._InstanceName = None
|
|
45742
|
+
self._ZoneId = None
|
|
45743
|
+
self._ZoneName = None
|
|
45744
|
+
self._AliasZoneName = None
|
|
45383
45745
|
|
|
45384
45746
|
@property
|
|
45385
45747
|
def InstanceType(self):
|
|
45386
45748
|
r"""引用服务类型,取值有:
|
|
45387
|
-
<li>
|
|
45388
|
-
<li>
|
|
45389
|
-
<li>
|
|
45390
|
-
<li>
|
|
45749
|
+
<li>acceleration-domain: 加速域名;</li>
|
|
45750
|
+
<li>rule-engine: 规则引擎;</li>
|
|
45751
|
+
<li>load-balancer: 负载均衡;</li>
|
|
45752
|
+
<li>application-proxy: 四层代理。</li>
|
|
45391
45753
|
:rtype: str
|
|
45392
45754
|
"""
|
|
45393
45755
|
return self._InstanceType
|
|
@@ -45409,7 +45771,7 @@ class OriginGroupReference(AbstractModel):
|
|
|
45409
45771
|
|
|
45410
45772
|
@property
|
|
45411
45773
|
def InstanceName(self):
|
|
45412
|
-
r"""
|
|
45774
|
+
r"""引用类型的实例名称。
|
|
45413
45775
|
:rtype: str
|
|
45414
45776
|
"""
|
|
45415
45777
|
return self._InstanceName
|
|
@@ -45418,11 +45780,47 @@ class OriginGroupReference(AbstractModel):
|
|
|
45418
45780
|
def InstanceName(self, InstanceName):
|
|
45419
45781
|
self._InstanceName = InstanceName
|
|
45420
45782
|
|
|
45783
|
+
@property
|
|
45784
|
+
def ZoneId(self):
|
|
45785
|
+
r"""引用站点ID。
|
|
45786
|
+
:rtype: str
|
|
45787
|
+
"""
|
|
45788
|
+
return self._ZoneId
|
|
45789
|
+
|
|
45790
|
+
@ZoneId.setter
|
|
45791
|
+
def ZoneId(self, ZoneId):
|
|
45792
|
+
self._ZoneId = ZoneId
|
|
45793
|
+
|
|
45794
|
+
@property
|
|
45795
|
+
def ZoneName(self):
|
|
45796
|
+
r"""引用站点名称。
|
|
45797
|
+
:rtype: str
|
|
45798
|
+
"""
|
|
45799
|
+
return self._ZoneName
|
|
45800
|
+
|
|
45801
|
+
@ZoneName.setter
|
|
45802
|
+
def ZoneName(self, ZoneName):
|
|
45803
|
+
self._ZoneName = ZoneName
|
|
45804
|
+
|
|
45805
|
+
@property
|
|
45806
|
+
def AliasZoneName(self):
|
|
45807
|
+
r"""引用站点别名。
|
|
45808
|
+
:rtype: str
|
|
45809
|
+
"""
|
|
45810
|
+
return self._AliasZoneName
|
|
45811
|
+
|
|
45812
|
+
@AliasZoneName.setter
|
|
45813
|
+
def AliasZoneName(self, AliasZoneName):
|
|
45814
|
+
self._AliasZoneName = AliasZoneName
|
|
45815
|
+
|
|
45421
45816
|
|
|
45422
45817
|
def _deserialize(self, params):
|
|
45423
45818
|
self._InstanceType = params.get("InstanceType")
|
|
45424
45819
|
self._InstanceId = params.get("InstanceId")
|
|
45425
45820
|
self._InstanceName = params.get("InstanceName")
|
|
45821
|
+
self._ZoneId = params.get("ZoneId")
|
|
45822
|
+
self._ZoneName = params.get("ZoneName")
|
|
45823
|
+
self._AliasZoneName = params.get("AliasZoneName")
|
|
45426
45824
|
memeber_set = set(params.keys())
|
|
45427
45825
|
for name, value in vars(self).items():
|
|
45428
45826
|
property_name = name[1:]
|
|
@@ -46959,6 +47357,125 @@ class PostMaxSizeParameters(AbstractModel):
|
|
|
46959
47357
|
|
|
46960
47358
|
|
|
46961
47359
|
|
|
47360
|
+
class PrefetchOriginLimit(AbstractModel):
|
|
47361
|
+
r"""回源限速限制详情。
|
|
47362
|
+
|
|
47363
|
+
"""
|
|
47364
|
+
|
|
47365
|
+
def __init__(self):
|
|
47366
|
+
r"""
|
|
47367
|
+
:param _ZoneId: 站点 ID。
|
|
47368
|
+
:type ZoneId: str
|
|
47369
|
+
:param _DomainName: 加速域名。
|
|
47370
|
+
:type DomainName: str
|
|
47371
|
+
:param _Area: 回源限速限制的加速区域。
|
|
47372
|
+
预热时,该加速区域将会受到配置的Bandwidth值限制。取值有:
|
|
47373
|
+
<li>Overseas:全球可用区(不含中国大陆);</li>
|
|
47374
|
+
<li>MainlandChina:中国大陆可用区。</li>
|
|
47375
|
+
:type Area: str
|
|
47376
|
+
:param _Bandwidth: 回源限速带宽。
|
|
47377
|
+
预热时回到源站的带宽上限值,取值范围 100 - 100,000,单位 Mbps。
|
|
47378
|
+
:type Bandwidth: int
|
|
47379
|
+
:param _CreateTime: 回源限速限制创建的时间。
|
|
47380
|
+
:type CreateTime: str
|
|
47381
|
+
:param _UpdateTime: 回源限速限制更新的时间。
|
|
47382
|
+
:type UpdateTime: str
|
|
47383
|
+
"""
|
|
47384
|
+
self._ZoneId = None
|
|
47385
|
+
self._DomainName = None
|
|
47386
|
+
self._Area = None
|
|
47387
|
+
self._Bandwidth = None
|
|
47388
|
+
self._CreateTime = None
|
|
47389
|
+
self._UpdateTime = None
|
|
47390
|
+
|
|
47391
|
+
@property
|
|
47392
|
+
def ZoneId(self):
|
|
47393
|
+
r"""站点 ID。
|
|
47394
|
+
:rtype: str
|
|
47395
|
+
"""
|
|
47396
|
+
return self._ZoneId
|
|
47397
|
+
|
|
47398
|
+
@ZoneId.setter
|
|
47399
|
+
def ZoneId(self, ZoneId):
|
|
47400
|
+
self._ZoneId = ZoneId
|
|
47401
|
+
|
|
47402
|
+
@property
|
|
47403
|
+
def DomainName(self):
|
|
47404
|
+
r"""加速域名。
|
|
47405
|
+
:rtype: str
|
|
47406
|
+
"""
|
|
47407
|
+
return self._DomainName
|
|
47408
|
+
|
|
47409
|
+
@DomainName.setter
|
|
47410
|
+
def DomainName(self, DomainName):
|
|
47411
|
+
self._DomainName = DomainName
|
|
47412
|
+
|
|
47413
|
+
@property
|
|
47414
|
+
def Area(self):
|
|
47415
|
+
r"""回源限速限制的加速区域。
|
|
47416
|
+
预热时,该加速区域将会受到配置的Bandwidth值限制。取值有:
|
|
47417
|
+
<li>Overseas:全球可用区(不含中国大陆);</li>
|
|
47418
|
+
<li>MainlandChina:中国大陆可用区。</li>
|
|
47419
|
+
:rtype: str
|
|
47420
|
+
"""
|
|
47421
|
+
return self._Area
|
|
47422
|
+
|
|
47423
|
+
@Area.setter
|
|
47424
|
+
def Area(self, Area):
|
|
47425
|
+
self._Area = Area
|
|
47426
|
+
|
|
47427
|
+
@property
|
|
47428
|
+
def Bandwidth(self):
|
|
47429
|
+
r"""回源限速带宽。
|
|
47430
|
+
预热时回到源站的带宽上限值,取值范围 100 - 100,000,单位 Mbps。
|
|
47431
|
+
:rtype: int
|
|
47432
|
+
"""
|
|
47433
|
+
return self._Bandwidth
|
|
47434
|
+
|
|
47435
|
+
@Bandwidth.setter
|
|
47436
|
+
def Bandwidth(self, Bandwidth):
|
|
47437
|
+
self._Bandwidth = Bandwidth
|
|
47438
|
+
|
|
47439
|
+
@property
|
|
47440
|
+
def CreateTime(self):
|
|
47441
|
+
r"""回源限速限制创建的时间。
|
|
47442
|
+
:rtype: str
|
|
47443
|
+
"""
|
|
47444
|
+
return self._CreateTime
|
|
47445
|
+
|
|
47446
|
+
@CreateTime.setter
|
|
47447
|
+
def CreateTime(self, CreateTime):
|
|
47448
|
+
self._CreateTime = CreateTime
|
|
47449
|
+
|
|
47450
|
+
@property
|
|
47451
|
+
def UpdateTime(self):
|
|
47452
|
+
r"""回源限速限制更新的时间。
|
|
47453
|
+
:rtype: str
|
|
47454
|
+
"""
|
|
47455
|
+
return self._UpdateTime
|
|
47456
|
+
|
|
47457
|
+
@UpdateTime.setter
|
|
47458
|
+
def UpdateTime(self, UpdateTime):
|
|
47459
|
+
self._UpdateTime = UpdateTime
|
|
47460
|
+
|
|
47461
|
+
|
|
47462
|
+
def _deserialize(self, params):
|
|
47463
|
+
self._ZoneId = params.get("ZoneId")
|
|
47464
|
+
self._DomainName = params.get("DomainName")
|
|
47465
|
+
self._Area = params.get("Area")
|
|
47466
|
+
self._Bandwidth = params.get("Bandwidth")
|
|
47467
|
+
self._CreateTime = params.get("CreateTime")
|
|
47468
|
+
self._UpdateTime = params.get("UpdateTime")
|
|
47469
|
+
memeber_set = set(params.keys())
|
|
47470
|
+
for name, value in vars(self).items():
|
|
47471
|
+
property_name = name[1:]
|
|
47472
|
+
if property_name in memeber_set:
|
|
47473
|
+
memeber_set.remove(property_name)
|
|
47474
|
+
if len(memeber_set) > 0:
|
|
47475
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
47476
|
+
|
|
47477
|
+
|
|
47478
|
+
|
|
46962
47479
|
class PrepaidPlanParam(AbstractModel):
|
|
46963
47480
|
r"""预付费套餐计费参数
|
|
46964
47481
|
|