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
|
@@ -880,6 +880,117 @@ class AndroidInstanceAppInfo(AbstractModel):
|
|
|
880
880
|
|
|
881
881
|
|
|
882
882
|
|
|
883
|
+
class AndroidInstanceBackup(AbstractModel):
|
|
884
|
+
r"""安卓实例备份
|
|
885
|
+
|
|
886
|
+
"""
|
|
887
|
+
|
|
888
|
+
def __init__(self):
|
|
889
|
+
r"""
|
|
890
|
+
:param _BackupId: 备份ID
|
|
891
|
+
:type BackupId: str
|
|
892
|
+
:param _State: 备份状态
|
|
893
|
+
:type State: str
|
|
894
|
+
:param _Zone: 可用区
|
|
895
|
+
:type Zone: str
|
|
896
|
+
:param _Size: 大小,单位 Byte
|
|
897
|
+
:type Size: int
|
|
898
|
+
:param _AndroidInstanceId: 备份的安卓实例 ID
|
|
899
|
+
:type AndroidInstanceId: str
|
|
900
|
+
:param _CreateTime: 创建时间
|
|
901
|
+
:type CreateTime: str
|
|
902
|
+
"""
|
|
903
|
+
self._BackupId = None
|
|
904
|
+
self._State = None
|
|
905
|
+
self._Zone = None
|
|
906
|
+
self._Size = None
|
|
907
|
+
self._AndroidInstanceId = None
|
|
908
|
+
self._CreateTime = None
|
|
909
|
+
|
|
910
|
+
@property
|
|
911
|
+
def BackupId(self):
|
|
912
|
+
r"""备份ID
|
|
913
|
+
:rtype: str
|
|
914
|
+
"""
|
|
915
|
+
return self._BackupId
|
|
916
|
+
|
|
917
|
+
@BackupId.setter
|
|
918
|
+
def BackupId(self, BackupId):
|
|
919
|
+
self._BackupId = BackupId
|
|
920
|
+
|
|
921
|
+
@property
|
|
922
|
+
def State(self):
|
|
923
|
+
r"""备份状态
|
|
924
|
+
:rtype: str
|
|
925
|
+
"""
|
|
926
|
+
return self._State
|
|
927
|
+
|
|
928
|
+
@State.setter
|
|
929
|
+
def State(self, State):
|
|
930
|
+
self._State = State
|
|
931
|
+
|
|
932
|
+
@property
|
|
933
|
+
def Zone(self):
|
|
934
|
+
r"""可用区
|
|
935
|
+
:rtype: str
|
|
936
|
+
"""
|
|
937
|
+
return self._Zone
|
|
938
|
+
|
|
939
|
+
@Zone.setter
|
|
940
|
+
def Zone(self, Zone):
|
|
941
|
+
self._Zone = Zone
|
|
942
|
+
|
|
943
|
+
@property
|
|
944
|
+
def Size(self):
|
|
945
|
+
r"""大小,单位 Byte
|
|
946
|
+
:rtype: int
|
|
947
|
+
"""
|
|
948
|
+
return self._Size
|
|
949
|
+
|
|
950
|
+
@Size.setter
|
|
951
|
+
def Size(self, Size):
|
|
952
|
+
self._Size = Size
|
|
953
|
+
|
|
954
|
+
@property
|
|
955
|
+
def AndroidInstanceId(self):
|
|
956
|
+
r"""备份的安卓实例 ID
|
|
957
|
+
:rtype: str
|
|
958
|
+
"""
|
|
959
|
+
return self._AndroidInstanceId
|
|
960
|
+
|
|
961
|
+
@AndroidInstanceId.setter
|
|
962
|
+
def AndroidInstanceId(self, AndroidInstanceId):
|
|
963
|
+
self._AndroidInstanceId = AndroidInstanceId
|
|
964
|
+
|
|
965
|
+
@property
|
|
966
|
+
def CreateTime(self):
|
|
967
|
+
r"""创建时间
|
|
968
|
+
:rtype: str
|
|
969
|
+
"""
|
|
970
|
+
return self._CreateTime
|
|
971
|
+
|
|
972
|
+
@CreateTime.setter
|
|
973
|
+
def CreateTime(self, CreateTime):
|
|
974
|
+
self._CreateTime = CreateTime
|
|
975
|
+
|
|
976
|
+
|
|
977
|
+
def _deserialize(self, params):
|
|
978
|
+
self._BackupId = params.get("BackupId")
|
|
979
|
+
self._State = params.get("State")
|
|
980
|
+
self._Zone = params.get("Zone")
|
|
981
|
+
self._Size = params.get("Size")
|
|
982
|
+
self._AndroidInstanceId = params.get("AndroidInstanceId")
|
|
983
|
+
self._CreateTime = params.get("CreateTime")
|
|
984
|
+
memeber_set = set(params.keys())
|
|
985
|
+
for name, value in vars(self).items():
|
|
986
|
+
property_name = name[1:]
|
|
987
|
+
if property_name in memeber_set:
|
|
988
|
+
memeber_set.remove(property_name)
|
|
989
|
+
if len(memeber_set) > 0:
|
|
990
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
991
|
+
|
|
992
|
+
|
|
993
|
+
|
|
883
994
|
class AndroidInstanceDevice(AbstractModel):
|
|
884
995
|
r"""安卓实例设备信息
|
|
885
996
|
|
|
@@ -3979,7 +4090,7 @@ class CreateSessionRequest(AbstractModel):
|
|
|
3979
4090
|
:type MinBitrate: int
|
|
3980
4091
|
:param _Fps: 帧率,可设置为30、45、60、90、120、144
|
|
3981
4092
|
:type Fps: int
|
|
3982
|
-
:param _UserIp:
|
|
4093
|
+
:param _UserIp: 【推荐填写】用户IP,用户客户端的公网IP,用于就近调度,不填将严重影响用户体验
|
|
3983
4094
|
:type UserIp: str
|
|
3984
4095
|
:param _Optimization: 【已废弃】优化项,便于客户灰度开启新的优化项,默认为0
|
|
3985
4096
|
:type Optimization: int
|
|
@@ -4147,7 +4258,7 @@ RunWithoutClient:允许无客户端连接的情况下仍保持云端 App 运
|
|
|
4147
4258
|
|
|
4148
4259
|
@property
|
|
4149
4260
|
def UserIp(self):
|
|
4150
|
-
r"""
|
|
4261
|
+
r"""【推荐填写】用户IP,用户客户端的公网IP,用于就近调度,不填将严重影响用户体验
|
|
4151
4262
|
:rtype: str
|
|
4152
4263
|
"""
|
|
4153
4264
|
return self._UserIp
|
|
@@ -5100,11 +5211,39 @@ class DescribeAndroidInstanceBackupsResponse(AbstractModel):
|
|
|
5100
5211
|
|
|
5101
5212
|
def __init__(self):
|
|
5102
5213
|
r"""
|
|
5214
|
+
:param _Backups: 备份列表
|
|
5215
|
+
:type Backups: list of AndroidInstanceBackup
|
|
5216
|
+
:param _TotalCount: 备份总数
|
|
5217
|
+
:type TotalCount: int
|
|
5103
5218
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5104
5219
|
:type RequestId: str
|
|
5105
5220
|
"""
|
|
5221
|
+
self._Backups = None
|
|
5222
|
+
self._TotalCount = None
|
|
5106
5223
|
self._RequestId = None
|
|
5107
5224
|
|
|
5225
|
+
@property
|
|
5226
|
+
def Backups(self):
|
|
5227
|
+
r"""备份列表
|
|
5228
|
+
:rtype: list of AndroidInstanceBackup
|
|
5229
|
+
"""
|
|
5230
|
+
return self._Backups
|
|
5231
|
+
|
|
5232
|
+
@Backups.setter
|
|
5233
|
+
def Backups(self, Backups):
|
|
5234
|
+
self._Backups = Backups
|
|
5235
|
+
|
|
5236
|
+
@property
|
|
5237
|
+
def TotalCount(self):
|
|
5238
|
+
r"""备份总数
|
|
5239
|
+
:rtype: int
|
|
5240
|
+
"""
|
|
5241
|
+
return self._TotalCount
|
|
5242
|
+
|
|
5243
|
+
@TotalCount.setter
|
|
5244
|
+
def TotalCount(self, TotalCount):
|
|
5245
|
+
self._TotalCount = TotalCount
|
|
5246
|
+
|
|
5108
5247
|
@property
|
|
5109
5248
|
def RequestId(self):
|
|
5110
5249
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -5118,6 +5257,13 @@ class DescribeAndroidInstanceBackupsResponse(AbstractModel):
|
|
|
5118
5257
|
|
|
5119
5258
|
|
|
5120
5259
|
def _deserialize(self, params):
|
|
5260
|
+
if params.get("Backups") is not None:
|
|
5261
|
+
self._Backups = []
|
|
5262
|
+
for item in params.get("Backups"):
|
|
5263
|
+
obj = AndroidInstanceBackup()
|
|
5264
|
+
obj._deserialize(item)
|
|
5265
|
+
self._Backups.append(obj)
|
|
5266
|
+
self._TotalCount = params.get("TotalCount")
|
|
5121
5267
|
self._RequestId = params.get("RequestId")
|
|
5122
5268
|
|
|
5123
5269
|
|
|
@@ -11167,7 +11313,7 @@ class TrylockWorkerRequest(AbstractModel):
|
|
|
11167
11313
|
:type GameRegion: str
|
|
11168
11314
|
:param _SetNo: 【废弃】资源池编号
|
|
11169
11315
|
:type SetNo: int
|
|
11170
|
-
:param _UserIp:
|
|
11316
|
+
:param _UserIp: 【推荐填写】用户IP,用户客户端的公网IP,用于就近调度,不填将严重影响用户体验
|
|
11171
11317
|
:type UserIp: str
|
|
11172
11318
|
:param _GroupId: 分组ID
|
|
11173
11319
|
:type GroupId: str
|
|
@@ -11225,7 +11371,7 @@ class TrylockWorkerRequest(AbstractModel):
|
|
|
11225
11371
|
|
|
11226
11372
|
@property
|
|
11227
11373
|
def UserIp(self):
|
|
11228
|
-
r"""
|
|
11374
|
+
r"""【推荐填写】用户IP,用户客户端的公网IP,用于就近调度,不填将严重影响用户体验
|
|
11229
11375
|
:rtype: str
|
|
11230
11376
|
"""
|
|
11231
11377
|
return self._UserIp
|
|
@@ -321,43 +321,37 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
|
321
321
|
|
|
322
322
|
def __init__(self):
|
|
323
323
|
r"""
|
|
324
|
-
:param _TargetGroupName:
|
|
324
|
+
:param _TargetGroupName: <p>目标组名称,限定60个字符。</p>
|
|
325
325
|
:type TargetGroupName: str
|
|
326
|
-
:param _VpcId:
|
|
326
|
+
:param _VpcId: <p>网关负载均衡后端目标组所属的网络 ID,如vpc-12345678,可以通过 <a href="https://cloud.tencent.com/document/product/215/15778">DescribeVpcs</a> 接口获取。 不填此参数则默认为DefaultVPC。</p>
|
|
327
327
|
:type VpcId: str
|
|
328
|
-
:param _Port:
|
|
328
|
+
:param _Port: <p>目标组的默认端口, 后续添加服务器时可使用该默认端口。Port和TargetGroupInstances.N中的port二者必填其一。仅支持6081。</p>
|
|
329
329
|
:type Port: int
|
|
330
|
-
:param _TargetGroupInstances:
|
|
330
|
+
:param _TargetGroupInstances: <p>目标组绑定的后端服务器</p>
|
|
331
331
|
:type TargetGroupInstances: list of TargetGroupInstance
|
|
332
|
-
:param _Protocol:
|
|
333
|
-
- TENCENT_GENEVE :GENEVE 标准协议
|
|
334
|
-
- AWS_GENEVE:GENEVE 兼容协议
|
|
332
|
+
:param _Protocol: <p>网关负载均衡目标组协议。- TENCENT_GENEVE :GENEVE 标准协议- AWS_GENEVE:GENEVE 兼容协议</p>
|
|
335
333
|
:type Protocol: str
|
|
336
|
-
:param _HealthCheck:
|
|
334
|
+
:param _HealthCheck: <p>健康检查设置。</p>
|
|
337
335
|
:type HealthCheck: :class:`tencentcloud.gwlb.v20240906.models.TargetGroupHealthCheck`
|
|
338
|
-
:param _ScheduleAlgorithm:
|
|
339
|
-
- IP_HASH_3_ELASTIC:弹性哈希
|
|
336
|
+
:param _ScheduleAlgorithm: <p>均衡算法。</p><ul><li>IP_HASH_2_CONSISTENT:二元组一致性哈希</li><li>IP_HASH_3_CONSISTENT:三元组一致性哈希</li><li>IP_HASH_5_CONSISTENT:五元组一致性哈希</li></ul>
|
|
340
337
|
:type ScheduleAlgorithm: str
|
|
341
|
-
:param _AllDeadToAlive:
|
|
338
|
+
:param _AllDeadToAlive: <p>是否支持全死全活。默认支持。</p>
|
|
342
339
|
:type AllDeadToAlive: bool
|
|
343
|
-
:param _Tags:
|
|
340
|
+
:param _Tags: <p>标签。</p>
|
|
344
341
|
:type Tags: list of TagInfo
|
|
345
|
-
:param _ForwardingMode:
|
|
346
|
-
|
|
347
|
-
- STATELESS:无状态
|
|
348
|
-
- STATEFUL: 有状态
|
|
342
|
+
:param _ForwardingMode: <p>流量分发方式</p><ul><li>STATELESS:无状态</li><li>STATEFUL: 有状态</li></ul>
|
|
349
343
|
:type ForwardingMode: str
|
|
350
|
-
:param _TcpIdleConnectTimeout: TCP协议连接空闲超时时间,可配置60s-6000s,默认350s
|
|
344
|
+
:param _TcpIdleConnectTimeout: <p>TCP协议连接空闲超时时间,可配置60s-6000s,默认350s。</p>
|
|
351
345
|
:type TcpIdleConnectTimeout: int
|
|
352
|
-
:param _OthersIdleConnectTimeout:
|
|
346
|
+
:param _OthersIdleConnectTimeout: <p>其他协议连接空闲超时时间,可配置5s-180s,默认120s</p>
|
|
353
347
|
:type OthersIdleConnectTimeout: int
|
|
354
|
-
:param _RescheduleUnbindRs:
|
|
348
|
+
:param _RescheduleUnbindRs: <p>重新调度功能内的解绑后端服务开关,开关打开后解绑后端服务会触发重新调度。</p>
|
|
355
349
|
:type RescheduleUnbindRs: bool
|
|
356
|
-
:param _RescheduleUnbindRsStartTime:
|
|
350
|
+
:param _RescheduleUnbindRsStartTime: <p>解绑RS后开启重调度的时间,可配置0s-3600s,默认0s</p>
|
|
357
351
|
:type RescheduleUnbindRsStartTime: int
|
|
358
|
-
:param _RescheduleUnhealthy:
|
|
352
|
+
:param _RescheduleUnhealthy: <p>重新调度功能内的后端服务健康探测异常开关,开关打开后后端服务健康检查异常会触发重新调度。</p>
|
|
359
353
|
:type RescheduleUnhealthy: bool
|
|
360
|
-
:param _RescheduleUnhealthyStartTime:
|
|
354
|
+
:param _RescheduleUnhealthyStartTime: <p>后端服务健康探测异常后开启重调度的时间,可配置0s-3600s,默认0s</p>
|
|
361
355
|
:type RescheduleUnhealthyStartTime: int
|
|
362
356
|
"""
|
|
363
357
|
self._TargetGroupName = None
|
|
@@ -379,7 +373,7 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
|
379
373
|
|
|
380
374
|
@property
|
|
381
375
|
def TargetGroupName(self):
|
|
382
|
-
r"""
|
|
376
|
+
r"""<p>目标组名称,限定60个字符。</p>
|
|
383
377
|
:rtype: str
|
|
384
378
|
"""
|
|
385
379
|
return self._TargetGroupName
|
|
@@ -390,7 +384,7 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
|
390
384
|
|
|
391
385
|
@property
|
|
392
386
|
def VpcId(self):
|
|
393
|
-
r"""
|
|
387
|
+
r"""<p>网关负载均衡后端目标组所属的网络 ID,如vpc-12345678,可以通过 <a href="https://cloud.tencent.com/document/product/215/15778">DescribeVpcs</a> 接口获取。 不填此参数则默认为DefaultVPC。</p>
|
|
394
388
|
:rtype: str
|
|
395
389
|
"""
|
|
396
390
|
return self._VpcId
|
|
@@ -401,7 +395,7 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
|
401
395
|
|
|
402
396
|
@property
|
|
403
397
|
def Port(self):
|
|
404
|
-
r"""
|
|
398
|
+
r"""<p>目标组的默认端口, 后续添加服务器时可使用该默认端口。Port和TargetGroupInstances.N中的port二者必填其一。仅支持6081。</p>
|
|
405
399
|
:rtype: int
|
|
406
400
|
"""
|
|
407
401
|
return self._Port
|
|
@@ -412,7 +406,7 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
|
412
406
|
|
|
413
407
|
@property
|
|
414
408
|
def TargetGroupInstances(self):
|
|
415
|
-
r"""
|
|
409
|
+
r"""<p>目标组绑定的后端服务器</p>
|
|
416
410
|
:rtype: list of TargetGroupInstance
|
|
417
411
|
"""
|
|
418
412
|
return self._TargetGroupInstances
|
|
@@ -423,9 +417,7 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
|
423
417
|
|
|
424
418
|
@property
|
|
425
419
|
def Protocol(self):
|
|
426
|
-
r"""
|
|
427
|
-
- TENCENT_GENEVE :GENEVE 标准协议
|
|
428
|
-
- AWS_GENEVE:GENEVE 兼容协议
|
|
420
|
+
r"""<p>网关负载均衡目标组协议。- TENCENT_GENEVE :GENEVE 标准协议- AWS_GENEVE:GENEVE 兼容协议</p>
|
|
429
421
|
:rtype: str
|
|
430
422
|
"""
|
|
431
423
|
return self._Protocol
|
|
@@ -436,7 +428,7 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
|
436
428
|
|
|
437
429
|
@property
|
|
438
430
|
def HealthCheck(self):
|
|
439
|
-
r"""
|
|
431
|
+
r"""<p>健康检查设置。</p>
|
|
440
432
|
:rtype: :class:`tencentcloud.gwlb.v20240906.models.TargetGroupHealthCheck`
|
|
441
433
|
"""
|
|
442
434
|
return self._HealthCheck
|
|
@@ -447,8 +439,7 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
|
447
439
|
|
|
448
440
|
@property
|
|
449
441
|
def ScheduleAlgorithm(self):
|
|
450
|
-
r"""
|
|
451
|
-
- IP_HASH_3_ELASTIC:弹性哈希
|
|
442
|
+
r"""<p>均衡算法。</p><ul><li>IP_HASH_2_CONSISTENT:二元组一致性哈希</li><li>IP_HASH_3_CONSISTENT:三元组一致性哈希</li><li>IP_HASH_5_CONSISTENT:五元组一致性哈希</li></ul>
|
|
452
443
|
:rtype: str
|
|
453
444
|
"""
|
|
454
445
|
return self._ScheduleAlgorithm
|
|
@@ -459,7 +450,7 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
|
459
450
|
|
|
460
451
|
@property
|
|
461
452
|
def AllDeadToAlive(self):
|
|
462
|
-
r"""
|
|
453
|
+
r"""<p>是否支持全死全活。默认支持。</p>
|
|
463
454
|
:rtype: bool
|
|
464
455
|
"""
|
|
465
456
|
return self._AllDeadToAlive
|
|
@@ -470,7 +461,7 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
|
470
461
|
|
|
471
462
|
@property
|
|
472
463
|
def Tags(self):
|
|
473
|
-
r"""
|
|
464
|
+
r"""<p>标签。</p>
|
|
474
465
|
:rtype: list of TagInfo
|
|
475
466
|
"""
|
|
476
467
|
return self._Tags
|
|
@@ -481,10 +472,7 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
|
481
472
|
|
|
482
473
|
@property
|
|
483
474
|
def ForwardingMode(self):
|
|
484
|
-
r"""
|
|
485
|
-
|
|
486
|
-
- STATELESS:无状态
|
|
487
|
-
- STATEFUL: 有状态
|
|
475
|
+
r"""<p>流量分发方式</p><ul><li>STATELESS:无状态</li><li>STATEFUL: 有状态</li></ul>
|
|
488
476
|
:rtype: str
|
|
489
477
|
"""
|
|
490
478
|
return self._ForwardingMode
|
|
@@ -495,7 +483,7 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
|
495
483
|
|
|
496
484
|
@property
|
|
497
485
|
def TcpIdleConnectTimeout(self):
|
|
498
|
-
r"""TCP协议连接空闲超时时间,可配置60s-6000s,默认350s
|
|
486
|
+
r"""<p>TCP协议连接空闲超时时间,可配置60s-6000s,默认350s。</p>
|
|
499
487
|
:rtype: int
|
|
500
488
|
"""
|
|
501
489
|
return self._TcpIdleConnectTimeout
|
|
@@ -506,7 +494,7 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
|
506
494
|
|
|
507
495
|
@property
|
|
508
496
|
def OthersIdleConnectTimeout(self):
|
|
509
|
-
r"""
|
|
497
|
+
r"""<p>其他协议连接空闲超时时间,可配置5s-180s,默认120s</p>
|
|
510
498
|
:rtype: int
|
|
511
499
|
"""
|
|
512
500
|
return self._OthersIdleConnectTimeout
|
|
@@ -517,7 +505,7 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
|
517
505
|
|
|
518
506
|
@property
|
|
519
507
|
def RescheduleUnbindRs(self):
|
|
520
|
-
r"""
|
|
508
|
+
r"""<p>重新调度功能内的解绑后端服务开关,开关打开后解绑后端服务会触发重新调度。</p>
|
|
521
509
|
:rtype: bool
|
|
522
510
|
"""
|
|
523
511
|
return self._RescheduleUnbindRs
|
|
@@ -528,7 +516,7 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
|
528
516
|
|
|
529
517
|
@property
|
|
530
518
|
def RescheduleUnbindRsStartTime(self):
|
|
531
|
-
r"""
|
|
519
|
+
r"""<p>解绑RS后开启重调度的时间,可配置0s-3600s,默认0s</p>
|
|
532
520
|
:rtype: int
|
|
533
521
|
"""
|
|
534
522
|
return self._RescheduleUnbindRsStartTime
|
|
@@ -539,7 +527,7 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
|
539
527
|
|
|
540
528
|
@property
|
|
541
529
|
def RescheduleUnhealthy(self):
|
|
542
|
-
r"""
|
|
530
|
+
r"""<p>重新调度功能内的后端服务健康探测异常开关,开关打开后后端服务健康检查异常会触发重新调度。</p>
|
|
543
531
|
:rtype: bool
|
|
544
532
|
"""
|
|
545
533
|
return self._RescheduleUnhealthy
|
|
@@ -550,7 +538,7 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
|
550
538
|
|
|
551
539
|
@property
|
|
552
540
|
def RescheduleUnhealthyStartTime(self):
|
|
553
|
-
r"""
|
|
541
|
+
r"""<p>后端服务健康探测异常后开启重调度的时间,可配置0s-3600s,默认0s</p>
|
|
554
542
|
:rtype: int
|
|
555
543
|
"""
|
|
556
544
|
return self._RescheduleUnhealthyStartTime
|
|
@@ -606,7 +594,7 @@ class CreateTargetGroupResponse(AbstractModel):
|
|
|
606
594
|
|
|
607
595
|
def __init__(self):
|
|
608
596
|
r"""
|
|
609
|
-
:param _TargetGroupId:
|
|
597
|
+
:param _TargetGroupId: <p>创建目标组后生成的id</p>
|
|
610
598
|
:type TargetGroupId: str
|
|
611
599
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
612
600
|
:type RequestId: str
|
|
@@ -616,7 +604,7 @@ class CreateTargetGroupResponse(AbstractModel):
|
|
|
616
604
|
|
|
617
605
|
@property
|
|
618
606
|
def TargetGroupId(self):
|
|
619
|
-
r"""
|
|
607
|
+
r"""<p>创建目标组后生成的id</p>
|
|
620
608
|
:rtype: str
|
|
621
609
|
"""
|
|
622
610
|
return self._TargetGroupId
|
|
@@ -861,20 +849,15 @@ class DescribeGatewayLoadBalancersRequest(AbstractModel):
|
|
|
861
849
|
|
|
862
850
|
def __init__(self):
|
|
863
851
|
r"""
|
|
864
|
-
:param _LoadBalancerIds:
|
|
852
|
+
:param _LoadBalancerIds: <p>网关负载均衡实例ID。支持批量筛选的实例ID数量上限为20个。</p>
|
|
865
853
|
:type LoadBalancerIds: list of str
|
|
866
|
-
:param _Limit:
|
|
854
|
+
:param _Limit: <p>一次批量返回网关负载均衡实例的数量,默认为20,最大值为100。</p>
|
|
867
855
|
:type Limit: int
|
|
868
|
-
:param _Offset:
|
|
856
|
+
:param _Offset: <p>返回网关负载均衡实例列表的起始偏移量,默认0。</p>
|
|
869
857
|
:type Offset: int
|
|
870
|
-
:param _Filters:
|
|
871
|
-
Filter.Name和Filter.Values皆为必填项。详细的过滤条件如下:
|
|
872
|
-
- VpcId - String - 是否必填:否 - (过滤条件)按照网关负载均衡实例所属的私有网络过滤,如“vpc-bhqk****”。
|
|
873
|
-
- Vips - String - 是否必填:否 - (过滤条件)按照网关负载均衡实例所属的私有网络过滤,如“10.1.1.1”
|
|
874
|
-
- tag:tag-key - String - 是否必填:否 - (过滤条件)按照GWLB标签键值对进行过滤,tag-key使用具体的标签键进行替换。
|
|
875
|
-
|
|
858
|
+
:param _Filters: <p>查询负载均衡详细信息列表的过滤条件,每次请求的Filters的上限为10,Filter.Values的上限为100。Filter.Name和Filter.Values皆为必填项。详细的过滤条件如下:- VpcId - String - 是否必填:否 - (过滤条件)按照网关负载均衡实例所属的私有网络过滤,如“vpc-bhqk****”。- Vips - String - 是否必填:否 - (过滤条件)按照网关负载均衡实例的VIP进行过滤,如“10.1.1.1”- tag:tag-key - String - 是否必填:否 - (过滤条件)按照GWLB标签键值对进行过滤,tag-key使用具体的标签键进行替换。</p>
|
|
876
859
|
:type Filters: list of Filter
|
|
877
|
-
:param _SearchKey:
|
|
860
|
+
:param _SearchKey: <p>搜索字段,模糊匹配名称、VIP。</p>
|
|
878
861
|
:type SearchKey: str
|
|
879
862
|
"""
|
|
880
863
|
self._LoadBalancerIds = None
|
|
@@ -885,7 +868,7 @@ Filter.Name和Filter.Values皆为必填项。详细的过滤条件如下:
|
|
|
885
868
|
|
|
886
869
|
@property
|
|
887
870
|
def LoadBalancerIds(self):
|
|
888
|
-
r"""
|
|
871
|
+
r"""<p>网关负载均衡实例ID。支持批量筛选的实例ID数量上限为20个。</p>
|
|
889
872
|
:rtype: list of str
|
|
890
873
|
"""
|
|
891
874
|
return self._LoadBalancerIds
|
|
@@ -896,7 +879,7 @@ Filter.Name和Filter.Values皆为必填项。详细的过滤条件如下:
|
|
|
896
879
|
|
|
897
880
|
@property
|
|
898
881
|
def Limit(self):
|
|
899
|
-
r"""
|
|
882
|
+
r"""<p>一次批量返回网关负载均衡实例的数量,默认为20,最大值为100。</p>
|
|
900
883
|
:rtype: int
|
|
901
884
|
"""
|
|
902
885
|
return self._Limit
|
|
@@ -907,7 +890,7 @@ Filter.Name和Filter.Values皆为必填项。详细的过滤条件如下:
|
|
|
907
890
|
|
|
908
891
|
@property
|
|
909
892
|
def Offset(self):
|
|
910
|
-
r"""
|
|
893
|
+
r"""<p>返回网关负载均衡实例列表的起始偏移量,默认0。</p>
|
|
911
894
|
:rtype: int
|
|
912
895
|
"""
|
|
913
896
|
return self._Offset
|
|
@@ -918,12 +901,7 @@ Filter.Name和Filter.Values皆为必填项。详细的过滤条件如下:
|
|
|
918
901
|
|
|
919
902
|
@property
|
|
920
903
|
def Filters(self):
|
|
921
|
-
r"""
|
|
922
|
-
Filter.Name和Filter.Values皆为必填项。详细的过滤条件如下:
|
|
923
|
-
- VpcId - String - 是否必填:否 - (过滤条件)按照网关负载均衡实例所属的私有网络过滤,如“vpc-bhqk****”。
|
|
924
|
-
- Vips - String - 是否必填:否 - (过滤条件)按照网关负载均衡实例所属的私有网络过滤,如“10.1.1.1”
|
|
925
|
-
- tag:tag-key - String - 是否必填:否 - (过滤条件)按照GWLB标签键值对进行过滤,tag-key使用具体的标签键进行替换。
|
|
926
|
-
|
|
904
|
+
r"""<p>查询负载均衡详细信息列表的过滤条件,每次请求的Filters的上限为10,Filter.Values的上限为100。Filter.Name和Filter.Values皆为必填项。详细的过滤条件如下:- VpcId - String - 是否必填:否 - (过滤条件)按照网关负载均衡实例所属的私有网络过滤,如“vpc-bhqk****”。- Vips - String - 是否必填:否 - (过滤条件)按照网关负载均衡实例的VIP进行过滤,如“10.1.1.1”- tag:tag-key - String - 是否必填:否 - (过滤条件)按照GWLB标签键值对进行过滤,tag-key使用具体的标签键进行替换。</p>
|
|
927
905
|
:rtype: list of Filter
|
|
928
906
|
"""
|
|
929
907
|
return self._Filters
|
|
@@ -934,7 +912,7 @@ Filter.Name和Filter.Values皆为必填项。详细的过滤条件如下:
|
|
|
934
912
|
|
|
935
913
|
@property
|
|
936
914
|
def SearchKey(self):
|
|
937
|
-
r"""
|
|
915
|
+
r"""<p>搜索字段,模糊匹配名称、VIP。</p>
|
|
938
916
|
:rtype: str
|
|
939
917
|
"""
|
|
940
918
|
return self._SearchKey
|
|
@@ -1086,9 +1064,9 @@ class DescribeGatewayLoadBalancersResponse(AbstractModel):
|
|
|
1086
1064
|
|
|
1087
1065
|
def __init__(self):
|
|
1088
1066
|
r"""
|
|
1089
|
-
:param _TotalCount:
|
|
1067
|
+
:param _TotalCount: <p>满足过滤条件的负载均衡实例总数。此数值与入参中的Limit无关。</p>
|
|
1090
1068
|
:type TotalCount: int
|
|
1091
|
-
:param _LoadBalancerSet:
|
|
1069
|
+
:param _LoadBalancerSet: <p>返回的网关负载均衡实例数组。</p>
|
|
1092
1070
|
:type LoadBalancerSet: list of GatewayLoadBalancer
|
|
1093
1071
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1094
1072
|
:type RequestId: str
|
|
@@ -1099,7 +1077,7 @@ class DescribeGatewayLoadBalancersResponse(AbstractModel):
|
|
|
1099
1077
|
|
|
1100
1078
|
@property
|
|
1101
1079
|
def TotalCount(self):
|
|
1102
|
-
r"""
|
|
1080
|
+
r"""<p>满足过滤条件的负载均衡实例总数。此数值与入参中的Limit无关。</p>
|
|
1103
1081
|
:rtype: int
|
|
1104
1082
|
"""
|
|
1105
1083
|
return self._TotalCount
|
|
@@ -1110,7 +1088,7 @@ class DescribeGatewayLoadBalancersResponse(AbstractModel):
|
|
|
1110
1088
|
|
|
1111
1089
|
@property
|
|
1112
1090
|
def LoadBalancerSet(self):
|
|
1113
|
-
r"""
|
|
1091
|
+
r"""<p>返回的网关负载均衡实例数组。</p>
|
|
1114
1092
|
:rtype: list of GatewayLoadBalancer
|
|
1115
1093
|
"""
|
|
1116
1094
|
return self._LoadBalancerSet
|
|
@@ -2862,9 +2862,9 @@ class DetectFaceResponse(AbstractModel):
|
|
|
2862
2862
|
|
|
2863
2863
|
def __init__(self):
|
|
2864
2864
|
r"""
|
|
2865
|
-
:param _ImageWidth:
|
|
2865
|
+
:param _ImageWidth: 请求的图片宽度,单位为:像素(px)。
|
|
2866
2866
|
:type ImageWidth: int
|
|
2867
|
-
:param _ImageHeight:
|
|
2867
|
+
:param _ImageHeight: 请求的图片高度,单位为:像素(px)。
|
|
2868
2868
|
:type ImageHeight: int
|
|
2869
2869
|
:param _FaceInfos: 人脸信息列表。包含人脸坐标信息、属性信息(若需要)、质量分信息(若需要)。
|
|
2870
2870
|
:type FaceInfos: list of FaceInfo
|
|
@@ -2885,7 +2885,7 @@ class DetectFaceResponse(AbstractModel):
|
|
|
2885
2885
|
|
|
2886
2886
|
@property
|
|
2887
2887
|
def ImageWidth(self):
|
|
2888
|
-
r"""
|
|
2888
|
+
r"""请求的图片宽度,单位为:像素(px)。
|
|
2889
2889
|
:rtype: int
|
|
2890
2890
|
"""
|
|
2891
2891
|
return self._ImageWidth
|
|
@@ -2896,7 +2896,7 @@ class DetectFaceResponse(AbstractModel):
|
|
|
2896
2896
|
|
|
2897
2897
|
@property
|
|
2898
2898
|
def ImageHeight(self):
|
|
2899
|
-
r"""
|
|
2899
|
+
r"""请求的图片高度,单位为:像素(px)。
|
|
2900
2900
|
:rtype: int
|
|
2901
2901
|
"""
|
|
2902
2902
|
return self._ImageHeight
|
|
@@ -3230,9 +3230,9 @@ class DetectFaceResponse(AbstractModel):
|
|
|
3230
3230
|
|
|
3231
3231
|
def __init__(self):
|
|
3232
3232
|
r"""
|
|
3233
|
-
:param _ImageWidth:
|
|
3233
|
+
:param _ImageWidth: 请求的图片宽度,单位为:像素(px)。
|
|
3234
3234
|
:type ImageWidth: int
|
|
3235
|
-
:param _ImageHeight:
|
|
3235
|
+
:param _ImageHeight: 请求的图片高度,单位为:像素(px)。
|
|
3236
3236
|
:type ImageHeight: int
|
|
3237
3237
|
:param _FaceInfos: 人脸信息列表。
|
|
3238
3238
|
- 包含人脸坐标信息、属性信息(若需要)、质量分信息(若需要)。
|
|
@@ -3250,7 +3250,7 @@ class DetectFaceResponse(AbstractModel):
|
|
|
3250
3250
|
|
|
3251
3251
|
@property
|
|
3252
3252
|
def ImageWidth(self):
|
|
3253
|
-
r"""
|
|
3253
|
+
r"""请求的图片宽度,单位为:像素(px)。
|
|
3254
3254
|
:rtype: int
|
|
3255
3255
|
"""
|
|
3256
3256
|
return self._ImageWidth
|
|
@@ -3261,7 +3261,7 @@ class DetectFaceResponse(AbstractModel):
|
|
|
3261
3261
|
|
|
3262
3262
|
@property
|
|
3263
3263
|
def ImageHeight(self):
|
|
3264
|
-
r"""
|
|
3264
|
+
r"""请求的图片高度,单位为:像素(px)。
|
|
3265
3265
|
:rtype: int
|
|
3266
3266
|
"""
|
|
3267
3267
|
return self._ImageHeight
|
|
@@ -257,7 +257,7 @@ UNSUPPORTEDOPERATION_MAINPOOLDUPLICATE = 'UnsupportedOperation.MainPoolDuplicate
|
|
|
257
257
|
# 主力集合不能为空
|
|
258
258
|
UNSUPPORTEDOPERATION_MAINPOOLEMPTY = 'UnsupportedOperation.MainPoolEmpty'
|
|
259
259
|
|
|
260
|
-
#
|
|
260
|
+
# 主力地址池阈值不合法
|
|
261
261
|
UNSUPPORTEDOPERATION_MAINPOOLSURVIVENUMINVALID = 'UnsupportedOperation.MainPoolSurviveNumInvalid'
|
|
262
262
|
|
|
263
263
|
# 监控器名已存在
|
|
@@ -101,7 +101,7 @@ class ImsClient(AbstractClient):
|
|
|
101
101
|
- 存储与缓存建议:为了保障图片的稳定性和可靠性,推荐使用腾讯云COS存储或CDN缓存服务存放图片文件。
|
|
102
102
|
|
|
103
103
|
### 图片下载说明:
|
|
104
|
-
|
|
104
|
+
请根据以下规则调整您的图片链接和下载逻辑,以确保图片下载顺畅。
|
|
105
105
|
- 下载时间限制:图片的首次下载超时时间为3秒;如果首次下载超时,系统将自动重试一次,重试的超时时间同样是3秒;若重试后仍未能成功下载,系统将返回 `ImageDownloadError`(下载超时);
|
|
106
106
|
- 网络安全策略:由于网络安全策略的影响,带有HTTP 302重定向状态码的链接可能会导致下载失败。请尽量避免使用此类链接,以确保下载过程顺利进行;对于因重定向或其他原因导致的下载失败,可能返回 `ResourceUnavailable.ImageDownloadError`;
|
|
107
107
|
- 异步回源支持:目前不支持通过异步回源方式获取图片源。请确保提供的链接为直接指向图片资源的链接,以避免因异步回源不支持而导致的下载失败。
|
|
@@ -100,7 +100,7 @@ class ImsClient(AbstractClient):
|
|
|
100
100
|
- 存储与缓存建议:为了保障图片的稳定性和可靠性,推荐使用腾讯云COS存储或CDN缓存服务存放图片文件。
|
|
101
101
|
|
|
102
102
|
### 图片下载说明:
|
|
103
|
-
|
|
103
|
+
请根据以下规则调整您的图片链接和下载逻辑,以确保图片下载顺畅。
|
|
104
104
|
- 下载时间限制:图片的首次下载超时时间为3秒;如果首次下载超时,系统将自动重试一次,重试的超时时间同样是3秒;若重试后仍未能成功下载,系统将返回 `ImageDownloadError`(下载超时);
|
|
105
105
|
- 网络安全策略:由于网络安全策略的影响,带有HTTP 302重定向状态码的链接可能会导致下载失败。请尽量避免使用此类链接,以确保下载过程顺利进行;对于因重定向或其他原因导致的下载失败,可能返回 `ResourceUnavailable.ImageDownloadError`;
|
|
106
106
|
- 异步回源支持:目前不支持通过异步回源方式获取图片源。请确保提供的链接为直接指向图片资源的链接,以避免因异步回源不支持而导致的下载失败。
|