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
@@ -5,7 +5,7 @@ import six
|
|
5
5
|
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
6
6
|
|
7
7
|
|
8
|
-
class
|
8
|
+
class ResourcesResponseBody:
|
9
9
|
|
10
10
|
"""
|
11
11
|
Attributes:
|
@@ -25,7 +25,7 @@ class ResourcesResp:
|
|
25
25
|
}
|
26
26
|
|
27
27
|
def __init__(self, resources=None):
|
28
|
-
"""
|
28
|
+
"""ResourcesResponseBody
|
29
29
|
|
30
30
|
The model defined in huaweicloud sdk
|
31
31
|
|
@@ -43,22 +43,22 @@ class ResourcesResp:
|
|
43
43
|
|
44
44
|
@property
|
45
45
|
def resources(self):
|
46
|
-
"""Gets the resources of this
|
46
|
+
"""Gets the resources of this ResourcesResponseBody.
|
47
47
|
|
48
48
|
资源列表
|
49
49
|
|
50
|
-
:return: The resources of this
|
50
|
+
:return: The resources of this ResourcesResponseBody.
|
51
51
|
:rtype: list[:class:`huaweicloudsdkvpcep.v1.Quotas`]
|
52
52
|
"""
|
53
53
|
return self._resources
|
54
54
|
|
55
55
|
@resources.setter
|
56
56
|
def resources(self, resources):
|
57
|
-
"""Sets the resources of this
|
57
|
+
"""Sets the resources of this ResourcesResponseBody.
|
58
58
|
|
59
59
|
资源列表
|
60
60
|
|
61
|
-
:param resources: The resources of this
|
61
|
+
:param resources: The resources of this ResourcesResponseBody.
|
62
62
|
:type resources: list[:class:`huaweicloudsdkvpcep.v1.Quotas`]
|
63
63
|
"""
|
64
64
|
self._resources = resources
|
@@ -105,7 +105,7 @@ class ResourcesResp:
|
|
105
105
|
|
106
106
|
def __eq__(self, other):
|
107
107
|
"""Returns true if both objects are equal"""
|
108
|
-
if not isinstance(other,
|
108
|
+
if not isinstance(other, ResourcesResponseBody):
|
109
109
|
return False
|
110
110
|
|
111
111
|
return self.__dict__ == other.__dict__
|
@@ -25,11 +25,12 @@ class ServiceList:
|
|
25
25
|
'approval_enabled': 'bool',
|
26
26
|
'status': 'str',
|
27
27
|
'service_type': 'str',
|
28
|
-
'created_at': '
|
29
|
-
'updated_at': '
|
28
|
+
'created_at': 'datetime',
|
29
|
+
'updated_at': 'datetime',
|
30
30
|
'project_id': 'str',
|
31
31
|
'domain_id': 'str',
|
32
32
|
'ports': 'list[PortList]',
|
33
|
+
'ip': 'str',
|
33
34
|
'tags': 'list[TagList]',
|
34
35
|
'connection_count': 'int',
|
35
36
|
'tcp_proxy': 'str',
|
@@ -53,6 +54,7 @@ class ServiceList:
|
|
53
54
|
'project_id': 'project_id',
|
54
55
|
'domain_id': 'domain_id',
|
55
56
|
'ports': 'ports',
|
57
|
+
'ip': 'ip',
|
56
58
|
'tags': 'tags',
|
57
59
|
'connection_count': 'connection_count',
|
58
60
|
'tcp_proxy': 'tcp_proxy',
|
@@ -62,42 +64,44 @@ class ServiceList:
|
|
62
64
|
'enable_policy': 'enable_policy'
|
63
65
|
}
|
64
66
|
|
65
|
-
def __init__(self, id=None, port_id=None, service_name=None, server_type=None, vpc_id=None, approval_enabled=None, status=None, service_type=None, created_at=None, updated_at=None, project_id=None, domain_id=None, ports=None, tags=None, connection_count=None, tcp_proxy=None, error=None, description=None, public_border_group=None, enable_policy=None):
|
67
|
+
def __init__(self, id=None, port_id=None, service_name=None, server_type=None, vpc_id=None, approval_enabled=None, status=None, service_type=None, created_at=None, updated_at=None, project_id=None, domain_id=None, ports=None, ip=None, tags=None, connection_count=None, tcp_proxy=None, error=None, description=None, public_border_group=None, enable_policy=None):
|
66
68
|
"""ServiceList
|
67
69
|
|
68
70
|
The model defined in huaweicloud sdk
|
69
71
|
|
70
72
|
:param id: 终端节点服务的ID,唯一标识。
|
71
73
|
:type id: str
|
72
|
-
:param port_id: 标识终端节点服务后端资源的ID, 格式为通用唯一识别码(Universally Unique Identifier,下文简称UUID)。取值为:
|
74
|
+
:param port_id: 标识终端节点服务后端资源的ID, 格式为通用唯一识别码(Universally Unique Identifier,下文简称UUID)。取值为: - LB类型:负载均衡器内网IP对应的端口ID。 - VM类型:弹性云服务器IP地址对应的网卡ID。 - VIP类型:虚拟资源所在物理服务器对应的网卡ID。(该字段已废弃,请优先使用LB类型)
|
73
75
|
:type port_id: str
|
74
76
|
:param service_name: 终端节点服务的名称。
|
75
77
|
:type service_name: str
|
76
|
-
:param server_type: 资源类型。
|
78
|
+
:param server_type: 资源类型。 - VM:云服务器。 - VIP:虚拟IP。 - LB:增强负载均衡型。
|
77
79
|
:type server_type: str
|
78
80
|
:param vpc_id: 终端节点服务对应后端资源所在的VPC的ID。
|
79
81
|
:type vpc_id: str
|
80
|
-
:param approval_enabled: 是否需要审批。
|
82
|
+
:param approval_enabled: 是否需要审批。 - false:不需要审批,创建的终端节点连接直接为accepted状态。 - true:需要审批,创建的终端节点连接为pendingAcceptance状态, 需要终端节点服务所属用户审核后方可使用。
|
81
83
|
:type approval_enabled: bool
|
82
|
-
:param status: 终端节点服务的状态。
|
84
|
+
:param status: 终端节点服务的状态。 - creating:创建中 - available:可连接 - failed:失败 - deleting:删除中
|
83
85
|
:type status: str
|
84
|
-
:param service_type: 终端节点服务类型。 终端节点服务类型包括“网关(
|
86
|
+
:param service_type: 终端节点服务类型。 终端节点服务类型包括“网关(gateway)型”和“接口(interface)型”: - gateway:由运维人员配置。用户无需创建,可直接使用。 - interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建,用户可直接使用。 您可以通过创建终端节点创建访问Gateway和Interface类型终端节点服务的终端节点。
|
85
87
|
:type service_type: str
|
86
|
-
:param created_at: 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-
|
87
|
-
:type created_at:
|
88
|
-
:param updated_at: 终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-
|
89
|
-
:type updated_at:
|
88
|
+
:param created_at: 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
89
|
+
:type created_at: datetime
|
90
|
+
:param updated_at: 终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
91
|
+
:type updated_at: datetime
|
90
92
|
:param project_id: 项目ID,获取方法请参见获取项目ID。
|
91
93
|
:type project_id: str
|
92
94
|
:param domain_id: Domain ID
|
93
95
|
:type domain_id: str
|
94
96
|
:param ports: 服务开放的端口映射列表 同一个终端节点服务下,不允许重复的端口映射。 若多个终端节点服务共用一个port_id, 则终端节点服务之间的所有端口映射的server_port和protocol的组合不能重复。
|
95
97
|
:type ports: list[:class:`huaweicloudsdkvpcep.v1.PortList`]
|
98
|
+
:param ip: 接口型VLAN场景服务端IPv4地址或域名
|
99
|
+
:type ip: str
|
96
100
|
:param tags: 资源标签列表
|
97
101
|
:type tags: list[:class:`huaweicloudsdkvpcep.v1.TagList`]
|
98
102
|
:param connection_count: 终端节点服务下连接的状态为“创建中”或“已接受”的终端节点的个数。
|
99
103
|
:type connection_count: int
|
100
|
-
:param tcp_proxy: 用于控制将哪些信息(如客户端的源IP、源端口、marker_id等)携带到服务端。 支持携带的客户端信息包括如下两种类型:
|
104
|
+
: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”。
|
101
105
|
:type tcp_proxy: str
|
102
106
|
:param error: 提交任务异常时返回的异常信息
|
103
107
|
:type error: list[:class:`huaweicloudsdkvpcep.v1.Error`]
|
@@ -105,7 +109,7 @@ class ServiceList:
|
|
105
109
|
:type description: str
|
106
110
|
:param public_border_group: 终端节点服务对应Pool的Public Border Group信息
|
107
111
|
:type public_border_group: str
|
108
|
-
:param enable_policy:
|
112
|
+
:param enable_policy: 是否允许自定义终端节点策略。 - false:不支持设置终端节点策略 - true:支持设置终端节点策略 默认为false
|
109
113
|
:type enable_policy: bool
|
110
114
|
"""
|
111
115
|
|
@@ -124,6 +128,7 @@ class ServiceList:
|
|
124
128
|
self._project_id = None
|
125
129
|
self._domain_id = None
|
126
130
|
self._ports = None
|
131
|
+
self._ip = None
|
127
132
|
self._tags = None
|
128
133
|
self._connection_count = None
|
129
134
|
self._tcp_proxy = None
|
@@ -159,6 +164,8 @@ class ServiceList:
|
|
159
164
|
self.domain_id = domain_id
|
160
165
|
if ports is not None:
|
161
166
|
self.ports = ports
|
167
|
+
if ip is not None:
|
168
|
+
self.ip = ip
|
162
169
|
if tags is not None:
|
163
170
|
self.tags = tags
|
164
171
|
if connection_count is not None:
|
@@ -200,7 +207,7 @@ class ServiceList:
|
|
200
207
|
def port_id(self):
|
201
208
|
"""Gets the port_id of this ServiceList.
|
202
209
|
|
203
|
-
标识终端节点服务后端资源的ID, 格式为通用唯一识别码(Universally Unique Identifier,下文简称UUID)。取值为:
|
210
|
+
标识终端节点服务后端资源的ID, 格式为通用唯一识别码(Universally Unique Identifier,下文简称UUID)。取值为: - LB类型:负载均衡器内网IP对应的端口ID。 - VM类型:弹性云服务器IP地址对应的网卡ID。 - VIP类型:虚拟资源所在物理服务器对应的网卡ID。(该字段已废弃,请优先使用LB类型)
|
204
211
|
|
205
212
|
:return: The port_id of this ServiceList.
|
206
213
|
:rtype: str
|
@@ -211,7 +218,7 @@ class ServiceList:
|
|
211
218
|
def port_id(self, port_id):
|
212
219
|
"""Sets the port_id of this ServiceList.
|
213
220
|
|
214
|
-
标识终端节点服务后端资源的ID, 格式为通用唯一识别码(Universally Unique Identifier,下文简称UUID)。取值为:
|
221
|
+
标识终端节点服务后端资源的ID, 格式为通用唯一识别码(Universally Unique Identifier,下文简称UUID)。取值为: - LB类型:负载均衡器内网IP对应的端口ID。 - VM类型:弹性云服务器IP地址对应的网卡ID。 - VIP类型:虚拟资源所在物理服务器对应的网卡ID。(该字段已废弃,请优先使用LB类型)
|
215
222
|
|
216
223
|
:param port_id: The port_id of this ServiceList.
|
217
224
|
:type port_id: str
|
@@ -244,7 +251,7 @@ class ServiceList:
|
|
244
251
|
def server_type(self):
|
245
252
|
"""Gets the server_type of this ServiceList.
|
246
253
|
|
247
|
-
资源类型。
|
254
|
+
资源类型。 - VM:云服务器。 - VIP:虚拟IP。 - LB:增强负载均衡型。
|
248
255
|
|
249
256
|
:return: The server_type of this ServiceList.
|
250
257
|
:rtype: str
|
@@ -255,7 +262,7 @@ class ServiceList:
|
|
255
262
|
def server_type(self, server_type):
|
256
263
|
"""Sets the server_type of this ServiceList.
|
257
264
|
|
258
|
-
资源类型。
|
265
|
+
资源类型。 - VM:云服务器。 - VIP:虚拟IP。 - LB:增强负载均衡型。
|
259
266
|
|
260
267
|
:param server_type: The server_type of this ServiceList.
|
261
268
|
:type server_type: str
|
@@ -288,7 +295,7 @@ class ServiceList:
|
|
288
295
|
def approval_enabled(self):
|
289
296
|
"""Gets the approval_enabled of this ServiceList.
|
290
297
|
|
291
|
-
是否需要审批。
|
298
|
+
是否需要审批。 - false:不需要审批,创建的终端节点连接直接为accepted状态。 - true:需要审批,创建的终端节点连接为pendingAcceptance状态, 需要终端节点服务所属用户审核后方可使用。
|
292
299
|
|
293
300
|
:return: The approval_enabled of this ServiceList.
|
294
301
|
:rtype: bool
|
@@ -299,7 +306,7 @@ class ServiceList:
|
|
299
306
|
def approval_enabled(self, approval_enabled):
|
300
307
|
"""Sets the approval_enabled of this ServiceList.
|
301
308
|
|
302
|
-
是否需要审批。
|
309
|
+
是否需要审批。 - false:不需要审批,创建的终端节点连接直接为accepted状态。 - true:需要审批,创建的终端节点连接为pendingAcceptance状态, 需要终端节点服务所属用户审核后方可使用。
|
303
310
|
|
304
311
|
:param approval_enabled: The approval_enabled of this ServiceList.
|
305
312
|
:type approval_enabled: bool
|
@@ -310,7 +317,7 @@ class ServiceList:
|
|
310
317
|
def status(self):
|
311
318
|
"""Gets the status of this ServiceList.
|
312
319
|
|
313
|
-
终端节点服务的状态。
|
320
|
+
终端节点服务的状态。 - creating:创建中 - available:可连接 - failed:失败 - deleting:删除中
|
314
321
|
|
315
322
|
:return: The status of this ServiceList.
|
316
323
|
:rtype: str
|
@@ -321,7 +328,7 @@ class ServiceList:
|
|
321
328
|
def status(self, status):
|
322
329
|
"""Sets the status of this ServiceList.
|
323
330
|
|
324
|
-
终端节点服务的状态。
|
331
|
+
终端节点服务的状态。 - creating:创建中 - available:可连接 - failed:失败 - deleting:删除中
|
325
332
|
|
326
333
|
:param status: The status of this ServiceList.
|
327
334
|
:type status: str
|
@@ -332,7 +339,7 @@ class ServiceList:
|
|
332
339
|
def service_type(self):
|
333
340
|
"""Gets the service_type of this ServiceList.
|
334
341
|
|
335
|
-
终端节点服务类型。 终端节点服务类型包括“网关(
|
342
|
+
终端节点服务类型。 终端节点服务类型包括“网关(gateway)型”和“接口(interface)型”: - gateway:由运维人员配置。用户无需创建,可直接使用。 - interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建,用户可直接使用。 您可以通过创建终端节点创建访问Gateway和Interface类型终端节点服务的终端节点。
|
336
343
|
|
337
344
|
:return: The service_type of this ServiceList.
|
338
345
|
:rtype: str
|
@@ -343,7 +350,7 @@ class ServiceList:
|
|
343
350
|
def service_type(self, service_type):
|
344
351
|
"""Sets the service_type of this ServiceList.
|
345
352
|
|
346
|
-
终端节点服务类型。 终端节点服务类型包括“网关(
|
353
|
+
终端节点服务类型。 终端节点服务类型包括“网关(gateway)型”和“接口(interface)型”: - gateway:由运维人员配置。用户无需创建,可直接使用。 - interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建,用户可直接使用。 您可以通过创建终端节点创建访问Gateway和Interface类型终端节点服务的终端节点。
|
347
354
|
|
348
355
|
:param service_type: The service_type of this ServiceList.
|
349
356
|
:type service_type: str
|
@@ -354,10 +361,10 @@ class ServiceList:
|
|
354
361
|
def created_at(self):
|
355
362
|
"""Gets the created_at of this ServiceList.
|
356
363
|
|
357
|
-
终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-
|
364
|
+
终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
358
365
|
|
359
366
|
:return: The created_at of this ServiceList.
|
360
|
-
:rtype:
|
367
|
+
:rtype: datetime
|
361
368
|
"""
|
362
369
|
return self._created_at
|
363
370
|
|
@@ -365,10 +372,10 @@ class ServiceList:
|
|
365
372
|
def created_at(self, created_at):
|
366
373
|
"""Sets the created_at of this ServiceList.
|
367
374
|
|
368
|
-
终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-
|
375
|
+
终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
369
376
|
|
370
377
|
:param created_at: The created_at of this ServiceList.
|
371
|
-
:type created_at:
|
378
|
+
:type created_at: datetime
|
372
379
|
"""
|
373
380
|
self._created_at = created_at
|
374
381
|
|
@@ -376,10 +383,10 @@ class ServiceList:
|
|
376
383
|
def updated_at(self):
|
377
384
|
"""Gets the updated_at of this ServiceList.
|
378
385
|
|
379
|
-
终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-
|
386
|
+
终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
380
387
|
|
381
388
|
:return: The updated_at of this ServiceList.
|
382
|
-
:rtype:
|
389
|
+
:rtype: datetime
|
383
390
|
"""
|
384
391
|
return self._updated_at
|
385
392
|
|
@@ -387,10 +394,10 @@ class ServiceList:
|
|
387
394
|
def updated_at(self, updated_at):
|
388
395
|
"""Sets the updated_at of this ServiceList.
|
389
396
|
|
390
|
-
终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-
|
397
|
+
终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
391
398
|
|
392
399
|
:param updated_at: The updated_at of this ServiceList.
|
393
|
-
:type updated_at:
|
400
|
+
:type updated_at: datetime
|
394
401
|
"""
|
395
402
|
self._updated_at = updated_at
|
396
403
|
|
@@ -460,6 +467,28 @@ class ServiceList:
|
|
460
467
|
"""
|
461
468
|
self._ports = ports
|
462
469
|
|
470
|
+
@property
|
471
|
+
def ip(self):
|
472
|
+
"""Gets the ip of this ServiceList.
|
473
|
+
|
474
|
+
接口型VLAN场景服务端IPv4地址或域名
|
475
|
+
|
476
|
+
:return: The ip of this ServiceList.
|
477
|
+
:rtype: str
|
478
|
+
"""
|
479
|
+
return self._ip
|
480
|
+
|
481
|
+
@ip.setter
|
482
|
+
def ip(self, ip):
|
483
|
+
"""Sets the ip of this ServiceList.
|
484
|
+
|
485
|
+
接口型VLAN场景服务端IPv4地址或域名
|
486
|
+
|
487
|
+
:param ip: The ip of this ServiceList.
|
488
|
+
:type ip: str
|
489
|
+
"""
|
490
|
+
self._ip = ip
|
491
|
+
|
463
492
|
@property
|
464
493
|
def tags(self):
|
465
494
|
"""Gets the tags of this ServiceList.
|
@@ -508,7 +537,7 @@ class ServiceList:
|
|
508
537
|
def tcp_proxy(self):
|
509
538
|
"""Gets the tcp_proxy of this ServiceList.
|
510
539
|
|
511
|
-
用于控制将哪些信息(如客户端的源IP、源端口、marker_id等)携带到服务端。 支持携带的客户端信息包括如下两种类型:
|
540
|
+
用于控制将哪些信息(如客户端的源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”。
|
512
541
|
|
513
542
|
:return: The tcp_proxy of this ServiceList.
|
514
543
|
:rtype: str
|
@@ -519,7 +548,7 @@ class ServiceList:
|
|
519
548
|
def tcp_proxy(self, tcp_proxy):
|
520
549
|
"""Sets the tcp_proxy of this ServiceList.
|
521
550
|
|
522
|
-
用于控制将哪些信息(如客户端的源IP、源端口、marker_id等)携带到服务端。 支持携带的客户端信息包括如下两种类型:
|
551
|
+
用于控制将哪些信息(如客户端的源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”。
|
523
552
|
|
524
553
|
:param tcp_proxy: The tcp_proxy of this ServiceList.
|
525
554
|
:type tcp_proxy: str
|
@@ -596,7 +625,7 @@ class ServiceList:
|
|
596
625
|
def enable_policy(self):
|
597
626
|
"""Gets the enable_policy of this ServiceList.
|
598
627
|
|
599
|
-
|
628
|
+
是否允许自定义终端节点策略。 - false:不支持设置终端节点策略 - true:支持设置终端节点策略 默认为false
|
600
629
|
|
601
630
|
:return: The enable_policy of this ServiceList.
|
602
631
|
:rtype: bool
|
@@ -607,7 +636,7 @@ class ServiceList:
|
|
607
636
|
def enable_policy(self, enable_policy):
|
608
637
|
"""Sets the enable_policy of this ServiceList.
|
609
638
|
|
610
|
-
|
639
|
+
是否允许自定义终端节点策略。 - false:不支持设置终端节点策略 - true:支持设置终端节点策略 默认为false
|
611
640
|
|
612
641
|
:param enable_policy: The enable_policy of this ServiceList.
|
613
642
|
:type enable_policy: bool
|
@@ -31,9 +31,9 @@ class TagList:
|
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
34
|
-
:param key: 键。
|
34
|
+
:param key: 键。 key不能为空,长度1~128个字符(中文也可以输入128个字符)。 可用 UTF-8 格式表示的字母(包含中文、西班牙语、葡语等)、数字和空格,以及以下字符: _ . : = + - @。 _sys_开头属于系统标签,租户不能输入。 key两头不能有空格字符。
|
35
35
|
:type key: str
|
36
|
-
:param value: 值。
|
36
|
+
:param value: 值。 长度0~255个字符(中文也可以输入255个字符)。 可用 UTF-8 格式表示的字母(包含中文、西班牙语、葡语等)、数字和空格,以及以下字符: _ . : / = + - @。 资源标签值可以为空字符串。
|
37
37
|
:type value: str
|
38
38
|
"""
|
39
39
|
|
@@ -52,7 +52,7 @@ class TagList:
|
|
52
52
|
def key(self):
|
53
53
|
"""Gets the key of this TagList.
|
54
54
|
|
55
|
-
键。
|
55
|
+
键。 key不能为空,长度1~128个字符(中文也可以输入128个字符)。 可用 UTF-8 格式表示的字母(包含中文、西班牙语、葡语等)、数字和空格,以及以下字符: _ . : = + - @。 _sys_开头属于系统标签,租户不能输入。 key两头不能有空格字符。
|
56
56
|
|
57
57
|
:return: The key of this TagList.
|
58
58
|
:rtype: str
|
@@ -63,7 +63,7 @@ class TagList:
|
|
63
63
|
def key(self, key):
|
64
64
|
"""Sets the key of this TagList.
|
65
65
|
|
66
|
-
键。
|
66
|
+
键。 key不能为空,长度1~128个字符(中文也可以输入128个字符)。 可用 UTF-8 格式表示的字母(包含中文、西班牙语、葡语等)、数字和空格,以及以下字符: _ . : = + - @。 _sys_开头属于系统标签,租户不能输入。 key两头不能有空格字符。
|
67
67
|
|
68
68
|
:param key: The key of this TagList.
|
69
69
|
:type key: str
|
@@ -74,7 +74,7 @@ class TagList:
|
|
74
74
|
def value(self):
|
75
75
|
"""Gets the value of this TagList.
|
76
76
|
|
77
|
-
值。
|
77
|
+
值。 长度0~255个字符(中文也可以输入255个字符)。 可用 UTF-8 格式表示的字母(包含中文、西班牙语、葡语等)、数字和空格,以及以下字符: _ . : / = + - @。 资源标签值可以为空字符串。
|
78
78
|
|
79
79
|
:return: The value of this TagList.
|
80
80
|
:rtype: str
|
@@ -85,7 +85,7 @@ class TagList:
|
|
85
85
|
def value(self, value):
|
86
86
|
"""Sets the value of this TagList.
|
87
87
|
|
88
|
-
值。
|
88
|
+
值。 长度0~255个字符(中文也可以输入255个字符)。 可用 UTF-8 格式表示的字母(包含中文、西班牙语、葡语等)、数字和空格,以及以下字符: _ . : / = + - @。 资源标签值可以为空字符串。
|
89
89
|
|
90
90
|
:param value: The value of this TagList.
|
91
91
|
:type value: str
|
@@ -31,7 +31,7 @@ class TagValuesList:
|
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
34
|
-
:param key: 键。 最大长度
|
34
|
+
:param key: 键。 最大长度128个unicode字符。key不能为空。(搜索时不对此参数做字符集校), key不能为空或者空字符串,不能为空格,校验和使用之前先trim前后半角空格。
|
35
35
|
:type key: str
|
36
36
|
:param values: 值列表。 每个值最大长度255个unicode字符,校验和使用之前先trim前后半角空格。 value可为空数组但不可缺省。如果values为空列表,则表示any_value(查询任意value)。 value之间为或的关系。(搜索时不对此参数做字符集校验,只做长度校验)。
|
37
37
|
:type values: list[str]
|
@@ -50,7 +50,7 @@ class TagValuesList:
|
|
50
50
|
def key(self):
|
51
51
|
"""Gets the key of this TagValuesList.
|
52
52
|
|
53
|
-
键。 最大长度
|
53
|
+
键。 最大长度128个unicode字符。key不能为空。(搜索时不对此参数做字符集校), key不能为空或者空字符串,不能为空格,校验和使用之前先trim前后半角空格。
|
54
54
|
|
55
55
|
:return: The key of this TagValuesList.
|
56
56
|
:rtype: str
|
@@ -61,7 +61,7 @@ class TagValuesList:
|
|
61
61
|
def key(self, key):
|
62
62
|
"""Sets the key of this TagValuesList.
|
63
63
|
|
64
|
-
键。 最大长度
|
64
|
+
键。 最大长度128个unicode字符。key不能为空。(搜索时不对此参数做字符集校), key不能为空或者空字符串,不能为空格,校验和使用之前先trim前后半角空格。
|
65
65
|
|
66
66
|
:param key: The key of this TagValuesList.
|
67
67
|
:type key: str
|
@@ -18,7 +18,7 @@ class UpdateEndpointConnectionsDescRequest:
|
|
18
18
|
|
19
19
|
openapi_types = {
|
20
20
|
'vpc_endpoint_service_id': 'str',
|
21
|
-
'body': '
|
21
|
+
'body': 'UpdateEndpointConnectionsDescRequestBody'
|
22
22
|
}
|
23
23
|
|
24
24
|
attribute_map = {
|
@@ -34,7 +34,7 @@ class UpdateEndpointConnectionsDescRequest:
|
|
34
34
|
:param vpc_endpoint_service_id: 终端节点服务ID
|
35
35
|
:type vpc_endpoint_service_id: str
|
36
36
|
:param body: Body of the UpdateEndpointConnectionsDescRequest
|
37
|
-
:type body: :class:`huaweicloudsdkvpcep.v1.
|
37
|
+
:type body: :class:`huaweicloudsdkvpcep.v1.UpdateEndpointConnectionsDescRequestBody`
|
38
38
|
"""
|
39
39
|
|
40
40
|
|
@@ -74,7 +74,7 @@ class UpdateEndpointConnectionsDescRequest:
|
|
74
74
|
"""Gets the body of this UpdateEndpointConnectionsDescRequest.
|
75
75
|
|
76
76
|
:return: The body of this UpdateEndpointConnectionsDescRequest.
|
77
|
-
:rtype: :class:`huaweicloudsdkvpcep.v1.
|
77
|
+
:rtype: :class:`huaweicloudsdkvpcep.v1.UpdateEndpointConnectionsDescRequestBody`
|
78
78
|
"""
|
79
79
|
return self._body
|
80
80
|
|
@@ -83,7 +83,7 @@ class UpdateEndpointConnectionsDescRequest:
|
|
83
83
|
"""Sets the body of this UpdateEndpointConnectionsDescRequest.
|
84
84
|
|
85
85
|
:param body: The body of this UpdateEndpointConnectionsDescRequest.
|
86
|
-
:type body: :class:`huaweicloudsdkvpcep.v1.
|
86
|
+
:type body: :class:`huaweicloudsdkvpcep.v1.UpdateEndpointConnectionsDescRequestBody`
|
87
87
|
"""
|
88
88
|
self._body = body
|
89
89
|
|
@@ -5,7 +5,7 @@ import six
|
|
5
5
|
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
6
6
|
|
7
7
|
|
8
|
-
class
|
8
|
+
class UpdateEndpointConnectionsDescRequestBody:
|
9
9
|
|
10
10
|
"""
|
11
11
|
Attributes:
|
@@ -25,7 +25,7 @@ class UpdateEpConnections:
|
|
25
25
|
}
|
26
26
|
|
27
27
|
def __init__(self, connections=None):
|
28
|
-
"""
|
28
|
+
"""UpdateEndpointConnectionsDescRequestBody
|
29
29
|
|
30
30
|
The model defined in huaweicloud sdk
|
31
31
|
|
@@ -42,22 +42,22 @@ class UpdateEpConnections:
|
|
42
42
|
|
43
43
|
@property
|
44
44
|
def connections(self):
|
45
|
-
"""Gets the connections of this
|
45
|
+
"""Gets the connections of this UpdateEndpointConnectionsDescRequestBody.
|
46
46
|
|
47
47
|
连接管理描述字段列表
|
48
48
|
|
49
|
-
:return: The connections of this
|
49
|
+
:return: The connections of this UpdateEndpointConnectionsDescRequestBody.
|
50
50
|
:rtype: list[:class:`huaweicloudsdkvpcep.v1.ConnectionsDesc`]
|
51
51
|
"""
|
52
52
|
return self._connections
|
53
53
|
|
54
54
|
@connections.setter
|
55
55
|
def connections(self, connections):
|
56
|
-
"""Sets the connections of this
|
56
|
+
"""Sets the connections of this UpdateEndpointConnectionsDescRequestBody.
|
57
57
|
|
58
58
|
连接管理描述字段列表
|
59
59
|
|
60
|
-
:param connections: The connections of this
|
60
|
+
:param connections: The connections of this UpdateEndpointConnectionsDescRequestBody.
|
61
61
|
:type connections: list[:class:`huaweicloudsdkvpcep.v1.ConnectionsDesc`]
|
62
62
|
"""
|
63
63
|
self._connections = connections
|
@@ -104,7 +104,7 @@ class UpdateEpConnections:
|
|
104
104
|
|
105
105
|
def __eq__(self, other):
|
106
106
|
"""Returns true if both objects are equal"""
|
107
|
-
if not isinstance(other,
|
107
|
+
if not isinstance(other, UpdateEndpointConnectionsDescRequestBody):
|
108
108
|
return False
|
109
109
|
|
110
110
|
return self.__dict__ == other.__dict__
|
@@ -17,34 +17,42 @@ class UpdateEndpointPolicyRequestBody:
|
|
17
17
|
sensitive_list = []
|
18
18
|
|
19
19
|
openapi_types = {
|
20
|
-
'policy_statement': 'list[PolicyStatement]'
|
20
|
+
'policy_statement': 'list[PolicyStatement]',
|
21
|
+
'policy_document': 'object'
|
21
22
|
}
|
22
23
|
|
23
24
|
attribute_map = {
|
24
|
-
'policy_statement': 'policy_statement'
|
25
|
+
'policy_statement': 'policy_statement',
|
26
|
+
'policy_document': 'policy_document'
|
25
27
|
}
|
26
28
|
|
27
|
-
def __init__(self, policy_statement=None):
|
29
|
+
def __init__(self, policy_statement=None, policy_document=None):
|
28
30
|
"""UpdateEndpointPolicyRequestBody
|
29
31
|
|
30
32
|
The model defined in huaweicloud sdk
|
31
33
|
|
32
|
-
:param policy_statement:
|
34
|
+
:param policy_statement: Gateway类型终端节点策略信息,仅限OBS、SFS的终端节点服务的enable_policy值为true时支持该参数。
|
33
35
|
:type policy_statement: list[:class:`huaweicloudsdkvpcep.v1.PolicyStatement`]
|
36
|
+
:param policy_document: 终端节点策略信息,仅当终端节点服务的enable_policy值为true时支持该参数,默认值为完全访问权限。(OBS、SFS的终端节点服务暂不支持该参数)
|
37
|
+
:type policy_document: object
|
34
38
|
"""
|
35
39
|
|
36
40
|
|
37
41
|
|
38
42
|
self._policy_statement = None
|
43
|
+
self._policy_document = None
|
39
44
|
self.discriminator = None
|
40
45
|
|
41
|
-
|
46
|
+
if policy_statement is not None:
|
47
|
+
self.policy_statement = policy_statement
|
48
|
+
if policy_document is not None:
|
49
|
+
self.policy_document = policy_document
|
42
50
|
|
43
51
|
@property
|
44
52
|
def policy_statement(self):
|
45
53
|
"""Gets the policy_statement of this UpdateEndpointPolicyRequestBody.
|
46
54
|
|
47
|
-
|
55
|
+
Gateway类型终端节点策略信息,仅限OBS、SFS的终端节点服务的enable_policy值为true时支持该参数。
|
48
56
|
|
49
57
|
:return: The policy_statement of this UpdateEndpointPolicyRequestBody.
|
50
58
|
:rtype: list[:class:`huaweicloudsdkvpcep.v1.PolicyStatement`]
|
@@ -55,13 +63,35 @@ class UpdateEndpointPolicyRequestBody:
|
|
55
63
|
def policy_statement(self, policy_statement):
|
56
64
|
"""Sets the policy_statement of this UpdateEndpointPolicyRequestBody.
|
57
65
|
|
58
|
-
|
66
|
+
Gateway类型终端节点策略信息,仅限OBS、SFS的终端节点服务的enable_policy值为true时支持该参数。
|
59
67
|
|
60
68
|
:param policy_statement: The policy_statement of this UpdateEndpointPolicyRequestBody.
|
61
69
|
:type policy_statement: list[:class:`huaweicloudsdkvpcep.v1.PolicyStatement`]
|
62
70
|
"""
|
63
71
|
self._policy_statement = policy_statement
|
64
72
|
|
73
|
+
@property
|
74
|
+
def policy_document(self):
|
75
|
+
"""Gets the policy_document of this UpdateEndpointPolicyRequestBody.
|
76
|
+
|
77
|
+
终端节点策略信息,仅当终端节点服务的enable_policy值为true时支持该参数,默认值为完全访问权限。(OBS、SFS的终端节点服务暂不支持该参数)
|
78
|
+
|
79
|
+
:return: The policy_document of this UpdateEndpointPolicyRequestBody.
|
80
|
+
:rtype: object
|
81
|
+
"""
|
82
|
+
return self._policy_document
|
83
|
+
|
84
|
+
@policy_document.setter
|
85
|
+
def policy_document(self, policy_document):
|
86
|
+
"""Sets the policy_document of this UpdateEndpointPolicyRequestBody.
|
87
|
+
|
88
|
+
终端节点策略信息,仅当终端节点服务的enable_policy值为true时支持该参数,默认值为完全访问权限。(OBS、SFS的终端节点服务暂不支持该参数)
|
89
|
+
|
90
|
+
:param policy_document: The policy_document of this UpdateEndpointPolicyRequestBody.
|
91
|
+
:type policy_document: object
|
92
|
+
"""
|
93
|
+
self._policy_document = policy_document
|
94
|
+
|
65
95
|
def to_dict(self):
|
66
96
|
"""Returns the model properties as a dict"""
|
67
97
|
result = {}
|