tencentcloud-sdk-python-alb 3.1.155__tar.gz → 3.1.177__tar.gz

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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_alb-3.1.155 → tencentcloud_sdk_python_alb-3.1.177}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_alb-3.1.155 → tencentcloud_sdk_python_alb-3.1.177}/setup.py +1 -1
  3. {tencentcloud_sdk_python_alb-3.1.155 → tencentcloud_sdk_python_alb-3.1.177}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_alb-3.1.155 → tencentcloud_sdk_python_alb-3.1.177}/tencentcloud/alb/v20251030/models.py +106 -150
  5. {tencentcloud_sdk_python_alb-3.1.155 → tencentcloud_sdk_python_alb-3.1.177}/tencentcloud_sdk_python_alb.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_alb-3.1.177/tencentcloud_sdk_python_alb.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_alb-3.1.155/tencentcloud_sdk_python_alb.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_alb-3.1.155 → tencentcloud_sdk_python_alb-3.1.177}/README.rst +0 -0
  9. {tencentcloud_sdk_python_alb-3.1.155 → tencentcloud_sdk_python_alb-3.1.177}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_alb-3.1.155 → tencentcloud_sdk_python_alb-3.1.177}/tencentcloud/alb/__init__.py +0 -0
  11. {tencentcloud_sdk_python_alb-3.1.155 → tencentcloud_sdk_python_alb-3.1.177}/tencentcloud/alb/v20251030/__init__.py +0 -0
  12. {tencentcloud_sdk_python_alb-3.1.155 → tencentcloud_sdk_python_alb-3.1.177}/tencentcloud/alb/v20251030/alb_client.py +0 -0
  13. {tencentcloud_sdk_python_alb-3.1.155 → tencentcloud_sdk_python_alb-3.1.177}/tencentcloud/alb/v20251030/alb_client_async.py +0 -0
  14. {tencentcloud_sdk_python_alb-3.1.155 → tencentcloud_sdk_python_alb-3.1.177}/tencentcloud/alb/v20251030/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_alb-3.1.155 → tencentcloud_sdk_python_alb-3.1.177}/tencentcloud_sdk_python_alb.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_alb-3.1.155 → tencentcloud_sdk_python_alb-3.1.177}/tencentcloud_sdk_python_alb.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_alb-3.1.155 → tencentcloud_sdk_python_alb-3.1.177}/tencentcloud_sdk_python_alb.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-alb
3
- Version: 3.1.155
3
+ Version: 3.1.177
4
4
  Summary: Tencent Cloud Alb SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.155
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.177
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-alb',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.155,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.177,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Alb SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.155'
17
+ __version__ = '3.1.177'
@@ -875,49 +875,37 @@ class CreateListenerRequest(AbstractModel):
875
875
 
876
876
  def __init__(self):
877
877
  r"""
878
- :param _DefaultActions: 默认转发规则动作列表。目前监听器仅支持添加 1 个默认转发规则动作。
878
+ :param _DefaultActions: <p>默认转发规则动作列表。目前监听器仅支持添加 1 个默认转发规则动作。</p>
879
879
  :type DefaultActions: list of DefaultAction
880
- :param _ListenerPort: 负载均衡实例前端使用的端口。 取值:1~65535
880
+ :param _ListenerPort: <p>负载均衡实例前端使用的端口。 取值:1~65535。</p>
881
881
  :type ListenerPort: int
882
- :param _ListenerProtocol: 监听协议。 取值:HTTP、HTTPS 或 QUIC
882
+ :param _ListenerProtocol: <p>监听协议。 取值:HTTP、HTTPS 或 QUIC。</p>
883
883
  :type ListenerProtocol: str
884
- :param _LoadBalancerId: 负载均衡实例 ID,格式为 alb- 后接 8 位字母数字。
884
+ :param _LoadBalancerId: <p>负载均衡实例 ID,格式为 alb- 后接 8 位字母数字。</p>
885
885
  :type LoadBalancerId: str
886
- :param _CaCertificateIds: 监听器配置的CA证书ID列表。目前监听器仅支持添加 1 个 CA 证书。
887
- 当 CaEnabled 参数取值为 true 时,此参数必填。
886
+ :param _CaCertificateIds: <p>监听器配置的CA证书ID列表。目前监听器仅支持添加 1 个 CA 证书。<br>当 CaEnabled 参数取值为 true 时,此参数必填。</p>
888
887
  :type CaCertificateIds: list of str
889
- :param _CaEnabled: 是否开启双向认证。
890
- 取值:
891
- true:开启。
892
- false(默认值):不开启。
888
+ :param _CaEnabled: <p>是否开启双向认证。<br>取值:<br>true:开启。<br>false(默认值):不开启。</p>
893
889
  :type CaEnabled: bool
894
- :param _CertificateIds: 服务器证书 ID 列表。
890
+ :param _CertificateIds: <p>服务器证书 ID 列表。</p>
895
891
  :type CertificateIds: list of str
896
- :param _ClientToken: 客户端Token,用于保证请求的幂等性。
897
-
898
- 从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken只支持ASCII字符。
892
+ :param _ClientToken: <p>客户端Token,用于保证请求的幂等性。 </p><p>从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken只支持ASCII字符。</p>
899
893
  :type ClientToken: str
900
- :param _GzipEnabled: 是否开启Gzip压缩。取值:true(默认值):是。false:否
894
+ :param _GzipEnabled: <p>是否开启Gzip压缩。取值:true(默认值):是。false:否</p>
901
895
  :type GzipEnabled: bool
902
- :param _Http2Enabled: 是否开启HTTP/2特性。HTTP 协议默认 false,HTTPS 协议默认 true。只有 HTTPS 协议支持此参数。
896
+ :param _Http2Enabled: <p>是否开启HTTP/2特性。HTTP 协议默认 false,HTTPS 协议默认 true。只有 HTTPS 协议支持此参数。</p>
903
897
  :type Http2Enabled: bool
904
- :param _IdleTimeout: 连接空闲超时时间。单位:秒。
905
- 取值范围:1~600。
906
- 默认值:15。
907
- 如果在超时时间内一直没有访问请求,负载均衡会断开当前连接,在下次请求到来时创建新的连接。
898
+ :param _IdleTimeout: <p>连接空闲超时时间。单位:秒。<br>取值范围:1~600。<br>默认值:15。<br>如果在超时时间内一直没有访问请求,负载均衡会断开当前连接,在下次请求到来时创建新的连接。</p>
908
899
  :type IdleTimeout: int
909
- :param _ListenerName: 自定义监听名称。 长度为 1~255 个字符,必须是中文和无害字符串中的字符, 可包含中文、字母、数字、短划线(-)、正斜线(/)、半角句号(.)、下划线(_)。
900
+ :param _ListenerName: <p>自定义监听名称。 长度为 1~255 个字符,必须是中文和无害字符串中的字符, 可包含中文、字母、数字、短划线(-)、正斜线(/)、半角句号(.)、下划线(_)。</p>
910
901
  :type ListenerName: str
911
- :param _RequestTimeout: 请求超时时间。单位:秒。
912
- 取值:1~600。
913
- 默认值:60。
914
- 如果在超时时间内后端服务器没有返回响应,负载均衡将放弃等待,并给客户端返回HTTP 504错误码。
902
+ :param _RequestTimeout: <p>连接请求超时时间。单位:秒。取值:1~600。默认值:60。如果在超时时间内后端服务器没有返回响应,负载均衡将放弃等待,并给客户端返回HTTP 504错误码。</p>
915
903
  :type RequestTimeout: int
916
- :param _SecurityPolicyId: 安全策略 ID,格式为 tls- 后接 8 位字母数字。
904
+ :param _SecurityPolicyId: <p>安全策略 ID,格式为 tls- 后接 8 位字母数字。</p>
917
905
  :type SecurityPolicyId: str
918
- :param _Tags: 标签列表。最大支持20个。
906
+ :param _Tags: <p>标签列表。最大支持20个。</p>
919
907
  :type Tags: list of TagInfo
920
- :param _XForwardedForConfig: X-Forwarded-For配置
908
+ :param _XForwardedForConfig: <p>X-Forwarded-For配置</p>
921
909
  :type XForwardedForConfig: :class:`tencentcloud.alb.v20251030.models.XForwardedForConfig`
922
910
  """
923
911
  self._DefaultActions = None
@@ -939,7 +927,7 @@ false(默认值):不开启。
939
927
 
940
928
  @property
941
929
  def DefaultActions(self):
942
- r"""默认转发规则动作列表。目前监听器仅支持添加 1 个默认转发规则动作。
930
+ r"""<p>默认转发规则动作列表。目前监听器仅支持添加 1 个默认转发规则动作。</p>
943
931
  :rtype: list of DefaultAction
944
932
  """
945
933
  return self._DefaultActions
@@ -950,7 +938,7 @@ false(默认值):不开启。
950
938
 
951
939
  @property
952
940
  def ListenerPort(self):
953
- r"""负载均衡实例前端使用的端口。 取值:1~65535
941
+ r"""<p>负载均衡实例前端使用的端口。 取值:1~65535。</p>
954
942
  :rtype: int
955
943
  """
956
944
  return self._ListenerPort
@@ -961,7 +949,7 @@ false(默认值):不开启。
961
949
 
962
950
  @property
963
951
  def ListenerProtocol(self):
964
- r"""监听协议。 取值:HTTP、HTTPS 或 QUIC
952
+ r"""<p>监听协议。 取值:HTTP、HTTPS 或 QUIC。</p>
965
953
  :rtype: str
966
954
  """
967
955
  return self._ListenerProtocol
@@ -972,7 +960,7 @@ false(默认值):不开启。
972
960
 
973
961
  @property
974
962
  def LoadBalancerId(self):
975
- r"""负载均衡实例 ID,格式为 alb- 后接 8 位字母数字。
963
+ r"""<p>负载均衡实例 ID,格式为 alb- 后接 8 位字母数字。</p>
976
964
  :rtype: str
977
965
  """
978
966
  return self._LoadBalancerId
@@ -983,8 +971,7 @@ false(默认值):不开启。
983
971
 
984
972
  @property
985
973
  def CaCertificateIds(self):
986
- r"""监听器配置的CA证书ID列表。目前监听器仅支持添加 1 个 CA 证书。
987
- 当 CaEnabled 参数取值为 true 时,此参数必填。
974
+ r"""<p>监听器配置的CA证书ID列表。目前监听器仅支持添加 1 个 CA 证书。<br>当 CaEnabled 参数取值为 true 时,此参数必填。</p>
988
975
  :rtype: list of str
989
976
  """
990
977
  return self._CaCertificateIds
@@ -995,10 +982,7 @@ false(默认值):不开启。
995
982
 
996
983
  @property
997
984
  def CaEnabled(self):
998
- r"""是否开启双向认证。
999
- 取值:
1000
- true:开启。
1001
- false(默认值):不开启。
985
+ r"""<p>是否开启双向认证。<br>取值:<br>true:开启。<br>false(默认值):不开启。</p>
1002
986
  :rtype: bool
1003
987
  """
1004
988
  return self._CaEnabled
@@ -1009,7 +993,7 @@ false(默认值):不开启。
1009
993
 
1010
994
  @property
1011
995
  def CertificateIds(self):
1012
- r"""服务器证书 ID 列表。
996
+ r"""<p>服务器证书 ID 列表。</p>
1013
997
  :rtype: list of str
1014
998
  """
1015
999
  return self._CertificateIds
@@ -1020,9 +1004,7 @@ false(默认值):不开启。
1020
1004
 
1021
1005
  @property
1022
1006
  def ClientToken(self):
1023
- r"""客户端Token,用于保证请求的幂等性。
1024
-
1025
- 从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken只支持ASCII字符。
1007
+ r"""<p>客户端Token,用于保证请求的幂等性。 </p><p>从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken只支持ASCII字符。</p>
1026
1008
  :rtype: str
1027
1009
  """
1028
1010
  return self._ClientToken
@@ -1033,7 +1015,7 @@ false(默认值):不开启。
1033
1015
 
1034
1016
  @property
1035
1017
  def GzipEnabled(self):
1036
- r"""是否开启Gzip压缩。取值:true(默认值):是。false:否
1018
+ r"""<p>是否开启Gzip压缩。取值:true(默认值):是。false:否</p>
1037
1019
  :rtype: bool
1038
1020
  """
1039
1021
  return self._GzipEnabled
@@ -1044,7 +1026,7 @@ false(默认值):不开启。
1044
1026
 
1045
1027
  @property
1046
1028
  def Http2Enabled(self):
1047
- r"""是否开启HTTP/2特性。HTTP 协议默认 false,HTTPS 协议默认 true。只有 HTTPS 协议支持此参数。
1029
+ r"""<p>是否开启HTTP/2特性。HTTP 协议默认 false,HTTPS 协议默认 true。只有 HTTPS 协议支持此参数。</p>
1048
1030
  :rtype: bool
1049
1031
  """
1050
1032
  return self._Http2Enabled
@@ -1055,10 +1037,7 @@ false(默认值):不开启。
1055
1037
 
1056
1038
  @property
1057
1039
  def IdleTimeout(self):
1058
- r"""连接空闲超时时间。单位:秒。
1059
- 取值范围:1~600。
1060
- 默认值:15。
1061
- 如果在超时时间内一直没有访问请求,负载均衡会断开当前连接,在下次请求到来时创建新的连接。
1040
+ r"""<p>连接空闲超时时间。单位:秒。<br>取值范围:1~600。<br>默认值:15。<br>如果在超时时间内一直没有访问请求,负载均衡会断开当前连接,在下次请求到来时创建新的连接。</p>
1062
1041
  :rtype: int
1063
1042
  """
1064
1043
  return self._IdleTimeout
@@ -1069,7 +1048,7 @@ false(默认值):不开启。
1069
1048
 
1070
1049
  @property
1071
1050
  def ListenerName(self):
1072
- r"""自定义监听名称。 长度为 1~255 个字符,必须是中文和无害字符串中的字符, 可包含中文、字母、数字、短划线(-)、正斜线(/)、半角句号(.)、下划线(_)。
1051
+ r"""<p>自定义监听名称。 长度为 1~255 个字符,必须是中文和无害字符串中的字符, 可包含中文、字母、数字、短划线(-)、正斜线(/)、半角句号(.)、下划线(_)。</p>
1073
1052
  :rtype: str
1074
1053
  """
1075
1054
  return self._ListenerName
@@ -1080,10 +1059,7 @@ false(默认值):不开启。
1080
1059
 
1081
1060
  @property
1082
1061
  def RequestTimeout(self):
1083
- r"""请求超时时间。单位:秒。
1084
- 取值:1~600。
1085
- 默认值:60。
1086
- 如果在超时时间内后端服务器没有返回响应,负载均衡将放弃等待,并给客户端返回HTTP 504错误码。
1062
+ r"""<p>连接请求超时时间。单位:秒。取值:1~600。默认值:60。如果在超时时间内后端服务器没有返回响应,负载均衡将放弃等待,并给客户端返回HTTP 504错误码。</p>
1087
1063
  :rtype: int
1088
1064
  """
1089
1065
  return self._RequestTimeout
@@ -1094,7 +1070,7 @@ false(默认值):不开启。
1094
1070
 
1095
1071
  @property
1096
1072
  def SecurityPolicyId(self):
1097
- r"""安全策略 ID,格式为 tls- 后接 8 位字母数字。
1073
+ r"""<p>安全策略 ID,格式为 tls- 后接 8 位字母数字。</p>
1098
1074
  :rtype: str
1099
1075
  """
1100
1076
  return self._SecurityPolicyId
@@ -1105,7 +1081,7 @@ false(默认值):不开启。
1105
1081
 
1106
1082
  @property
1107
1083
  def Tags(self):
1108
- r"""标签列表。最大支持20个。
1084
+ r"""<p>标签列表。最大支持20个。</p>
1109
1085
  :rtype: list of TagInfo
1110
1086
  """
1111
1087
  return self._Tags
@@ -1116,7 +1092,7 @@ false(默认值):不开启。
1116
1092
 
1117
1093
  @property
1118
1094
  def XForwardedForConfig(self):
1119
- r"""X-Forwarded-For配置
1095
+ r"""<p>X-Forwarded-For配置</p>
1120
1096
  :rtype: :class:`tencentcloud.alb.v20251030.models.XForwardedForConfig`
1121
1097
  """
1122
1098
  return self._XForwardedForConfig
@@ -1172,7 +1148,7 @@ class CreateListenerResponse(AbstractModel):
1172
1148
 
1173
1149
  def __init__(self):
1174
1150
  r"""
1175
- :param _ListenerId: 监听器 ID,格式为 lst- 后接 8 位字母数字。
1151
+ :param _ListenerId: <p>监听器 ID,格式为 lst- 后接 8 位字母数字。</p>
1176
1152
  :type ListenerId: str
1177
1153
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1178
1154
  :type RequestId: str
@@ -1182,7 +1158,7 @@ class CreateListenerResponse(AbstractModel):
1182
1158
 
1183
1159
  @property
1184
1160
  def ListenerId(self):
1185
- r"""监听器 ID,格式为 lst- 后接 8 位字母数字。
1161
+ r"""<p>监听器 ID,格式为 lst- 后接 8 位字母数字。</p>
1186
1162
  :rtype: str
1187
1163
  """
1188
1164
  return self._ListenerId
@@ -3214,9 +3190,9 @@ class DescribeListenerDetailRequest(AbstractModel):
3214
3190
 
3215
3191
  def __init__(self):
3216
3192
  r"""
3217
- :param _ListenerId: 监听器 ID,格式为 lst- 后接 8 位字母数字。
3193
+ :param _ListenerId: <p>监听器 ID,格式为 lst- 后接 8 位字母数字。</p>
3218
3194
  :type ListenerId: str
3219
- :param _LoadBalancerId: 负载均衡实例 ID,格式为 alb- 后接 8 位字母数字。
3195
+ :param _LoadBalancerId: <p>负载均衡实例 ID,格式为 alb- 后接 8 位字母数字。</p>
3220
3196
  :type LoadBalancerId: str
3221
3197
  """
3222
3198
  self._ListenerId = None
@@ -3224,7 +3200,7 @@ class DescribeListenerDetailRequest(AbstractModel):
3224
3200
 
3225
3201
  @property
3226
3202
  def ListenerId(self):
3227
- r"""监听器 ID,格式为 lst- 后接 8 位字母数字。
3203
+ r"""<p>监听器 ID,格式为 lst- 后接 8 位字母数字。</p>
3228
3204
  :rtype: str
3229
3205
  """
3230
3206
  return self._ListenerId
@@ -3235,7 +3211,7 @@ class DescribeListenerDetailRequest(AbstractModel):
3235
3211
 
3236
3212
  @property
3237
3213
  def LoadBalancerId(self):
3238
- r"""负载均衡实例 ID,格式为 alb- 后接 8 位字母数字。
3214
+ r"""<p>负载均衡实例 ID,格式为 alb- 后接 8 位字母数字。</p>
3239
3215
  :rtype: str
3240
3216
  """
3241
3217
  return self._LoadBalancerId
@@ -3265,48 +3241,43 @@ class DescribeListenerDetailResponse(AbstractModel):
3265
3241
 
3266
3242
  def __init__(self):
3267
3243
  r"""
3268
- :param _CaCertificateIds: 监听器绑定的CA证书ID列表。
3244
+ :param _CaCertificateIds: <p>监听器绑定的CA证书ID列表。</p>
3269
3245
  :type CaCertificateIds: list of str
3270
- :param _CaEnabled: 是否开启双向认证。
3246
+ :param _CaEnabled: <p>是否开启双向认证。</p>
3271
3247
  :type CaEnabled: bool
3272
- :param _CertificateIds: 服务器证书 ID 列表。
3248
+ :param _CertificateIds: <p>服务器证书 ID 列表。</p>
3273
3249
  :type CertificateIds: list of str
3274
- :param _CreateTime: 监听器实例的创建时间。格式:ISO 8601(例如 2025-01-01T08:30:00+08:00
3250
+ :param _CreateTime: <p>监听器实例的创建时间。格式:ISO 8601(例如 2025-01-01T08:30:00+08:00)</p>
3275
3251
  :type CreateTime: str
3276
- :param _DefaultActions: 规则动作列表。
3252
+ :param _DefaultActions: <p>规则动作列表。</p>
3277
3253
  :type DefaultActions: list of DefaultAction
3278
- :param _GzipEnabled: 是否启用 Gzip 压缩。
3254
+ :param _GzipEnabled: <p>是否启用 Gzip 压缩。</p>
3279
3255
  :type GzipEnabled: bool
3280
- :param _Http2Enabled: 是否开启HTTP/2特性。
3256
+ :param _Http2Enabled: <p>是否开启HTTP/2特性。</p>
3281
3257
  :type Http2Enabled: bool
3282
- :param _IdleTimeout: 指定连接空闲超时时间。单位:秒。
3258
+ :param _IdleTimeout: <p>指定连接空闲超时时间。单位:秒。</p>
3283
3259
  :type IdleTimeout: int
3284
- :param _ListenerId: 监听器 ID,格式为 lst- 后接 8 位字母数字。
3260
+ :param _ListenerId: <p>监听器 ID,格式为 lst- 后接 8 位字母数字。</p>
3285
3261
  :type ListenerId: str
3286
- :param _ListenerName: 自定义监听名称。
3262
+ :param _ListenerName: <p>自定义监听名称。</p>
3287
3263
  :type ListenerName: str
3288
- :param _ListenerPort: 负载均衡实例前端使用的端口。
3264
+ :param _ListenerPort: <p>负载均衡实例前端使用的端口。</p>
3289
3265
  :type ListenerPort: int
3290
- :param _ListenerProtocol: 监听协议。
3266
+ :param _ListenerProtocol: <p>监听协议。</p>
3291
3267
  :type ListenerProtocol: str
3292
- :param _ListenerStatus: 监听器状态。取值:=
3293
-
3294
- - **Active**: 运行中。
3295
- - **Provisioning**:创建中。
3296
- - **Configuring**:变配中。
3297
- - **ProvisionFailed**:创建失败
3268
+ :param _ListenerStatus: <p>监听器状态。取值:=</p><ul><li><strong>Active</strong>: 运行中。</li><li><strong>Provisioning</strong>:创建中。</li><li><strong>Configuring</strong>:变配中。</li><li><strong>ProvisionFailed</strong>:创建失败</li></ul>
3298
3269
  :type ListenerStatus: str
3299
- :param _LoadBalancerId: 负载均衡实例 ID,格式为 alb- 后接 8 位字母数字。
3270
+ :param _LoadBalancerId: <p>负载均衡实例 ID,格式为 alb- 后接 8 位字母数字。</p>
3300
3271
  :type LoadBalancerId: str
3301
- :param _ModifyTime: 监听器实例的最后变更时间。格式:ISO 8601(例如 2025-01-01T08:30:00+08:00
3272
+ :param _ModifyTime: <p>监听器实例的最后变更时间。格式:ISO 8601(例如 2025-01-01T08:30:00+08:00)</p>
3302
3273
  :type ModifyTime: str
3303
- :param _RequestTimeout: 请求超时时间。单位:秒。
3274
+ :param _RequestTimeout: <p>连接请求超时时间。单位:秒。</p>
3304
3275
  :type RequestTimeout: int
3305
- :param _SecurityPolicyId: 安全策略 ID,格式为 tls- 后接 8 位字母数字。
3276
+ :param _SecurityPolicyId: <p>安全策略 ID,格式为 tls- 后接 8 位字母数字。</p>
3306
3277
  :type SecurityPolicyId: str
3307
- :param _Tags: 标签。
3278
+ :param _Tags: <p>标签。</p>
3308
3279
  :type Tags: list of TagInfo
3309
- :param _XForwardedForConfig: XForwardedFor配置。
3280
+ :param _XForwardedForConfig: <p>XForwardedFor配置。</p>
3310
3281
  :type XForwardedForConfig: :class:`tencentcloud.alb.v20251030.models.XForwardedForConfig`
3311
3282
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3312
3283
  :type RequestId: str
@@ -3334,7 +3305,7 @@ class DescribeListenerDetailResponse(AbstractModel):
3334
3305
 
3335
3306
  @property
3336
3307
  def CaCertificateIds(self):
3337
- r"""监听器绑定的CA证书ID列表。
3308
+ r"""<p>监听器绑定的CA证书ID列表。</p>
3338
3309
  :rtype: list of str
3339
3310
  """
3340
3311
  return self._CaCertificateIds
@@ -3345,7 +3316,7 @@ class DescribeListenerDetailResponse(AbstractModel):
3345
3316
 
3346
3317
  @property
3347
3318
  def CaEnabled(self):
3348
- r"""是否开启双向认证。
3319
+ r"""<p>是否开启双向认证。</p>
3349
3320
  :rtype: bool
3350
3321
  """
3351
3322
  return self._CaEnabled
@@ -3356,7 +3327,7 @@ class DescribeListenerDetailResponse(AbstractModel):
3356
3327
 
3357
3328
  @property
3358
3329
  def CertificateIds(self):
3359
- r"""服务器证书 ID 列表。
3330
+ r"""<p>服务器证书 ID 列表。</p>
3360
3331
  :rtype: list of str
3361
3332
  """
3362
3333
  return self._CertificateIds
@@ -3367,7 +3338,7 @@ class DescribeListenerDetailResponse(AbstractModel):
3367
3338
 
3368
3339
  @property
3369
3340
  def CreateTime(self):
3370
- r"""监听器实例的创建时间。格式:ISO 8601(例如 2025-01-01T08:30:00+08:00
3341
+ r"""<p>监听器实例的创建时间。格式:ISO 8601(例如 2025-01-01T08:30:00+08:00)</p>
3371
3342
  :rtype: str
3372
3343
  """
3373
3344
  return self._CreateTime
@@ -3378,7 +3349,7 @@ class DescribeListenerDetailResponse(AbstractModel):
3378
3349
 
3379
3350
  @property
3380
3351
  def DefaultActions(self):
3381
- r"""规则动作列表。
3352
+ r"""<p>规则动作列表。</p>
3382
3353
  :rtype: list of DefaultAction
3383
3354
  """
3384
3355
  return self._DefaultActions
@@ -3389,7 +3360,7 @@ class DescribeListenerDetailResponse(AbstractModel):
3389
3360
 
3390
3361
  @property
3391
3362
  def GzipEnabled(self):
3392
- r"""是否启用 Gzip 压缩。
3363
+ r"""<p>是否启用 Gzip 压缩。</p>
3393
3364
  :rtype: bool
3394
3365
  """
3395
3366
  return self._GzipEnabled
@@ -3400,7 +3371,7 @@ class DescribeListenerDetailResponse(AbstractModel):
3400
3371
 
3401
3372
  @property
3402
3373
  def Http2Enabled(self):
3403
- r"""是否开启HTTP/2特性。
3374
+ r"""<p>是否开启HTTP/2特性。</p>
3404
3375
  :rtype: bool
3405
3376
  """
3406
3377
  return self._Http2Enabled
@@ -3411,7 +3382,7 @@ class DescribeListenerDetailResponse(AbstractModel):
3411
3382
 
3412
3383
  @property
3413
3384
  def IdleTimeout(self):
3414
- r"""指定连接空闲超时时间。单位:秒。
3385
+ r"""<p>指定连接空闲超时时间。单位:秒。</p>
3415
3386
  :rtype: int
3416
3387
  """
3417
3388
  return self._IdleTimeout
@@ -3422,7 +3393,7 @@ class DescribeListenerDetailResponse(AbstractModel):
3422
3393
 
3423
3394
  @property
3424
3395
  def ListenerId(self):
3425
- r"""监听器 ID,格式为 lst- 后接 8 位字母数字。
3396
+ r"""<p>监听器 ID,格式为 lst- 后接 8 位字母数字。</p>
3426
3397
  :rtype: str
3427
3398
  """
3428
3399
  return self._ListenerId
@@ -3433,7 +3404,7 @@ class DescribeListenerDetailResponse(AbstractModel):
3433
3404
 
3434
3405
  @property
3435
3406
  def ListenerName(self):
3436
- r"""自定义监听名称。
3407
+ r"""<p>自定义监听名称。</p>
3437
3408
  :rtype: str
3438
3409
  """
3439
3410
  return self._ListenerName
@@ -3444,7 +3415,7 @@ class DescribeListenerDetailResponse(AbstractModel):
3444
3415
 
3445
3416
  @property
3446
3417
  def ListenerPort(self):
3447
- r"""负载均衡实例前端使用的端口。
3418
+ r"""<p>负载均衡实例前端使用的端口。</p>
3448
3419
  :rtype: int
3449
3420
  """
3450
3421
  return self._ListenerPort
@@ -3455,7 +3426,7 @@ class DescribeListenerDetailResponse(AbstractModel):
3455
3426
 
3456
3427
  @property
3457
3428
  def ListenerProtocol(self):
3458
- r"""监听协议。
3429
+ r"""<p>监听协议。</p>
3459
3430
  :rtype: str
3460
3431
  """
3461
3432
  return self._ListenerProtocol
@@ -3466,12 +3437,7 @@ class DescribeListenerDetailResponse(AbstractModel):
3466
3437
 
3467
3438
  @property
3468
3439
  def ListenerStatus(self):
3469
- r"""监听器状态。取值:=
3470
-
3471
- - **Active**: 运行中。
3472
- - **Provisioning**:创建中。
3473
- - **Configuring**:变配中。
3474
- - **ProvisionFailed**:创建失败
3440
+ r"""<p>监听器状态。取值:=</p><ul><li><strong>Active</strong>: 运行中。</li><li><strong>Provisioning</strong>:创建中。</li><li><strong>Configuring</strong>:变配中。</li><li><strong>ProvisionFailed</strong>:创建失败</li></ul>
3475
3441
  :rtype: str
3476
3442
  """
3477
3443
  return self._ListenerStatus
@@ -3482,7 +3448,7 @@ class DescribeListenerDetailResponse(AbstractModel):
3482
3448
 
3483
3449
  @property
3484
3450
  def LoadBalancerId(self):
3485
- r"""负载均衡实例 ID,格式为 alb- 后接 8 位字母数字。
3451
+ r"""<p>负载均衡实例 ID,格式为 alb- 后接 8 位字母数字。</p>
3486
3452
  :rtype: str
3487
3453
  """
3488
3454
  return self._LoadBalancerId
@@ -3493,7 +3459,7 @@ class DescribeListenerDetailResponse(AbstractModel):
3493
3459
 
3494
3460
  @property
3495
3461
  def ModifyTime(self):
3496
- r"""监听器实例的最后变更时间。格式:ISO 8601(例如 2025-01-01T08:30:00+08:00
3462
+ r"""<p>监听器实例的最后变更时间。格式:ISO 8601(例如 2025-01-01T08:30:00+08:00)</p>
3497
3463
  :rtype: str
3498
3464
  """
3499
3465
  return self._ModifyTime
@@ -3504,7 +3470,7 @@ class DescribeListenerDetailResponse(AbstractModel):
3504
3470
 
3505
3471
  @property
3506
3472
  def RequestTimeout(self):
3507
- r"""请求超时时间。单位:秒。
3473
+ r"""<p>连接请求超时时间。单位:秒。</p>
3508
3474
  :rtype: int
3509
3475
  """
3510
3476
  return self._RequestTimeout
@@ -3515,7 +3481,7 @@ class DescribeListenerDetailResponse(AbstractModel):
3515
3481
 
3516
3482
  @property
3517
3483
  def SecurityPolicyId(self):
3518
- r"""安全策略 ID,格式为 tls- 后接 8 位字母数字。
3484
+ r"""<p>安全策略 ID,格式为 tls- 后接 8 位字母数字。</p>
3519
3485
  :rtype: str
3520
3486
  """
3521
3487
  return self._SecurityPolicyId
@@ -3526,7 +3492,7 @@ class DescribeListenerDetailResponse(AbstractModel):
3526
3492
 
3527
3493
  @property
3528
3494
  def Tags(self):
3529
- r"""标签。
3495
+ r"""<p>标签。</p>
3530
3496
  :rtype: list of TagInfo
3531
3497
  """
3532
3498
  return self._Tags
@@ -3537,7 +3503,7 @@ class DescribeListenerDetailResponse(AbstractModel):
3537
3503
 
3538
3504
  @property
3539
3505
  def XForwardedForConfig(self):
3540
- r"""XForwardedFor配置。
3506
+ r"""<p>XForwardedFor配置。</p>
3541
3507
  :rtype: :class:`tencentcloud.alb.v20251030.models.XForwardedForConfig`
3542
3508
  """
3543
3509
  return self._XForwardedForConfig
@@ -7207,40 +7173,35 @@ class ListenerOutput(AbstractModel):
7207
7173
 
7208
7174
  def __init__(self):
7209
7175
  r"""
7210
- :param _CaEnable: 是否开启双向认证。
7176
+ :param _CaEnable: <p>是否开启双向认证。</p>
7211
7177
  :type CaEnable: bool
7212
- :param _CreateTime: 监听器实例的创建时间。格式:ISO 8601(例如 2025-01-01T08:30:00+08:00
7178
+ :param _CreateTime: <p>监听器实例的创建时间。格式:ISO 8601(例如 2025-01-01T08:30:00+08:00)</p>
7213
7179
  :type CreateTime: str
7214
- :param _GzipEnabled: 是否启用 Gzip 压缩。
7180
+ :param _GzipEnabled: <p>是否启用 Gzip 压缩。</p>
7215
7181
  :type GzipEnabled: bool
7216
- :param _Http2Enable: 是否启用http2
7182
+ :param _Http2Enable: <p>是否启用http2。</p>
7217
7183
  :type Http2Enable: bool
7218
- :param _IdleTimeout: 空闲超时时间。
7184
+ :param _IdleTimeout: <p>空闲超时时间。</p>
7219
7185
  :type IdleTimeout: int
7220
- :param _ListenerId: 监听器 ID,格式为 lst- 后接 8 位字母数字。
7186
+ :param _ListenerId: <p>监听器 ID,格式为 lst- 后接 8 位字母数字。</p>
7221
7187
  :type ListenerId: str
7222
- :param _ListenerName: 监听器名称。
7188
+ :param _ListenerName: <p>监听器名称。</p>
7223
7189
  :type ListenerName: str
7224
- :param _ListenerPort: 监听器端口。
7190
+ :param _ListenerPort: <p>监听器端口。</p>
7225
7191
  :type ListenerPort: int
7226
- :param _ListenerProtocol: 监听器协议。
7192
+ :param _ListenerProtocol: <p>监听器协议。</p>
7227
7193
  :type ListenerProtocol: str
7228
- :param _ListenerStatus: 监听器状态。取值:=
7229
-
7230
- - **Active**: 运行中。
7231
- - **Provisioning**:创建中。
7232
- - **Configuring**:变配中。
7233
- - **ProvisionFailed**:创建失败
7194
+ :param _ListenerStatus: <p>监听器状态。取值:=</p><ul><li><strong>Active</strong>: 运行中。</li><li><strong>Provisioning</strong>:创建中。</li><li><strong>Configuring</strong>:变配中。</li><li><strong>ProvisionFailed</strong>:创建失败</li></ul>
7234
7195
  :type ListenerStatus: str
7235
- :param _ModifyTime: 监听器实例的最后变更时间。格式:ISO 8601(例如 2025-01-01T08:30:00+08:00
7196
+ :param _ModifyTime: <p>监听器实例的最后变更时间。格式:ISO 8601(例如 2025-01-01T08:30:00+08:00)</p>
7236
7197
  :type ModifyTime: str
7237
- :param _RequestTimeout: 请求超时时间。
7198
+ :param _RequestTimeout: <p>连接请求超时时间。</p>
7238
7199
  :type RequestTimeout: int
7239
- :param _Tags: 标签。
7200
+ :param _Tags: <p>标签。</p>
7240
7201
  :type Tags: list of TagInfo
7241
- :param _TlsSecurityPolicyId: 安全策略 ID
7202
+ :param _TlsSecurityPolicyId: <p>安全策略 ID。</p>
7242
7203
  :type TlsSecurityPolicyId: str
7243
- :param _XForwardedForConfig: XForwardedFor配置。
7204
+ :param _XForwardedForConfig: <p>XForwardedFor配置。</p>
7244
7205
  :type XForwardedForConfig: :class:`tencentcloud.alb.v20251030.models.XForwardedForConfig`
7245
7206
  """
7246
7207
  self._CaEnable = None
@@ -7261,7 +7222,7 @@ class ListenerOutput(AbstractModel):
7261
7222
 
7262
7223
  @property
7263
7224
  def CaEnable(self):
7264
- r"""是否开启双向认证。
7225
+ r"""<p>是否开启双向认证。</p>
7265
7226
  :rtype: bool
7266
7227
  """
7267
7228
  return self._CaEnable
@@ -7272,7 +7233,7 @@ class ListenerOutput(AbstractModel):
7272
7233
 
7273
7234
  @property
7274
7235
  def CreateTime(self):
7275
- r"""监听器实例的创建时间。格式:ISO 8601(例如 2025-01-01T08:30:00+08:00
7236
+ r"""<p>监听器实例的创建时间。格式:ISO 8601(例如 2025-01-01T08:30:00+08:00)</p>
7276
7237
  :rtype: str
7277
7238
  """
7278
7239
  return self._CreateTime
@@ -7283,7 +7244,7 @@ class ListenerOutput(AbstractModel):
7283
7244
 
7284
7245
  @property
7285
7246
  def GzipEnabled(self):
7286
- r"""是否启用 Gzip 压缩。
7247
+ r"""<p>是否启用 Gzip 压缩。</p>
7287
7248
  :rtype: bool
7288
7249
  """
7289
7250
  return self._GzipEnabled
@@ -7294,7 +7255,7 @@ class ListenerOutput(AbstractModel):
7294
7255
 
7295
7256
  @property
7296
7257
  def Http2Enable(self):
7297
- r"""是否启用http2
7258
+ r"""<p>是否启用http2。</p>
7298
7259
  :rtype: bool
7299
7260
  """
7300
7261
  return self._Http2Enable
@@ -7305,7 +7266,7 @@ class ListenerOutput(AbstractModel):
7305
7266
 
7306
7267
  @property
7307
7268
  def IdleTimeout(self):
7308
- r"""空闲超时时间。
7269
+ r"""<p>空闲超时时间。</p>
7309
7270
  :rtype: int
7310
7271
  """
7311
7272
  return self._IdleTimeout
@@ -7316,7 +7277,7 @@ class ListenerOutput(AbstractModel):
7316
7277
 
7317
7278
  @property
7318
7279
  def ListenerId(self):
7319
- r"""监听器 ID,格式为 lst- 后接 8 位字母数字。
7280
+ r"""<p>监听器 ID,格式为 lst- 后接 8 位字母数字。</p>
7320
7281
  :rtype: str
7321
7282
  """
7322
7283
  return self._ListenerId
@@ -7327,7 +7288,7 @@ class ListenerOutput(AbstractModel):
7327
7288
 
7328
7289
  @property
7329
7290
  def ListenerName(self):
7330
- r"""监听器名称。
7291
+ r"""<p>监听器名称。</p>
7331
7292
  :rtype: str
7332
7293
  """
7333
7294
  return self._ListenerName
@@ -7338,7 +7299,7 @@ class ListenerOutput(AbstractModel):
7338
7299
 
7339
7300
  @property
7340
7301
  def ListenerPort(self):
7341
- r"""监听器端口。
7302
+ r"""<p>监听器端口。</p>
7342
7303
  :rtype: int
7343
7304
  """
7344
7305
  return self._ListenerPort
@@ -7349,7 +7310,7 @@ class ListenerOutput(AbstractModel):
7349
7310
 
7350
7311
  @property
7351
7312
  def ListenerProtocol(self):
7352
- r"""监听器协议。
7313
+ r"""<p>监听器协议。</p>
7353
7314
  :rtype: str
7354
7315
  """
7355
7316
  return self._ListenerProtocol
@@ -7360,12 +7321,7 @@ class ListenerOutput(AbstractModel):
7360
7321
 
7361
7322
  @property
7362
7323
  def ListenerStatus(self):
7363
- r"""监听器状态。取值:=
7364
-
7365
- - **Active**: 运行中。
7366
- - **Provisioning**:创建中。
7367
- - **Configuring**:变配中。
7368
- - **ProvisionFailed**:创建失败
7324
+ r"""<p>监听器状态。取值:=</p><ul><li><strong>Active</strong>: 运行中。</li><li><strong>Provisioning</strong>:创建中。</li><li><strong>Configuring</strong>:变配中。</li><li><strong>ProvisionFailed</strong>:创建失败</li></ul>
7369
7325
  :rtype: str
7370
7326
  """
7371
7327
  return self._ListenerStatus
@@ -7376,7 +7332,7 @@ class ListenerOutput(AbstractModel):
7376
7332
 
7377
7333
  @property
7378
7334
  def ModifyTime(self):
7379
- r"""监听器实例的最后变更时间。格式:ISO 8601(例如 2025-01-01T08:30:00+08:00
7335
+ r"""<p>监听器实例的最后变更时间。格式:ISO 8601(例如 2025-01-01T08:30:00+08:00)</p>
7380
7336
  :rtype: str
7381
7337
  """
7382
7338
  return self._ModifyTime
@@ -7387,7 +7343,7 @@ class ListenerOutput(AbstractModel):
7387
7343
 
7388
7344
  @property
7389
7345
  def RequestTimeout(self):
7390
- r"""请求超时时间。
7346
+ r"""<p>连接请求超时时间。</p>
7391
7347
  :rtype: int
7392
7348
  """
7393
7349
  return self._RequestTimeout
@@ -7398,7 +7354,7 @@ class ListenerOutput(AbstractModel):
7398
7354
 
7399
7355
  @property
7400
7356
  def Tags(self):
7401
- r"""标签。
7357
+ r"""<p>标签。</p>
7402
7358
  :rtype: list of TagInfo
7403
7359
  """
7404
7360
  return self._Tags
@@ -7409,7 +7365,7 @@ class ListenerOutput(AbstractModel):
7409
7365
 
7410
7366
  @property
7411
7367
  def TlsSecurityPolicyId(self):
7412
- r"""安全策略 ID
7368
+ r"""<p>安全策略 ID。</p>
7413
7369
  :rtype: str
7414
7370
  """
7415
7371
  return self._TlsSecurityPolicyId
@@ -7420,7 +7376,7 @@ class ListenerOutput(AbstractModel):
7420
7376
 
7421
7377
  @property
7422
7378
  def XForwardedForConfig(self):
7423
- r"""XForwardedFor配置。
7379
+ r"""<p>XForwardedFor配置。</p>
7424
7380
  :rtype: :class:`tencentcloud.alb.v20251030.models.XForwardedForConfig`
7425
7381
  """
7426
7382
  return self._XForwardedForConfig
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-alb
3
- Version: 3.1.155
3
+ Version: 3.1.177
4
4
  Summary: Tencent Cloud Alb SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.155
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.177
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.177
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.155