huaweicloudsdkvpcep 3.1.85__py2.py3-none-any.whl → 3.1.132__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- huaweicloudsdkvpcep/v1/__init__.py +10 -8
- huaweicloudsdkvpcep/v1/model/__init__.py +10 -8
- huaweicloudsdkvpcep/v1/model/accept_or_reject_endpoint_request_body.py +3 -3
- huaweicloudsdkvpcep/v1/model/add_or_remove_service_permissions_request_body.py +6 -6
- huaweicloudsdkvpcep/v1/model/add_or_remove_service_permissions_response.py +6 -6
- huaweicloudsdkvpcep/v1/model/batch_add_endpoint_service_permissions_request.py +4 -4
- huaweicloudsdkvpcep/v1/model/{batch_add_permission_request.py → batch_add_endpoint_service_permissions_request_body.py} +14 -14
- huaweicloudsdkvpcep/v1/model/batch_add_endpoint_service_permissions_response.py +5 -1
- huaweicloudsdkvpcep/v1/model/batch_add_or_remove_resource_instance_request.py +10 -10
- huaweicloudsdkvpcep/v1/model/{batch_add_or_remove_resource_instance_body.py → batch_add_or_remove_resource_instance_request_body.py} +11 -11
- huaweicloudsdkvpcep/v1/model/batch_remove_endpoint_service_permissions_request.py +4 -4
- huaweicloudsdkvpcep/v1/model/{batch_remove_permission_request.py → batch_remove_endpoint_service_permissions_request_body.py} +12 -8
- huaweicloudsdkvpcep/v1/model/batch_remove_endpoint_service_permissions_response.py +5 -1
- huaweicloudsdkvpcep/v1/model/connection_endpoints.py +17 -17
- huaweicloudsdkvpcep/v1/model/create_endpoint_request_body.py +131 -15
- huaweicloudsdkvpcep/v1/model/create_endpoint_response.py +97 -68
- huaweicloudsdkvpcep/v1/model/create_endpoint_service_request_body.py +97 -39
- huaweicloudsdkvpcep/v1/model/create_endpoint_service_response.py +96 -38
- huaweicloudsdkvpcep/v1/model/delete_endpoint_policy_response.py +59 -117
- huaweicloudsdkvpcep/v1/model/{endpoint_resp.py → endpoint_response_body.py} +161 -132
- huaweicloudsdkvpcep/v1/model/endpoint_service.py +16 -16
- huaweicloudsdkvpcep/v1/model/eps_add_permission_request.py +3 -3
- huaweicloudsdkvpcep/v1/model/eps_permission.py +10 -10
- huaweicloudsdkvpcep/v1/model/list_endpoint_info_details_response.py +104 -46
- huaweicloudsdkvpcep/v1/model/list_endpoint_service_request.py +41 -12
- huaweicloudsdkvpcep/v1/model/list_endpoints_request.py +9 -38
- huaweicloudsdkvpcep/v1/model/list_endpoints_response.py +4 -4
- huaweicloudsdkvpcep/v1/model/list_query_project_resource_tags_request.py +3 -3
- huaweicloudsdkvpcep/v1/model/list_quota_details_request.py +3 -3
- huaweicloudsdkvpcep/v1/model/list_quota_details_response.py +4 -4
- huaweicloudsdkvpcep/v1/model/list_resource_instances_request.py +3 -3
- huaweicloudsdkvpcep/v1/model/list_service_connections_request.py +9 -9
- huaweicloudsdkvpcep/v1/model/list_service_describe_details_response.py +16 -16
- huaweicloudsdkvpcep/v1/model/list_service_details_response.py +65 -36
- huaweicloudsdkvpcep/v1/model/list_service_permissions_details_request.py +9 -9
- huaweicloudsdkvpcep/v1/model/list_service_public_details_request.py +6 -6
- huaweicloudsdkvpcep/v1/model/permission_object.py +13 -13
- huaweicloudsdkvpcep/v1/model/policy_statement.py +3 -3
- huaweicloudsdkvpcep/v1/model/quotas.py +3 -3
- huaweicloudsdkvpcep/v1/model/resource_tag.py +6 -6
- huaweicloudsdkvpcep/v1/model/{resources_resp.py → resources_response_body.py} +7 -7
- huaweicloudsdkvpcep/v1/model/service_list.py +65 -36
- huaweicloudsdkvpcep/v1/model/tag_list.py +6 -6
- huaweicloudsdkvpcep/v1/model/tag_values_list.py +3 -3
- huaweicloudsdkvpcep/v1/model/update_endpoint_connections_desc_request.py +4 -4
- huaweicloudsdkvpcep/v1/model/{update_ep_connections.py → update_endpoint_connections_desc_request_body.py} +7 -7
- huaweicloudsdkvpcep/v1/model/update_endpoint_policy_request_body.py +37 -7
- huaweicloudsdkvpcep/v1/model/update_endpoint_policy_response.py +59 -117
- huaweicloudsdkvpcep/v1/model/update_endpoint_service_name_request.py +4 -4
- huaweicloudsdkvpcep/v1/model/{update_endpoint_service_name_mode.py → update_endpoint_service_name_request_body.py} +7 -7
- huaweicloudsdkvpcep/v1/model/update_endpoint_service_permission_desc_request.py +4 -4
- huaweicloudsdkvpcep/v1/model/{update_permission_desc_request.py → update_endpoint_service_permission_desc_request_body.py} +7 -7
- huaweicloudsdkvpcep/v1/model/update_endpoint_service_permission_desc_response.py +5 -1
- huaweicloudsdkvpcep/v1/model/update_endpoint_service_request_body.py +41 -12
- huaweicloudsdkvpcep/v1/model/update_endpoint_service_response.py +96 -38
- huaweicloudsdkvpcep/v1/model/update_endpoint_white_request_body.py +6 -6
- huaweicloudsdkvpcep/v1/model/update_endpoint_white_response.py +87 -29
- huaweicloudsdkvpcep/v1/model/upgrade_endpoint_service_request.py +114 -0
- huaweicloudsdkvpcep/v1/model/upgrade_endpoint_service_response.py +85 -0
- huaweicloudsdkvpcep/v1/model/version_object.py +10 -10
- huaweicloudsdkvpcep/v1/region/vpcep_region.py +30 -0
- huaweicloudsdkvpcep/v1/vpcep_async_client.py +86 -12
- huaweicloudsdkvpcep/v1/vpcep_client.py +86 -12
- {huaweicloudsdkvpcep-3.1.85.dist-info → huaweicloudsdkvpcep-3.1.132.dist-info}/METADATA +2 -2
- {huaweicloudsdkvpcep-3.1.85.dist-info → huaweicloudsdkvpcep-3.1.132.dist-info}/RECORD +68 -66
- {huaweicloudsdkvpcep-3.1.85.dist-info → huaweicloudsdkvpcep-3.1.132.dist-info}/WHEEL +1 -1
- {huaweicloudsdkvpcep-3.1.85.dist-info → huaweicloudsdkvpcep-3.1.132.dist-info}/LICENSE +0 -0
- {huaweicloudsdkvpcep-3.1.85.dist-info → huaweicloudsdkvpcep-3.1.132.dist-info}/top_level.txt +0 -0
@@ -22,7 +22,8 @@ class UpdateEndpointServiceRequestBody:
|
|
22
22
|
'ports': 'list[PortList]',
|
23
23
|
'port_id': 'str',
|
24
24
|
'tcp_proxy': 'str',
|
25
|
-
'description': 'str'
|
25
|
+
'description': 'str',
|
26
|
+
'ip': 'str'
|
26
27
|
}
|
27
28
|
|
28
29
|
attribute_map = {
|
@@ -31,26 +32,29 @@ class UpdateEndpointServiceRequestBody:
|
|
31
32
|
'ports': 'ports',
|
32
33
|
'port_id': 'port_id',
|
33
34
|
'tcp_proxy': 'tcp_proxy',
|
34
|
-
'description': 'description'
|
35
|
+
'description': 'description',
|
36
|
+
'ip': 'ip'
|
35
37
|
}
|
36
38
|
|
37
|
-
def __init__(self, approval_enabled=None, service_name=None, ports=None, port_id=None, tcp_proxy=None, description=None):
|
39
|
+
def __init__(self, approval_enabled=None, service_name=None, ports=None, port_id=None, tcp_proxy=None, description=None, ip=None):
|
38
40
|
"""UpdateEndpointServiceRequestBody
|
39
41
|
|
40
42
|
The model defined in huaweicloud sdk
|
41
43
|
|
42
|
-
:param approval_enabled: 是否需要审批。
|
44
|
+
:param approval_enabled: 是否需要审批。 - false:不需审批,创建的终端节点连接直接为accepted状态。 - true:需审批,创建的终端节点连接需要终端节点服务所属用户审核后方可使用。 默认为true,需要审批。
|
43
45
|
:type approval_enabled: bool
|
44
46
|
:param service_name: 终端节点服务的名称,长度不大于16,允许传入大小写字母、数字、下划线、中划线。
|
45
47
|
:type service_name: str
|
46
48
|
:param ports: 服务开放的端口映射列表,同一个终端节点服务下,不允许重复的端口映射。 若多个终端节点服务共用一个port_id, 则终端节点之间服务的所有端口映射的server_port和protocol的组合不能重复, 单次最多添加200个。 该参数值将被全量更新。
|
47
49
|
:type ports: list[:class:`huaweicloudsdkvpcep.v1.PortList`]
|
48
|
-
:param port_id:
|
50
|
+
:param port_id: 弹性云服务器IP地址对应的网卡ID
|
49
51
|
:type port_id: str
|
50
|
-
:param tcp_proxy: 用于控制将哪些信息(如客户端的源IP、源端口、marker_id等)携带到服务端。 支持携带的客户端信息包括如下两种类型:
|
52
|
+
:param tcp_proxy: 用于控制将哪些信息(如客户端的源IP、源端口、marker_id等)携带到服务端。 支持携带的客户端信息包括如下两种类型: - TCP TOA:表示将客户端信息插入到tcp option字段中携带至服务端。 说明:仅当后端资源为OBS时,支持TCP TOA类型信息携带方式。 - Proxy Protocol:表示将客户端信息插入到tcp payload字段中携带至服务端。 仅当服务端支持解析上述字段时,该参数设置才有效。 该参数的取值包括: - close:表示关闭代理协议。 - toa_open:表示开启代理协议“tcp_toa”。 - proxy_open:表示开启代理协议“proxy_protocol”。 - open:表示同时开启代理协议“tcp_toa”和“proxy_protocol”。 默认值为“close”。
|
51
53
|
:type tcp_proxy: str
|
52
54
|
:param description: 描述字段,支持中英文字母、数字等字符,不支持“<”或“>”字符。
|
53
55
|
:type description: str
|
56
|
+
:param ip: 接口型VLAN场景服务端IPv4地址或域名
|
57
|
+
:type ip: str
|
54
58
|
"""
|
55
59
|
|
56
60
|
|
@@ -61,6 +65,7 @@ class UpdateEndpointServiceRequestBody:
|
|
61
65
|
self._port_id = None
|
62
66
|
self._tcp_proxy = None
|
63
67
|
self._description = None
|
68
|
+
self._ip = None
|
64
69
|
self.discriminator = None
|
65
70
|
|
66
71
|
if approval_enabled is not None:
|
@@ -75,12 +80,14 @@ class UpdateEndpointServiceRequestBody:
|
|
75
80
|
self.tcp_proxy = tcp_proxy
|
76
81
|
if description is not None:
|
77
82
|
self.description = description
|
83
|
+
if ip is not None:
|
84
|
+
self.ip = ip
|
78
85
|
|
79
86
|
@property
|
80
87
|
def approval_enabled(self):
|
81
88
|
"""Gets the approval_enabled of this UpdateEndpointServiceRequestBody.
|
82
89
|
|
83
|
-
是否需要审批。
|
90
|
+
是否需要审批。 - false:不需审批,创建的终端节点连接直接为accepted状态。 - true:需审批,创建的终端节点连接需要终端节点服务所属用户审核后方可使用。 默认为true,需要审批。
|
84
91
|
|
85
92
|
:return: The approval_enabled of this UpdateEndpointServiceRequestBody.
|
86
93
|
:rtype: bool
|
@@ -91,7 +98,7 @@ class UpdateEndpointServiceRequestBody:
|
|
91
98
|
def approval_enabled(self, approval_enabled):
|
92
99
|
"""Sets the approval_enabled of this UpdateEndpointServiceRequestBody.
|
93
100
|
|
94
|
-
是否需要审批。
|
101
|
+
是否需要审批。 - false:不需审批,创建的终端节点连接直接为accepted状态。 - true:需审批,创建的终端节点连接需要终端节点服务所属用户审核后方可使用。 默认为true,需要审批。
|
95
102
|
|
96
103
|
:param approval_enabled: The approval_enabled of this UpdateEndpointServiceRequestBody.
|
97
104
|
:type approval_enabled: bool
|
@@ -146,7 +153,7 @@ class UpdateEndpointServiceRequestBody:
|
|
146
153
|
def port_id(self):
|
147
154
|
"""Gets the port_id of this UpdateEndpointServiceRequestBody.
|
148
155
|
|
149
|
-
|
156
|
+
弹性云服务器IP地址对应的网卡ID
|
150
157
|
|
151
158
|
:return: The port_id of this UpdateEndpointServiceRequestBody.
|
152
159
|
:rtype: str
|
@@ -157,7 +164,7 @@ class UpdateEndpointServiceRequestBody:
|
|
157
164
|
def port_id(self, port_id):
|
158
165
|
"""Sets the port_id of this UpdateEndpointServiceRequestBody.
|
159
166
|
|
160
|
-
|
167
|
+
弹性云服务器IP地址对应的网卡ID
|
161
168
|
|
162
169
|
:param port_id: The port_id of this UpdateEndpointServiceRequestBody.
|
163
170
|
:type port_id: str
|
@@ -168,7 +175,7 @@ class UpdateEndpointServiceRequestBody:
|
|
168
175
|
def tcp_proxy(self):
|
169
176
|
"""Gets the tcp_proxy of this UpdateEndpointServiceRequestBody.
|
170
177
|
|
171
|
-
用于控制将哪些信息(如客户端的源IP、源端口、marker_id等)携带到服务端。 支持携带的客户端信息包括如下两种类型:
|
178
|
+
用于控制将哪些信息(如客户端的源IP、源端口、marker_id等)携带到服务端。 支持携带的客户端信息包括如下两种类型: - TCP TOA:表示将客户端信息插入到tcp option字段中携带至服务端。 说明:仅当后端资源为OBS时,支持TCP TOA类型信息携带方式。 - Proxy Protocol:表示将客户端信息插入到tcp payload字段中携带至服务端。 仅当服务端支持解析上述字段时,该参数设置才有效。 该参数的取值包括: - close:表示关闭代理协议。 - toa_open:表示开启代理协议“tcp_toa”。 - proxy_open:表示开启代理协议“proxy_protocol”。 - open:表示同时开启代理协议“tcp_toa”和“proxy_protocol”。 默认值为“close”。
|
172
179
|
|
173
180
|
:return: The tcp_proxy of this UpdateEndpointServiceRequestBody.
|
174
181
|
:rtype: str
|
@@ -179,7 +186,7 @@ class UpdateEndpointServiceRequestBody:
|
|
179
186
|
def tcp_proxy(self, tcp_proxy):
|
180
187
|
"""Sets the tcp_proxy of this UpdateEndpointServiceRequestBody.
|
181
188
|
|
182
|
-
用于控制将哪些信息(如客户端的源IP、源端口、marker_id等)携带到服务端。 支持携带的客户端信息包括如下两种类型:
|
189
|
+
用于控制将哪些信息(如客户端的源IP、源端口、marker_id等)携带到服务端。 支持携带的客户端信息包括如下两种类型: - TCP TOA:表示将客户端信息插入到tcp option字段中携带至服务端。 说明:仅当后端资源为OBS时,支持TCP TOA类型信息携带方式。 - Proxy Protocol:表示将客户端信息插入到tcp payload字段中携带至服务端。 仅当服务端支持解析上述字段时,该参数设置才有效。 该参数的取值包括: - close:表示关闭代理协议。 - toa_open:表示开启代理协议“tcp_toa”。 - proxy_open:表示开启代理协议“proxy_protocol”。 - open:表示同时开启代理协议“tcp_toa”和“proxy_protocol”。 默认值为“close”。
|
183
190
|
|
184
191
|
:param tcp_proxy: The tcp_proxy of this UpdateEndpointServiceRequestBody.
|
185
192
|
:type tcp_proxy: str
|
@@ -208,6 +215,28 @@ class UpdateEndpointServiceRequestBody:
|
|
208
215
|
"""
|
209
216
|
self._description = description
|
210
217
|
|
218
|
+
@property
|
219
|
+
def ip(self):
|
220
|
+
"""Gets the ip of this UpdateEndpointServiceRequestBody.
|
221
|
+
|
222
|
+
接口型VLAN场景服务端IPv4地址或域名
|
223
|
+
|
224
|
+
:return: The ip of this UpdateEndpointServiceRequestBody.
|
225
|
+
:rtype: str
|
226
|
+
"""
|
227
|
+
return self._ip
|
228
|
+
|
229
|
+
@ip.setter
|
230
|
+
def ip(self, ip):
|
231
|
+
"""Sets the ip of this UpdateEndpointServiceRequestBody.
|
232
|
+
|
233
|
+
接口型VLAN场景服务端IPv4地址或域名
|
234
|
+
|
235
|
+
:param ip: The ip of this UpdateEndpointServiceRequestBody.
|
236
|
+
:type ip: str
|
237
|
+
"""
|
238
|
+
self._ip = ip
|
239
|
+
|
211
240
|
def to_dict(self):
|
212
241
|
"""Returns the model properties as a dict"""
|
213
242
|
result = {}
|
@@ -27,14 +27,16 @@ class UpdateEndpointServiceResponse(SdkResponse):
|
|
27
27
|
'approval_enabled': 'bool',
|
28
28
|
'status': 'str',
|
29
29
|
'service_type': 'str',
|
30
|
-
'created_at': '
|
31
|
-
'updated_at': '
|
30
|
+
'created_at': 'datetime',
|
31
|
+
'updated_at': 'datetime',
|
32
32
|
'project_id': 'str',
|
33
|
+
'ip': 'str',
|
33
34
|
'ports': 'list[PortList]',
|
34
35
|
'tcp_proxy': 'str',
|
35
36
|
'tags': 'list[TagList]',
|
36
37
|
'description': 'str',
|
37
|
-
'enable_policy': 'bool'
|
38
|
+
'enable_policy': 'bool',
|
39
|
+
'ip_version': 'str'
|
38
40
|
}
|
39
41
|
|
40
42
|
attribute_map = {
|
@@ -50,52 +52,58 @@ class UpdateEndpointServiceResponse(SdkResponse):
|
|
50
52
|
'created_at': 'created_at',
|
51
53
|
'updated_at': 'updated_at',
|
52
54
|
'project_id': 'project_id',
|
55
|
+
'ip': 'ip',
|
53
56
|
'ports': 'ports',
|
54
57
|
'tcp_proxy': 'tcp_proxy',
|
55
58
|
'tags': 'tags',
|
56
59
|
'description': 'description',
|
57
|
-
'enable_policy': 'enable_policy'
|
60
|
+
'enable_policy': 'enable_policy',
|
61
|
+
'ip_version': 'ip_version'
|
58
62
|
}
|
59
63
|
|
60
|
-
def __init__(self, id=None, port_id=None, service_name=None, server_type=None, vpc_id=None, pool_id=None, approval_enabled=None, status=None, service_type=None, created_at=None, updated_at=None, project_id=None, ports=None, tcp_proxy=None, tags=None, description=None, enable_policy=None):
|
64
|
+
def __init__(self, id=None, port_id=None, service_name=None, server_type=None, vpc_id=None, pool_id=None, approval_enabled=None, status=None, service_type=None, created_at=None, updated_at=None, project_id=None, ip=None, ports=None, tcp_proxy=None, tags=None, description=None, enable_policy=None, ip_version=None):
|
61
65
|
"""UpdateEndpointServiceResponse
|
62
66
|
|
63
67
|
The model defined in huaweicloud sdk
|
64
68
|
|
65
69
|
:param id: 终端节点服务的ID,唯一标识。
|
66
70
|
:type id: str
|
67
|
-
:param port_id: 标识终端节点服务后端资源的ID, 格式为通用唯一识别码(Universally Unique Identifier,下文简称UUID)。 取值为:
|
71
|
+
:param port_id: 标识终端节点服务后端资源的ID, 格式为通用唯一识别码(Universally Unique Identifier,下文简称UUID)。 取值为: - LB类型:负载均衡器内网IP对应的端口ID。 - VM类型:弹性云服务器IP地址对应的网卡ID。 - VIP类型:虚拟资源所在物理服务器对应的网卡ID。(该字段已废弃,请优先使用LB类型)
|
68
72
|
:type port_id: str
|
69
73
|
:param service_name: 终端节点服务的名称。
|
70
74
|
:type service_name: str
|
71
|
-
:param server_type: 资源类型。
|
75
|
+
:param server_type: 资源类型。 - VM:云服务器。 - VIP:虚拟IP。 - LB:增强负载均衡型。
|
72
76
|
:type server_type: str
|
73
77
|
:param vpc_id: 终端节点服务对应后端资源所在的VPC的ID。
|
74
78
|
:type vpc_id: str
|
75
79
|
:param pool_id: 终端节点服务对应的集群id
|
76
80
|
:type pool_id: str
|
77
|
-
:param approval_enabled: 是否需要审批。
|
81
|
+
:param approval_enabled: 是否需要审批。 - false:不需要审批,创建的终端节点连接直接为accepted状态。 - true:需要审批,创建的终端节点连接为pendingAcceptance状态, 需要终端节点服务所属用户审核后方可使用。
|
78
82
|
:type approval_enabled: bool
|
79
|
-
:param status: 终端节点服务的状态。
|
83
|
+
:param status: 终端节点服务的状态。 - creating:创建中 - available:可连接 - failed:失败
|
80
84
|
:type status: str
|
81
|
-
:param service_type: 终端节点服务类型。 终端节点服务类型包括“网关(
|
85
|
+
:param service_type: 终端节点服务类型。 终端节点服务类型包括“网关(gateway)型”和“接口(interface)型”: - gateway:由运维人员配置。用户无需创建,可直接使用。 - interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建,用户可直接使用。 您可以通过创建终端节点创建访问Gateway和Interface类型终端节点服务的终端节点。
|
82
86
|
:type service_type: str
|
83
|
-
:param created_at: 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-
|
84
|
-
:type created_at:
|
85
|
-
:param updated_at: 终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-
|
86
|
-
:type updated_at:
|
87
|
+
:param created_at: 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
88
|
+
:type created_at: datetime
|
89
|
+
:param updated_at: 终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
90
|
+
:type updated_at: datetime
|
87
91
|
:param project_id: 项目ID
|
88
92
|
:type project_id: str
|
93
|
+
:param ip: 接口型VLAN场景服务端IPv4地址或域名
|
94
|
+
:type ip: str
|
89
95
|
:param ports: 服务开放的端口映射列表 同一个终端节点服务下,不允许重复的端口映射。 若多个终端节点服务共用一个port_id, 则终端节点服务之间的所有端口映射的server_port和protocol的组合不能重复。
|
90
96
|
:type ports: list[:class:`huaweicloudsdkvpcep.v1.PortList`]
|
91
|
-
:param tcp_proxy: 用于控制将哪些信息(如客户端的源IP、源端口、marker_id等)携带到服务端。 支持携带的客户端信息包括如下两种类型:
|
97
|
+
:param tcp_proxy: 用于控制将哪些信息(如客户端的源IP、源端口、marker_id等)携带到服务端。 支持携带的客户端信息包括如下两种类型: - TCP TOA:表示将客户端信息插入到tcp option字段中携带至服务端。 说明:仅当后端资源为OBS时,支持TCP TOA类型信息携带方式。 - Proxy Protocol:表示将客户端信息插入到tcp payload字段中携带至服务端。 仅当服务端支持解析上述字段时,该参数设置才有效。 该参数的取值包括: - close:表示关闭代理协议。 - toa_open:表示开启代理协议“tcp_toa”。 - proxy_open:表示开启代理协议“proxy_protocol”。 - open:表示同时开启代理协议“tcp_toa”和“proxy_protocol”。 默认值为“close”。
|
92
98
|
:type tcp_proxy: str
|
93
99
|
:param tags: 资源标签列表
|
94
100
|
:type tags: list[:class:`huaweicloudsdkvpcep.v1.TagList`]
|
95
101
|
:param description: 描述字段,支持中英文字母、数字等字符,不支持“<”或“>”字符。
|
96
102
|
:type description: str
|
97
|
-
:param enable_policy:
|
103
|
+
:param enable_policy: 是否允许自定义终端节点策略。 - false:不支持设置终端节点策略 - true:支持设置终端节点策略 默认为false
|
98
104
|
:type enable_policy: bool
|
105
|
+
:param ip_version: 指定终端节点服务的IP版本,仅专业型终端节点服务支持此参数 ● ipv4, IPv4 ● ipv6, IPv6
|
106
|
+
:type ip_version: str
|
99
107
|
"""
|
100
108
|
|
101
109
|
super(UpdateEndpointServiceResponse, self).__init__()
|
@@ -112,11 +120,13 @@ class UpdateEndpointServiceResponse(SdkResponse):
|
|
112
120
|
self._created_at = None
|
113
121
|
self._updated_at = None
|
114
122
|
self._project_id = None
|
123
|
+
self._ip = None
|
115
124
|
self._ports = None
|
116
125
|
self._tcp_proxy = None
|
117
126
|
self._tags = None
|
118
127
|
self._description = None
|
119
128
|
self._enable_policy = None
|
129
|
+
self._ip_version = None
|
120
130
|
self.discriminator = None
|
121
131
|
|
122
132
|
if id is not None:
|
@@ -143,6 +153,8 @@ class UpdateEndpointServiceResponse(SdkResponse):
|
|
143
153
|
self.updated_at = updated_at
|
144
154
|
if project_id is not None:
|
145
155
|
self.project_id = project_id
|
156
|
+
if ip is not None:
|
157
|
+
self.ip = ip
|
146
158
|
if ports is not None:
|
147
159
|
self.ports = ports
|
148
160
|
if tcp_proxy is not None:
|
@@ -153,6 +165,8 @@ class UpdateEndpointServiceResponse(SdkResponse):
|
|
153
165
|
self.description = description
|
154
166
|
if enable_policy is not None:
|
155
167
|
self.enable_policy = enable_policy
|
168
|
+
if ip_version is not None:
|
169
|
+
self.ip_version = ip_version
|
156
170
|
|
157
171
|
@property
|
158
172
|
def id(self):
|
@@ -180,7 +194,7 @@ class UpdateEndpointServiceResponse(SdkResponse):
|
|
180
194
|
def port_id(self):
|
181
195
|
"""Gets the port_id of this UpdateEndpointServiceResponse.
|
182
196
|
|
183
|
-
标识终端节点服务后端资源的ID, 格式为通用唯一识别码(Universally Unique Identifier,下文简称UUID)。 取值为:
|
197
|
+
标识终端节点服务后端资源的ID, 格式为通用唯一识别码(Universally Unique Identifier,下文简称UUID)。 取值为: - LB类型:负载均衡器内网IP对应的端口ID。 - VM类型:弹性云服务器IP地址对应的网卡ID。 - VIP类型:虚拟资源所在物理服务器对应的网卡ID。(该字段已废弃,请优先使用LB类型)
|
184
198
|
|
185
199
|
:return: The port_id of this UpdateEndpointServiceResponse.
|
186
200
|
:rtype: str
|
@@ -191,7 +205,7 @@ class UpdateEndpointServiceResponse(SdkResponse):
|
|
191
205
|
def port_id(self, port_id):
|
192
206
|
"""Sets the port_id of this UpdateEndpointServiceResponse.
|
193
207
|
|
194
|
-
标识终端节点服务后端资源的ID, 格式为通用唯一识别码(Universally Unique Identifier,下文简称UUID)。 取值为:
|
208
|
+
标识终端节点服务后端资源的ID, 格式为通用唯一识别码(Universally Unique Identifier,下文简称UUID)。 取值为: - LB类型:负载均衡器内网IP对应的端口ID。 - VM类型:弹性云服务器IP地址对应的网卡ID。 - VIP类型:虚拟资源所在物理服务器对应的网卡ID。(该字段已废弃,请优先使用LB类型)
|
195
209
|
|
196
210
|
:param port_id: The port_id of this UpdateEndpointServiceResponse.
|
197
211
|
:type port_id: str
|
@@ -224,7 +238,7 @@ class UpdateEndpointServiceResponse(SdkResponse):
|
|
224
238
|
def server_type(self):
|
225
239
|
"""Gets the server_type of this UpdateEndpointServiceResponse.
|
226
240
|
|
227
|
-
资源类型。
|
241
|
+
资源类型。 - VM:云服务器。 - VIP:虚拟IP。 - LB:增强负载均衡型。
|
228
242
|
|
229
243
|
:return: The server_type of this UpdateEndpointServiceResponse.
|
230
244
|
:rtype: str
|
@@ -235,7 +249,7 @@ class UpdateEndpointServiceResponse(SdkResponse):
|
|
235
249
|
def server_type(self, server_type):
|
236
250
|
"""Sets the server_type of this UpdateEndpointServiceResponse.
|
237
251
|
|
238
|
-
资源类型。
|
252
|
+
资源类型。 - VM:云服务器。 - VIP:虚拟IP。 - LB:增强负载均衡型。
|
239
253
|
|
240
254
|
:param server_type: The server_type of this UpdateEndpointServiceResponse.
|
241
255
|
:type server_type: str
|
@@ -290,7 +304,7 @@ class UpdateEndpointServiceResponse(SdkResponse):
|
|
290
304
|
def approval_enabled(self):
|
291
305
|
"""Gets the approval_enabled of this UpdateEndpointServiceResponse.
|
292
306
|
|
293
|
-
是否需要审批。
|
307
|
+
是否需要审批。 - false:不需要审批,创建的终端节点连接直接为accepted状态。 - true:需要审批,创建的终端节点连接为pendingAcceptance状态, 需要终端节点服务所属用户审核后方可使用。
|
294
308
|
|
295
309
|
:return: The approval_enabled of this UpdateEndpointServiceResponse.
|
296
310
|
:rtype: bool
|
@@ -301,7 +315,7 @@ class UpdateEndpointServiceResponse(SdkResponse):
|
|
301
315
|
def approval_enabled(self, approval_enabled):
|
302
316
|
"""Sets the approval_enabled of this UpdateEndpointServiceResponse.
|
303
317
|
|
304
|
-
是否需要审批。
|
318
|
+
是否需要审批。 - false:不需要审批,创建的终端节点连接直接为accepted状态。 - true:需要审批,创建的终端节点连接为pendingAcceptance状态, 需要终端节点服务所属用户审核后方可使用。
|
305
319
|
|
306
320
|
:param approval_enabled: The approval_enabled of this UpdateEndpointServiceResponse.
|
307
321
|
:type approval_enabled: bool
|
@@ -312,7 +326,7 @@ class UpdateEndpointServiceResponse(SdkResponse):
|
|
312
326
|
def status(self):
|
313
327
|
"""Gets the status of this UpdateEndpointServiceResponse.
|
314
328
|
|
315
|
-
终端节点服务的状态。
|
329
|
+
终端节点服务的状态。 - creating:创建中 - available:可连接 - failed:失败
|
316
330
|
|
317
331
|
:return: The status of this UpdateEndpointServiceResponse.
|
318
332
|
:rtype: str
|
@@ -323,7 +337,7 @@ class UpdateEndpointServiceResponse(SdkResponse):
|
|
323
337
|
def status(self, status):
|
324
338
|
"""Sets the status of this UpdateEndpointServiceResponse.
|
325
339
|
|
326
|
-
终端节点服务的状态。
|
340
|
+
终端节点服务的状态。 - creating:创建中 - available:可连接 - failed:失败
|
327
341
|
|
328
342
|
:param status: The status of this UpdateEndpointServiceResponse.
|
329
343
|
:type status: str
|
@@ -334,7 +348,7 @@ class UpdateEndpointServiceResponse(SdkResponse):
|
|
334
348
|
def service_type(self):
|
335
349
|
"""Gets the service_type of this UpdateEndpointServiceResponse.
|
336
350
|
|
337
|
-
终端节点服务类型。 终端节点服务类型包括“网关(
|
351
|
+
终端节点服务类型。 终端节点服务类型包括“网关(gateway)型”和“接口(interface)型”: - gateway:由运维人员配置。用户无需创建,可直接使用。 - interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建,用户可直接使用。 您可以通过创建终端节点创建访问Gateway和Interface类型终端节点服务的终端节点。
|
338
352
|
|
339
353
|
:return: The service_type of this UpdateEndpointServiceResponse.
|
340
354
|
:rtype: str
|
@@ -345,7 +359,7 @@ class UpdateEndpointServiceResponse(SdkResponse):
|
|
345
359
|
def service_type(self, service_type):
|
346
360
|
"""Sets the service_type of this UpdateEndpointServiceResponse.
|
347
361
|
|
348
|
-
终端节点服务类型。 终端节点服务类型包括“网关(
|
362
|
+
终端节点服务类型。 终端节点服务类型包括“网关(gateway)型”和“接口(interface)型”: - gateway:由运维人员配置。用户无需创建,可直接使用。 - interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建,用户可直接使用。 您可以通过创建终端节点创建访问Gateway和Interface类型终端节点服务的终端节点。
|
349
363
|
|
350
364
|
:param service_type: The service_type of this UpdateEndpointServiceResponse.
|
351
365
|
:type service_type: str
|
@@ -356,10 +370,10 @@ class UpdateEndpointServiceResponse(SdkResponse):
|
|
356
370
|
def created_at(self):
|
357
371
|
"""Gets the created_at of this UpdateEndpointServiceResponse.
|
358
372
|
|
359
|
-
终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-
|
373
|
+
终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
360
374
|
|
361
375
|
:return: The created_at of this UpdateEndpointServiceResponse.
|
362
|
-
:rtype:
|
376
|
+
:rtype: datetime
|
363
377
|
"""
|
364
378
|
return self._created_at
|
365
379
|
|
@@ -367,10 +381,10 @@ class UpdateEndpointServiceResponse(SdkResponse):
|
|
367
381
|
def created_at(self, created_at):
|
368
382
|
"""Sets the created_at of this UpdateEndpointServiceResponse.
|
369
383
|
|
370
|
-
终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-
|
384
|
+
终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
371
385
|
|
372
386
|
:param created_at: The created_at of this UpdateEndpointServiceResponse.
|
373
|
-
:type created_at:
|
387
|
+
:type created_at: datetime
|
374
388
|
"""
|
375
389
|
self._created_at = created_at
|
376
390
|
|
@@ -378,10 +392,10 @@ class UpdateEndpointServiceResponse(SdkResponse):
|
|
378
392
|
def updated_at(self):
|
379
393
|
"""Gets the updated_at of this UpdateEndpointServiceResponse.
|
380
394
|
|
381
|
-
终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-
|
395
|
+
终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
382
396
|
|
383
397
|
:return: The updated_at of this UpdateEndpointServiceResponse.
|
384
|
-
:rtype:
|
398
|
+
:rtype: datetime
|
385
399
|
"""
|
386
400
|
return self._updated_at
|
387
401
|
|
@@ -389,10 +403,10 @@ class UpdateEndpointServiceResponse(SdkResponse):
|
|
389
403
|
def updated_at(self, updated_at):
|
390
404
|
"""Sets the updated_at of this UpdateEndpointServiceResponse.
|
391
405
|
|
392
|
-
终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-
|
406
|
+
终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
393
407
|
|
394
408
|
:param updated_at: The updated_at of this UpdateEndpointServiceResponse.
|
395
|
-
:type updated_at:
|
409
|
+
:type updated_at: datetime
|
396
410
|
"""
|
397
411
|
self._updated_at = updated_at
|
398
412
|
|
@@ -418,6 +432,28 @@ class UpdateEndpointServiceResponse(SdkResponse):
|
|
418
432
|
"""
|
419
433
|
self._project_id = project_id
|
420
434
|
|
435
|
+
@property
|
436
|
+
def ip(self):
|
437
|
+
"""Gets the ip of this UpdateEndpointServiceResponse.
|
438
|
+
|
439
|
+
接口型VLAN场景服务端IPv4地址或域名
|
440
|
+
|
441
|
+
:return: The ip of this UpdateEndpointServiceResponse.
|
442
|
+
:rtype: str
|
443
|
+
"""
|
444
|
+
return self._ip
|
445
|
+
|
446
|
+
@ip.setter
|
447
|
+
def ip(self, ip):
|
448
|
+
"""Sets the ip of this UpdateEndpointServiceResponse.
|
449
|
+
|
450
|
+
接口型VLAN场景服务端IPv4地址或域名
|
451
|
+
|
452
|
+
:param ip: The ip of this UpdateEndpointServiceResponse.
|
453
|
+
:type ip: str
|
454
|
+
"""
|
455
|
+
self._ip = ip
|
456
|
+
|
421
457
|
@property
|
422
458
|
def ports(self):
|
423
459
|
"""Gets the ports of this UpdateEndpointServiceResponse.
|
@@ -444,7 +480,7 @@ class UpdateEndpointServiceResponse(SdkResponse):
|
|
444
480
|
def tcp_proxy(self):
|
445
481
|
"""Gets the tcp_proxy of this UpdateEndpointServiceResponse.
|
446
482
|
|
447
|
-
用于控制将哪些信息(如客户端的源IP、源端口、marker_id等)携带到服务端。 支持携带的客户端信息包括如下两种类型:
|
483
|
+
用于控制将哪些信息(如客户端的源IP、源端口、marker_id等)携带到服务端。 支持携带的客户端信息包括如下两种类型: - TCP TOA:表示将客户端信息插入到tcp option字段中携带至服务端。 说明:仅当后端资源为OBS时,支持TCP TOA类型信息携带方式。 - Proxy Protocol:表示将客户端信息插入到tcp payload字段中携带至服务端。 仅当服务端支持解析上述字段时,该参数设置才有效。 该参数的取值包括: - close:表示关闭代理协议。 - toa_open:表示开启代理协议“tcp_toa”。 - proxy_open:表示开启代理协议“proxy_protocol”。 - open:表示同时开启代理协议“tcp_toa”和“proxy_protocol”。 默认值为“close”。
|
448
484
|
|
449
485
|
:return: The tcp_proxy of this UpdateEndpointServiceResponse.
|
450
486
|
:rtype: str
|
@@ -455,7 +491,7 @@ class UpdateEndpointServiceResponse(SdkResponse):
|
|
455
491
|
def tcp_proxy(self, tcp_proxy):
|
456
492
|
"""Sets the tcp_proxy of this UpdateEndpointServiceResponse.
|
457
493
|
|
458
|
-
用于控制将哪些信息(如客户端的源IP、源端口、marker_id等)携带到服务端。 支持携带的客户端信息包括如下两种类型:
|
494
|
+
用于控制将哪些信息(如客户端的源IP、源端口、marker_id等)携带到服务端。 支持携带的客户端信息包括如下两种类型: - TCP TOA:表示将客户端信息插入到tcp option字段中携带至服务端。 说明:仅当后端资源为OBS时,支持TCP TOA类型信息携带方式。 - Proxy Protocol:表示将客户端信息插入到tcp payload字段中携带至服务端。 仅当服务端支持解析上述字段时,该参数设置才有效。 该参数的取值包括: - close:表示关闭代理协议。 - toa_open:表示开启代理协议“tcp_toa”。 - proxy_open:表示开启代理协议“proxy_protocol”。 - open:表示同时开启代理协议“tcp_toa”和“proxy_protocol”。 默认值为“close”。
|
459
495
|
|
460
496
|
:param tcp_proxy: The tcp_proxy of this UpdateEndpointServiceResponse.
|
461
497
|
:type tcp_proxy: str
|
@@ -510,7 +546,7 @@ class UpdateEndpointServiceResponse(SdkResponse):
|
|
510
546
|
def enable_policy(self):
|
511
547
|
"""Gets the enable_policy of this UpdateEndpointServiceResponse.
|
512
548
|
|
513
|
-
|
549
|
+
是否允许自定义终端节点策略。 - false:不支持设置终端节点策略 - true:支持设置终端节点策略 默认为false
|
514
550
|
|
515
551
|
:return: The enable_policy of this UpdateEndpointServiceResponse.
|
516
552
|
:rtype: bool
|
@@ -521,13 +557,35 @@ class UpdateEndpointServiceResponse(SdkResponse):
|
|
521
557
|
def enable_policy(self, enable_policy):
|
522
558
|
"""Sets the enable_policy of this UpdateEndpointServiceResponse.
|
523
559
|
|
524
|
-
|
560
|
+
是否允许自定义终端节点策略。 - false:不支持设置终端节点策略 - true:支持设置终端节点策略 默认为false
|
525
561
|
|
526
562
|
:param enable_policy: The enable_policy of this UpdateEndpointServiceResponse.
|
527
563
|
:type enable_policy: bool
|
528
564
|
"""
|
529
565
|
self._enable_policy = enable_policy
|
530
566
|
|
567
|
+
@property
|
568
|
+
def ip_version(self):
|
569
|
+
"""Gets the ip_version of this UpdateEndpointServiceResponse.
|
570
|
+
|
571
|
+
指定终端节点服务的IP版本,仅专业型终端节点服务支持此参数 ● ipv4, IPv4 ● ipv6, IPv6
|
572
|
+
|
573
|
+
:return: The ip_version of this UpdateEndpointServiceResponse.
|
574
|
+
:rtype: str
|
575
|
+
"""
|
576
|
+
return self._ip_version
|
577
|
+
|
578
|
+
@ip_version.setter
|
579
|
+
def ip_version(self, ip_version):
|
580
|
+
"""Sets the ip_version of this UpdateEndpointServiceResponse.
|
581
|
+
|
582
|
+
指定终端节点服务的IP版本,仅专业型终端节点服务支持此参数 ● ipv4, IPv4 ● ipv6, IPv6
|
583
|
+
|
584
|
+
:param ip_version: The ip_version of this UpdateEndpointServiceResponse.
|
585
|
+
:type ip_version: str
|
586
|
+
"""
|
587
|
+
self._ip_version = ip_version
|
588
|
+
|
531
589
|
def to_dict(self):
|
532
590
|
"""Returns the model properties as a dict"""
|
533
591
|
result = {}
|
@@ -31,9 +31,9 @@ class UpdateEndpointWhiteRequestBody:
|
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
34
|
-
:param whitelist: 更新或删除用于控制访问终端节点的白名单。此参数可以添加IPv4或CIDR:
|
34
|
+
:param whitelist: 更新或删除用于控制访问终端节点的白名单。此参数可以添加IPv4或CIDR: - 当取值不为空时,表示将白名单更新为取值所示内容。 - 当取值为空时,表示删除所有白名单。 默认为空列表。
|
35
35
|
:type whitelist: list[str]
|
36
|
-
:param enable_whitelist: 是否开启网络ACL隔离。
|
36
|
+
:param enable_whitelist: 是否开启网络ACL隔离。 - true:开启网络ACL隔离 - false:不开启网络ACL隔离 默认值为false。
|
37
37
|
:type enable_whitelist: bool
|
38
38
|
"""
|
39
39
|
|
@@ -52,7 +52,7 @@ class UpdateEndpointWhiteRequestBody:
|
|
52
52
|
def whitelist(self):
|
53
53
|
"""Gets the whitelist of this UpdateEndpointWhiteRequestBody.
|
54
54
|
|
55
|
-
更新或删除用于控制访问终端节点的白名单。此参数可以添加IPv4或CIDR:
|
55
|
+
更新或删除用于控制访问终端节点的白名单。此参数可以添加IPv4或CIDR: - 当取值不为空时,表示将白名单更新为取值所示内容。 - 当取值为空时,表示删除所有白名单。 默认为空列表。
|
56
56
|
|
57
57
|
:return: The whitelist of this UpdateEndpointWhiteRequestBody.
|
58
58
|
:rtype: list[str]
|
@@ -63,7 +63,7 @@ class UpdateEndpointWhiteRequestBody:
|
|
63
63
|
def whitelist(self, whitelist):
|
64
64
|
"""Sets the whitelist of this UpdateEndpointWhiteRequestBody.
|
65
65
|
|
66
|
-
更新或删除用于控制访问终端节点的白名单。此参数可以添加IPv4或CIDR:
|
66
|
+
更新或删除用于控制访问终端节点的白名单。此参数可以添加IPv4或CIDR: - 当取值不为空时,表示将白名单更新为取值所示内容。 - 当取值为空时,表示删除所有白名单。 默认为空列表。
|
67
67
|
|
68
68
|
:param whitelist: The whitelist of this UpdateEndpointWhiteRequestBody.
|
69
69
|
:type whitelist: list[str]
|
@@ -74,7 +74,7 @@ class UpdateEndpointWhiteRequestBody:
|
|
74
74
|
def enable_whitelist(self):
|
75
75
|
"""Gets the enable_whitelist of this UpdateEndpointWhiteRequestBody.
|
76
76
|
|
77
|
-
是否开启网络ACL隔离。
|
77
|
+
是否开启网络ACL隔离。 - true:开启网络ACL隔离 - false:不开启网络ACL隔离 默认值为false。
|
78
78
|
|
79
79
|
:return: The enable_whitelist of this UpdateEndpointWhiteRequestBody.
|
80
80
|
:rtype: bool
|
@@ -85,7 +85,7 @@ class UpdateEndpointWhiteRequestBody:
|
|
85
85
|
def enable_whitelist(self, enable_whitelist):
|
86
86
|
"""Sets the enable_whitelist of this UpdateEndpointWhiteRequestBody.
|
87
87
|
|
88
|
-
是否开启网络ACL隔离。
|
88
|
+
是否开启网络ACL隔离。 - true:开启网络ACL隔离 - false:不开启网络ACL隔离 默认值为false。
|
89
89
|
|
90
90
|
:param enable_whitelist: The enable_whitelist of this UpdateEndpointWhiteRequestBody.
|
91
91
|
:type enable_whitelist: bool
|