huaweicloudsdkcae 3.1.85__py2.py3-none-any.whl → 3.1.86__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of huaweicloudsdkcae might be problematic. Click here for more details.
- huaweicloudsdkcae/v1/model/access_configuration_port.py +8 -8
- {huaweicloudsdkcae-3.1.85.dist-info → huaweicloudsdkcae-3.1.86.dist-info}/METADATA +2 -2
- {huaweicloudsdkcae-3.1.85.dist-info → huaweicloudsdkcae-3.1.86.dist-info}/RECORD +6 -6
- {huaweicloudsdkcae-3.1.85.dist-info → huaweicloudsdkcae-3.1.86.dist-info}/WHEEL +1 -1
- {huaweicloudsdkcae-3.1.85.dist-info → huaweicloudsdkcae-3.1.86.dist-info}/LICENSE +0 -0
- {huaweicloudsdkcae-3.1.85.dist-info → huaweicloudsdkcae-3.1.86.dist-info}/top_level.txt +0 -0
|
@@ -17,8 +17,8 @@ class AccessConfigurationPort:
|
|
|
17
17
|
sensitive_list = []
|
|
18
18
|
|
|
19
19
|
openapi_types = {
|
|
20
|
-
'target_port': '
|
|
21
|
-
'port': '
|
|
20
|
+
'target_port': 'int',
|
|
21
|
+
'port': 'int',
|
|
22
22
|
'protocol': 'str',
|
|
23
23
|
'default_certificate': 'str',
|
|
24
24
|
'certificate': 'str',
|
|
@@ -44,9 +44,9 @@ class AccessConfigurationPort:
|
|
|
44
44
|
The model defined in huaweicloud sdk
|
|
45
45
|
|
|
46
46
|
:param target_port: 监听端口。
|
|
47
|
-
:type target_port:
|
|
47
|
+
:type target_port: int
|
|
48
48
|
:param port: 访问端口。
|
|
49
|
-
:type port:
|
|
49
|
+
:type port: int
|
|
50
50
|
:param protocol: 协议,负载均衡支持TCP,负载均衡与路由配置支持HTTP、HTTPS。
|
|
51
51
|
:type protocol: str
|
|
52
52
|
:param default_certificate: 默认证书,访问方式配置为转发策略且协议为HTTPS时配置,未配置域名证书对时使用默认证书。
|
|
@@ -97,7 +97,7 @@ class AccessConfigurationPort:
|
|
|
97
97
|
监听端口。
|
|
98
98
|
|
|
99
99
|
:return: The target_port of this AccessConfigurationPort.
|
|
100
|
-
:rtype:
|
|
100
|
+
:rtype: int
|
|
101
101
|
"""
|
|
102
102
|
return self._target_port
|
|
103
103
|
|
|
@@ -108,7 +108,7 @@ class AccessConfigurationPort:
|
|
|
108
108
|
监听端口。
|
|
109
109
|
|
|
110
110
|
:param target_port: The target_port of this AccessConfigurationPort.
|
|
111
|
-
:type target_port:
|
|
111
|
+
:type target_port: int
|
|
112
112
|
"""
|
|
113
113
|
self._target_port = target_port
|
|
114
114
|
|
|
@@ -119,7 +119,7 @@ class AccessConfigurationPort:
|
|
|
119
119
|
访问端口。
|
|
120
120
|
|
|
121
121
|
:return: The port of this AccessConfigurationPort.
|
|
122
|
-
:rtype:
|
|
122
|
+
:rtype: int
|
|
123
123
|
"""
|
|
124
124
|
return self._port
|
|
125
125
|
|
|
@@ -130,7 +130,7 @@ class AccessConfigurationPort:
|
|
|
130
130
|
访问端口。
|
|
131
131
|
|
|
132
132
|
:param port: The port of this AccessConfigurationPort.
|
|
133
|
-
:type port:
|
|
133
|
+
:type port: int
|
|
134
134
|
"""
|
|
135
135
|
self._port = port
|
|
136
136
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: huaweicloudsdkcae
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.86
|
|
4
4
|
Summary: CAE
|
|
5
5
|
Home-page: https://github.com/huaweicloud/huaweicloud-sdk-python-v3
|
|
6
6
|
Author: HuaweiCloud SDK
|
|
@@ -22,6 +22,6 @@ Classifier: Topic :: Software Development
|
|
|
22
22
|
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*
|
|
23
23
|
Description-Content-Type: text/markdown
|
|
24
24
|
License-File: LICENSE
|
|
25
|
-
Requires-Dist: huaweicloudsdkcore >=3.1.
|
|
25
|
+
Requires-Dist: huaweicloudsdkcore >=3.1.86
|
|
26
26
|
|
|
27
27
|
See detailed information in [huaweicloud-sdk-python-v3](https://github.com/huaweicloud/huaweicloud-sdk-python-v3).
|
|
@@ -6,7 +6,7 @@ huaweicloudsdkcae/v1/model/__init__.py,sha256=gAOy17VgOdfUekfPeXzFyMGZ1NNqxPZeJm
|
|
|
6
6
|
huaweicloudsdkcae/v1/model/access.py,sha256=0xqNmw_Fm4AGwHLp9NS0NKl4sI0uvoEVIOe5aW9-Gr0,3611
|
|
7
7
|
huaweicloudsdkcae/v1/model/access_configuration_data_items.py,sha256=1GeGYqyVEW5wIHBiPWicE_DmyG-r6UHNnuGHJb0Gc18,6111
|
|
8
8
|
huaweicloudsdkcae/v1/model/access_configuration_http_path.py,sha256=EHJjhTkSlZCcXpeBtHApu36hG7Toj10HLNDKemMkQyw,5037
|
|
9
|
-
huaweicloudsdkcae/v1/model/access_configuration_port.py,sha256=
|
|
9
|
+
huaweicloudsdkcae/v1/model/access_configuration_port.py,sha256=bntkSTfLy_k9AWT_KI0Q_klS_by7E4bg0w0cPhCgNVM,9425
|
|
10
10
|
huaweicloudsdkcae/v1/model/access_control.py,sha256=rYGNKVfrgROsfj6Z8xnSJZcTlui_xuDCQFFO6Wc3LZI,4403
|
|
11
11
|
huaweicloudsdkcae/v1/model/action_kind_obj.py,sha256=02B38ZXy_d827GXGuxGyE1rF4NDSMNpRYHCIaFbcZlE,2358
|
|
12
12
|
huaweicloudsdkcae/v1/model/action_on_component_build.py,sha256=0z-dm4bR2v0wYcwq60SAoTS350pZOd5wRg5k5x-IuAw,4848
|
|
@@ -208,8 +208,8 @@ huaweicloudsdkcae/v1/model/volume_kind_obj.py,sha256=6duZL5W4P8ygOYI7wdi0t2jM6C2
|
|
|
208
208
|
huaweicloudsdkcae/v1/model/volume_spec.py,sha256=enTKBxL4stScG4FaNIWYGH9a0DQ7oCT6ZzXagJXhBJk,4871
|
|
209
209
|
huaweicloudsdkcae/v1/region/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
210
210
|
huaweicloudsdkcae/v1/region/cae_region.py,sha256=RCN35DSxrIcLbRGUheyADpRNm1XHR_hvPTraZf3up3M,1396
|
|
211
|
-
huaweicloudsdkcae-3.1.
|
|
212
|
-
huaweicloudsdkcae-3.1.
|
|
213
|
-
huaweicloudsdkcae-3.1.
|
|
214
|
-
huaweicloudsdkcae-3.1.
|
|
215
|
-
huaweicloudsdkcae-3.1.
|
|
211
|
+
huaweicloudsdkcae-3.1.86.dist-info/LICENSE,sha256=4_VSTLuxcsybRG9N4Isktlj1rAIBBsfl0Tjc0gBTijo,604
|
|
212
|
+
huaweicloudsdkcae-3.1.86.dist-info/METADATA,sha256=2_JAgs3Vp9jF8ZnWlWf0zH7q-u3mT8B7vgGxjbFqu0I,1134
|
|
213
|
+
huaweicloudsdkcae-3.1.86.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
|
214
|
+
huaweicloudsdkcae-3.1.86.dist-info/top_level.txt,sha256=bSiBgsEXtNwy-Yv8143HEaMChUEIffdz2t9FM-26QjM,18
|
|
215
|
+
huaweicloudsdkcae-3.1.86.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|