tencentcloud-sdk-python 3.0.1359__py2.py3-none-any.whl → 3.0.1361__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/batch/v20170312/models.py +14 -44
- tencentcloud/bh/v20230418/bh_client.py +115 -0
- tencentcloud/bh/v20230418/models.py +1064 -131
- tencentcloud/cbs/v20170312/models.py +2 -2
- 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 -206
- tencentcloud/ckafka/v20190819/ckafka_client.py +46 -0
- tencentcloud/ckafka/v20190819/models.py +367 -0
- tencentcloud/cvm/v20170312/cvm_client.py +10 -7
- tencentcloud/cvm/v20170312/errorcodes.py +3 -0
- tencentcloud/cvm/v20170312/models.py +186 -174
- tencentcloud/cynosdb/v20190107/models.py +105 -0
- tencentcloud/dlc/v20210125/models.py +107 -564
- tencentcloud/dsgc/v20190723/models.py +30 -0
- tencentcloud/emr/v20190103/emr_client.py +23 -0
- tencentcloud/emr/v20190103/models.py +214 -0
- tencentcloud/ess/v20201111/models.py +256 -0
- tencentcloud/essbasic/v20210526/models.py +281 -13
- tencentcloud/gaap/v20180529/models.py +0 -166
- tencentcloud/gs/v20191118/errorcodes.py +24 -0
- tencentcloud/gs/v20191118/gs_client.py +138 -0
- tencentcloud/gs/v20191118/models.py +683 -21
- tencentcloud/gwlb/v20240906/gwlb_client.py +5 -7
- tencentcloud/gwlb/v20240906/models.py +72 -54
- tencentcloud/ioa/v20220601/ioa_client.py +46 -0
- tencentcloud/ioa/v20220601/models.py +358 -0
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +46 -0
- tencentcloud/iotexplorer/v20190423/models.py +600 -0
- tencentcloud/kms/v20190118/models.py +71 -0
- tencentcloud/lcic/v20220817/models.py +34 -0
- tencentcloud/lighthouse/v20200324/lighthouse_client.py +4 -1
- tencentcloud/lighthouse/v20200324/models.py +14 -10
- tencentcloud/monitor/v20180724/models.py +2 -2
- tencentcloud/monitor/v20180724/monitor_client.py +1 -1
- tencentcloud/mps/v20190612/models.py +12 -10
- tencentcloud/privatedns/v20201028/models.py +36 -6
- tencentcloud/tan/v20220420/tan_client.py +3 -1
- tencentcloud/tcb/v20180608/models.py +60 -0
- tencentcloud/tione/v20211111/errorcodes.py +3 -0
- tencentcloud/tione/v20211111/models.py +53 -0
- tencentcloud/trocket/v20230308/models.py +1398 -66
- tencentcloud/trocket/v20230308/trocket_client.py +214 -0
- tencentcloud/vclm/v20240523/models.py +2 -2
- tencentcloud/vpc/v20170312/models.py +263 -81
- tencentcloud/vpc/v20170312/vpc_client.py +25 -2
- tencentcloud/wedata/v20210820/models.py +2691 -4
- tencentcloud/wedata/v20210820/wedata_client.py +69 -0
- {tencentcloud_sdk_python-3.0.1359.dist-info → tencentcloud_sdk_python-3.0.1361.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1359.dist-info → tencentcloud_sdk_python-3.0.1361.dist-info}/RECORD +55 -55
- {tencentcloud_sdk_python-3.0.1359.dist-info → tencentcloud_sdk_python-3.0.1361.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1359.dist-info → tencentcloud_sdk_python-3.0.1361.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1359.dist-info → tencentcloud_sdk_python-3.0.1361.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
|
@@ -11679,7 +11645,6 @@ class Domain(AbstractModel):
|
|
11679
11645
|
:param _ProjectId: 所属项目
|
11680
11646
|
:type ProjectId: int
|
11681
11647
|
:param _DefaultValue: 默认入口
|
11682
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11683
11648
|
:type DefaultValue: str
|
11684
11649
|
:param _ProxyCount: 通道数量
|
11685
11650
|
:type ProxyCount: int
|
@@ -11689,10 +11654,8 @@ class Domain(AbstractModel):
|
|
11689
11654
|
注意:此字段可能返回 null,表示取不到有效值。
|
11690
11655
|
:type UpdateTime: int
|
11691
11656
|
:param _TagSet: 标签列表
|
11692
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11693
11657
|
:type TagSet: list of TagPair
|
11694
11658
|
:param _BanStatus: 封禁解封状态:BANNED表示已封禁,RECOVER表示已解封或未封禁,BANNING表示封禁中,RECOVERING表示解封中,BAN_FAILED表示封禁失败,RECOVER_FAILED表示解封失败。
|
11695
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11696
11659
|
:type BanStatus: str
|
11697
11660
|
"""
|
11698
11661
|
self._DomainId = None
|
@@ -11777,7 +11740,6 @@ class Domain(AbstractModel):
|
|
11777
11740
|
@property
|
11778
11741
|
def DefaultValue(self):
|
11779
11742
|
"""默认入口
|
11780
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11781
11743
|
:rtype: str
|
11782
11744
|
"""
|
11783
11745
|
return self._DefaultValue
|
@@ -11823,7 +11785,6 @@ class Domain(AbstractModel):
|
|
11823
11785
|
@property
|
11824
11786
|
def TagSet(self):
|
11825
11787
|
"""标签列表
|
11826
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11827
11788
|
:rtype: list of TagPair
|
11828
11789
|
"""
|
11829
11790
|
return self._TagSet
|
@@ -11835,7 +11796,6 @@ class Domain(AbstractModel):
|
|
11835
11796
|
@property
|
11836
11797
|
def BanStatus(self):
|
11837
11798
|
"""封禁解封状态:BANNED表示已封禁,RECOVER表示已解封或未封禁,BANNING表示封禁中,RECOVERING表示解封中,BAN_FAILED表示封禁失败,RECOVER_FAILED表示解封失败。
|
11838
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11839
11799
|
:rtype: str
|
11840
11800
|
"""
|
11841
11801
|
return self._BanStatus
|
@@ -12010,19 +11970,14 @@ class DomainErrorPageInfo(AbstractModel):
|
|
12010
11970
|
:param _ErrorNos: 原始错误码
|
12011
11971
|
:type ErrorNos: list of int
|
12012
11972
|
:param _NewErrorNo: 新的错误码
|
12013
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12014
11973
|
:type NewErrorNo: int
|
12015
11974
|
:param _ClearHeaders: 需要清理的响应头
|
12016
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12017
11975
|
:type ClearHeaders: list of str
|
12018
11976
|
:param _SetHeaders: 需要设置的响应头
|
12019
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12020
11977
|
:type SetHeaders: list of HttpHeaderParam
|
12021
11978
|
:param _Body: 设置的响应体(不包括 HTTP头)
|
12022
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12023
11979
|
:type Body: str
|
12024
11980
|
:param _Status: 规则状态,0为成功
|
12025
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12026
11981
|
:type Status: int
|
12027
11982
|
"""
|
12028
11983
|
self._ErrorPageId = None
|
@@ -12082,7 +12037,6 @@ class DomainErrorPageInfo(AbstractModel):
|
|
12082
12037
|
@property
|
12083
12038
|
def NewErrorNo(self):
|
12084
12039
|
"""新的错误码
|
12085
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12086
12040
|
:rtype: int
|
12087
12041
|
"""
|
12088
12042
|
return self._NewErrorNo
|
@@ -12094,7 +12048,6 @@ class DomainErrorPageInfo(AbstractModel):
|
|
12094
12048
|
@property
|
12095
12049
|
def ClearHeaders(self):
|
12096
12050
|
"""需要清理的响应头
|
12097
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12098
12051
|
:rtype: list of str
|
12099
12052
|
"""
|
12100
12053
|
return self._ClearHeaders
|
@@ -12106,7 +12059,6 @@ class DomainErrorPageInfo(AbstractModel):
|
|
12106
12059
|
@property
|
12107
12060
|
def SetHeaders(self):
|
12108
12061
|
"""需要设置的响应头
|
12109
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12110
12062
|
:rtype: list of HttpHeaderParam
|
12111
12063
|
"""
|
12112
12064
|
return self._SetHeaders
|
@@ -12118,7 +12070,6 @@ class DomainErrorPageInfo(AbstractModel):
|
|
12118
12070
|
@property
|
12119
12071
|
def Body(self):
|
12120
12072
|
"""设置的响应体(不包括 HTTP头)
|
12121
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12122
12073
|
:rtype: str
|
12123
12074
|
"""
|
12124
12075
|
return self._Body
|
@@ -12130,7 +12081,6 @@ class DomainErrorPageInfo(AbstractModel):
|
|
12130
12081
|
@property
|
12131
12082
|
def Status(self):
|
12132
12083
|
"""规则状态,0为成功
|
12133
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12134
12084
|
:rtype: int
|
12135
12085
|
"""
|
12136
12086
|
return self._Status
|
@@ -16739,22 +16689,16 @@ class ProxyAccessInfo(AbstractModel):
|
|
16739
16689
|
def __init__(self):
|
16740
16690
|
r"""
|
16741
16691
|
:param _RegionId: 地域ID
|
16742
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16743
16692
|
:type RegionId: str
|
16744
16693
|
:param _RegionName: 地域名称
|
16745
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16746
16694
|
:type RegionName: str
|
16747
16695
|
:param _ProxyId: 通道ID
|
16748
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16749
16696
|
:type ProxyId: str
|
16750
16697
|
:param _Vip: 通道接入ip
|
16751
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16752
16698
|
:type Vip: str
|
16753
16699
|
:param _VipList: 三网通道VIP列表
|
16754
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16755
16700
|
:type VipList: list of IPDetail
|
16756
16701
|
:param _SourceRegionIdcType: 接入点IDC类型。ec或dc
|
16757
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16758
16702
|
:type SourceRegionIdcType: str
|
16759
16703
|
"""
|
16760
16704
|
self._RegionId = None
|
@@ -16767,7 +16711,6 @@ class ProxyAccessInfo(AbstractModel):
|
|
16767
16711
|
@property
|
16768
16712
|
def RegionId(self):
|
16769
16713
|
"""地域ID
|
16770
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16771
16714
|
:rtype: str
|
16772
16715
|
"""
|
16773
16716
|
return self._RegionId
|
@@ -16779,7 +16722,6 @@ class ProxyAccessInfo(AbstractModel):
|
|
16779
16722
|
@property
|
16780
16723
|
def RegionName(self):
|
16781
16724
|
"""地域名称
|
16782
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16783
16725
|
:rtype: str
|
16784
16726
|
"""
|
16785
16727
|
return self._RegionName
|
@@ -16791,7 +16733,6 @@ class ProxyAccessInfo(AbstractModel):
|
|
16791
16733
|
@property
|
16792
16734
|
def ProxyId(self):
|
16793
16735
|
"""通道ID
|
16794
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16795
16736
|
:rtype: str
|
16796
16737
|
"""
|
16797
16738
|
return self._ProxyId
|
@@ -16803,7 +16744,6 @@ class ProxyAccessInfo(AbstractModel):
|
|
16803
16744
|
@property
|
16804
16745
|
def Vip(self):
|
16805
16746
|
"""通道接入ip
|
16806
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16807
16747
|
:rtype: str
|
16808
16748
|
"""
|
16809
16749
|
return self._Vip
|
@@ -16815,7 +16755,6 @@ class ProxyAccessInfo(AbstractModel):
|
|
16815
16755
|
@property
|
16816
16756
|
def VipList(self):
|
16817
16757
|
"""三网通道VIP列表
|
16818
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16819
16758
|
:rtype: list of IPDetail
|
16820
16759
|
"""
|
16821
16760
|
return self._VipList
|
@@ -16827,7 +16766,6 @@ class ProxyAccessInfo(AbstractModel):
|
|
16827
16766
|
@property
|
16828
16767
|
def SourceRegionIdcType(self):
|
16829
16768
|
"""接入点IDC类型。ec或dc
|
16830
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16831
16769
|
:rtype: str
|
16832
16770
|
"""
|
16833
16771
|
return self._SourceRegionIdcType
|
@@ -16897,27 +16835,20 @@ class ProxyGroupDetail(AbstractModel):
|
|
16897
16835
|
:param _GroupId: 通道组ID
|
16898
16836
|
:type GroupId: str
|
16899
16837
|
:param _TagSet: 标签列表
|
16900
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16901
16838
|
:type TagSet: list of TagPair
|
16902
16839
|
:param _PolicyId: 安全策略ID,当设置了安全策略时,存在该字段。
|
16903
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16904
16840
|
:type PolicyId: str
|
16905
16841
|
:param _Version: 通道组版本
|
16906
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16907
16842
|
:type Version: str
|
16908
16843
|
:param _ClientIPMethod: 通道获取客户端IP的方式,0表示TOA,1表示Proxy Protocol
|
16909
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16910
16844
|
:type ClientIPMethod: list of int
|
16911
16845
|
:param _IPAddressVersion: IP版本,可取值:IPv4、IPv6,默认值IPv4
|
16912
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16913
16846
|
:type IPAddressVersion: str
|
16914
16847
|
:param _PackageType: 通道组套餐类型:Thunder表示标准通道组,Accelerator表示银牌加速通道组,CrossBorder表示跨境通道组。
|
16915
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16916
16848
|
:type PackageType: str
|
16917
16849
|
:param _Http3Supported: 支持Http3特性的标识,其中:
|
16918
16850
|
0表示关闭;
|
16919
16851
|
1表示启用。
|
16920
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16921
16852
|
:type Http3Supported: int
|
16922
16853
|
:param _FeatureBitmap: 特性位图,每个bit位代表一种特性,其中:
|
16923
16854
|
0,表示不支持该特性;
|
@@ -16930,13 +16861,11 @@ class ProxyGroupDetail(AbstractModel):
|
|
16930
16861
|
第5个bit,支持精品BGP接入;
|
16931
16862
|
第6个bit,支持三网接入;
|
16932
16863
|
第7个bit,支持接入段Qos加速。
|
16933
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16934
16864
|
注意:此字段可能返回 null,表示取不到有效值。
|
16935
16865
|
:type FeatureBitmap: int
|
16936
16866
|
:param _IsSupportTLSChoice: 是否支持设置TLS设置
|
16937
16867
|
0表示不支持;
|
16938
16868
|
1表示支持。
|
16939
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16940
16869
|
:type IsSupportTLSChoice: int
|
16941
16870
|
"""
|
16942
16871
|
self._CreateTime = None
|
@@ -17102,7 +17031,6 @@ class ProxyGroupDetail(AbstractModel):
|
|
17102
17031
|
@property
|
17103
17032
|
def TagSet(self):
|
17104
17033
|
"""标签列表
|
17105
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17106
17034
|
:rtype: list of TagPair
|
17107
17035
|
"""
|
17108
17036
|
return self._TagSet
|
@@ -17114,7 +17042,6 @@ class ProxyGroupDetail(AbstractModel):
|
|
17114
17042
|
@property
|
17115
17043
|
def PolicyId(self):
|
17116
17044
|
"""安全策略ID,当设置了安全策略时,存在该字段。
|
17117
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17118
17045
|
:rtype: str
|
17119
17046
|
"""
|
17120
17047
|
return self._PolicyId
|
@@ -17126,7 +17053,6 @@ class ProxyGroupDetail(AbstractModel):
|
|
17126
17053
|
@property
|
17127
17054
|
def Version(self):
|
17128
17055
|
"""通道组版本
|
17129
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17130
17056
|
:rtype: str
|
17131
17057
|
"""
|
17132
17058
|
return self._Version
|
@@ -17138,7 +17064,6 @@ class ProxyGroupDetail(AbstractModel):
|
|
17138
17064
|
@property
|
17139
17065
|
def ClientIPMethod(self):
|
17140
17066
|
"""通道获取客户端IP的方式,0表示TOA,1表示Proxy Protocol
|
17141
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17142
17067
|
:rtype: list of int
|
17143
17068
|
"""
|
17144
17069
|
return self._ClientIPMethod
|
@@ -17150,7 +17075,6 @@ class ProxyGroupDetail(AbstractModel):
|
|
17150
17075
|
@property
|
17151
17076
|
def IPAddressVersion(self):
|
17152
17077
|
"""IP版本,可取值:IPv4、IPv6,默认值IPv4
|
17153
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17154
17078
|
:rtype: str
|
17155
17079
|
"""
|
17156
17080
|
return self._IPAddressVersion
|
@@ -17162,7 +17086,6 @@ class ProxyGroupDetail(AbstractModel):
|
|
17162
17086
|
@property
|
17163
17087
|
def PackageType(self):
|
17164
17088
|
"""通道组套餐类型:Thunder表示标准通道组,Accelerator表示银牌加速通道组,CrossBorder表示跨境通道组。
|
17165
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17166
17089
|
:rtype: str
|
17167
17090
|
"""
|
17168
17091
|
return self._PackageType
|
@@ -17176,7 +17099,6 @@ class ProxyGroupDetail(AbstractModel):
|
|
17176
17099
|
"""支持Http3特性的标识,其中:
|
17177
17100
|
0表示关闭;
|
17178
17101
|
1表示启用。
|
17179
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17180
17102
|
:rtype: int
|
17181
17103
|
"""
|
17182
17104
|
return self._Http3Supported
|
@@ -17198,7 +17120,6 @@ class ProxyGroupDetail(AbstractModel):
|
|
17198
17120
|
第5个bit,支持精品BGP接入;
|
17199
17121
|
第6个bit,支持三网接入;
|
17200
17122
|
第7个bit,支持接入段Qos加速。
|
17201
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17202
17123
|
注意:此字段可能返回 null,表示取不到有效值。
|
17203
17124
|
:rtype: int
|
17204
17125
|
"""
|
@@ -17213,7 +17134,6 @@ class ProxyGroupDetail(AbstractModel):
|
|
17213
17134
|
"""是否支持设置TLS设置
|
17214
17135
|
0表示不支持;
|
17215
17136
|
1表示支持。
|
17216
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17217
17137
|
:rtype: int
|
17218
17138
|
"""
|
17219
17139
|
return self._IsSupportTLSChoice
|
@@ -17275,7 +17195,6 @@ class ProxyGroupInfo(AbstractModel):
|
|
17275
17195
|
注意:此字段可能返回 null,表示取不到有效值。
|
17276
17196
|
:type Domain: str
|
17277
17197
|
:param _GroupName: 通道组名称
|
17278
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17279
17198
|
:type GroupName: str
|
17280
17199
|
:param _ProjectId: 项目ID
|
17281
17200
|
:type ProjectId: int
|
@@ -17293,18 +17212,14 @@ CHANGING表示部分部署中。
|
|
17293
17212
|
:param _TagSet: 标签列表。
|
17294
17213
|
:type TagSet: list of TagPair
|
17295
17214
|
:param _Version: 通道组版本
|
17296
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17297
17215
|
:type Version: str
|
17298
17216
|
:param _CreateTime: 创建时间
|
17299
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17300
17217
|
:type CreateTime: int
|
17301
17218
|
:param _ProxyType: 通道组是否包含微软通道
|
17302
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17303
17219
|
:type ProxyType: int
|
17304
17220
|
:param _Http3Supported: 支持Http3特性的标识,其中:
|
17305
17221
|
0表示关闭;
|
17306
17222
|
1表示启用。
|
17307
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17308
17223
|
:type Http3Supported: int
|
17309
17224
|
:param _FeatureBitmap: 特性位图,每个bit位代表一种特性,其中:
|
17310
17225
|
0,表示不支持该特性;
|
@@ -17317,7 +17232,6 @@ CHANGING表示部分部署中。
|
|
17317
17232
|
第5个bit,支持精品BGP接入;
|
17318
17233
|
第6个bit,支持三网接入;
|
17319
17234
|
第7个bit,支持接入段Qos加速。
|
17320
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17321
17235
|
注意:此字段可能返回 null,表示取不到有效值。
|
17322
17236
|
:type FeatureBitmap: int
|
17323
17237
|
"""
|
@@ -17360,7 +17274,6 @@ CHANGING表示部分部署中。
|
|
17360
17274
|
@property
|
17361
17275
|
def GroupName(self):
|
17362
17276
|
"""通道组名称
|
17363
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17364
17277
|
:rtype: str
|
17365
17278
|
"""
|
17366
17279
|
return self._GroupName
|
@@ -17423,7 +17336,6 @@ CHANGING表示部分部署中。
|
|
17423
17336
|
@property
|
17424
17337
|
def Version(self):
|
17425
17338
|
"""通道组版本
|
17426
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17427
17339
|
:rtype: str
|
17428
17340
|
"""
|
17429
17341
|
return self._Version
|
@@ -17435,7 +17347,6 @@ CHANGING表示部分部署中。
|
|
17435
17347
|
@property
|
17436
17348
|
def CreateTime(self):
|
17437
17349
|
"""创建时间
|
17438
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17439
17350
|
:rtype: int
|
17440
17351
|
"""
|
17441
17352
|
return self._CreateTime
|
@@ -17447,7 +17358,6 @@ CHANGING表示部分部署中。
|
|
17447
17358
|
@property
|
17448
17359
|
def ProxyType(self):
|
17449
17360
|
"""通道组是否包含微软通道
|
17450
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17451
17361
|
:rtype: int
|
17452
17362
|
"""
|
17453
17363
|
return self._ProxyType
|
@@ -17461,7 +17371,6 @@ CHANGING表示部分部署中。
|
|
17461
17371
|
"""支持Http3特性的标识,其中:
|
17462
17372
|
0表示关闭;
|
17463
17373
|
1表示启用。
|
17464
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17465
17374
|
:rtype: int
|
17466
17375
|
"""
|
17467
17376
|
return self._Http3Supported
|
@@ -17483,7 +17392,6 @@ CHANGING表示部分部署中。
|
|
17483
17392
|
第5个bit,支持精品BGP接入;
|
17484
17393
|
第6个bit,支持三网接入;
|
17485
17394
|
第7个bit,支持接入段Qos加速。
|
17486
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17487
17395
|
注意:此字段可能返回 null,表示取不到有效值。
|
17488
17396
|
:rtype: int
|
17489
17397
|
"""
|
@@ -17568,7 +17476,6 @@ class ProxyInfo(AbstractModel):
|
|
17568
17476
|
def __init__(self):
|
17569
17477
|
r"""
|
17570
17478
|
:param _InstanceId: (旧参数,请使用ProxyId)通道实例ID。
|
17571
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17572
17479
|
:type InstanceId: str
|
17573
17480
|
:param _CreateTime: 创建时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
|
17574
17481
|
:type CreateTime: int
|
@@ -17605,7 +17512,6 @@ MOVING表示迁移中。
|
|
17605
17512
|
:param _Version: 通道版本号:1.0,2.0,3.0。
|
17606
17513
|
:type Version: str
|
17607
17514
|
:param _ProxyId: (新参数)通道实例ID。
|
17608
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17609
17515
|
:type ProxyId: str
|
17610
17516
|
:param _Scalarable: 1,该通道可缩扩容;0,该通道无法缩扩容。
|
17611
17517
|
:type Scalarable: int
|
@@ -17618,57 +17524,42 @@ MOVING表示迁移中。
|
|
17618
17524
|
注意:此字段可能返回 null,表示取不到有效值。
|
17619
17525
|
:type PolicyId: str
|
17620
17526
|
:param _AccessRegionInfo: 接入地域详细信息,包括地域ID和地域名。
|
17621
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17622
17527
|
:type AccessRegionInfo: :class:`tencentcloud.gaap.v20180529.models.RegionDetail`
|
17623
17528
|
:param _RealServerRegionInfo: 源站地域详细信息,包括地域ID和地域名。
|
17624
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17625
17529
|
:type RealServerRegionInfo: :class:`tencentcloud.gaap.v20180529.models.RegionDetail`
|
17626
17530
|
:param _ForwardIP: 通道转发IP
|
17627
17531
|
:type ForwardIP: str
|
17628
17532
|
:param _TagSet: 标签列表,不存在标签时,该字段为空列表。
|
17629
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17630
17533
|
:type TagSet: list of TagPair
|
17631
17534
|
:param _SupportSecurity: 是否支持安全组配置
|
17632
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17633
17535
|
:type SupportSecurity: int
|
17634
17536
|
:param _BillingType: 计费类型: 0表示按带宽计费 1表示按流量计费。
|
17635
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17636
17537
|
:type BillingType: int
|
17637
17538
|
:param _RelatedGlobalDomains: 关联了解析的域名列表
|
17638
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17639
17539
|
:type RelatedGlobalDomains: list of str
|
17640
17540
|
:param _ModifyConfigTime: 配置变更时间
|
17641
17541
|
注意:此字段可能返回 null,表示取不到有效值。
|
17642
17542
|
:type ModifyConfigTime: int
|
17643
17543
|
:param _ProxyType: 通道类型,100表示THUNDER通道,103表示微软合作通道
|
17644
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17645
17544
|
:type ProxyType: int
|
17646
17545
|
:param _ClientIPMethod: 通道获取客户端IP的方式,0表示TOA,1表示Proxy Protocol
|
17647
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17648
17546
|
:type ClientIPMethod: list of int
|
17649
17547
|
:param _IPAddressVersion: IP版本:IPv4、IPv6
|
17650
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17651
17548
|
:type IPAddressVersion: str
|
17652
17549
|
:param _NetworkType: 网络类型:normal表示常规BGP,cn2表示精品BGP,triple表示三网,secure_eip表示定制安全EIP
|
17653
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17654
17550
|
:type NetworkType: str
|
17655
17551
|
:param _PackageType: 通道套餐类型:Thunder表示标准通道,Accelerator表示银牌加速通道,
|
17656
17552
|
CrossBorder表示跨境通道。
|
17657
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17658
17553
|
:type PackageType: str
|
17659
17554
|
:param _BanStatus: 封禁解封状态:BANNED表示已封禁,RECOVER表示已解封或未封禁,BANNING表示封禁中,RECOVERING表示解封中,BAN_FAILED表示封禁失败,RECOVER_FAILED表示解封失败。
|
17660
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17661
17555
|
:type BanStatus: str
|
17662
17556
|
:param _IPList: IP列表
|
17663
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17664
17557
|
:type IPList: list of IPDetail
|
17665
17558
|
:param _Http3Supported: 支持Http3协议的标识,其中:
|
17666
17559
|
0表示关闭;
|
17667
17560
|
1表示启用。
|
17668
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17669
17561
|
:type Http3Supported: int
|
17670
17562
|
:param _InBanBlacklist: 是否在封禁黑名单中,其中:0表示不在黑名单中,1表示在黑名单中。
|
17671
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17672
17563
|
:type InBanBlacklist: int
|
17673
17564
|
:param _FeatureBitmap: 特性位图,每个bit位代表一种特性,其中:
|
17674
17565
|
0,表示不支持该特性;
|
@@ -17681,16 +17572,13 @@ CrossBorder表示跨境通道。
|
|
17681
17572
|
第5个bit,支持精品BGP接入;
|
17682
17573
|
第6个bit,支持三网接入;
|
17683
17574
|
第7个bit,支持接入段Qos加速。
|
17684
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17685
17575
|
注意:此字段可能返回 null,表示取不到有效值。
|
17686
17576
|
:type FeatureBitmap: int
|
17687
17577
|
:param _IsAutoScaleProxy: 是否是开启了auto scale的通道,0表示否,1表示是。
|
17688
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17689
17578
|
:type IsAutoScaleProxy: int
|
17690
17579
|
:param _IsSupportTLSChoice: 是否允许设置TLS配置
|
17691
17580
|
0表示不支持;
|
17692
17581
|
1表示支持。
|
17693
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17694
17582
|
:type IsSupportTLSChoice: int
|
17695
17583
|
"""
|
17696
17584
|
self._InstanceId = None
|
@@ -17734,7 +17622,6 @@ CrossBorder表示跨境通道。
|
|
17734
17622
|
@property
|
17735
17623
|
def InstanceId(self):
|
17736
17624
|
"""(旧参数,请使用ProxyId)通道实例ID。
|
17737
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17738
17625
|
:rtype: str
|
17739
17626
|
"""
|
17740
17627
|
return self._InstanceId
|
@@ -17879,7 +17766,6 @@ MOVING表示迁移中。
|
|
17879
17766
|
@property
|
17880
17767
|
def ProxyId(self):
|
17881
17768
|
"""(新参数)通道实例ID。
|
17882
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17883
17769
|
:rtype: str
|
17884
17770
|
"""
|
17885
17771
|
return self._ProxyId
|
@@ -17937,7 +17823,6 @@ MOVING表示迁移中。
|
|
17937
17823
|
@property
|
17938
17824
|
def AccessRegionInfo(self):
|
17939
17825
|
"""接入地域详细信息,包括地域ID和地域名。
|
17940
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17941
17826
|
:rtype: :class:`tencentcloud.gaap.v20180529.models.RegionDetail`
|
17942
17827
|
"""
|
17943
17828
|
return self._AccessRegionInfo
|
@@ -17949,7 +17834,6 @@ MOVING表示迁移中。
|
|
17949
17834
|
@property
|
17950
17835
|
def RealServerRegionInfo(self):
|
17951
17836
|
"""源站地域详细信息,包括地域ID和地域名。
|
17952
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17953
17837
|
:rtype: :class:`tencentcloud.gaap.v20180529.models.RegionDetail`
|
17954
17838
|
"""
|
17955
17839
|
return self._RealServerRegionInfo
|
@@ -17972,7 +17856,6 @@ MOVING表示迁移中。
|
|
17972
17856
|
@property
|
17973
17857
|
def TagSet(self):
|
17974
17858
|
"""标签列表,不存在标签时,该字段为空列表。
|
17975
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17976
17859
|
:rtype: list of TagPair
|
17977
17860
|
"""
|
17978
17861
|
return self._TagSet
|
@@ -17984,7 +17867,6 @@ MOVING表示迁移中。
|
|
17984
17867
|
@property
|
17985
17868
|
def SupportSecurity(self):
|
17986
17869
|
"""是否支持安全组配置
|
17987
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17988
17870
|
:rtype: int
|
17989
17871
|
"""
|
17990
17872
|
return self._SupportSecurity
|
@@ -17996,7 +17878,6 @@ MOVING表示迁移中。
|
|
17996
17878
|
@property
|
17997
17879
|
def BillingType(self):
|
17998
17880
|
"""计费类型: 0表示按带宽计费 1表示按流量计费。
|
17999
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18000
17881
|
:rtype: int
|
18001
17882
|
"""
|
18002
17883
|
return self._BillingType
|
@@ -18008,7 +17889,6 @@ MOVING表示迁移中。
|
|
18008
17889
|
@property
|
18009
17890
|
def RelatedGlobalDomains(self):
|
18010
17891
|
"""关联了解析的域名列表
|
18011
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18012
17892
|
:rtype: list of str
|
18013
17893
|
"""
|
18014
17894
|
return self._RelatedGlobalDomains
|
@@ -18032,7 +17912,6 @@ MOVING表示迁移中。
|
|
18032
17912
|
@property
|
18033
17913
|
def ProxyType(self):
|
18034
17914
|
"""通道类型,100表示THUNDER通道,103表示微软合作通道
|
18035
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18036
17915
|
:rtype: int
|
18037
17916
|
"""
|
18038
17917
|
return self._ProxyType
|
@@ -18044,7 +17923,6 @@ MOVING表示迁移中。
|
|
18044
17923
|
@property
|
18045
17924
|
def ClientIPMethod(self):
|
18046
17925
|
"""通道获取客户端IP的方式,0表示TOA,1表示Proxy Protocol
|
18047
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18048
17926
|
:rtype: list of int
|
18049
17927
|
"""
|
18050
17928
|
return self._ClientIPMethod
|
@@ -18056,7 +17934,6 @@ MOVING表示迁移中。
|
|
18056
17934
|
@property
|
18057
17935
|
def IPAddressVersion(self):
|
18058
17936
|
"""IP版本:IPv4、IPv6
|
18059
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18060
17937
|
:rtype: str
|
18061
17938
|
"""
|
18062
17939
|
return self._IPAddressVersion
|
@@ -18068,7 +17945,6 @@ MOVING表示迁移中。
|
|
18068
17945
|
@property
|
18069
17946
|
def NetworkType(self):
|
18070
17947
|
"""网络类型:normal表示常规BGP,cn2表示精品BGP,triple表示三网,secure_eip表示定制安全EIP
|
18071
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18072
17948
|
:rtype: str
|
18073
17949
|
"""
|
18074
17950
|
return self._NetworkType
|
@@ -18081,7 +17957,6 @@ MOVING表示迁移中。
|
|
18081
17957
|
def PackageType(self):
|
18082
17958
|
"""通道套餐类型:Thunder表示标准通道,Accelerator表示银牌加速通道,
|
18083
17959
|
CrossBorder表示跨境通道。
|
18084
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18085
17960
|
:rtype: str
|
18086
17961
|
"""
|
18087
17962
|
return self._PackageType
|
@@ -18093,7 +17968,6 @@ CrossBorder表示跨境通道。
|
|
18093
17968
|
@property
|
18094
17969
|
def BanStatus(self):
|
18095
17970
|
"""封禁解封状态:BANNED表示已封禁,RECOVER表示已解封或未封禁,BANNING表示封禁中,RECOVERING表示解封中,BAN_FAILED表示封禁失败,RECOVER_FAILED表示解封失败。
|
18096
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18097
17971
|
:rtype: str
|
18098
17972
|
"""
|
18099
17973
|
return self._BanStatus
|
@@ -18105,7 +17979,6 @@ CrossBorder表示跨境通道。
|
|
18105
17979
|
@property
|
18106
17980
|
def IPList(self):
|
18107
17981
|
"""IP列表
|
18108
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18109
17982
|
:rtype: list of IPDetail
|
18110
17983
|
"""
|
18111
17984
|
return self._IPList
|
@@ -18119,7 +17992,6 @@ CrossBorder表示跨境通道。
|
|
18119
17992
|
"""支持Http3协议的标识,其中:
|
18120
17993
|
0表示关闭;
|
18121
17994
|
1表示启用。
|
18122
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18123
17995
|
:rtype: int
|
18124
17996
|
"""
|
18125
17997
|
return self._Http3Supported
|
@@ -18131,7 +18003,6 @@ CrossBorder表示跨境通道。
|
|
18131
18003
|
@property
|
18132
18004
|
def InBanBlacklist(self):
|
18133
18005
|
"""是否在封禁黑名单中,其中:0表示不在黑名单中,1表示在黑名单中。
|
18134
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18135
18006
|
:rtype: int
|
18136
18007
|
"""
|
18137
18008
|
return self._InBanBlacklist
|
@@ -18153,7 +18024,6 @@ CrossBorder表示跨境通道。
|
|
18153
18024
|
第5个bit,支持精品BGP接入;
|
18154
18025
|
第6个bit,支持三网接入;
|
18155
18026
|
第7个bit,支持接入段Qos加速。
|
18156
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18157
18027
|
注意:此字段可能返回 null,表示取不到有效值。
|
18158
18028
|
:rtype: int
|
18159
18029
|
"""
|
@@ -18166,7 +18036,6 @@ CrossBorder表示跨境通道。
|
|
18166
18036
|
@property
|
18167
18037
|
def IsAutoScaleProxy(self):
|
18168
18038
|
"""是否是开启了auto scale的通道,0表示否,1表示是。
|
18169
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18170
18039
|
:rtype: int
|
18171
18040
|
"""
|
18172
18041
|
return self._IsAutoScaleProxy
|
@@ -18180,7 +18049,6 @@ CrossBorder表示跨境通道。
|
|
18180
18049
|
"""是否允许设置TLS配置
|
18181
18050
|
0表示不支持;
|
18182
18051
|
1表示支持。
|
18183
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18184
18052
|
:rtype: int
|
18185
18053
|
"""
|
18186
18054
|
return self._IsSupportTLSChoice
|
@@ -18699,7 +18567,6 @@ class RegionDetail(AbstractModel):
|
|
18699
18567
|
第5个bit,支持精品BGP接入;
|
18700
18568
|
第6个bit,支持三网接入;
|
18701
18569
|
第7个bit,支持接入段Qos加速。
|
18702
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18703
18570
|
:type FeatureBitmap: int
|
18704
18571
|
:param _SupportFeature: 接入区域支持的能力
|
18705
18572
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -18781,7 +18648,6 @@ class RegionDetail(AbstractModel):
|
|
18781
18648
|
第5个bit,支持精品BGP接入;
|
18782
18649
|
第6个bit,支持三网接入;
|
18783
18650
|
第7个bit,支持接入段Qos加速。
|
18784
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18785
18651
|
:rtype: int
|
18786
18652
|
"""
|
18787
18653
|
return self._FeatureBitmap
|
@@ -18908,13 +18774,10 @@ class RuleCheckParams(AbstractModel):
|
|
18908
18774
|
当调用ModifyRuleAttribute时,不支持修改该参数。
|
18909
18775
|
:type Domain: str
|
18910
18776
|
:param _FailedCountInter: 源站服务失败统计频率
|
18911
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18912
18777
|
:type FailedCountInter: int
|
18913
18778
|
:param _FailedThreshold: 源站健康性检查阀值,超过该阀值会屏蔽服务
|
18914
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18915
18779
|
:type FailedThreshold: int
|
18916
18780
|
:param _BlockInter: 源站健康性检测超出阀值后,屏蔽的时间
|
18917
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18918
18781
|
:type BlockInter: int
|
18919
18782
|
"""
|
18920
18783
|
self._DelayLoop = None
|
@@ -18997,7 +18860,6 @@ class RuleCheckParams(AbstractModel):
|
|
18997
18860
|
@property
|
18998
18861
|
def FailedCountInter(self):
|
18999
18862
|
"""源站服务失败统计频率
|
19000
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19001
18863
|
:rtype: int
|
19002
18864
|
"""
|
19003
18865
|
return self._FailedCountInter
|
@@ -19009,7 +18871,6 @@ class RuleCheckParams(AbstractModel):
|
|
19009
18871
|
@property
|
19010
18872
|
def FailedThreshold(self):
|
19011
18873
|
"""源站健康性检查阀值,超过该阀值会屏蔽服务
|
19012
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19013
18874
|
:rtype: int
|
19014
18875
|
"""
|
19015
18876
|
return self._FailedThreshold
|
@@ -19021,7 +18882,6 @@ class RuleCheckParams(AbstractModel):
|
|
19021
18882
|
@property
|
19022
18883
|
def BlockInter(self):
|
19023
18884
|
"""源站健康性检测超出阀值后,屏蔽的时间
|
19024
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19025
18885
|
:rtype: int
|
19026
18886
|
"""
|
19027
18887
|
return self._BlockInter
|
@@ -19083,14 +18943,11 @@ class RuleInfo(AbstractModel):
|
|
19083
18943
|
只要有一个源站健康状态为异常时,该状态为异常,具体源站的状态请查看RealServerSet。
|
19084
18944
|
:type BindStatus: int
|
19085
18945
|
:param _ForwardHost: 通道转发到源站的请求所携带的host,其中default表示直接转发接收到的host。
|
19086
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19087
18946
|
:type ForwardHost: str
|
19088
18947
|
:param _ServerNameIndicationSwitch: 服务器名称指示(ServerNameIndication,简称SNI)开关。ON表示开启,OFF表示关闭。
|
19089
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19090
18948
|
注意:此字段可能返回 null,表示取不到有效值。
|
19091
18949
|
:type ServerNameIndicationSwitch: str
|
19092
18950
|
:param _ServerNameIndication: 服务器名称指示(ServerNameIndication,简称SNI),当SNI开关打开时,该字段必填。
|
19093
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19094
18951
|
注意:此字段可能返回 null,表示取不到有效值。
|
19095
18952
|
:type ServerNameIndication: str
|
19096
18953
|
:param _ForcedRedirect: 强转HTTPS指示,当传递值为https:时表示强转为https
|
@@ -19239,7 +19096,6 @@ class RuleInfo(AbstractModel):
|
|
19239
19096
|
@property
|
19240
19097
|
def ForwardHost(self):
|
19241
19098
|
"""通道转发到源站的请求所携带的host,其中default表示直接转发接收到的host。
|
19242
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19243
19099
|
:rtype: str
|
19244
19100
|
"""
|
19245
19101
|
return self._ForwardHost
|
@@ -19251,7 +19107,6 @@ class RuleInfo(AbstractModel):
|
|
19251
19107
|
@property
|
19252
19108
|
def ServerNameIndicationSwitch(self):
|
19253
19109
|
"""服务器名称指示(ServerNameIndication,简称SNI)开关。ON表示开启,OFF表示关闭。
|
19254
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19255
19110
|
注意:此字段可能返回 null,表示取不到有效值。
|
19256
19111
|
:rtype: str
|
19257
19112
|
"""
|
@@ -19264,7 +19119,6 @@ class RuleInfo(AbstractModel):
|
|
19264
19119
|
@property
|
19265
19120
|
def ServerNameIndication(self):
|
19266
19121
|
"""服务器名称指示(ServerNameIndication,简称SNI),当SNI开关打开时,该字段必填。
|
19267
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19268
19122
|
注意:此字段可能返回 null,表示取不到有效值。
|
19269
19123
|
:rtype: str
|
19270
19124
|
"""
|
@@ -19438,15 +19292,12 @@ class SecurityPolicyRuleOut(AbstractModel):
|
|
19438
19292
|
:param _AliasName: 规则别名
|
19439
19293
|
:type AliasName: str
|
19440
19294
|
:param _DestPortRange: 目标端口范围
|
19441
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19442
19295
|
:type DestPortRange: str
|
19443
19296
|
:param _RuleId: 规则ID
|
19444
19297
|
:type RuleId: str
|
19445
19298
|
:param _Protocol: 要匹配的协议类型(TCP/UDP)
|
19446
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19447
19299
|
:type Protocol: str
|
19448
19300
|
:param _PolicyId: 安全策略ID
|
19449
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19450
19301
|
:type PolicyId: str
|
19451
19302
|
"""
|
19452
19303
|
self._Action = None
|
@@ -19493,7 +19344,6 @@ class SecurityPolicyRuleOut(AbstractModel):
|
|
19493
19344
|
@property
|
19494
19345
|
def DestPortRange(self):
|
19495
19346
|
"""目标端口范围
|
19496
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19497
19347
|
:rtype: str
|
19498
19348
|
"""
|
19499
19349
|
return self._DestPortRange
|
@@ -19516,7 +19366,6 @@ class SecurityPolicyRuleOut(AbstractModel):
|
|
19516
19366
|
@property
|
19517
19367
|
def Protocol(self):
|
19518
19368
|
"""要匹配的协议类型(TCP/UDP)
|
19519
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19520
19369
|
:rtype: str
|
19521
19370
|
"""
|
19522
19371
|
return self._Protocol
|
@@ -19528,7 +19377,6 @@ class SecurityPolicyRuleOut(AbstractModel):
|
|
19528
19377
|
@property
|
19529
19378
|
def PolicyId(self):
|
19530
19379
|
"""安全策略ID
|
19531
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19532
19380
|
:rtype: str
|
19533
19381
|
"""
|
19534
19382
|
return self._PolicyId
|
@@ -20083,27 +19931,20 @@ class TCPListener(AbstractModel):
|
|
20083
19931
|
1表示正常。
|
20084
19932
|
:type BindStatus: int
|
20085
19933
|
:param _RealServerSet: 监听器绑定的源站信息
|
20086
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20087
19934
|
:type RealServerSet: list of BindRealServer
|
20088
19935
|
:param _CreateTime: 监听器创建时间,Unix时间戳
|
20089
19936
|
:type CreateTime: int
|
20090
19937
|
:param _ClientIPMethod: 监听器获取客户端 IP 的方式,0表示TOA, 1表示Proxy Protocol
|
20091
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20092
19938
|
:type ClientIPMethod: int
|
20093
19939
|
:param _HealthyThreshold: 健康阈值,表示连续检查成功多少次后认定源站健康。范围为1到10
|
20094
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20095
19940
|
:type HealthyThreshold: int
|
20096
19941
|
:param _UnhealthyThreshold: 不健康阈值,表示连续检查失败多少次数后认为源站不健康。范围为1到10
|
20097
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20098
19942
|
:type UnhealthyThreshold: int
|
20099
19943
|
:param _FailoverSwitch: 源站是否开启主备模式:1开启,0关闭,DOMAIN类型源站不支持开启
|
20100
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20101
19944
|
:type FailoverSwitch: int
|
20102
19945
|
:param _SessionPersist: 是否开启会话保持选项:0关闭, 非0开启,非0值为会话保持时间
|
20103
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20104
19946
|
:type SessionPersist: int
|
20105
19947
|
:param _ProxyId: 监听器的通道ID,如果监听器属于通道组,则为null
|
20106
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20107
19948
|
:type ProxyId: str
|
20108
19949
|
:param _GroupId: 监听器的通道组ID,如果监听器属于通道,则为null
|
20109
19950
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -20276,7 +20117,6 @@ class TCPListener(AbstractModel):
|
|
20276
20117
|
@property
|
20277
20118
|
def RealServerSet(self):
|
20278
20119
|
"""监听器绑定的源站信息
|
20279
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20280
20120
|
:rtype: list of BindRealServer
|
20281
20121
|
"""
|
20282
20122
|
return self._RealServerSet
|
@@ -20299,7 +20139,6 @@ class TCPListener(AbstractModel):
|
|
20299
20139
|
@property
|
20300
20140
|
def ClientIPMethod(self):
|
20301
20141
|
"""监听器获取客户端 IP 的方式,0表示TOA, 1表示Proxy Protocol
|
20302
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20303
20142
|
:rtype: int
|
20304
20143
|
"""
|
20305
20144
|
return self._ClientIPMethod
|
@@ -20311,7 +20150,6 @@ class TCPListener(AbstractModel):
|
|
20311
20150
|
@property
|
20312
20151
|
def HealthyThreshold(self):
|
20313
20152
|
"""健康阈值,表示连续检查成功多少次后认定源站健康。范围为1到10
|
20314
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20315
20153
|
:rtype: int
|
20316
20154
|
"""
|
20317
20155
|
return self._HealthyThreshold
|
@@ -20323,7 +20161,6 @@ class TCPListener(AbstractModel):
|
|
20323
20161
|
@property
|
20324
20162
|
def UnhealthyThreshold(self):
|
20325
20163
|
"""不健康阈值,表示连续检查失败多少次数后认为源站不健康。范围为1到10
|
20326
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20327
20164
|
:rtype: int
|
20328
20165
|
"""
|
20329
20166
|
return self._UnhealthyThreshold
|
@@ -20335,7 +20172,6 @@ class TCPListener(AbstractModel):
|
|
20335
20172
|
@property
|
20336
20173
|
def FailoverSwitch(self):
|
20337
20174
|
"""源站是否开启主备模式:1开启,0关闭,DOMAIN类型源站不支持开启
|
20338
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20339
20175
|
:rtype: int
|
20340
20176
|
"""
|
20341
20177
|
return self._FailoverSwitch
|
@@ -20347,7 +20183,6 @@ class TCPListener(AbstractModel):
|
|
20347
20183
|
@property
|
20348
20184
|
def SessionPersist(self):
|
20349
20185
|
"""是否开启会话保持选项:0关闭, 非0开启,非0值为会话保持时间
|
20350
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20351
20186
|
:rtype: int
|
20352
20187
|
"""
|
20353
20188
|
return self._SessionPersist
|
@@ -20359,7 +20194,6 @@ class TCPListener(AbstractModel):
|
|
20359
20194
|
@property
|
20360
20195
|
def ProxyId(self):
|
20361
20196
|
"""监听器的通道ID,如果监听器属于通道组,则为null
|
20362
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20363
20197
|
:rtype: str
|
20364
20198
|
"""
|
20365
20199
|
return self._ProxyId
|