tencentcloud-sdk-python 3.0.1360__py2.py3-none-any.whl → 3.0.1362__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/bh/v20230418/bh_client.py +23 -0
- tencentcloud/bh/v20230418/models.py +139 -0
- tencentcloud/cdb/v20170320/cdb_client.py +1 -1
- tencentcloud/cdb/v20170320/models.py +6 -6
- tencentcloud/cdwdoris/v20211228/models.py +30 -0
- tencentcloud/cdwpg/v20201230/models.py +22 -334
- tencentcloud/cvm/v20170312/models.py +20 -10
- tencentcloud/cwp/v20180228/models.py +138 -12
- tencentcloud/cynosdb/v20190107/models.py +45 -0
- tencentcloud/dlc/v20210125/models.py +107 -566
- tencentcloud/dsgc/v20190723/models.py +30 -0
- tencentcloud/emr/v20190103/emr_client.py +23 -0
- tencentcloud/emr/v20190103/models.py +214 -0
- tencentcloud/es/v20250101/es_client.py +23 -0
- tencentcloud/es/v20250101/models.py +356 -1
- tencentcloud/ess/v20201111/models.py +256 -0
- tencentcloud/essbasic/v20210526/models.py +281 -13
- tencentcloud/gaap/v20180529/gaap_client.py +1 -1
- tencentcloud/gaap/v20180529/models.py +2 -186
- tencentcloud/gs/v20191118/gs_client.py +46 -0
- tencentcloud/gs/v20191118/models.py +385 -8
- tencentcloud/ioa/v20220601/ioa_client.py +46 -0
- tencentcloud/ioa/v20220601/models.py +358 -0
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +115 -0
- tencentcloud/iotexplorer/v20190423/models.py +1228 -50
- tencentcloud/kms/v20190118/models.py +71 -0
- tencentcloud/lcic/v20220817/models.py +64 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +0 -6
- tencentcloud/lighthouse/v20200324/lighthouse_client.py +4 -57
- tencentcloud/lighthouse/v20200324/models.py +14 -168
- tencentcloud/monitor/v20180724/models.py +2 -2
- tencentcloud/monitor/v20180724/monitor_client.py +1 -1
- tencentcloud/mps/v20190612/models.py +168 -17
- tencentcloud/oceanus/v20190422/models.py +2 -2
- tencentcloud/privatedns/v20201028/models.py +6 -6
- tencentcloud/tan/v20220420/tan_client.py +3 -1
- tencentcloud/tcbr/v20220217/models.py +15 -0
- tencentcloud/tione/v20211111/models.py +91 -0
- tencentcloud/trocket/v20230308/models.py +1451 -66
- tencentcloud/trocket/v20230308/trocket_client.py +215 -0
- tencentcloud/vcube/v20220410/models.py +15 -0
- tencentcloud/vdb/v20230616/models.py +15 -0
- tencentcloud/vpc/v20170312/models.py +307 -78
- tencentcloud/vpc/v20170312/vpc_client.py +31 -3
- tencentcloud/wedata/v20210820/models.py +6 -6
- {tencentcloud_sdk_python-3.0.1360.dist-info → tencentcloud_sdk_python-3.0.1362.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1360.dist-info → tencentcloud_sdk_python-3.0.1362.dist-info}/RECORD +51 -51
- {tencentcloud_sdk_python-3.0.1360.dist-info → tencentcloud_sdk_python-3.0.1362.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1360.dist-info → tencentcloud_sdk_python-3.0.1362.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1360.dist-info → tencentcloud_sdk_python-3.0.1362.dist-info}/top_level.txt +0 -0
@@ -131,7 +131,6 @@ class AccessRegionDetial(AbstractModel):
|
|
131
131
|
第5个bit,支持精品BGP接入;
|
132
132
|
第6个bit,支持三网接入;
|
133
133
|
第7个bit,支持接入段Qos加速。
|
134
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
135
134
|
:type FeatureBitmap: int
|
136
135
|
"""
|
137
136
|
self._RegionId = None
|
@@ -233,7 +232,6 @@ class AccessRegionDetial(AbstractModel):
|
|
233
232
|
第5个bit,支持精品BGP接入;
|
234
233
|
第6个bit,支持三网接入;
|
235
234
|
第7个bit,支持接入段Qos加速。
|
236
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
237
235
|
:rtype: int
|
238
236
|
"""
|
239
237
|
return self._FeatureBitmap
|
@@ -648,10 +646,8 @@ class BindRealServer(AbstractModel):
|
|
648
646
|
0表示正常;
|
649
647
|
1表示异常。
|
650
648
|
未开启健康检查状态时,该状态始终为正常。
|
651
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
652
649
|
:type RealServerStatus: int
|
653
650
|
:param _RealServerPort: 源站的端口号
|
654
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
655
651
|
:type RealServerPort: int
|
656
652
|
:param _DownIPList: 当源站为域名时,域名被解析成一个或者多个IP,该字段表示其中异常的IP列表。状态异常,但该字段为空时,表示域名解析异常。
|
657
653
|
:type DownIPList: list of str
|
@@ -705,7 +701,6 @@ class BindRealServer(AbstractModel):
|
|
705
701
|
0表示正常;
|
706
702
|
1表示异常。
|
707
703
|
未开启健康检查状态时,该状态始终为正常。
|
708
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
709
704
|
:rtype: int
|
710
705
|
"""
|
711
706
|
return self._RealServerStatus
|
@@ -717,7 +712,6 @@ class BindRealServer(AbstractModel):
|
|
717
712
|
@property
|
718
713
|
def RealServerPort(self):
|
719
714
|
"""源站的端口号
|
720
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
721
715
|
:rtype: int
|
722
716
|
"""
|
723
717
|
return self._RealServerPort
|
@@ -783,7 +777,6 @@ class BindRealServerInfo(AbstractModel):
|
|
783
777
|
:param _ProjectId: 项目ID
|
784
778
|
:type ProjectId: int
|
785
779
|
:param _TagSet: 标签列表
|
786
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
787
780
|
:type TagSet: list of TagPair
|
788
781
|
"""
|
789
782
|
self._RealServerIP = None
|
@@ -839,7 +832,6 @@ class BindRealServerInfo(AbstractModel):
|
|
839
832
|
@property
|
840
833
|
def TagSet(self):
|
841
834
|
"""标签列表
|
842
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
843
835
|
:rtype: list of TagPair
|
844
836
|
"""
|
845
837
|
return self._TagSet
|
@@ -1025,21 +1017,16 @@ class Certificate(AbstractModel):
|
|
1025
1017
|
:param _CertificateType: 证书类型。
|
1026
1018
|
:type CertificateType: int
|
1027
1019
|
:param _CertificateAlias: 证书名称。
|
1028
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1029
1020
|
:type CertificateAlias: str
|
1030
1021
|
:param _CreateTime: 证书创建时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
|
1031
1022
|
:type CreateTime: int
|
1032
1023
|
:param _BeginTime: 证书生效起始时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
|
1033
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1034
1024
|
:type BeginTime: int
|
1035
1025
|
:param _EndTime: 证书过期时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
|
1036
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1037
1026
|
:type EndTime: int
|
1038
1027
|
:param _IssuerCN: 证书签发者通用名称。
|
1039
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1040
1028
|
:type IssuerCN: str
|
1041
1029
|
:param _SubjectCN: 证书主题通用名称。
|
1042
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1043
1030
|
:type SubjectCN: str
|
1044
1031
|
"""
|
1045
1032
|
self._CertificateId = None
|
@@ -1088,7 +1075,6 @@ class Certificate(AbstractModel):
|
|
1088
1075
|
@property
|
1089
1076
|
def CertificateAlias(self):
|
1090
1077
|
"""证书名称。
|
1091
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1092
1078
|
:rtype: str
|
1093
1079
|
"""
|
1094
1080
|
return self._CertificateAlias
|
@@ -1111,7 +1097,6 @@ class Certificate(AbstractModel):
|
|
1111
1097
|
@property
|
1112
1098
|
def BeginTime(self):
|
1113
1099
|
"""证书生效起始时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
|
1114
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1115
1100
|
:rtype: int
|
1116
1101
|
"""
|
1117
1102
|
return self._BeginTime
|
@@ -1123,7 +1108,6 @@ class Certificate(AbstractModel):
|
|
1123
1108
|
@property
|
1124
1109
|
def EndTime(self):
|
1125
1110
|
"""证书过期时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
|
1126
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1127
1111
|
:rtype: int
|
1128
1112
|
"""
|
1129
1113
|
return self._EndTime
|
@@ -1135,7 +1119,6 @@ class Certificate(AbstractModel):
|
|
1135
1119
|
@property
|
1136
1120
|
def IssuerCN(self):
|
1137
1121
|
"""证书签发者通用名称。
|
1138
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1139
1122
|
:rtype: str
|
1140
1123
|
"""
|
1141
1124
|
return self._IssuerCN
|
@@ -1147,7 +1130,6 @@ class Certificate(AbstractModel):
|
|
1147
1130
|
@property
|
1148
1131
|
def SubjectCN(self):
|
1149
1132
|
"""证书主题通用名称。
|
1150
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1151
1133
|
:rtype: str
|
1152
1134
|
"""
|
1153
1135
|
return self._SubjectCN
|
@@ -1240,27 +1222,20 @@ class CertificateDetail(AbstractModel):
|
|
1240
1222
|
:param _CertificateType: 证书类型。
|
1241
1223
|
:type CertificateType: int
|
1242
1224
|
:param _CertificateAlias: 证书名字。
|
1243
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1244
1225
|
:type CertificateAlias: str
|
1245
1226
|
:param _CertificateContent: 证书内容。
|
1246
1227
|
:type CertificateContent: str
|
1247
1228
|
:param _CertificateKey: 密钥内容。仅当证书类型为SSL证书时,返回该字段。
|
1248
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1249
1229
|
:type CertificateKey: str
|
1250
1230
|
:param _CreateTime: 创建时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
|
1251
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1252
1231
|
:type CreateTime: int
|
1253
1232
|
:param _BeginTime: 证书生效起始时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
|
1254
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1255
1233
|
:type BeginTime: int
|
1256
1234
|
:param _EndTime: 证书过期时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
|
1257
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1258
1235
|
:type EndTime: int
|
1259
1236
|
:param _IssuerCN: 证书签发者通用名称。
|
1260
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1261
1237
|
:type IssuerCN: str
|
1262
1238
|
:param _SubjectCN: 证书主题通用名称。
|
1263
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1264
1239
|
:type SubjectCN: str
|
1265
1240
|
"""
|
1266
1241
|
self._CertificateId = None
|
@@ -1299,7 +1274,6 @@ class CertificateDetail(AbstractModel):
|
|
1299
1274
|
@property
|
1300
1275
|
def CertificateAlias(self):
|
1301
1276
|
"""证书名字。
|
1302
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1303
1277
|
:rtype: str
|
1304
1278
|
"""
|
1305
1279
|
return self._CertificateAlias
|
@@ -1322,7 +1296,6 @@ class CertificateDetail(AbstractModel):
|
|
1322
1296
|
@property
|
1323
1297
|
def CertificateKey(self):
|
1324
1298
|
"""密钥内容。仅当证书类型为SSL证书时,返回该字段。
|
1325
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1326
1299
|
:rtype: str
|
1327
1300
|
"""
|
1328
1301
|
return self._CertificateKey
|
@@ -1334,7 +1307,6 @@ class CertificateDetail(AbstractModel):
|
|
1334
1307
|
@property
|
1335
1308
|
def CreateTime(self):
|
1336
1309
|
"""创建时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
|
1337
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1338
1310
|
:rtype: int
|
1339
1311
|
"""
|
1340
1312
|
return self._CreateTime
|
@@ -1346,7 +1318,6 @@ class CertificateDetail(AbstractModel):
|
|
1346
1318
|
@property
|
1347
1319
|
def BeginTime(self):
|
1348
1320
|
"""证书生效起始时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
|
1349
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1350
1321
|
:rtype: int
|
1351
1322
|
"""
|
1352
1323
|
return self._BeginTime
|
@@ -1358,7 +1329,6 @@ class CertificateDetail(AbstractModel):
|
|
1358
1329
|
@property
|
1359
1330
|
def EndTime(self):
|
1360
1331
|
"""证书过期时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
|
1361
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1362
1332
|
:rtype: int
|
1363
1333
|
"""
|
1364
1334
|
return self._EndTime
|
@@ -1370,7 +1340,6 @@ class CertificateDetail(AbstractModel):
|
|
1370
1340
|
@property
|
1371
1341
|
def IssuerCN(self):
|
1372
1342
|
"""证书签发者通用名称。
|
1373
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1374
1343
|
:rtype: str
|
1375
1344
|
"""
|
1376
1345
|
return self._IssuerCN
|
@@ -1382,7 +1351,6 @@ class CertificateDetail(AbstractModel):
|
|
1382
1351
|
@property
|
1383
1352
|
def SubjectCN(self):
|
1384
1353
|
"""证书主题通用名称。
|
1385
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1386
1354
|
:rtype: str
|
1387
1355
|
"""
|
1388
1356
|
return self._SubjectCN
|
@@ -1946,7 +1914,6 @@ class CountryAreaMap(AbstractModel):
|
|
1946
1914
|
:param _ContinentInnerCode: 大洲编码。
|
1947
1915
|
:type ContinentInnerCode: str
|
1948
1916
|
:param _Remark: 标注信息
|
1949
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1950
1917
|
:type Remark: str
|
1951
1918
|
"""
|
1952
1919
|
self._NationCountryName = None
|
@@ -2026,7 +1993,6 @@ class CountryAreaMap(AbstractModel):
|
|
2026
1993
|
@property
|
2027
1994
|
def Remark(self):
|
2028
1995
|
"""标注信息
|
2029
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2030
1996
|
:rtype: str
|
2031
1997
|
"""
|
2032
1998
|
return self._Remark
|
@@ -6128,7 +6094,6 @@ class DescribeBlackHeaderResponse(AbstractModel):
|
|
6128
6094
|
def __init__(self):
|
6129
6095
|
r"""
|
6130
6096
|
:param _BlackHeaders: 禁用的自定义header列表
|
6131
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6132
6097
|
:type BlackHeaders: list of str
|
6133
6098
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6134
6099
|
:type RequestId: str
|
@@ -6139,7 +6104,6 @@ class DescribeBlackHeaderResponse(AbstractModel):
|
|
6139
6104
|
@property
|
6140
6105
|
def BlackHeaders(self):
|
6141
6106
|
"""禁用的自定义header列表
|
6142
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6143
6107
|
:rtype: list of str
|
6144
6108
|
"""
|
6145
6109
|
return self._BlackHeaders
|
@@ -6521,10 +6485,8 @@ class DescribeCustomHeaderResponse(AbstractModel):
|
|
6521
6485
|
def __init__(self):
|
6522
6486
|
r"""
|
6523
6487
|
:param _RuleId: 规则id
|
6524
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6525
6488
|
:type RuleId: str
|
6526
6489
|
:param _Headers: 自定义header列表
|
6527
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6528
6490
|
:type Headers: list of HttpHeaderParam
|
6529
6491
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6530
6492
|
:type RequestId: str
|
@@ -6536,7 +6498,6 @@ class DescribeCustomHeaderResponse(AbstractModel):
|
|
6536
6498
|
@property
|
6537
6499
|
def RuleId(self):
|
6538
6500
|
"""规则id
|
6539
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6540
6501
|
:rtype: str
|
6541
6502
|
"""
|
6542
6503
|
return self._RuleId
|
@@ -6548,7 +6509,6 @@ class DescribeCustomHeaderResponse(AbstractModel):
|
|
6548
6509
|
@property
|
6549
6510
|
def Headers(self):
|
6550
6511
|
"""自定义header列表
|
6551
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6552
6512
|
:rtype: list of HttpHeaderParam
|
6553
6513
|
"""
|
6554
6514
|
return self._Headers
|
@@ -6686,14 +6646,14 @@ class DescribeDomainErrorPageInfoByIdsRequest(AbstractModel):
|
|
6686
6646
|
|
6687
6647
|
def __init__(self):
|
6688
6648
|
r"""
|
6689
|
-
:param _ErrorPageIds: 定制错误ID
|
6649
|
+
:param _ErrorPageIds: 定制错误ID列表,最多支持10个
|
6690
6650
|
:type ErrorPageIds: list of str
|
6691
6651
|
"""
|
6692
6652
|
self._ErrorPageIds = None
|
6693
6653
|
|
6694
6654
|
@property
|
6695
6655
|
def ErrorPageIds(self):
|
6696
|
-
"""定制错误ID
|
6656
|
+
"""定制错误ID列表,最多支持10个
|
6697
6657
|
:rtype: list of str
|
6698
6658
|
"""
|
6699
6659
|
return self._ErrorPageIds
|
@@ -6723,7 +6683,6 @@ class DescribeDomainErrorPageInfoByIdsResponse(AbstractModel):
|
|
6723
6683
|
def __init__(self):
|
6724
6684
|
r"""
|
6725
6685
|
:param _ErrorPageSet: 定制错误响应配置集
|
6726
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6727
6686
|
:type ErrorPageSet: list of DomainErrorPageInfo
|
6728
6687
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6729
6688
|
:type RequestId: str
|
@@ -6734,7 +6693,6 @@ class DescribeDomainErrorPageInfoByIdsResponse(AbstractModel):
|
|
6734
6693
|
@property
|
6735
6694
|
def ErrorPageSet(self):
|
6736
6695
|
"""定制错误响应配置集
|
6737
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6738
6696
|
:rtype: list of DomainErrorPageInfo
|
6739
6697
|
"""
|
6740
6698
|
return self._ErrorPageSet
|
@@ -6824,7 +6782,6 @@ class DescribeDomainErrorPageInfoResponse(AbstractModel):
|
|
6824
6782
|
def __init__(self):
|
6825
6783
|
r"""
|
6826
6784
|
:param _ErrorPageSet: 定制错误响应配置集
|
6827
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6828
6785
|
:type ErrorPageSet: list of DomainErrorPageInfo
|
6829
6786
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6830
6787
|
:type RequestId: str
|
@@ -6835,7 +6792,6 @@ class DescribeDomainErrorPageInfoResponse(AbstractModel):
|
|
6835
6792
|
@property
|
6836
6793
|
def ErrorPageSet(self):
|
6837
6794
|
"""定制错误响应配置集
|
6838
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6839
6795
|
:rtype: list of DomainErrorPageInfo
|
6840
6796
|
"""
|
6841
6797
|
return self._ErrorPageSet
|
@@ -9000,7 +8956,6 @@ class DescribeProxyGroupListResponse(AbstractModel):
|
|
9000
8956
|
:param _TotalCount: 通道组总数。
|
9001
8957
|
:type TotalCount: int
|
9002
8958
|
:param _ProxyGroupList: 通道组列表。
|
9003
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9004
8959
|
:type ProxyGroupList: list of ProxyGroupInfo
|
9005
8960
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9006
8961
|
:type RequestId: str
|
@@ -9023,7 +8978,6 @@ class DescribeProxyGroupListResponse(AbstractModel):
|
|
9023
8978
|
@property
|
9024
8979
|
def ProxyGroupList(self):
|
9025
8980
|
"""通道组列表。
|
9026
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9027
8981
|
:rtype: list of ProxyGroupInfo
|
9028
8982
|
"""
|
9029
8983
|
return self._ProxyGroupList
|
@@ -11030,7 +10984,6 @@ class DescribeTaskStatusResponse(AbstractModel):
|
|
11030
10984
|
:param _Status: 任务状态:RUNNING,FAIL,SUCCESS
|
11031
10985
|
:type Status: str
|
11032
10986
|
:param _TaskId: 任务ID
|
11033
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11034
10987
|
:type TaskId: str
|
11035
10988
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11036
10989
|
:type RequestId: str
|
@@ -11053,7 +11006,6 @@ class DescribeTaskStatusResponse(AbstractModel):
|
|
11053
11006
|
@property
|
11054
11007
|
def TaskId(self):
|
11055
11008
|
"""任务ID
|
11056
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11057
11009
|
:rtype: str
|
11058
11010
|
"""
|
11059
11011
|
return self._TaskId
|
@@ -11679,7 +11631,6 @@ class Domain(AbstractModel):
|
|
11679
11631
|
:param _ProjectId: 所属项目
|
11680
11632
|
:type ProjectId: int
|
11681
11633
|
:param _DefaultValue: 默认入口
|
11682
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11683
11634
|
:type DefaultValue: str
|
11684
11635
|
:param _ProxyCount: 通道数量
|
11685
11636
|
:type ProxyCount: int
|
@@ -11689,10 +11640,8 @@ class Domain(AbstractModel):
|
|
11689
11640
|
注意:此字段可能返回 null,表示取不到有效值。
|
11690
11641
|
:type UpdateTime: int
|
11691
11642
|
:param _TagSet: 标签列表
|
11692
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11693
11643
|
:type TagSet: list of TagPair
|
11694
11644
|
:param _BanStatus: 封禁解封状态:BANNED表示已封禁,RECOVER表示已解封或未封禁,BANNING表示封禁中,RECOVERING表示解封中,BAN_FAILED表示封禁失败,RECOVER_FAILED表示解封失败。
|
11695
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11696
11645
|
:type BanStatus: str
|
11697
11646
|
"""
|
11698
11647
|
self._DomainId = None
|
@@ -11777,7 +11726,6 @@ class Domain(AbstractModel):
|
|
11777
11726
|
@property
|
11778
11727
|
def DefaultValue(self):
|
11779
11728
|
"""默认入口
|
11780
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11781
11729
|
:rtype: str
|
11782
11730
|
"""
|
11783
11731
|
return self._DefaultValue
|
@@ -11823,7 +11771,6 @@ class Domain(AbstractModel):
|
|
11823
11771
|
@property
|
11824
11772
|
def TagSet(self):
|
11825
11773
|
"""标签列表
|
11826
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11827
11774
|
:rtype: list of TagPair
|
11828
11775
|
"""
|
11829
11776
|
return self._TagSet
|
@@ -11835,7 +11782,6 @@ class Domain(AbstractModel):
|
|
11835
11782
|
@property
|
11836
11783
|
def BanStatus(self):
|
11837
11784
|
"""封禁解封状态:BANNED表示已封禁,RECOVER表示已解封或未封禁,BANNING表示封禁中,RECOVERING表示解封中,BAN_FAILED表示封禁失败,RECOVER_FAILED表示解封失败。
|
11838
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11839
11785
|
:rtype: str
|
11840
11786
|
"""
|
11841
11787
|
return self._BanStatus
|
@@ -12010,19 +11956,14 @@ class DomainErrorPageInfo(AbstractModel):
|
|
12010
11956
|
:param _ErrorNos: 原始错误码
|
12011
11957
|
:type ErrorNos: list of int
|
12012
11958
|
:param _NewErrorNo: 新的错误码
|
12013
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12014
11959
|
:type NewErrorNo: int
|
12015
11960
|
:param _ClearHeaders: 需要清理的响应头
|
12016
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12017
11961
|
:type ClearHeaders: list of str
|
12018
11962
|
:param _SetHeaders: 需要设置的响应头
|
12019
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12020
11963
|
:type SetHeaders: list of HttpHeaderParam
|
12021
11964
|
:param _Body: 设置的响应体(不包括 HTTP头)
|
12022
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12023
11965
|
:type Body: str
|
12024
11966
|
:param _Status: 规则状态,0为成功
|
12025
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12026
11967
|
:type Status: int
|
12027
11968
|
"""
|
12028
11969
|
self._ErrorPageId = None
|
@@ -12082,7 +12023,6 @@ class DomainErrorPageInfo(AbstractModel):
|
|
12082
12023
|
@property
|
12083
12024
|
def NewErrorNo(self):
|
12084
12025
|
"""新的错误码
|
12085
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12086
12026
|
:rtype: int
|
12087
12027
|
"""
|
12088
12028
|
return self._NewErrorNo
|
@@ -12094,7 +12034,6 @@ class DomainErrorPageInfo(AbstractModel):
|
|
12094
12034
|
@property
|
12095
12035
|
def ClearHeaders(self):
|
12096
12036
|
"""需要清理的响应头
|
12097
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12098
12037
|
:rtype: list of str
|
12099
12038
|
"""
|
12100
12039
|
return self._ClearHeaders
|
@@ -12106,7 +12045,6 @@ class DomainErrorPageInfo(AbstractModel):
|
|
12106
12045
|
@property
|
12107
12046
|
def SetHeaders(self):
|
12108
12047
|
"""需要设置的响应头
|
12109
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12110
12048
|
:rtype: list of HttpHeaderParam
|
12111
12049
|
"""
|
12112
12050
|
return self._SetHeaders
|
@@ -12118,7 +12056,6 @@ class DomainErrorPageInfo(AbstractModel):
|
|
12118
12056
|
@property
|
12119
12057
|
def Body(self):
|
12120
12058
|
"""设置的响应体(不包括 HTTP头)
|
12121
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12122
12059
|
:rtype: str
|
12123
12060
|
"""
|
12124
12061
|
return self._Body
|
@@ -12130,7 +12067,6 @@ class DomainErrorPageInfo(AbstractModel):
|
|
12130
12067
|
@property
|
12131
12068
|
def Status(self):
|
12132
12069
|
"""规则状态,0为成功
|
12133
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12134
12070
|
:rtype: int
|
12135
12071
|
"""
|
12136
12072
|
return self._Status
|
@@ -13661,10 +13597,8 @@ class InquiryPriceCreateProxyResponse(AbstractModel):
|
|
13661
13597
|
注意:此字段可能返回 null,表示取不到有效值。
|
13662
13598
|
:type DiscountFlowUnitPrice: float
|
13663
13599
|
:param _Cn2BandwidthPrice: 精品BGP的带宽费用价格,单位: 元/Mbps/天
|
13664
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13665
13600
|
:type Cn2BandwidthPrice: float
|
13666
13601
|
:param _Cn2BandwidthPriceWithDiscount: 精品BGP的折后带宽费用价格,单位: 元/Mbps/天
|
13667
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13668
13602
|
:type Cn2BandwidthPriceWithDiscount: float
|
13669
13603
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13670
13604
|
:type RequestId: str
|
@@ -13751,7 +13685,6 @@ class InquiryPriceCreateProxyResponse(AbstractModel):
|
|
13751
13685
|
@property
|
13752
13686
|
def Cn2BandwidthPrice(self):
|
13753
13687
|
"""精品BGP的带宽费用价格,单位: 元/Mbps/天
|
13754
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13755
13688
|
:rtype: float
|
13756
13689
|
"""
|
13757
13690
|
return self._Cn2BandwidthPrice
|
@@ -13763,7 +13696,6 @@ class InquiryPriceCreateProxyResponse(AbstractModel):
|
|
13763
13696
|
@property
|
13764
13697
|
def Cn2BandwidthPriceWithDiscount(self):
|
13765
13698
|
"""精品BGP的折后带宽费用价格,单位: 元/Mbps/天
|
13766
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13767
13699
|
:rtype: float
|
13768
13700
|
"""
|
13769
13701
|
return self._Cn2BandwidthPriceWithDiscount
|
@@ -16739,22 +16671,16 @@ class ProxyAccessInfo(AbstractModel):
|
|
16739
16671
|
def __init__(self):
|
16740
16672
|
r"""
|
16741
16673
|
:param _RegionId: 地域ID
|
16742
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16743
16674
|
:type RegionId: str
|
16744
16675
|
:param _RegionName: 地域名称
|
16745
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16746
16676
|
:type RegionName: str
|
16747
16677
|
:param _ProxyId: 通道ID
|
16748
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16749
16678
|
:type ProxyId: str
|
16750
16679
|
:param _Vip: 通道接入ip
|
16751
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16752
16680
|
:type Vip: str
|
16753
16681
|
:param _VipList: 三网通道VIP列表
|
16754
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16755
16682
|
:type VipList: list of IPDetail
|
16756
16683
|
:param _SourceRegionIdcType: 接入点IDC类型。ec或dc
|
16757
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16758
16684
|
:type SourceRegionIdcType: str
|
16759
16685
|
"""
|
16760
16686
|
self._RegionId = None
|
@@ -16767,7 +16693,6 @@ class ProxyAccessInfo(AbstractModel):
|
|
16767
16693
|
@property
|
16768
16694
|
def RegionId(self):
|
16769
16695
|
"""地域ID
|
16770
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16771
16696
|
:rtype: str
|
16772
16697
|
"""
|
16773
16698
|
return self._RegionId
|
@@ -16779,7 +16704,6 @@ class ProxyAccessInfo(AbstractModel):
|
|
16779
16704
|
@property
|
16780
16705
|
def RegionName(self):
|
16781
16706
|
"""地域名称
|
16782
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16783
16707
|
:rtype: str
|
16784
16708
|
"""
|
16785
16709
|
return self._RegionName
|
@@ -16791,7 +16715,6 @@ class ProxyAccessInfo(AbstractModel):
|
|
16791
16715
|
@property
|
16792
16716
|
def ProxyId(self):
|
16793
16717
|
"""通道ID
|
16794
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16795
16718
|
:rtype: str
|
16796
16719
|
"""
|
16797
16720
|
return self._ProxyId
|
@@ -16803,7 +16726,6 @@ class ProxyAccessInfo(AbstractModel):
|
|
16803
16726
|
@property
|
16804
16727
|
def Vip(self):
|
16805
16728
|
"""通道接入ip
|
16806
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16807
16729
|
:rtype: str
|
16808
16730
|
"""
|
16809
16731
|
return self._Vip
|
@@ -16815,7 +16737,6 @@ class ProxyAccessInfo(AbstractModel):
|
|
16815
16737
|
@property
|
16816
16738
|
def VipList(self):
|
16817
16739
|
"""三网通道VIP列表
|
16818
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16819
16740
|
:rtype: list of IPDetail
|
16820
16741
|
"""
|
16821
16742
|
return self._VipList
|
@@ -16827,7 +16748,6 @@ class ProxyAccessInfo(AbstractModel):
|
|
16827
16748
|
@property
|
16828
16749
|
def SourceRegionIdcType(self):
|
16829
16750
|
"""接入点IDC类型。ec或dc
|
16830
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16831
16751
|
:rtype: str
|
16832
16752
|
"""
|
16833
16753
|
return self._SourceRegionIdcType
|
@@ -16897,27 +16817,20 @@ class ProxyGroupDetail(AbstractModel):
|
|
16897
16817
|
:param _GroupId: 通道组ID
|
16898
16818
|
:type GroupId: str
|
16899
16819
|
:param _TagSet: 标签列表
|
16900
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16901
16820
|
:type TagSet: list of TagPair
|
16902
16821
|
:param _PolicyId: 安全策略ID,当设置了安全策略时,存在该字段。
|
16903
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16904
16822
|
:type PolicyId: str
|
16905
16823
|
:param _Version: 通道组版本
|
16906
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16907
16824
|
:type Version: str
|
16908
16825
|
:param _ClientIPMethod: 通道获取客户端IP的方式,0表示TOA,1表示Proxy Protocol
|
16909
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16910
16826
|
:type ClientIPMethod: list of int
|
16911
16827
|
:param _IPAddressVersion: IP版本,可取值:IPv4、IPv6,默认值IPv4
|
16912
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16913
16828
|
:type IPAddressVersion: str
|
16914
16829
|
:param _PackageType: 通道组套餐类型:Thunder表示标准通道组,Accelerator表示银牌加速通道组,CrossBorder表示跨境通道组。
|
16915
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16916
16830
|
:type PackageType: str
|
16917
16831
|
:param _Http3Supported: 支持Http3特性的标识,其中:
|
16918
16832
|
0表示关闭;
|
16919
16833
|
1表示启用。
|
16920
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16921
16834
|
:type Http3Supported: int
|
16922
16835
|
:param _FeatureBitmap: 特性位图,每个bit位代表一种特性,其中:
|
16923
16836
|
0,表示不支持该特性;
|
@@ -16930,13 +16843,11 @@ class ProxyGroupDetail(AbstractModel):
|
|
16930
16843
|
第5个bit,支持精品BGP接入;
|
16931
16844
|
第6个bit,支持三网接入;
|
16932
16845
|
第7个bit,支持接入段Qos加速。
|
16933
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16934
16846
|
注意:此字段可能返回 null,表示取不到有效值。
|
16935
16847
|
:type FeatureBitmap: int
|
16936
16848
|
:param _IsSupportTLSChoice: 是否支持设置TLS设置
|
16937
16849
|
0表示不支持;
|
16938
16850
|
1表示支持。
|
16939
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16940
16851
|
:type IsSupportTLSChoice: int
|
16941
16852
|
"""
|
16942
16853
|
self._CreateTime = None
|
@@ -17102,7 +17013,6 @@ class ProxyGroupDetail(AbstractModel):
|
|
17102
17013
|
@property
|
17103
17014
|
def TagSet(self):
|
17104
17015
|
"""标签列表
|
17105
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17106
17016
|
:rtype: list of TagPair
|
17107
17017
|
"""
|
17108
17018
|
return self._TagSet
|
@@ -17114,7 +17024,6 @@ class ProxyGroupDetail(AbstractModel):
|
|
17114
17024
|
@property
|
17115
17025
|
def PolicyId(self):
|
17116
17026
|
"""安全策略ID,当设置了安全策略时,存在该字段。
|
17117
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17118
17027
|
:rtype: str
|
17119
17028
|
"""
|
17120
17029
|
return self._PolicyId
|
@@ -17126,7 +17035,6 @@ class ProxyGroupDetail(AbstractModel):
|
|
17126
17035
|
@property
|
17127
17036
|
def Version(self):
|
17128
17037
|
"""通道组版本
|
17129
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17130
17038
|
:rtype: str
|
17131
17039
|
"""
|
17132
17040
|
return self._Version
|
@@ -17138,7 +17046,6 @@ class ProxyGroupDetail(AbstractModel):
|
|
17138
17046
|
@property
|
17139
17047
|
def ClientIPMethod(self):
|
17140
17048
|
"""通道获取客户端IP的方式,0表示TOA,1表示Proxy Protocol
|
17141
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17142
17049
|
:rtype: list of int
|
17143
17050
|
"""
|
17144
17051
|
return self._ClientIPMethod
|
@@ -17150,7 +17057,6 @@ class ProxyGroupDetail(AbstractModel):
|
|
17150
17057
|
@property
|
17151
17058
|
def IPAddressVersion(self):
|
17152
17059
|
"""IP版本,可取值:IPv4、IPv6,默认值IPv4
|
17153
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17154
17060
|
:rtype: str
|
17155
17061
|
"""
|
17156
17062
|
return self._IPAddressVersion
|
@@ -17162,7 +17068,6 @@ class ProxyGroupDetail(AbstractModel):
|
|
17162
17068
|
@property
|
17163
17069
|
def PackageType(self):
|
17164
17070
|
"""通道组套餐类型:Thunder表示标准通道组,Accelerator表示银牌加速通道组,CrossBorder表示跨境通道组。
|
17165
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17166
17071
|
:rtype: str
|
17167
17072
|
"""
|
17168
17073
|
return self._PackageType
|
@@ -17176,7 +17081,6 @@ class ProxyGroupDetail(AbstractModel):
|
|
17176
17081
|
"""支持Http3特性的标识,其中:
|
17177
17082
|
0表示关闭;
|
17178
17083
|
1表示启用。
|
17179
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17180
17084
|
:rtype: int
|
17181
17085
|
"""
|
17182
17086
|
return self._Http3Supported
|
@@ -17198,7 +17102,6 @@ class ProxyGroupDetail(AbstractModel):
|
|
17198
17102
|
第5个bit,支持精品BGP接入;
|
17199
17103
|
第6个bit,支持三网接入;
|
17200
17104
|
第7个bit,支持接入段Qos加速。
|
17201
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17202
17105
|
注意:此字段可能返回 null,表示取不到有效值。
|
17203
17106
|
:rtype: int
|
17204
17107
|
"""
|
@@ -17213,7 +17116,6 @@ class ProxyGroupDetail(AbstractModel):
|
|
17213
17116
|
"""是否支持设置TLS设置
|
17214
17117
|
0表示不支持;
|
17215
17118
|
1表示支持。
|
17216
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17217
17119
|
:rtype: int
|
17218
17120
|
"""
|
17219
17121
|
return self._IsSupportTLSChoice
|
@@ -17275,7 +17177,6 @@ class ProxyGroupInfo(AbstractModel):
|
|
17275
17177
|
注意:此字段可能返回 null,表示取不到有效值。
|
17276
17178
|
:type Domain: str
|
17277
17179
|
:param _GroupName: 通道组名称
|
17278
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17279
17180
|
:type GroupName: str
|
17280
17181
|
:param _ProjectId: 项目ID
|
17281
17182
|
:type ProjectId: int
|
@@ -17293,18 +17194,14 @@ CHANGING表示部分部署中。
|
|
17293
17194
|
:param _TagSet: 标签列表。
|
17294
17195
|
:type TagSet: list of TagPair
|
17295
17196
|
:param _Version: 通道组版本
|
17296
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17297
17197
|
:type Version: str
|
17298
17198
|
:param _CreateTime: 创建时间
|
17299
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17300
17199
|
:type CreateTime: int
|
17301
17200
|
:param _ProxyType: 通道组是否包含微软通道
|
17302
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17303
17201
|
:type ProxyType: int
|
17304
17202
|
:param _Http3Supported: 支持Http3特性的标识,其中:
|
17305
17203
|
0表示关闭;
|
17306
17204
|
1表示启用。
|
17307
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17308
17205
|
:type Http3Supported: int
|
17309
17206
|
:param _FeatureBitmap: 特性位图,每个bit位代表一种特性,其中:
|
17310
17207
|
0,表示不支持该特性;
|
@@ -17317,7 +17214,6 @@ CHANGING表示部分部署中。
|
|
17317
17214
|
第5个bit,支持精品BGP接入;
|
17318
17215
|
第6个bit,支持三网接入;
|
17319
17216
|
第7个bit,支持接入段Qos加速。
|
17320
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17321
17217
|
注意:此字段可能返回 null,表示取不到有效值。
|
17322
17218
|
:type FeatureBitmap: int
|
17323
17219
|
"""
|
@@ -17360,7 +17256,6 @@ CHANGING表示部分部署中。
|
|
17360
17256
|
@property
|
17361
17257
|
def GroupName(self):
|
17362
17258
|
"""通道组名称
|
17363
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17364
17259
|
:rtype: str
|
17365
17260
|
"""
|
17366
17261
|
return self._GroupName
|
@@ -17423,7 +17318,6 @@ CHANGING表示部分部署中。
|
|
17423
17318
|
@property
|
17424
17319
|
def Version(self):
|
17425
17320
|
"""通道组版本
|
17426
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17427
17321
|
:rtype: str
|
17428
17322
|
"""
|
17429
17323
|
return self._Version
|
@@ -17435,7 +17329,6 @@ CHANGING表示部分部署中。
|
|
17435
17329
|
@property
|
17436
17330
|
def CreateTime(self):
|
17437
17331
|
"""创建时间
|
17438
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17439
17332
|
:rtype: int
|
17440
17333
|
"""
|
17441
17334
|
return self._CreateTime
|
@@ -17447,7 +17340,6 @@ CHANGING表示部分部署中。
|
|
17447
17340
|
@property
|
17448
17341
|
def ProxyType(self):
|
17449
17342
|
"""通道组是否包含微软通道
|
17450
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17451
17343
|
:rtype: int
|
17452
17344
|
"""
|
17453
17345
|
return self._ProxyType
|
@@ -17461,7 +17353,6 @@ CHANGING表示部分部署中。
|
|
17461
17353
|
"""支持Http3特性的标识,其中:
|
17462
17354
|
0表示关闭;
|
17463
17355
|
1表示启用。
|
17464
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17465
17356
|
:rtype: int
|
17466
17357
|
"""
|
17467
17358
|
return self._Http3Supported
|
@@ -17483,7 +17374,6 @@ CHANGING表示部分部署中。
|
|
17483
17374
|
第5个bit,支持精品BGP接入;
|
17484
17375
|
第6个bit,支持三网接入;
|
17485
17376
|
第7个bit,支持接入段Qos加速。
|
17486
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17487
17377
|
注意:此字段可能返回 null,表示取不到有效值。
|
17488
17378
|
:rtype: int
|
17489
17379
|
"""
|
@@ -17568,7 +17458,6 @@ class ProxyInfo(AbstractModel):
|
|
17568
17458
|
def __init__(self):
|
17569
17459
|
r"""
|
17570
17460
|
:param _InstanceId: (旧参数,请使用ProxyId)通道实例ID。
|
17571
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17572
17461
|
:type InstanceId: str
|
17573
17462
|
:param _CreateTime: 创建时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
|
17574
17463
|
:type CreateTime: int
|
@@ -17605,7 +17494,6 @@ MOVING表示迁移中。
|
|
17605
17494
|
:param _Version: 通道版本号:1.0,2.0,3.0。
|
17606
17495
|
:type Version: str
|
17607
17496
|
:param _ProxyId: (新参数)通道实例ID。
|
17608
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17609
17497
|
:type ProxyId: str
|
17610
17498
|
:param _Scalarable: 1,该通道可缩扩容;0,该通道无法缩扩容。
|
17611
17499
|
:type Scalarable: int
|
@@ -17618,57 +17506,42 @@ MOVING表示迁移中。
|
|
17618
17506
|
注意:此字段可能返回 null,表示取不到有效值。
|
17619
17507
|
:type PolicyId: str
|
17620
17508
|
:param _AccessRegionInfo: 接入地域详细信息,包括地域ID和地域名。
|
17621
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17622
17509
|
:type AccessRegionInfo: :class:`tencentcloud.gaap.v20180529.models.RegionDetail`
|
17623
17510
|
:param _RealServerRegionInfo: 源站地域详细信息,包括地域ID和地域名。
|
17624
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17625
17511
|
:type RealServerRegionInfo: :class:`tencentcloud.gaap.v20180529.models.RegionDetail`
|
17626
17512
|
:param _ForwardIP: 通道转发IP
|
17627
17513
|
:type ForwardIP: str
|
17628
17514
|
:param _TagSet: 标签列表,不存在标签时,该字段为空列表。
|
17629
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17630
17515
|
:type TagSet: list of TagPair
|
17631
17516
|
:param _SupportSecurity: 是否支持安全组配置
|
17632
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17633
17517
|
:type SupportSecurity: int
|
17634
17518
|
:param _BillingType: 计费类型: 0表示按带宽计费 1表示按流量计费。
|
17635
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17636
17519
|
:type BillingType: int
|
17637
17520
|
:param _RelatedGlobalDomains: 关联了解析的域名列表
|
17638
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17639
17521
|
:type RelatedGlobalDomains: list of str
|
17640
17522
|
:param _ModifyConfigTime: 配置变更时间
|
17641
17523
|
注意:此字段可能返回 null,表示取不到有效值。
|
17642
17524
|
:type ModifyConfigTime: int
|
17643
17525
|
:param _ProxyType: 通道类型,100表示THUNDER通道,103表示微软合作通道
|
17644
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17645
17526
|
:type ProxyType: int
|
17646
17527
|
:param _ClientIPMethod: 通道获取客户端IP的方式,0表示TOA,1表示Proxy Protocol
|
17647
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17648
17528
|
:type ClientIPMethod: list of int
|
17649
17529
|
:param _IPAddressVersion: IP版本:IPv4、IPv6
|
17650
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17651
17530
|
:type IPAddressVersion: str
|
17652
17531
|
:param _NetworkType: 网络类型:normal表示常规BGP,cn2表示精品BGP,triple表示三网,secure_eip表示定制安全EIP
|
17653
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17654
17532
|
:type NetworkType: str
|
17655
17533
|
:param _PackageType: 通道套餐类型:Thunder表示标准通道,Accelerator表示银牌加速通道,
|
17656
17534
|
CrossBorder表示跨境通道。
|
17657
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17658
17535
|
:type PackageType: str
|
17659
17536
|
:param _BanStatus: 封禁解封状态:BANNED表示已封禁,RECOVER表示已解封或未封禁,BANNING表示封禁中,RECOVERING表示解封中,BAN_FAILED表示封禁失败,RECOVER_FAILED表示解封失败。
|
17660
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17661
17537
|
:type BanStatus: str
|
17662
17538
|
:param _IPList: IP列表
|
17663
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17664
17539
|
:type IPList: list of IPDetail
|
17665
17540
|
:param _Http3Supported: 支持Http3协议的标识,其中:
|
17666
17541
|
0表示关闭;
|
17667
17542
|
1表示启用。
|
17668
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17669
17543
|
:type Http3Supported: int
|
17670
17544
|
:param _InBanBlacklist: 是否在封禁黑名单中,其中:0表示不在黑名单中,1表示在黑名单中。
|
17671
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17672
17545
|
:type InBanBlacklist: int
|
17673
17546
|
:param _FeatureBitmap: 特性位图,每个bit位代表一种特性,其中:
|
17674
17547
|
0,表示不支持该特性;
|
@@ -17681,16 +17554,13 @@ CrossBorder表示跨境通道。
|
|
17681
17554
|
第5个bit,支持精品BGP接入;
|
17682
17555
|
第6个bit,支持三网接入;
|
17683
17556
|
第7个bit,支持接入段Qos加速。
|
17684
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17685
17557
|
注意:此字段可能返回 null,表示取不到有效值。
|
17686
17558
|
:type FeatureBitmap: int
|
17687
17559
|
:param _IsAutoScaleProxy: 是否是开启了auto scale的通道,0表示否,1表示是。
|
17688
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17689
17560
|
:type IsAutoScaleProxy: int
|
17690
17561
|
:param _IsSupportTLSChoice: 是否允许设置TLS配置
|
17691
17562
|
0表示不支持;
|
17692
17563
|
1表示支持。
|
17693
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17694
17564
|
:type IsSupportTLSChoice: int
|
17695
17565
|
"""
|
17696
17566
|
self._InstanceId = None
|
@@ -17734,7 +17604,6 @@ CrossBorder表示跨境通道。
|
|
17734
17604
|
@property
|
17735
17605
|
def InstanceId(self):
|
17736
17606
|
"""(旧参数,请使用ProxyId)通道实例ID。
|
17737
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17738
17607
|
:rtype: str
|
17739
17608
|
"""
|
17740
17609
|
return self._InstanceId
|
@@ -17879,7 +17748,6 @@ MOVING表示迁移中。
|
|
17879
17748
|
@property
|
17880
17749
|
def ProxyId(self):
|
17881
17750
|
"""(新参数)通道实例ID。
|
17882
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17883
17751
|
:rtype: str
|
17884
17752
|
"""
|
17885
17753
|
return self._ProxyId
|
@@ -17937,7 +17805,6 @@ MOVING表示迁移中。
|
|
17937
17805
|
@property
|
17938
17806
|
def AccessRegionInfo(self):
|
17939
17807
|
"""接入地域详细信息,包括地域ID和地域名。
|
17940
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17941
17808
|
:rtype: :class:`tencentcloud.gaap.v20180529.models.RegionDetail`
|
17942
17809
|
"""
|
17943
17810
|
return self._AccessRegionInfo
|
@@ -17949,7 +17816,6 @@ MOVING表示迁移中。
|
|
17949
17816
|
@property
|
17950
17817
|
def RealServerRegionInfo(self):
|
17951
17818
|
"""源站地域详细信息,包括地域ID和地域名。
|
17952
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17953
17819
|
:rtype: :class:`tencentcloud.gaap.v20180529.models.RegionDetail`
|
17954
17820
|
"""
|
17955
17821
|
return self._RealServerRegionInfo
|
@@ -17972,7 +17838,6 @@ MOVING表示迁移中。
|
|
17972
17838
|
@property
|
17973
17839
|
def TagSet(self):
|
17974
17840
|
"""标签列表,不存在标签时,该字段为空列表。
|
17975
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17976
17841
|
:rtype: list of TagPair
|
17977
17842
|
"""
|
17978
17843
|
return self._TagSet
|
@@ -17984,7 +17849,6 @@ MOVING表示迁移中。
|
|
17984
17849
|
@property
|
17985
17850
|
def SupportSecurity(self):
|
17986
17851
|
"""是否支持安全组配置
|
17987
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17988
17852
|
:rtype: int
|
17989
17853
|
"""
|
17990
17854
|
return self._SupportSecurity
|
@@ -17996,7 +17860,6 @@ MOVING表示迁移中。
|
|
17996
17860
|
@property
|
17997
17861
|
def BillingType(self):
|
17998
17862
|
"""计费类型: 0表示按带宽计费 1表示按流量计费。
|
17999
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18000
17863
|
:rtype: int
|
18001
17864
|
"""
|
18002
17865
|
return self._BillingType
|
@@ -18008,7 +17871,6 @@ MOVING表示迁移中。
|
|
18008
17871
|
@property
|
18009
17872
|
def RelatedGlobalDomains(self):
|
18010
17873
|
"""关联了解析的域名列表
|
18011
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18012
17874
|
:rtype: list of str
|
18013
17875
|
"""
|
18014
17876
|
return self._RelatedGlobalDomains
|
@@ -18032,7 +17894,6 @@ MOVING表示迁移中。
|
|
18032
17894
|
@property
|
18033
17895
|
def ProxyType(self):
|
18034
17896
|
"""通道类型,100表示THUNDER通道,103表示微软合作通道
|
18035
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18036
17897
|
:rtype: int
|
18037
17898
|
"""
|
18038
17899
|
return self._ProxyType
|
@@ -18044,7 +17905,6 @@ MOVING表示迁移中。
|
|
18044
17905
|
@property
|
18045
17906
|
def ClientIPMethod(self):
|
18046
17907
|
"""通道获取客户端IP的方式,0表示TOA,1表示Proxy Protocol
|
18047
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18048
17908
|
:rtype: list of int
|
18049
17909
|
"""
|
18050
17910
|
return self._ClientIPMethod
|
@@ -18056,7 +17916,6 @@ MOVING表示迁移中。
|
|
18056
17916
|
@property
|
18057
17917
|
def IPAddressVersion(self):
|
18058
17918
|
"""IP版本:IPv4、IPv6
|
18059
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18060
17919
|
:rtype: str
|
18061
17920
|
"""
|
18062
17921
|
return self._IPAddressVersion
|
@@ -18068,7 +17927,6 @@ MOVING表示迁移中。
|
|
18068
17927
|
@property
|
18069
17928
|
def NetworkType(self):
|
18070
17929
|
"""网络类型:normal表示常规BGP,cn2表示精品BGP,triple表示三网,secure_eip表示定制安全EIP
|
18071
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18072
17930
|
:rtype: str
|
18073
17931
|
"""
|
18074
17932
|
return self._NetworkType
|
@@ -18081,7 +17939,6 @@ MOVING表示迁移中。
|
|
18081
17939
|
def PackageType(self):
|
18082
17940
|
"""通道套餐类型:Thunder表示标准通道,Accelerator表示银牌加速通道,
|
18083
17941
|
CrossBorder表示跨境通道。
|
18084
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18085
17942
|
:rtype: str
|
18086
17943
|
"""
|
18087
17944
|
return self._PackageType
|
@@ -18093,7 +17950,6 @@ CrossBorder表示跨境通道。
|
|
18093
17950
|
@property
|
18094
17951
|
def BanStatus(self):
|
18095
17952
|
"""封禁解封状态:BANNED表示已封禁,RECOVER表示已解封或未封禁,BANNING表示封禁中,RECOVERING表示解封中,BAN_FAILED表示封禁失败,RECOVER_FAILED表示解封失败。
|
18096
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18097
17953
|
:rtype: str
|
18098
17954
|
"""
|
18099
17955
|
return self._BanStatus
|
@@ -18105,7 +17961,6 @@ CrossBorder表示跨境通道。
|
|
18105
17961
|
@property
|
18106
17962
|
def IPList(self):
|
18107
17963
|
"""IP列表
|
18108
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18109
17964
|
:rtype: list of IPDetail
|
18110
17965
|
"""
|
18111
17966
|
return self._IPList
|
@@ -18119,7 +17974,6 @@ CrossBorder表示跨境通道。
|
|
18119
17974
|
"""支持Http3协议的标识,其中:
|
18120
17975
|
0表示关闭;
|
18121
17976
|
1表示启用。
|
18122
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18123
17977
|
:rtype: int
|
18124
17978
|
"""
|
18125
17979
|
return self._Http3Supported
|
@@ -18131,7 +17985,6 @@ CrossBorder表示跨境通道。
|
|
18131
17985
|
@property
|
18132
17986
|
def InBanBlacklist(self):
|
18133
17987
|
"""是否在封禁黑名单中,其中:0表示不在黑名单中,1表示在黑名单中。
|
18134
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18135
17988
|
:rtype: int
|
18136
17989
|
"""
|
18137
17990
|
return self._InBanBlacklist
|
@@ -18153,7 +18006,6 @@ CrossBorder表示跨境通道。
|
|
18153
18006
|
第5个bit,支持精品BGP接入;
|
18154
18007
|
第6个bit,支持三网接入;
|
18155
18008
|
第7个bit,支持接入段Qos加速。
|
18156
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18157
18009
|
注意:此字段可能返回 null,表示取不到有效值。
|
18158
18010
|
:rtype: int
|
18159
18011
|
"""
|
@@ -18166,7 +18018,6 @@ CrossBorder表示跨境通道。
|
|
18166
18018
|
@property
|
18167
18019
|
def IsAutoScaleProxy(self):
|
18168
18020
|
"""是否是开启了auto scale的通道,0表示否,1表示是。
|
18169
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18170
18021
|
:rtype: int
|
18171
18022
|
"""
|
18172
18023
|
return self._IsAutoScaleProxy
|
@@ -18180,7 +18031,6 @@ CrossBorder表示跨境通道。
|
|
18180
18031
|
"""是否允许设置TLS配置
|
18181
18032
|
0表示不支持;
|
18182
18033
|
1表示支持。
|
18183
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18184
18034
|
:rtype: int
|
18185
18035
|
"""
|
18186
18036
|
return self._IsSupportTLSChoice
|
@@ -18699,7 +18549,6 @@ class RegionDetail(AbstractModel):
|
|
18699
18549
|
第5个bit,支持精品BGP接入;
|
18700
18550
|
第6个bit,支持三网接入;
|
18701
18551
|
第7个bit,支持接入段Qos加速。
|
18702
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18703
18552
|
:type FeatureBitmap: int
|
18704
18553
|
:param _SupportFeature: 接入区域支持的能力
|
18705
18554
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -18781,7 +18630,6 @@ class RegionDetail(AbstractModel):
|
|
18781
18630
|
第5个bit,支持精品BGP接入;
|
18782
18631
|
第6个bit,支持三网接入;
|
18783
18632
|
第7个bit,支持接入段Qos加速。
|
18784
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18785
18633
|
:rtype: int
|
18786
18634
|
"""
|
18787
18635
|
return self._FeatureBitmap
|
@@ -18908,13 +18756,10 @@ class RuleCheckParams(AbstractModel):
|
|
18908
18756
|
当调用ModifyRuleAttribute时,不支持修改该参数。
|
18909
18757
|
:type Domain: str
|
18910
18758
|
:param _FailedCountInter: 源站服务失败统计频率
|
18911
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18912
18759
|
:type FailedCountInter: int
|
18913
18760
|
:param _FailedThreshold: 源站健康性检查阀值,超过该阀值会屏蔽服务
|
18914
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18915
18761
|
:type FailedThreshold: int
|
18916
18762
|
:param _BlockInter: 源站健康性检测超出阀值后,屏蔽的时间
|
18917
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18918
18763
|
:type BlockInter: int
|
18919
18764
|
"""
|
18920
18765
|
self._DelayLoop = None
|
@@ -18997,7 +18842,6 @@ class RuleCheckParams(AbstractModel):
|
|
18997
18842
|
@property
|
18998
18843
|
def FailedCountInter(self):
|
18999
18844
|
"""源站服务失败统计频率
|
19000
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19001
18845
|
:rtype: int
|
19002
18846
|
"""
|
19003
18847
|
return self._FailedCountInter
|
@@ -19009,7 +18853,6 @@ class RuleCheckParams(AbstractModel):
|
|
19009
18853
|
@property
|
19010
18854
|
def FailedThreshold(self):
|
19011
18855
|
"""源站健康性检查阀值,超过该阀值会屏蔽服务
|
19012
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19013
18856
|
:rtype: int
|
19014
18857
|
"""
|
19015
18858
|
return self._FailedThreshold
|
@@ -19021,7 +18864,6 @@ class RuleCheckParams(AbstractModel):
|
|
19021
18864
|
@property
|
19022
18865
|
def BlockInter(self):
|
19023
18866
|
"""源站健康性检测超出阀值后,屏蔽的时间
|
19024
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19025
18867
|
:rtype: int
|
19026
18868
|
"""
|
19027
18869
|
return self._BlockInter
|
@@ -19083,14 +18925,11 @@ class RuleInfo(AbstractModel):
|
|
19083
18925
|
只要有一个源站健康状态为异常时,该状态为异常,具体源站的状态请查看RealServerSet。
|
19084
18926
|
:type BindStatus: int
|
19085
18927
|
:param _ForwardHost: 通道转发到源站的请求所携带的host,其中default表示直接转发接收到的host。
|
19086
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19087
18928
|
:type ForwardHost: str
|
19088
18929
|
:param _ServerNameIndicationSwitch: 服务器名称指示(ServerNameIndication,简称SNI)开关。ON表示开启,OFF表示关闭。
|
19089
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19090
18930
|
注意:此字段可能返回 null,表示取不到有效值。
|
19091
18931
|
:type ServerNameIndicationSwitch: str
|
19092
18932
|
:param _ServerNameIndication: 服务器名称指示(ServerNameIndication,简称SNI),当SNI开关打开时,该字段必填。
|
19093
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19094
18933
|
注意:此字段可能返回 null,表示取不到有效值。
|
19095
18934
|
:type ServerNameIndication: str
|
19096
18935
|
:param _ForcedRedirect: 强转HTTPS指示,当传递值为https:时表示强转为https
|
@@ -19239,7 +19078,6 @@ class RuleInfo(AbstractModel):
|
|
19239
19078
|
@property
|
19240
19079
|
def ForwardHost(self):
|
19241
19080
|
"""通道转发到源站的请求所携带的host,其中default表示直接转发接收到的host。
|
19242
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19243
19081
|
:rtype: str
|
19244
19082
|
"""
|
19245
19083
|
return self._ForwardHost
|
@@ -19251,7 +19089,6 @@ class RuleInfo(AbstractModel):
|
|
19251
19089
|
@property
|
19252
19090
|
def ServerNameIndicationSwitch(self):
|
19253
19091
|
"""服务器名称指示(ServerNameIndication,简称SNI)开关。ON表示开启,OFF表示关闭。
|
19254
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19255
19092
|
注意:此字段可能返回 null,表示取不到有效值。
|
19256
19093
|
:rtype: str
|
19257
19094
|
"""
|
@@ -19264,7 +19101,6 @@ class RuleInfo(AbstractModel):
|
|
19264
19101
|
@property
|
19265
19102
|
def ServerNameIndication(self):
|
19266
19103
|
"""服务器名称指示(ServerNameIndication,简称SNI),当SNI开关打开时,该字段必填。
|
19267
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19268
19104
|
注意:此字段可能返回 null,表示取不到有效值。
|
19269
19105
|
:rtype: str
|
19270
19106
|
"""
|
@@ -19438,15 +19274,12 @@ class SecurityPolicyRuleOut(AbstractModel):
|
|
19438
19274
|
:param _AliasName: 规则别名
|
19439
19275
|
:type AliasName: str
|
19440
19276
|
:param _DestPortRange: 目标端口范围
|
19441
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19442
19277
|
:type DestPortRange: str
|
19443
19278
|
:param _RuleId: 规则ID
|
19444
19279
|
:type RuleId: str
|
19445
19280
|
:param _Protocol: 要匹配的协议类型(TCP/UDP)
|
19446
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19447
19281
|
:type Protocol: str
|
19448
19282
|
:param _PolicyId: 安全策略ID
|
19449
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19450
19283
|
:type PolicyId: str
|
19451
19284
|
"""
|
19452
19285
|
self._Action = None
|
@@ -19493,7 +19326,6 @@ class SecurityPolicyRuleOut(AbstractModel):
|
|
19493
19326
|
@property
|
19494
19327
|
def DestPortRange(self):
|
19495
19328
|
"""目标端口范围
|
19496
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19497
19329
|
:rtype: str
|
19498
19330
|
"""
|
19499
19331
|
return self._DestPortRange
|
@@ -19516,7 +19348,6 @@ class SecurityPolicyRuleOut(AbstractModel):
|
|
19516
19348
|
@property
|
19517
19349
|
def Protocol(self):
|
19518
19350
|
"""要匹配的协议类型(TCP/UDP)
|
19519
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19520
19351
|
:rtype: str
|
19521
19352
|
"""
|
19522
19353
|
return self._Protocol
|
@@ -19528,7 +19359,6 @@ class SecurityPolicyRuleOut(AbstractModel):
|
|
19528
19359
|
@property
|
19529
19360
|
def PolicyId(self):
|
19530
19361
|
"""安全策略ID
|
19531
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19532
19362
|
:rtype: str
|
19533
19363
|
"""
|
19534
19364
|
return self._PolicyId
|
@@ -20083,27 +19913,20 @@ class TCPListener(AbstractModel):
|
|
20083
19913
|
1表示正常。
|
20084
19914
|
:type BindStatus: int
|
20085
19915
|
:param _RealServerSet: 监听器绑定的源站信息
|
20086
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20087
19916
|
:type RealServerSet: list of BindRealServer
|
20088
19917
|
:param _CreateTime: 监听器创建时间,Unix时间戳
|
20089
19918
|
:type CreateTime: int
|
20090
19919
|
:param _ClientIPMethod: 监听器获取客户端 IP 的方式,0表示TOA, 1表示Proxy Protocol
|
20091
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20092
19920
|
:type ClientIPMethod: int
|
20093
19921
|
:param _HealthyThreshold: 健康阈值,表示连续检查成功多少次后认定源站健康。范围为1到10
|
20094
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20095
19922
|
:type HealthyThreshold: int
|
20096
19923
|
:param _UnhealthyThreshold: 不健康阈值,表示连续检查失败多少次数后认为源站不健康。范围为1到10
|
20097
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20098
19924
|
:type UnhealthyThreshold: int
|
20099
19925
|
:param _FailoverSwitch: 源站是否开启主备模式:1开启,0关闭,DOMAIN类型源站不支持开启
|
20100
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20101
19926
|
:type FailoverSwitch: int
|
20102
19927
|
:param _SessionPersist: 是否开启会话保持选项:0关闭, 非0开启,非0值为会话保持时间
|
20103
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20104
19928
|
:type SessionPersist: int
|
20105
19929
|
:param _ProxyId: 监听器的通道ID,如果监听器属于通道组,则为null
|
20106
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20107
19930
|
:type ProxyId: str
|
20108
19931
|
:param _GroupId: 监听器的通道组ID,如果监听器属于通道,则为null
|
20109
19932
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -20276,7 +20099,6 @@ class TCPListener(AbstractModel):
|
|
20276
20099
|
@property
|
20277
20100
|
def RealServerSet(self):
|
20278
20101
|
"""监听器绑定的源站信息
|
20279
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20280
20102
|
:rtype: list of BindRealServer
|
20281
20103
|
"""
|
20282
20104
|
return self._RealServerSet
|
@@ -20299,7 +20121,6 @@ class TCPListener(AbstractModel):
|
|
20299
20121
|
@property
|
20300
20122
|
def ClientIPMethod(self):
|
20301
20123
|
"""监听器获取客户端 IP 的方式,0表示TOA, 1表示Proxy Protocol
|
20302
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20303
20124
|
:rtype: int
|
20304
20125
|
"""
|
20305
20126
|
return self._ClientIPMethod
|
@@ -20311,7 +20132,6 @@ class TCPListener(AbstractModel):
|
|
20311
20132
|
@property
|
20312
20133
|
def HealthyThreshold(self):
|
20313
20134
|
"""健康阈值,表示连续检查成功多少次后认定源站健康。范围为1到10
|
20314
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20315
20135
|
:rtype: int
|
20316
20136
|
"""
|
20317
20137
|
return self._HealthyThreshold
|
@@ -20323,7 +20143,6 @@ class TCPListener(AbstractModel):
|
|
20323
20143
|
@property
|
20324
20144
|
def UnhealthyThreshold(self):
|
20325
20145
|
"""不健康阈值,表示连续检查失败多少次数后认为源站不健康。范围为1到10
|
20326
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20327
20146
|
:rtype: int
|
20328
20147
|
"""
|
20329
20148
|
return self._UnhealthyThreshold
|
@@ -20335,7 +20154,6 @@ class TCPListener(AbstractModel):
|
|
20335
20154
|
@property
|
20336
20155
|
def FailoverSwitch(self):
|
20337
20156
|
"""源站是否开启主备模式:1开启,0关闭,DOMAIN类型源站不支持开启
|
20338
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20339
20157
|
:rtype: int
|
20340
20158
|
"""
|
20341
20159
|
return self._FailoverSwitch
|
@@ -20347,7 +20165,6 @@ class TCPListener(AbstractModel):
|
|
20347
20165
|
@property
|
20348
20166
|
def SessionPersist(self):
|
20349
20167
|
"""是否开启会话保持选项:0关闭, 非0开启,非0值为会话保持时间
|
20350
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20351
20168
|
:rtype: int
|
20352
20169
|
"""
|
20353
20170
|
return self._SessionPersist
|
@@ -20359,7 +20176,6 @@ class TCPListener(AbstractModel):
|
|
20359
20176
|
@property
|
20360
20177
|
def ProxyId(self):
|
20361
20178
|
"""监听器的通道ID,如果监听器属于通道组,则为null
|
20362
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20363
20179
|
:rtype: str
|
20364
20180
|
"""
|
20365
20181
|
return self._ProxyId
|