tencentcloud-sdk-python 3.0.1425__py2.py3-none-any.whl → 3.0.1427__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/aiart/v20221229/aiart_client.py +0 -27
- tencentcloud/aiart/v20221229/models.py +0 -203
- tencentcloud/apm/v20210622/models.py +60 -0
- tencentcloud/autoscaling/v20180419/models.py +108 -0
- tencentcloud/ccc/v20200210/models.py +181 -0
- tencentcloud/cdb/v20170320/cdb_client.py +1 -1
- tencentcloud/cdb/v20170320/models.py +98 -12
- tencentcloud/cdwch/v20200915/models.py +40 -62
- tencentcloud/ctsdb/__init__.py +0 -0
- tencentcloud/ctsdb/v20230202/__init__.py +0 -0
- tencentcloud/ctsdb/v20230202/ctsdb_client.py +79 -0
- tencentcloud/ctsdb/v20230202/errorcodes.py +24 -0
- tencentcloud/ctsdb/v20230202/models.py +1256 -0
- tencentcloud/dbbrain/v20210527/models.py +60 -0
- tencentcloud/dlc/v20210125/dlc_client.py +23 -0
- tencentcloud/dlc/v20210125/models.py +64 -0
- tencentcloud/essbasic/v20210526/models.py +107 -4
- tencentcloud/gs/v20191118/models.py +49 -8
- tencentcloud/hunyuan/v20230901/models.py +120 -0
- tencentcloud/igtm/v20231024/models.py +4 -134
- tencentcloud/lke/v20231130/models.py +8 -2
- tencentcloud/securitylake/v20240117/models.py +0 -2
- tencentcloud/ssl/v20191205/models.py +75 -0
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client.py +3 -1
- tencentcloud/teo/v20220901/errorcodes.py +3 -0
- tencentcloud/teo/v20220901/models.py +90 -55
- tencentcloud/tsf/v20180326/errorcodes.py +1 -1
- tencentcloud/tts/v20190823/models.py +4 -6
- tencentcloud/tts/v20190823/tts_client.py +1 -0
- tencentcloud/vod/v20180717/models.py +19 -4
- tencentcloud/vpc/v20170312/errorcodes.py +3 -0
- {tencentcloud_sdk_python-3.0.1425.dist-info → tencentcloud_sdk_python-3.0.1427.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1425.dist-info → tencentcloud_sdk_python-3.0.1427.dist-info}/RECORD +37 -32
- {tencentcloud_sdk_python-3.0.1425.dist-info → tencentcloud_sdk_python-3.0.1427.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1425.dist-info → tencentcloud_sdk_python-3.0.1427.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1425.dist-info → tencentcloud_sdk_python-3.0.1427.dist-info}/top_level.txt +0 -0
|
@@ -222,31 +222,23 @@ class AddressPool(AbstractModel):
|
|
|
222
222
|
def __init__(self):
|
|
223
223
|
r"""
|
|
224
224
|
:param _PoolId: 地址池 id
|
|
225
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
226
225
|
:type PoolId: int
|
|
227
226
|
:param _PoolName: 地址池名
|
|
228
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
229
227
|
:type PoolName: str
|
|
230
228
|
:param _AddrType: 地址池地址类型:IPV4、IPV6、DOMAIN
|
|
231
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
232
229
|
:type AddrType: str
|
|
233
230
|
:param _TrafficStrategy: 流量策略: WEIGHT负载均衡,ALL解析全部
|
|
234
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
235
231
|
:type TrafficStrategy: str
|
|
236
232
|
:param _MonitorId: 监控器id
|
|
237
233
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
238
234
|
:type MonitorId: int
|
|
239
235
|
:param _Status: OK正常,DOWN故障,WARN风险,UNKNOWN未知
|
|
240
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
241
236
|
:type Status: str
|
|
242
237
|
:param _AddressNum: 地址数
|
|
243
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
244
238
|
:type AddressNum: int
|
|
245
239
|
:param _MonitorGroupNum: 探点数
|
|
246
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
247
240
|
:type MonitorGroupNum: int
|
|
248
241
|
:param _MonitorTaskNum: 探测任务数
|
|
249
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
250
242
|
:type MonitorTaskNum: int
|
|
251
243
|
:param _InstanceInfo: 实例相关信息
|
|
252
244
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -255,10 +247,8 @@ class AddressPool(AbstractModel):
|
|
|
255
247
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
256
248
|
:type AddressSet: list of Address
|
|
257
249
|
:param _CreatedOn: 创建时间
|
|
258
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
259
250
|
:type CreatedOn: str
|
|
260
251
|
:param _UpdatedOn: 更新时间
|
|
261
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
262
252
|
:type UpdatedOn: str
|
|
263
253
|
"""
|
|
264
254
|
self._PoolId = None
|
|
@@ -278,7 +268,6 @@ class AddressPool(AbstractModel):
|
|
|
278
268
|
@property
|
|
279
269
|
def PoolId(self):
|
|
280
270
|
"""地址池 id
|
|
281
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
282
271
|
:rtype: int
|
|
283
272
|
"""
|
|
284
273
|
return self._PoolId
|
|
@@ -290,7 +279,6 @@ class AddressPool(AbstractModel):
|
|
|
290
279
|
@property
|
|
291
280
|
def PoolName(self):
|
|
292
281
|
"""地址池名
|
|
293
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
294
282
|
:rtype: str
|
|
295
283
|
"""
|
|
296
284
|
return self._PoolName
|
|
@@ -302,7 +290,6 @@ class AddressPool(AbstractModel):
|
|
|
302
290
|
@property
|
|
303
291
|
def AddrType(self):
|
|
304
292
|
"""地址池地址类型:IPV4、IPV6、DOMAIN
|
|
305
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
306
293
|
:rtype: str
|
|
307
294
|
"""
|
|
308
295
|
return self._AddrType
|
|
@@ -314,7 +301,6 @@ class AddressPool(AbstractModel):
|
|
|
314
301
|
@property
|
|
315
302
|
def TrafficStrategy(self):
|
|
316
303
|
"""流量策略: WEIGHT负载均衡,ALL解析全部
|
|
317
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
318
304
|
:rtype: str
|
|
319
305
|
"""
|
|
320
306
|
return self._TrafficStrategy
|
|
@@ -338,7 +324,6 @@ class AddressPool(AbstractModel):
|
|
|
338
324
|
@property
|
|
339
325
|
def Status(self):
|
|
340
326
|
"""OK正常,DOWN故障,WARN风险,UNKNOWN未知
|
|
341
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
342
327
|
:rtype: str
|
|
343
328
|
"""
|
|
344
329
|
return self._Status
|
|
@@ -350,7 +335,6 @@ class AddressPool(AbstractModel):
|
|
|
350
335
|
@property
|
|
351
336
|
def AddressNum(self):
|
|
352
337
|
"""地址数
|
|
353
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
354
338
|
:rtype: int
|
|
355
339
|
"""
|
|
356
340
|
return self._AddressNum
|
|
@@ -362,7 +346,6 @@ class AddressPool(AbstractModel):
|
|
|
362
346
|
@property
|
|
363
347
|
def MonitorGroupNum(self):
|
|
364
348
|
"""探点数
|
|
365
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
366
349
|
:rtype: int
|
|
367
350
|
"""
|
|
368
351
|
return self._MonitorGroupNum
|
|
@@ -374,7 +357,6 @@ class AddressPool(AbstractModel):
|
|
|
374
357
|
@property
|
|
375
358
|
def MonitorTaskNum(self):
|
|
376
359
|
"""探测任务数
|
|
377
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
378
360
|
:rtype: int
|
|
379
361
|
"""
|
|
380
362
|
return self._MonitorTaskNum
|
|
@@ -410,7 +392,6 @@ class AddressPool(AbstractModel):
|
|
|
410
392
|
@property
|
|
411
393
|
def CreatedOn(self):
|
|
412
394
|
"""创建时间
|
|
413
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
414
395
|
:rtype: str
|
|
415
396
|
"""
|
|
416
397
|
return self._CreatedOn
|
|
@@ -422,7 +403,6 @@ class AddressPool(AbstractModel):
|
|
|
422
403
|
@property
|
|
423
404
|
def UpdatedOn(self):
|
|
424
405
|
"""更新时间
|
|
425
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
426
406
|
:rtype: str
|
|
427
407
|
"""
|
|
428
408
|
return self._UpdatedOn
|
|
@@ -1250,7 +1230,6 @@ class CreateMonitorResponse(AbstractModel):
|
|
|
1250
1230
|
def __init__(self):
|
|
1251
1231
|
r"""
|
|
1252
1232
|
:param _MonitorId: 监控器id
|
|
1253
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1254
1233
|
:type MonitorId: int
|
|
1255
1234
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1256
1235
|
:type RequestId: str
|
|
@@ -1261,7 +1240,6 @@ class CreateMonitorResponse(AbstractModel):
|
|
|
1261
1240
|
@property
|
|
1262
1241
|
def MonitorId(self):
|
|
1263
1242
|
"""监控器id
|
|
1264
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1265
1243
|
:rtype: int
|
|
1266
1244
|
"""
|
|
1267
1245
|
return self._MonitorId
|
|
@@ -1436,7 +1414,6 @@ class CreateStrategyResponse(AbstractModel):
|
|
|
1436
1414
|
def __init__(self):
|
|
1437
1415
|
r"""
|
|
1438
1416
|
:param _StrategyId: 新增策略id
|
|
1439
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1440
1417
|
:type StrategyId: int
|
|
1441
1418
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1442
1419
|
:type RequestId: str
|
|
@@ -1447,7 +1424,6 @@ class CreateStrategyResponse(AbstractModel):
|
|
|
1447
1424
|
@property
|
|
1448
1425
|
def StrategyId(self):
|
|
1449
1426
|
"""新增策略id
|
|
1450
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1451
1427
|
:rtype: int
|
|
1452
1428
|
"""
|
|
1453
1429
|
return self._StrategyId
|
|
@@ -1517,7 +1493,6 @@ class DeleteAddressPoolResponse(AbstractModel):
|
|
|
1517
1493
|
def __init__(self):
|
|
1518
1494
|
r"""
|
|
1519
1495
|
:param _Msg: 是否成功
|
|
1520
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1521
1496
|
:type Msg: str
|
|
1522
1497
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1523
1498
|
:type RequestId: str
|
|
@@ -1528,7 +1503,6 @@ class DeleteAddressPoolResponse(AbstractModel):
|
|
|
1528
1503
|
@property
|
|
1529
1504
|
def Msg(self):
|
|
1530
1505
|
"""是否成功
|
|
1531
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1532
1506
|
:rtype: str
|
|
1533
1507
|
"""
|
|
1534
1508
|
return self._Msg
|
|
@@ -1598,7 +1572,6 @@ class DeleteMonitorResponse(AbstractModel):
|
|
|
1598
1572
|
def __init__(self):
|
|
1599
1573
|
r"""
|
|
1600
1574
|
:param _Msg: 成功返回
|
|
1601
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1602
1575
|
:type Msg: str
|
|
1603
1576
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1604
1577
|
:type RequestId: str
|
|
@@ -1609,7 +1582,6 @@ class DeleteMonitorResponse(AbstractModel):
|
|
|
1609
1582
|
@property
|
|
1610
1583
|
def Msg(self):
|
|
1611
1584
|
"""成功返回
|
|
1612
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1613
1585
|
:rtype: str
|
|
1614
1586
|
"""
|
|
1615
1587
|
return self._Msg
|
|
@@ -1694,7 +1666,6 @@ class DeleteStrategyResponse(AbstractModel):
|
|
|
1694
1666
|
def __init__(self):
|
|
1695
1667
|
r"""
|
|
1696
1668
|
:param _Msg: 是否成功
|
|
1697
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1698
1669
|
:type Msg: str
|
|
1699
1670
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1700
1671
|
:type RequestId: str
|
|
@@ -1705,7 +1676,6 @@ class DeleteStrategyResponse(AbstractModel):
|
|
|
1705
1676
|
@property
|
|
1706
1677
|
def Msg(self):
|
|
1707
1678
|
"""是否成功
|
|
1708
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1709
1679
|
:rtype: str
|
|
1710
1680
|
"""
|
|
1711
1681
|
return self._Msg
|
|
@@ -1775,7 +1745,6 @@ class DescribeAddressLocationResponse(AbstractModel):
|
|
|
1775
1745
|
def __init__(self):
|
|
1776
1746
|
r"""
|
|
1777
1747
|
:param _AddressLocation: 所属地域
|
|
1778
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1779
1748
|
:type AddressLocation: list of AddressLocation
|
|
1780
1749
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1781
1750
|
:type RequestId: str
|
|
@@ -1786,7 +1755,6 @@ class DescribeAddressLocationResponse(AbstractModel):
|
|
|
1786
1755
|
@property
|
|
1787
1756
|
def AddressLocation(self):
|
|
1788
1757
|
"""所属地域
|
|
1789
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1790
1758
|
:rtype: list of AddressLocation
|
|
1791
1759
|
"""
|
|
1792
1760
|
return self._AddressLocation
|
|
@@ -1861,10 +1829,8 @@ class DescribeAddressPoolDetailResponse(AbstractModel):
|
|
|
1861
1829
|
def __init__(self):
|
|
1862
1830
|
r"""
|
|
1863
1831
|
:param _AddressPool: 资源组详情描述
|
|
1864
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1865
1832
|
:type AddressPool: :class:`tencentcloud.igtm.v20231024.models.AddressPoolDetail`
|
|
1866
1833
|
:param _AddressSet: 资源组中的资源列表
|
|
1867
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1868
1834
|
:type AddressSet: list of Address
|
|
1869
1835
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1870
1836
|
:type RequestId: str
|
|
@@ -1876,7 +1842,6 @@ class DescribeAddressPoolDetailResponse(AbstractModel):
|
|
|
1876
1842
|
@property
|
|
1877
1843
|
def AddressPool(self):
|
|
1878
1844
|
"""资源组详情描述
|
|
1879
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1880
1845
|
:rtype: :class:`tencentcloud.igtm.v20231024.models.AddressPoolDetail`
|
|
1881
1846
|
"""
|
|
1882
1847
|
return self._AddressPool
|
|
@@ -1888,7 +1853,6 @@ class DescribeAddressPoolDetailResponse(AbstractModel):
|
|
|
1888
1853
|
@property
|
|
1889
1854
|
def AddressSet(self):
|
|
1890
1855
|
"""资源组中的资源列表
|
|
1891
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1892
1856
|
:rtype: list of Address
|
|
1893
1857
|
"""
|
|
1894
1858
|
return self._AddressSet
|
|
@@ -2001,10 +1965,8 @@ class DescribeAddressPoolListResponse(AbstractModel):
|
|
|
2001
1965
|
def __init__(self):
|
|
2002
1966
|
r"""
|
|
2003
1967
|
:param _AddressPoolSet: 资源组列表
|
|
2004
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2005
1968
|
:type AddressPoolSet: list of AddressPool
|
|
2006
1969
|
:param _TotalCount: 总数
|
|
2007
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2008
1970
|
:type TotalCount: int
|
|
2009
1971
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2010
1972
|
:type RequestId: str
|
|
@@ -2016,7 +1978,6 @@ class DescribeAddressPoolListResponse(AbstractModel):
|
|
|
2016
1978
|
@property
|
|
2017
1979
|
def AddressPoolSet(self):
|
|
2018
1980
|
"""资源组列表
|
|
2019
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2020
1981
|
:rtype: list of AddressPool
|
|
2021
1982
|
"""
|
|
2022
1983
|
return self._AddressPoolSet
|
|
@@ -2028,7 +1989,6 @@ class DescribeAddressPoolListResponse(AbstractModel):
|
|
|
2028
1989
|
@property
|
|
2029
1990
|
def TotalCount(self):
|
|
2030
1991
|
"""总数
|
|
2031
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2032
1992
|
:rtype: int
|
|
2033
1993
|
"""
|
|
2034
1994
|
return self._TotalCount
|
|
@@ -2117,7 +2077,7 @@ class DescribeDetectPackageDetailResponse(AbstractModel):
|
|
|
2117
2077
|
:type IsExpire: int
|
|
2118
2078
|
:param _Status: 状态 ENABLED: 正常 ISOLATED: 隔离 DESTROYED:销毁 REFUNDED:已退款
|
|
2119
2079
|
:type Status: str
|
|
2120
|
-
:param _AutoRenewFlag:
|
|
2080
|
+
:param _AutoRenewFlag: 是否自动续费:0否1是
|
|
2121
2081
|
:type AutoRenewFlag: int
|
|
2122
2082
|
:param _Remark: 备注
|
|
2123
2083
|
:type Remark: str
|
|
@@ -2220,7 +2180,7 @@ class DescribeDetectPackageDetailResponse(AbstractModel):
|
|
|
2220
2180
|
|
|
2221
2181
|
@property
|
|
2222
2182
|
def AutoRenewFlag(self):
|
|
2223
|
-
"""
|
|
2183
|
+
"""是否自动续费:0否1是
|
|
2224
2184
|
:rtype: int
|
|
2225
2185
|
"""
|
|
2226
2186
|
return self._AutoRenewFlag
|
|
@@ -2681,13 +2641,10 @@ class DescribeInstanceListResponse(AbstractModel):
|
|
|
2681
2641
|
def __init__(self):
|
|
2682
2642
|
r"""
|
|
2683
2643
|
:param _InstanceSet: 实例列表
|
|
2684
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2685
2644
|
:type InstanceSet: list of Instance
|
|
2686
2645
|
:param _TotalCount: 列表总数
|
|
2687
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2688
2646
|
:type TotalCount: int
|
|
2689
2647
|
:param _SystemAccessEnabled: 是否支持系统域名接入:true支持;false不支持
|
|
2690
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2691
2648
|
:type SystemAccessEnabled: bool
|
|
2692
2649
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2693
2650
|
:type RequestId: str
|
|
@@ -2700,7 +2657,6 @@ class DescribeInstanceListResponse(AbstractModel):
|
|
|
2700
2657
|
@property
|
|
2701
2658
|
def InstanceSet(self):
|
|
2702
2659
|
"""实例列表
|
|
2703
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2704
2660
|
:rtype: list of Instance
|
|
2705
2661
|
"""
|
|
2706
2662
|
return self._InstanceSet
|
|
@@ -2712,7 +2668,6 @@ class DescribeInstanceListResponse(AbstractModel):
|
|
|
2712
2668
|
@property
|
|
2713
2669
|
def TotalCount(self):
|
|
2714
2670
|
"""列表总数
|
|
2715
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2716
2671
|
:rtype: int
|
|
2717
2672
|
"""
|
|
2718
2673
|
return self._TotalCount
|
|
@@ -2724,7 +2679,6 @@ class DescribeInstanceListResponse(AbstractModel):
|
|
|
2724
2679
|
@property
|
|
2725
2680
|
def SystemAccessEnabled(self):
|
|
2726
2681
|
"""是否支持系统域名接入:true支持;false不支持
|
|
2727
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2728
2682
|
:rtype: bool
|
|
2729
2683
|
"""
|
|
2730
2684
|
return self._SystemAccessEnabled
|
|
@@ -2935,7 +2889,6 @@ class DescribeMonitorDetailResponse(AbstractModel):
|
|
|
2935
2889
|
def __init__(self):
|
|
2936
2890
|
r"""
|
|
2937
2891
|
:param _MonitorDetail: 探测规则
|
|
2938
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2939
2892
|
:type MonitorDetail: :class:`tencentcloud.igtm.v20231024.models.MonitorDetail`
|
|
2940
2893
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2941
2894
|
:type RequestId: str
|
|
@@ -2946,7 +2899,6 @@ class DescribeMonitorDetailResponse(AbstractModel):
|
|
|
2946
2899
|
@property
|
|
2947
2900
|
def MonitorDetail(self):
|
|
2948
2901
|
"""探测规则
|
|
2949
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2950
2902
|
:rtype: :class:`tencentcloud.igtm.v20231024.models.MonitorDetail`
|
|
2951
2903
|
"""
|
|
2952
2904
|
return self._MonitorDetail
|
|
@@ -3048,7 +3000,6 @@ class DescribeMonitorsResponse(AbstractModel):
|
|
|
3048
3000
|
def __init__(self):
|
|
3049
3001
|
r"""
|
|
3050
3002
|
:param _MonitorDataSet: 监控器列表
|
|
3051
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3052
3003
|
:type MonitorDataSet: list of MonitorDetail
|
|
3053
3004
|
:param _TotalCount: 数量
|
|
3054
3005
|
:type TotalCount: int
|
|
@@ -3062,7 +3013,6 @@ class DescribeMonitorsResponse(AbstractModel):
|
|
|
3062
3013
|
@property
|
|
3063
3014
|
def MonitorDataSet(self):
|
|
3064
3015
|
"""监控器列表
|
|
3065
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3066
3016
|
:rtype: list of MonitorDetail
|
|
3067
3017
|
"""
|
|
3068
3018
|
return self._MonitorDataSet
|
|
@@ -3149,7 +3099,6 @@ class DescribeQuotasResponse(AbstractModel):
|
|
|
3149
3099
|
def __init__(self):
|
|
3150
3100
|
r"""
|
|
3151
3101
|
:param _Quotas: 配额id
|
|
3152
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3153
3102
|
:type Quotas: :class:`tencentcloud.igtm.v20231024.models.Quota`
|
|
3154
3103
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3155
3104
|
:type RequestId: str
|
|
@@ -3160,7 +3109,6 @@ class DescribeQuotasResponse(AbstractModel):
|
|
|
3160
3109
|
@property
|
|
3161
3110
|
def Quotas(self):
|
|
3162
3111
|
"""配额id
|
|
3163
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3164
3112
|
:rtype: :class:`tencentcloud.igtm.v20231024.models.Quota`
|
|
3165
3113
|
"""
|
|
3166
3114
|
return self._Quotas
|
|
@@ -3378,10 +3326,8 @@ class DescribeStrategyListResponse(AbstractModel):
|
|
|
3378
3326
|
def __init__(self):
|
|
3379
3327
|
r"""
|
|
3380
3328
|
:param _StrategySet: 策略列表
|
|
3381
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3382
3329
|
:type StrategySet: list of Strategy
|
|
3383
3330
|
:param _TotalCount: 总数
|
|
3384
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3385
3331
|
:type TotalCount: int
|
|
3386
3332
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3387
3333
|
:type RequestId: str
|
|
@@ -3393,7 +3339,6 @@ class DescribeStrategyListResponse(AbstractModel):
|
|
|
3393
3339
|
@property
|
|
3394
3340
|
def StrategySet(self):
|
|
3395
3341
|
"""策略列表
|
|
3396
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3397
3342
|
:rtype: list of Strategy
|
|
3398
3343
|
"""
|
|
3399
3344
|
return self._StrategySet
|
|
@@ -3405,7 +3350,6 @@ class DescribeStrategyListResponse(AbstractModel):
|
|
|
3405
3350
|
@property
|
|
3406
3351
|
def TotalCount(self):
|
|
3407
3352
|
"""总数
|
|
3408
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3409
3353
|
:rtype: int
|
|
3410
3354
|
"""
|
|
3411
3355
|
return self._TotalCount
|
|
@@ -4993,13 +4937,10 @@ class MainAddressPool(AbstractModel):
|
|
|
4993
4937
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4994
4938
|
:type AddressPools: list of MainPoolWeight
|
|
4995
4939
|
:param _MainAddressPoolId: 地址池集合id
|
|
4996
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4997
4940
|
:type MainAddressPoolId: int
|
|
4998
4941
|
:param _MinSurviveNum: 切换阀值,不能大于主力集合内地址总数
|
|
4999
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5000
4942
|
:type MinSurviveNum: int
|
|
5001
4943
|
:param _TrafficStrategy: 切换策略:ALL解析所有地址;WEIGHT:负载均衡。当为ALL时,解析地址的权重值为1;当为WEIGHT时;权重为地址池权重*地址权重
|
|
5002
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5003
4944
|
:type TrafficStrategy: str
|
|
5004
4945
|
"""
|
|
5005
4946
|
self._AddressPools = None
|
|
@@ -5022,7 +4963,6 @@ class MainAddressPool(AbstractModel):
|
|
|
5022
4963
|
@property
|
|
5023
4964
|
def MainAddressPoolId(self):
|
|
5024
4965
|
"""地址池集合id
|
|
5025
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5026
4966
|
:rtype: int
|
|
5027
4967
|
"""
|
|
5028
4968
|
return self._MainAddressPoolId
|
|
@@ -5034,7 +4974,6 @@ class MainAddressPool(AbstractModel):
|
|
|
5034
4974
|
@property
|
|
5035
4975
|
def MinSurviveNum(self):
|
|
5036
4976
|
"""切换阀值,不能大于主力集合内地址总数
|
|
5037
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5038
4977
|
:rtype: int
|
|
5039
4978
|
"""
|
|
5040
4979
|
return self._MinSurviveNum
|
|
@@ -5046,7 +4985,6 @@ class MainAddressPool(AbstractModel):
|
|
|
5046
4985
|
@property
|
|
5047
4986
|
def TrafficStrategy(self):
|
|
5048
4987
|
"""切换策略:ALL解析所有地址;WEIGHT:负载均衡。当为ALL时,解析地址的权重值为1;当为WEIGHT时;权重为地址池权重*地址权重
|
|
5049
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5050
4988
|
:rtype: str
|
|
5051
4989
|
"""
|
|
5052
4990
|
return self._TrafficStrategy
|
|
@@ -5140,7 +5078,7 @@ class ModifyAddressPoolRequest(AbstractModel):
|
|
|
5140
5078
|
:type PoolId: int
|
|
5141
5079
|
:param _PoolName: 地址池名称,不允许重复
|
|
5142
5080
|
:type PoolName: str
|
|
5143
|
-
:param _TrafficStrategy: 流量策略: WEIGHT负载均衡,
|
|
5081
|
+
:param _TrafficStrategy: 流量策略: WEIGHT负载均衡,ALL解析全部
|
|
5144
5082
|
:type TrafficStrategy: str
|
|
5145
5083
|
:param _MonitorId: 监控器id
|
|
5146
5084
|
:type MonitorId: int
|
|
@@ -5177,7 +5115,7 @@ class ModifyAddressPoolRequest(AbstractModel):
|
|
|
5177
5115
|
|
|
5178
5116
|
@property
|
|
5179
5117
|
def TrafficStrategy(self):
|
|
5180
|
-
"""流量策略: WEIGHT负载均衡,
|
|
5118
|
+
"""流量策略: WEIGHT负载均衡,ALL解析全部
|
|
5181
5119
|
:rtype: str
|
|
5182
5120
|
"""
|
|
5183
5121
|
return self._TrafficStrategy
|
|
@@ -5238,7 +5176,6 @@ class ModifyAddressPoolResponse(AbstractModel):
|
|
|
5238
5176
|
def __init__(self):
|
|
5239
5177
|
r"""
|
|
5240
5178
|
:param _Msg: 是否修改成功
|
|
5241
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5242
5179
|
:type Msg: str
|
|
5243
5180
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5244
5181
|
:type RequestId: str
|
|
@@ -5249,7 +5186,6 @@ class ModifyAddressPoolResponse(AbstractModel):
|
|
|
5249
5186
|
@property
|
|
5250
5187
|
def Msg(self):
|
|
5251
5188
|
"""是否修改成功
|
|
5252
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5253
5189
|
:rtype: str
|
|
5254
5190
|
"""
|
|
5255
5191
|
return self._Msg
|
|
@@ -5657,7 +5593,6 @@ class ModifyMonitorResponse(AbstractModel):
|
|
|
5657
5593
|
def __init__(self):
|
|
5658
5594
|
r"""
|
|
5659
5595
|
:param _Msg: success 为修改成功
|
|
5660
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5661
5596
|
:type Msg: str
|
|
5662
5597
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5663
5598
|
:type RequestId: str
|
|
@@ -5668,7 +5603,6 @@ class ModifyMonitorResponse(AbstractModel):
|
|
|
5668
5603
|
@property
|
|
5669
5604
|
def Msg(self):
|
|
5670
5605
|
"""success 为修改成功
|
|
5671
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5672
5606
|
:rtype: str
|
|
5673
5607
|
"""
|
|
5674
5608
|
return self._Msg
|
|
@@ -5873,7 +5807,6 @@ class ModifyStrategyResponse(AbstractModel):
|
|
|
5873
5807
|
def __init__(self):
|
|
5874
5808
|
r"""
|
|
5875
5809
|
:param _Msg: 是否成功
|
|
5876
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5877
5810
|
:type Msg: str
|
|
5878
5811
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5879
5812
|
:type RequestId: str
|
|
@@ -5884,7 +5817,6 @@ class ModifyStrategyResponse(AbstractModel):
|
|
|
5884
5817
|
@property
|
|
5885
5818
|
def Msg(self):
|
|
5886
5819
|
"""是否成功
|
|
5887
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5888
5820
|
:rtype: str
|
|
5889
5821
|
"""
|
|
5890
5822
|
return self._Msg
|
|
@@ -6273,37 +6205,26 @@ class Quota(AbstractModel):
|
|
|
6273
6205
|
def __init__(self):
|
|
6274
6206
|
r"""
|
|
6275
6207
|
:param _TaskQuota: 探测任务配额
|
|
6276
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6277
6208
|
:type TaskQuota: int
|
|
6278
6209
|
:param _PoolQuota: 地址池配额
|
|
6279
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6280
6210
|
:type PoolQuota: int
|
|
6281
6211
|
:param _AddressQuota: 地址配额
|
|
6282
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6283
6212
|
:type AddressQuota: int
|
|
6284
6213
|
:param _MonitorQuota: 探点资源数
|
|
6285
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6286
6214
|
:type MonitorQuota: int
|
|
6287
6215
|
:param _MessageQuota: 消息资源数
|
|
6288
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6289
6216
|
:type MessageQuota: int
|
|
6290
6217
|
:param _UsedTaskQuota: 已使用探测任务数
|
|
6291
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6292
6218
|
:type UsedTaskQuota: int
|
|
6293
6219
|
:param _UsedFreeInstanceNum: 已使用体验实例数
|
|
6294
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6295
6220
|
:type UsedFreeInstanceNum: int
|
|
6296
6221
|
:param _UsedBillInstanceNum: 已使用付费实例
|
|
6297
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6298
6222
|
:type UsedBillInstanceNum: int
|
|
6299
6223
|
:param _FreePackageNum: 体验套餐总数
|
|
6300
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6301
6224
|
:type FreePackageNum: int
|
|
6302
6225
|
:param _UsedBillPackageNum: 已使用付费套餐数
|
|
6303
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6304
6226
|
:type UsedBillPackageNum: int
|
|
6305
6227
|
:param _BillPackageNum: 付费套餐总数
|
|
6306
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6307
6228
|
:type BillPackageNum: int
|
|
6308
6229
|
"""
|
|
6309
6230
|
self._TaskQuota = None
|
|
@@ -6321,7 +6242,6 @@ class Quota(AbstractModel):
|
|
|
6321
6242
|
@property
|
|
6322
6243
|
def TaskQuota(self):
|
|
6323
6244
|
"""探测任务配额
|
|
6324
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6325
6245
|
:rtype: int
|
|
6326
6246
|
"""
|
|
6327
6247
|
return self._TaskQuota
|
|
@@ -6333,7 +6253,6 @@ class Quota(AbstractModel):
|
|
|
6333
6253
|
@property
|
|
6334
6254
|
def PoolQuota(self):
|
|
6335
6255
|
"""地址池配额
|
|
6336
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6337
6256
|
:rtype: int
|
|
6338
6257
|
"""
|
|
6339
6258
|
return self._PoolQuota
|
|
@@ -6345,7 +6264,6 @@ class Quota(AbstractModel):
|
|
|
6345
6264
|
@property
|
|
6346
6265
|
def AddressQuota(self):
|
|
6347
6266
|
"""地址配额
|
|
6348
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6349
6267
|
:rtype: int
|
|
6350
6268
|
"""
|
|
6351
6269
|
return self._AddressQuota
|
|
@@ -6357,7 +6275,6 @@ class Quota(AbstractModel):
|
|
|
6357
6275
|
@property
|
|
6358
6276
|
def MonitorQuota(self):
|
|
6359
6277
|
"""探点资源数
|
|
6360
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6361
6278
|
:rtype: int
|
|
6362
6279
|
"""
|
|
6363
6280
|
return self._MonitorQuota
|
|
@@ -6369,7 +6286,6 @@ class Quota(AbstractModel):
|
|
|
6369
6286
|
@property
|
|
6370
6287
|
def MessageQuota(self):
|
|
6371
6288
|
"""消息资源数
|
|
6372
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6373
6289
|
:rtype: int
|
|
6374
6290
|
"""
|
|
6375
6291
|
return self._MessageQuota
|
|
@@ -6381,7 +6297,6 @@ class Quota(AbstractModel):
|
|
|
6381
6297
|
@property
|
|
6382
6298
|
def UsedTaskQuota(self):
|
|
6383
6299
|
"""已使用探测任务数
|
|
6384
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6385
6300
|
:rtype: int
|
|
6386
6301
|
"""
|
|
6387
6302
|
return self._UsedTaskQuota
|
|
@@ -6393,7 +6308,6 @@ class Quota(AbstractModel):
|
|
|
6393
6308
|
@property
|
|
6394
6309
|
def UsedFreeInstanceNum(self):
|
|
6395
6310
|
"""已使用体验实例数
|
|
6396
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6397
6311
|
:rtype: int
|
|
6398
6312
|
"""
|
|
6399
6313
|
return self._UsedFreeInstanceNum
|
|
@@ -6405,7 +6319,6 @@ class Quota(AbstractModel):
|
|
|
6405
6319
|
@property
|
|
6406
6320
|
def UsedBillInstanceNum(self):
|
|
6407
6321
|
"""已使用付费实例
|
|
6408
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6409
6322
|
:rtype: int
|
|
6410
6323
|
"""
|
|
6411
6324
|
return self._UsedBillInstanceNum
|
|
@@ -6417,7 +6330,6 @@ class Quota(AbstractModel):
|
|
|
6417
6330
|
@property
|
|
6418
6331
|
def FreePackageNum(self):
|
|
6419
6332
|
"""体验套餐总数
|
|
6420
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6421
6333
|
:rtype: int
|
|
6422
6334
|
"""
|
|
6423
6335
|
return self._FreePackageNum
|
|
@@ -6429,7 +6341,6 @@ class Quota(AbstractModel):
|
|
|
6429
6341
|
@property
|
|
6430
6342
|
def UsedBillPackageNum(self):
|
|
6431
6343
|
"""已使用付费套餐数
|
|
6432
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6433
6344
|
:rtype: int
|
|
6434
6345
|
"""
|
|
6435
6346
|
return self._UsedBillPackageNum
|
|
@@ -6441,7 +6352,6 @@ class Quota(AbstractModel):
|
|
|
6441
6352
|
@property
|
|
6442
6353
|
def BillPackageNum(self):
|
|
6443
6354
|
"""付费套餐总数
|
|
6444
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6445
6355
|
:rtype: int
|
|
6446
6356
|
"""
|
|
6447
6357
|
return self._BillPackageNum
|
|
@@ -6557,7 +6467,6 @@ class Source(AbstractModel):
|
|
|
6557
6467
|
:param _DnsLineId: 解析请求来源线路id
|
|
6558
6468
|
:type DnsLineId: int
|
|
6559
6469
|
:param _Name: 解析请求来源线路名
|
|
6560
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6561
6470
|
:type Name: str
|
|
6562
6471
|
"""
|
|
6563
6472
|
self._DnsLineId = None
|
|
@@ -6577,7 +6486,6 @@ class Source(AbstractModel):
|
|
|
6577
6486
|
@property
|
|
6578
6487
|
def Name(self):
|
|
6579
6488
|
"""解析请求来源线路名
|
|
6580
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6581
6489
|
:rtype: str
|
|
6582
6490
|
"""
|
|
6583
6491
|
return self._Name
|
|
@@ -6608,19 +6516,15 @@ class Strategy(AbstractModel):
|
|
|
6608
6516
|
def __init__(self):
|
|
6609
6517
|
r"""
|
|
6610
6518
|
:param _InstanceId: 实例id
|
|
6611
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6612
6519
|
:type InstanceId: str
|
|
6613
6520
|
:param _Name: 策略名
|
|
6614
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6615
6521
|
:type Name: str
|
|
6616
6522
|
:param _Source: 地址来源
|
|
6617
6523
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6618
6524
|
:type Source: list of Source
|
|
6619
6525
|
:param _StrategyId: 策略id
|
|
6620
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6621
6526
|
:type StrategyId: int
|
|
6622
6527
|
:param _Status: 健康状态:ok健康、warn风险、down故障
|
|
6623
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6624
6528
|
:type Status: str
|
|
6625
6529
|
:param _ActivateMainPoolId: 生效的主力池id,null则为未知
|
|
6626
6530
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -6629,28 +6533,20 @@ class Strategy(AbstractModel):
|
|
|
6629
6533
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6630
6534
|
:type ActivateLevel: int
|
|
6631
6535
|
:param _ActivePoolType: 当前生效地址池集合类型:main主力;fallback兜底
|
|
6632
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6633
6536
|
:type ActivePoolType: str
|
|
6634
6537
|
:param _ActiveTrafficStrategy: 当前生效地址池流量策略:all解析所有;weight负载均衡
|
|
6635
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6636
6538
|
:type ActiveTrafficStrategy: str
|
|
6637
6539
|
:param _MonitorNum: 监控器数量
|
|
6638
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6639
6540
|
:type MonitorNum: int
|
|
6640
6541
|
:param _IsEnabled: 是否开启:ENABLED开启;DISABLED关闭
|
|
6641
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6642
6542
|
:type IsEnabled: str
|
|
6643
6543
|
:param _KeepDomainRecords: 是否保留线路:enabled保留,disabled不保留,只保留默认线路
|
|
6644
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6645
6544
|
:type KeepDomainRecords: str
|
|
6646
6545
|
:param _SwitchPoolType: 调度模式:AUTO默认;PAUSE仅暂停不切换
|
|
6647
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6648
6546
|
:type SwitchPoolType: str
|
|
6649
6547
|
:param _CreatedOn: 创建时间
|
|
6650
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6651
6548
|
:type CreatedOn: str
|
|
6652
6549
|
:param _UpdatedOn: 更新时间
|
|
6653
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6654
6550
|
:type UpdatedOn: str
|
|
6655
6551
|
"""
|
|
6656
6552
|
self._InstanceId = None
|
|
@@ -6672,7 +6568,6 @@ class Strategy(AbstractModel):
|
|
|
6672
6568
|
@property
|
|
6673
6569
|
def InstanceId(self):
|
|
6674
6570
|
"""实例id
|
|
6675
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6676
6571
|
:rtype: str
|
|
6677
6572
|
"""
|
|
6678
6573
|
return self._InstanceId
|
|
@@ -6684,7 +6579,6 @@ class Strategy(AbstractModel):
|
|
|
6684
6579
|
@property
|
|
6685
6580
|
def Name(self):
|
|
6686
6581
|
"""策略名
|
|
6687
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6688
6582
|
:rtype: str
|
|
6689
6583
|
"""
|
|
6690
6584
|
return self._Name
|
|
@@ -6708,7 +6602,6 @@ class Strategy(AbstractModel):
|
|
|
6708
6602
|
@property
|
|
6709
6603
|
def StrategyId(self):
|
|
6710
6604
|
"""策略id
|
|
6711
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6712
6605
|
:rtype: int
|
|
6713
6606
|
"""
|
|
6714
6607
|
return self._StrategyId
|
|
@@ -6720,7 +6613,6 @@ class Strategy(AbstractModel):
|
|
|
6720
6613
|
@property
|
|
6721
6614
|
def Status(self):
|
|
6722
6615
|
"""健康状态:ok健康、warn风险、down故障
|
|
6723
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6724
6616
|
:rtype: str
|
|
6725
6617
|
"""
|
|
6726
6618
|
return self._Status
|
|
@@ -6756,7 +6648,6 @@ class Strategy(AbstractModel):
|
|
|
6756
6648
|
@property
|
|
6757
6649
|
def ActivePoolType(self):
|
|
6758
6650
|
"""当前生效地址池集合类型:main主力;fallback兜底
|
|
6759
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6760
6651
|
:rtype: str
|
|
6761
6652
|
"""
|
|
6762
6653
|
return self._ActivePoolType
|
|
@@ -6768,7 +6659,6 @@ class Strategy(AbstractModel):
|
|
|
6768
6659
|
@property
|
|
6769
6660
|
def ActiveTrafficStrategy(self):
|
|
6770
6661
|
"""当前生效地址池流量策略:all解析所有;weight负载均衡
|
|
6771
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6772
6662
|
:rtype: str
|
|
6773
6663
|
"""
|
|
6774
6664
|
return self._ActiveTrafficStrategy
|
|
@@ -6780,7 +6670,6 @@ class Strategy(AbstractModel):
|
|
|
6780
6670
|
@property
|
|
6781
6671
|
def MonitorNum(self):
|
|
6782
6672
|
"""监控器数量
|
|
6783
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6784
6673
|
:rtype: int
|
|
6785
6674
|
"""
|
|
6786
6675
|
return self._MonitorNum
|
|
@@ -6792,7 +6681,6 @@ class Strategy(AbstractModel):
|
|
|
6792
6681
|
@property
|
|
6793
6682
|
def IsEnabled(self):
|
|
6794
6683
|
"""是否开启:ENABLED开启;DISABLED关闭
|
|
6795
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6796
6684
|
:rtype: str
|
|
6797
6685
|
"""
|
|
6798
6686
|
return self._IsEnabled
|
|
@@ -6804,7 +6692,6 @@ class Strategy(AbstractModel):
|
|
|
6804
6692
|
@property
|
|
6805
6693
|
def KeepDomainRecords(self):
|
|
6806
6694
|
"""是否保留线路:enabled保留,disabled不保留,只保留默认线路
|
|
6807
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6808
6695
|
:rtype: str
|
|
6809
6696
|
"""
|
|
6810
6697
|
return self._KeepDomainRecords
|
|
@@ -6816,7 +6703,6 @@ class Strategy(AbstractModel):
|
|
|
6816
6703
|
@property
|
|
6817
6704
|
def SwitchPoolType(self):
|
|
6818
6705
|
"""调度模式:AUTO默认;PAUSE仅暂停不切换
|
|
6819
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6820
6706
|
:rtype: str
|
|
6821
6707
|
"""
|
|
6822
6708
|
return self._SwitchPoolType
|
|
@@ -6828,7 +6714,6 @@ class Strategy(AbstractModel):
|
|
|
6828
6714
|
@property
|
|
6829
6715
|
def CreatedOn(self):
|
|
6830
6716
|
"""创建时间
|
|
6831
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6832
6717
|
:rtype: str
|
|
6833
6718
|
"""
|
|
6834
6719
|
return self._CreatedOn
|
|
@@ -6840,7 +6725,6 @@ class Strategy(AbstractModel):
|
|
|
6840
6725
|
@property
|
|
6841
6726
|
def UpdatedOn(self):
|
|
6842
6727
|
"""更新时间
|
|
6843
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6844
6728
|
:rtype: str
|
|
6845
6729
|
"""
|
|
6846
6730
|
return self._UpdatedOn
|
|
@@ -6889,13 +6773,10 @@ class StrategyDetail(AbstractModel):
|
|
|
6889
6773
|
def __init__(self):
|
|
6890
6774
|
r"""
|
|
6891
6775
|
:param _InstanceId: 实例id
|
|
6892
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6893
6776
|
:type InstanceId: str
|
|
6894
6777
|
:param _StrategyId: 策略id
|
|
6895
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6896
6778
|
:type StrategyId: int
|
|
6897
6779
|
:param _Name: 策略名
|
|
6898
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6899
6780
|
:type Name: str
|
|
6900
6781
|
:param _Source: 线路
|
|
6901
6782
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -6907,19 +6788,15 @@ class StrategyDetail(AbstractModel):
|
|
|
6907
6788
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6908
6789
|
:type FallbackAddressPoolSet: list of MainAddressPool
|
|
6909
6790
|
:param _KeepDomainRecords: 是否保留线路:enabled保留,disabled不保留,只保留默认线路
|
|
6910
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6911
6791
|
:type KeepDomainRecords: str
|
|
6912
6792
|
:param _ActivateMainPoolId: 生效主力地址池id
|
|
6913
6793
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6914
6794
|
:type ActivateMainPoolId: int
|
|
6915
6795
|
:param _CreatedOn: 创建时间
|
|
6916
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6917
6796
|
:type CreatedOn: str
|
|
6918
6797
|
:param _UpdatedOn: 更新时间
|
|
6919
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6920
6798
|
:type UpdatedOn: str
|
|
6921
6799
|
:param _SwitchPoolType: 调度模式:AUTO默认;PAUSE仅暂停不切换
|
|
6922
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6923
6800
|
:type SwitchPoolType: str
|
|
6924
6801
|
"""
|
|
6925
6802
|
self._InstanceId = None
|
|
@@ -6937,7 +6814,6 @@ class StrategyDetail(AbstractModel):
|
|
|
6937
6814
|
@property
|
|
6938
6815
|
def InstanceId(self):
|
|
6939
6816
|
"""实例id
|
|
6940
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6941
6817
|
:rtype: str
|
|
6942
6818
|
"""
|
|
6943
6819
|
return self._InstanceId
|
|
@@ -6949,7 +6825,6 @@ class StrategyDetail(AbstractModel):
|
|
|
6949
6825
|
@property
|
|
6950
6826
|
def StrategyId(self):
|
|
6951
6827
|
"""策略id
|
|
6952
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6953
6828
|
:rtype: int
|
|
6954
6829
|
"""
|
|
6955
6830
|
return self._StrategyId
|
|
@@ -6961,7 +6836,6 @@ class StrategyDetail(AbstractModel):
|
|
|
6961
6836
|
@property
|
|
6962
6837
|
def Name(self):
|
|
6963
6838
|
"""策略名
|
|
6964
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6965
6839
|
:rtype: str
|
|
6966
6840
|
"""
|
|
6967
6841
|
return self._Name
|
|
@@ -7009,7 +6883,6 @@ class StrategyDetail(AbstractModel):
|
|
|
7009
6883
|
@property
|
|
7010
6884
|
def KeepDomainRecords(self):
|
|
7011
6885
|
"""是否保留线路:enabled保留,disabled不保留,只保留默认线路
|
|
7012
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7013
6886
|
:rtype: str
|
|
7014
6887
|
"""
|
|
7015
6888
|
return self._KeepDomainRecords
|
|
@@ -7033,7 +6906,6 @@ class StrategyDetail(AbstractModel):
|
|
|
7033
6906
|
@property
|
|
7034
6907
|
def CreatedOn(self):
|
|
7035
6908
|
"""创建时间
|
|
7036
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7037
6909
|
:rtype: str
|
|
7038
6910
|
"""
|
|
7039
6911
|
return self._CreatedOn
|
|
@@ -7045,7 +6917,6 @@ class StrategyDetail(AbstractModel):
|
|
|
7045
6917
|
@property
|
|
7046
6918
|
def UpdatedOn(self):
|
|
7047
6919
|
"""更新时间
|
|
7048
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7049
6920
|
:rtype: str
|
|
7050
6921
|
"""
|
|
7051
6922
|
return self._UpdatedOn
|
|
@@ -7057,7 +6928,6 @@ class StrategyDetail(AbstractModel):
|
|
|
7057
6928
|
@property
|
|
7058
6929
|
def SwitchPoolType(self):
|
|
7059
6930
|
"""调度模式:AUTO默认;PAUSE仅暂停不切换
|
|
7060
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7061
6931
|
:rtype: str
|
|
7062
6932
|
"""
|
|
7063
6933
|
return self._SwitchPoolType
|