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 BatchRemoveEndpointServicePermissionsRequestBody:
|
9
9
|
|
10
10
|
"""
|
11
11
|
Attributes:
|
@@ -25,11 +25,11 @@ class BatchRemovePermissionRequest:
|
|
25
25
|
}
|
26
26
|
|
27
27
|
def __init__(self, permissions=None):
|
28
|
-
"""
|
28
|
+
"""BatchRemoveEndpointServicePermissionsRequestBody
|
29
29
|
|
30
30
|
The model defined in huaweicloud sdk
|
31
31
|
|
32
|
-
:param permissions:
|
32
|
+
:param permissions: 终端节点服务白名单
|
33
33
|
:type permissions: list[:class:`huaweicloudsdkvpcep.v1.EpsRemovePermissionRequest`]
|
34
34
|
"""
|
35
35
|
|
@@ -42,18 +42,22 @@ class BatchRemovePermissionRequest:
|
|
42
42
|
|
43
43
|
@property
|
44
44
|
def permissions(self):
|
45
|
-
"""Gets the permissions of this
|
45
|
+
"""Gets the permissions of this BatchRemoveEndpointServicePermissionsRequestBody.
|
46
46
|
|
47
|
-
|
47
|
+
终端节点服务白名单
|
48
|
+
|
49
|
+
:return: The permissions of this BatchRemoveEndpointServicePermissionsRequestBody.
|
48
50
|
:rtype: list[:class:`huaweicloudsdkvpcep.v1.EpsRemovePermissionRequest`]
|
49
51
|
"""
|
50
52
|
return self._permissions
|
51
53
|
|
52
54
|
@permissions.setter
|
53
55
|
def permissions(self, permissions):
|
54
|
-
"""Sets the permissions of this
|
56
|
+
"""Sets the permissions of this BatchRemoveEndpointServicePermissionsRequestBody.
|
57
|
+
|
58
|
+
终端节点服务白名单
|
55
59
|
|
56
|
-
:param permissions: The permissions of this
|
60
|
+
:param permissions: The permissions of this BatchRemoveEndpointServicePermissionsRequestBody.
|
57
61
|
:type permissions: list[:class:`huaweicloudsdkvpcep.v1.EpsRemovePermissionRequest`]
|
58
62
|
"""
|
59
63
|
self._permissions = permissions
|
@@ -100,7 +104,7 @@ class BatchRemovePermissionRequest:
|
|
100
104
|
|
101
105
|
def __eq__(self, other):
|
102
106
|
"""Returns true if both objects are equal"""
|
103
|
-
if not isinstance(other,
|
107
|
+
if not isinstance(other, BatchRemoveEndpointServicePermissionsRequestBody):
|
104
108
|
return False
|
105
109
|
|
106
110
|
return self.__dict__ == other.__dict__
|
@@ -30,7 +30,7 @@ class BatchRemoveEndpointServicePermissionsResponse(SdkResponse):
|
|
30
30
|
|
31
31
|
The model defined in huaweicloud sdk
|
32
32
|
|
33
|
-
:param permissions:
|
33
|
+
:param permissions: 终端节点服务白名单
|
34
34
|
:type permissions: list[:class:`huaweicloudsdkvpcep.v1.EpsPermission`]
|
35
35
|
"""
|
36
36
|
|
@@ -46,6 +46,8 @@ class BatchRemoveEndpointServicePermissionsResponse(SdkResponse):
|
|
46
46
|
def permissions(self):
|
47
47
|
"""Gets the permissions of this BatchRemoveEndpointServicePermissionsResponse.
|
48
48
|
|
49
|
+
终端节点服务白名单
|
50
|
+
|
49
51
|
:return: The permissions of this BatchRemoveEndpointServicePermissionsResponse.
|
50
52
|
:rtype: list[:class:`huaweicloudsdkvpcep.v1.EpsPermission`]
|
51
53
|
"""
|
@@ -55,6 +57,8 @@ class BatchRemoveEndpointServicePermissionsResponse(SdkResponse):
|
|
55
57
|
def permissions(self, permissions):
|
56
58
|
"""Sets the permissions of this BatchRemoveEndpointServicePermissionsResponse.
|
57
59
|
|
60
|
+
终端节点服务白名单
|
61
|
+
|
58
62
|
:param permissions: The permissions of this BatchRemoveEndpointServicePermissionsResponse.
|
59
63
|
:type permissions: list[:class:`huaweicloudsdkvpcep.v1.EpsPermission`]
|
60
64
|
"""
|
@@ -19,8 +19,8 @@ class ConnectionEndpoints:
|
|
19
19
|
openapi_types = {
|
20
20
|
'id': 'str',
|
21
21
|
'marker_id': 'int',
|
22
|
-
'created_at': '
|
23
|
-
'updated_at': '
|
22
|
+
'created_at': 'datetime',
|
23
|
+
'updated_at': 'datetime',
|
24
24
|
'domain_id': 'str',
|
25
25
|
'error': 'list[QueryError]',
|
26
26
|
'status': 'str',
|
@@ -47,15 +47,15 @@ class ConnectionEndpoints:
|
|
47
47
|
:type id: str
|
48
48
|
:param marker_id: 终端节点的报文标识。
|
49
49
|
:type marker_id: int
|
50
|
-
:param created_at: 终端节点的创建时间。 采用UTC时间格式,格式为:YYYY-
|
51
|
-
:type created_at:
|
52
|
-
:param updated_at: 终端节点的更新时间。 采用UTC时间格式,格式为:YYYY-
|
53
|
-
:type updated_at:
|
50
|
+
:param created_at: 终端节点的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
51
|
+
:type created_at: datetime
|
52
|
+
:param updated_at: 终端节点的更新时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
53
|
+
:type updated_at: datetime
|
54
54
|
:param domain_id: 用户的Domain ID。
|
55
55
|
:type domain_id: str
|
56
56
|
:param error: 错误信息。 当终端节点服务状态异常,即“status”的值为“failed”时,会返回该字段。
|
57
57
|
:type error: list[:class:`huaweicloudsdkvpcep.v1.QueryError`]
|
58
|
-
:param status: 终端节点的连接状态。
|
58
|
+
:param status: 终端节点的连接状态。 - pendingAcceptance:待接受 - creating:创建中 - accepted:已接受 - rejected:已拒绝 - failed:失败 - deleting:删除中
|
59
59
|
:type status: str
|
60
60
|
:param description: 终端节点连接描述。
|
61
61
|
:type description: str
|
@@ -138,10 +138,10 @@ class ConnectionEndpoints:
|
|
138
138
|
def created_at(self):
|
139
139
|
"""Gets the created_at of this ConnectionEndpoints.
|
140
140
|
|
141
|
-
终端节点的创建时间。 采用UTC时间格式,格式为:YYYY-
|
141
|
+
终端节点的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
142
142
|
|
143
143
|
:return: The created_at of this ConnectionEndpoints.
|
144
|
-
:rtype:
|
144
|
+
:rtype: datetime
|
145
145
|
"""
|
146
146
|
return self._created_at
|
147
147
|
|
@@ -149,10 +149,10 @@ class ConnectionEndpoints:
|
|
149
149
|
def created_at(self, created_at):
|
150
150
|
"""Sets the created_at of this ConnectionEndpoints.
|
151
151
|
|
152
|
-
终端节点的创建时间。 采用UTC时间格式,格式为:YYYY-
|
152
|
+
终端节点的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
153
153
|
|
154
154
|
:param created_at: The created_at of this ConnectionEndpoints.
|
155
|
-
:type created_at:
|
155
|
+
:type created_at: datetime
|
156
156
|
"""
|
157
157
|
self._created_at = created_at
|
158
158
|
|
@@ -160,10 +160,10 @@ class ConnectionEndpoints:
|
|
160
160
|
def updated_at(self):
|
161
161
|
"""Gets the updated_at of this ConnectionEndpoints.
|
162
162
|
|
163
|
-
终端节点的更新时间。 采用UTC时间格式,格式为:YYYY-
|
163
|
+
终端节点的更新时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
164
164
|
|
165
165
|
:return: The updated_at of this ConnectionEndpoints.
|
166
|
-
:rtype:
|
166
|
+
:rtype: datetime
|
167
167
|
"""
|
168
168
|
return self._updated_at
|
169
169
|
|
@@ -171,10 +171,10 @@ class ConnectionEndpoints:
|
|
171
171
|
def updated_at(self, updated_at):
|
172
172
|
"""Sets the updated_at of this ConnectionEndpoints.
|
173
173
|
|
174
|
-
终端节点的更新时间。 采用UTC时间格式,格式为:YYYY-
|
174
|
+
终端节点的更新时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
175
175
|
|
176
176
|
:param updated_at: The updated_at of this ConnectionEndpoints.
|
177
|
-
:type updated_at:
|
177
|
+
:type updated_at: datetime
|
178
178
|
"""
|
179
179
|
self._updated_at = updated_at
|
180
180
|
|
@@ -226,7 +226,7 @@ class ConnectionEndpoints:
|
|
226
226
|
def status(self):
|
227
227
|
"""Gets the status of this ConnectionEndpoints.
|
228
228
|
|
229
|
-
终端节点的连接状态。
|
229
|
+
终端节点的连接状态。 - pendingAcceptance:待接受 - creating:创建中 - accepted:已接受 - rejected:已拒绝 - failed:失败 - deleting:删除中
|
230
230
|
|
231
231
|
:return: The status of this ConnectionEndpoints.
|
232
232
|
:rtype: str
|
@@ -237,7 +237,7 @@ class ConnectionEndpoints:
|
|
237
237
|
def status(self, status):
|
238
238
|
"""Sets the status of this ConnectionEndpoints.
|
239
239
|
|
240
|
-
终端节点的连接状态。
|
240
|
+
终端节点的连接状态。 - pendingAcceptance:待接受 - creating:创建中 - accepted:已接受 - rejected:已拒绝 - failed:失败 - deleting:删除中
|
241
241
|
|
242
242
|
:param status: The status of this ConnectionEndpoints.
|
243
243
|
:type status: str
|
@@ -26,7 +26,11 @@ class CreateEndpointRequestBody:
|
|
26
26
|
'port_ip': 'str',
|
27
27
|
'whitelist': 'list[str]',
|
28
28
|
'enable_whitelist': 'bool',
|
29
|
-
'description': 'str'
|
29
|
+
'description': 'str',
|
30
|
+
'policy_statement': 'list[PolicyStatement]',
|
31
|
+
'policy_document': 'object',
|
32
|
+
'ip_version': 'str',
|
33
|
+
'ipv6_address': 'str'
|
30
34
|
}
|
31
35
|
|
32
36
|
attribute_map = {
|
@@ -39,25 +43,29 @@ class CreateEndpointRequestBody:
|
|
39
43
|
'port_ip': 'port_ip',
|
40
44
|
'whitelist': 'whitelist',
|
41
45
|
'enable_whitelist': 'enable_whitelist',
|
42
|
-
'description': 'description'
|
46
|
+
'description': 'description',
|
47
|
+
'policy_statement': 'policy_statement',
|
48
|
+
'policy_document': 'policy_document',
|
49
|
+
'ip_version': 'ip_version',
|
50
|
+
'ipv6_address': 'ipv6_address'
|
43
51
|
}
|
44
52
|
|
45
|
-
def __init__(self, subnet_id=None, endpoint_service_id=None, vpc_id=None, enable_dns=None, tags=None, routetables=None, port_ip=None, whitelist=None, enable_whitelist=None, description=None):
|
53
|
+
def __init__(self, subnet_id=None, endpoint_service_id=None, vpc_id=None, enable_dns=None, tags=None, routetables=None, port_ip=None, whitelist=None, enable_whitelist=None, description=None, policy_statement=None, policy_document=None, ip_version=None, ipv6_address=None):
|
46
54
|
"""CreateEndpointRequestBody
|
47
55
|
|
48
56
|
The model defined in huaweicloud sdk
|
49
57
|
|
50
|
-
:param subnet_id:
|
58
|
+
:param subnet_id: 创建连接Interface类型终端节点服务的终端节点时,此参数必选。 需要指定vpc_id对应VPC下已创建的网络(network)的ID,UUID格式。 说明: - VPC的子网网段不能与198.19.128.0/17重叠 - VPC路由表中自定义路由的目的地址不能与198.19.128.0/17重叠
|
51
59
|
:type subnet_id: str
|
52
60
|
:param endpoint_service_id: 终端节点服务的ID。 可以通过查询终端节点服务概 要获取要连接的终端节点服务 ID。
|
53
61
|
:type endpoint_service_id: str
|
54
|
-
:param vpc_id: 终端节点所在的VPC的ID。
|
62
|
+
:param vpc_id: 终端节点所在的VPC的ID。
|
55
63
|
:type vpc_id: str
|
56
|
-
:param enable_dns: 是否创建域名。
|
64
|
+
:param enable_dns: 是否创建域名。 - true:创建域名 - false:不创建域名 默认值为false。 说明 当创建gateway类型终端节点服务的终端节点时, “enable_dns”设置为true或者false,均不创建域名。
|
57
65
|
:type enable_dns: bool
|
58
66
|
:param tags: 标签列表,没有标签默认为空数组。
|
59
67
|
:type tags: list[:class:`huaweicloudsdkvpcep.v1.TagList`]
|
60
|
-
:param routetables: 路由表ID
|
68
|
+
:param routetables: 路由表ID列表。 创建gateway类型终端节点服务的终端节点时,此参数必选。 不设置此参数时,选择默认路由表。
|
61
69
|
:type routetables: list[str]
|
62
70
|
:param port_ip: 访问所连接的终端节点服务的IP。 创建终端节点时,可以指定访问所连接的终端节点服务的IP,目前只支持IPv4类型 。 创建连接Interface类型终端节点服务的终端节点时,此参数必选。
|
63
71
|
:type port_ip: str
|
@@ -67,6 +75,14 @@ class CreateEndpointRequestBody:
|
|
67
75
|
:type enable_whitelist: bool
|
68
76
|
:param description: 描述字段,支持中英文字母、数字等字符,不支持“<”或“>”字符。
|
69
77
|
:type description: str
|
78
|
+
:param policy_statement: Gateway类型终端节点策略信息,仅限OBS、SFS的终端节点服务的enable_policy值为true时支持该参数。
|
79
|
+
:type policy_statement: list[:class:`huaweicloudsdkvpcep.v1.PolicyStatement`]
|
80
|
+
:param policy_document: 终端节点策略信息,仅当终端节点服务的enable_policy值为true时支持该参数,默认值为完全访问权限。(OBS、SFS的终端节点服务暂不支持该参数)
|
81
|
+
:type policy_document: object
|
82
|
+
:param ip_version: 指定终端节点的IP版本,仅专业型终端节点支持此参数。 - ipv4, IPv4 - dualstack, 双栈
|
83
|
+
:type ip_version: str
|
84
|
+
:param ipv6_address: 访问所连接的终端节点服务的IPv6的地址。 创建终端节点时,可以指定访问所连接的终端节点服务的IP,不指定的情况下,会使用系统生成的一个地址。 仅专业型终端节点支持此参数。
|
85
|
+
:type ipv6_address: str
|
70
86
|
"""
|
71
87
|
|
72
88
|
|
@@ -81,6 +97,10 @@ class CreateEndpointRequestBody:
|
|
81
97
|
self._whitelist = None
|
82
98
|
self._enable_whitelist = None
|
83
99
|
self._description = None
|
100
|
+
self._policy_statement = None
|
101
|
+
self._policy_document = None
|
102
|
+
self._ip_version = None
|
103
|
+
self._ipv6_address = None
|
84
104
|
self.discriminator = None
|
85
105
|
|
86
106
|
if subnet_id is not None:
|
@@ -101,12 +121,20 @@ class CreateEndpointRequestBody:
|
|
101
121
|
self.enable_whitelist = enable_whitelist
|
102
122
|
if description is not None:
|
103
123
|
self.description = description
|
124
|
+
if policy_statement is not None:
|
125
|
+
self.policy_statement = policy_statement
|
126
|
+
if policy_document is not None:
|
127
|
+
self.policy_document = policy_document
|
128
|
+
if ip_version is not None:
|
129
|
+
self.ip_version = ip_version
|
130
|
+
if ipv6_address is not None:
|
131
|
+
self.ipv6_address = ipv6_address
|
104
132
|
|
105
133
|
@property
|
106
134
|
def subnet_id(self):
|
107
135
|
"""Gets the subnet_id of this CreateEndpointRequestBody.
|
108
136
|
|
109
|
-
|
137
|
+
创建连接Interface类型终端节点服务的终端节点时,此参数必选。 需要指定vpc_id对应VPC下已创建的网络(network)的ID,UUID格式。 说明: - VPC的子网网段不能与198.19.128.0/17重叠 - VPC路由表中自定义路由的目的地址不能与198.19.128.0/17重叠
|
110
138
|
|
111
139
|
:return: The subnet_id of this CreateEndpointRequestBody.
|
112
140
|
:rtype: str
|
@@ -117,7 +145,7 @@ class CreateEndpointRequestBody:
|
|
117
145
|
def subnet_id(self, subnet_id):
|
118
146
|
"""Sets the subnet_id of this CreateEndpointRequestBody.
|
119
147
|
|
120
|
-
|
148
|
+
创建连接Interface类型终端节点服务的终端节点时,此参数必选。 需要指定vpc_id对应VPC下已创建的网络(network)的ID,UUID格式。 说明: - VPC的子网网段不能与198.19.128.0/17重叠 - VPC路由表中自定义路由的目的地址不能与198.19.128.0/17重叠
|
121
149
|
|
122
150
|
:param subnet_id: The subnet_id of this CreateEndpointRequestBody.
|
123
151
|
:type subnet_id: str
|
@@ -150,7 +178,7 @@ class CreateEndpointRequestBody:
|
|
150
178
|
def vpc_id(self):
|
151
179
|
"""Gets the vpc_id of this CreateEndpointRequestBody.
|
152
180
|
|
153
|
-
终端节点所在的VPC的ID。
|
181
|
+
终端节点所在的VPC的ID。
|
154
182
|
|
155
183
|
:return: The vpc_id of this CreateEndpointRequestBody.
|
156
184
|
:rtype: str
|
@@ -161,7 +189,7 @@ class CreateEndpointRequestBody:
|
|
161
189
|
def vpc_id(self, vpc_id):
|
162
190
|
"""Sets the vpc_id of this CreateEndpointRequestBody.
|
163
191
|
|
164
|
-
终端节点所在的VPC的ID。
|
192
|
+
终端节点所在的VPC的ID。
|
165
193
|
|
166
194
|
:param vpc_id: The vpc_id of this CreateEndpointRequestBody.
|
167
195
|
:type vpc_id: str
|
@@ -172,7 +200,7 @@ class CreateEndpointRequestBody:
|
|
172
200
|
def enable_dns(self):
|
173
201
|
"""Gets the enable_dns of this CreateEndpointRequestBody.
|
174
202
|
|
175
|
-
是否创建域名。
|
203
|
+
是否创建域名。 - true:创建域名 - false:不创建域名 默认值为false。 说明 当创建gateway类型终端节点服务的终端节点时, “enable_dns”设置为true或者false,均不创建域名。
|
176
204
|
|
177
205
|
:return: The enable_dns of this CreateEndpointRequestBody.
|
178
206
|
:rtype: bool
|
@@ -183,7 +211,7 @@ class CreateEndpointRequestBody:
|
|
183
211
|
def enable_dns(self, enable_dns):
|
184
212
|
"""Sets the enable_dns of this CreateEndpointRequestBody.
|
185
213
|
|
186
|
-
是否创建域名。
|
214
|
+
是否创建域名。 - true:创建域名 - false:不创建域名 默认值为false。 说明 当创建gateway类型终端节点服务的终端节点时, “enable_dns”设置为true或者false,均不创建域名。
|
187
215
|
|
188
216
|
:param enable_dns: The enable_dns of this CreateEndpointRequestBody.
|
189
217
|
:type enable_dns: bool
|
@@ -216,7 +244,7 @@ class CreateEndpointRequestBody:
|
|
216
244
|
def routetables(self):
|
217
245
|
"""Gets the routetables of this CreateEndpointRequestBody.
|
218
246
|
|
219
|
-
路由表ID
|
247
|
+
路由表ID列表。 创建gateway类型终端节点服务的终端节点时,此参数必选。 不设置此参数时,选择默认路由表。
|
220
248
|
|
221
249
|
:return: The routetables of this CreateEndpointRequestBody.
|
222
250
|
:rtype: list[str]
|
@@ -227,7 +255,7 @@ class CreateEndpointRequestBody:
|
|
227
255
|
def routetables(self, routetables):
|
228
256
|
"""Sets the routetables of this CreateEndpointRequestBody.
|
229
257
|
|
230
|
-
路由表ID
|
258
|
+
路由表ID列表。 创建gateway类型终端节点服务的终端节点时,此参数必选。 不设置此参数时,选择默认路由表。
|
231
259
|
|
232
260
|
:param routetables: The routetables of this CreateEndpointRequestBody.
|
233
261
|
:type routetables: list[str]
|
@@ -322,6 +350,94 @@ class CreateEndpointRequestBody:
|
|
322
350
|
"""
|
323
351
|
self._description = description
|
324
352
|
|
353
|
+
@property
|
354
|
+
def policy_statement(self):
|
355
|
+
"""Gets the policy_statement of this CreateEndpointRequestBody.
|
356
|
+
|
357
|
+
Gateway类型终端节点策略信息,仅限OBS、SFS的终端节点服务的enable_policy值为true时支持该参数。
|
358
|
+
|
359
|
+
:return: The policy_statement of this CreateEndpointRequestBody.
|
360
|
+
:rtype: list[:class:`huaweicloudsdkvpcep.v1.PolicyStatement`]
|
361
|
+
"""
|
362
|
+
return self._policy_statement
|
363
|
+
|
364
|
+
@policy_statement.setter
|
365
|
+
def policy_statement(self, policy_statement):
|
366
|
+
"""Sets the policy_statement of this CreateEndpointRequestBody.
|
367
|
+
|
368
|
+
Gateway类型终端节点策略信息,仅限OBS、SFS的终端节点服务的enable_policy值为true时支持该参数。
|
369
|
+
|
370
|
+
:param policy_statement: The policy_statement of this CreateEndpointRequestBody.
|
371
|
+
:type policy_statement: list[:class:`huaweicloudsdkvpcep.v1.PolicyStatement`]
|
372
|
+
"""
|
373
|
+
self._policy_statement = policy_statement
|
374
|
+
|
375
|
+
@property
|
376
|
+
def policy_document(self):
|
377
|
+
"""Gets the policy_document of this CreateEndpointRequestBody.
|
378
|
+
|
379
|
+
终端节点策略信息,仅当终端节点服务的enable_policy值为true时支持该参数,默认值为完全访问权限。(OBS、SFS的终端节点服务暂不支持该参数)
|
380
|
+
|
381
|
+
:return: The policy_document of this CreateEndpointRequestBody.
|
382
|
+
:rtype: object
|
383
|
+
"""
|
384
|
+
return self._policy_document
|
385
|
+
|
386
|
+
@policy_document.setter
|
387
|
+
def policy_document(self, policy_document):
|
388
|
+
"""Sets the policy_document of this CreateEndpointRequestBody.
|
389
|
+
|
390
|
+
终端节点策略信息,仅当终端节点服务的enable_policy值为true时支持该参数,默认值为完全访问权限。(OBS、SFS的终端节点服务暂不支持该参数)
|
391
|
+
|
392
|
+
:param policy_document: The policy_document of this CreateEndpointRequestBody.
|
393
|
+
:type policy_document: object
|
394
|
+
"""
|
395
|
+
self._policy_document = policy_document
|
396
|
+
|
397
|
+
@property
|
398
|
+
def ip_version(self):
|
399
|
+
"""Gets the ip_version of this CreateEndpointRequestBody.
|
400
|
+
|
401
|
+
指定终端节点的IP版本,仅专业型终端节点支持此参数。 - ipv4, IPv4 - dualstack, 双栈
|
402
|
+
|
403
|
+
:return: The ip_version of this CreateEndpointRequestBody.
|
404
|
+
:rtype: str
|
405
|
+
"""
|
406
|
+
return self._ip_version
|
407
|
+
|
408
|
+
@ip_version.setter
|
409
|
+
def ip_version(self, ip_version):
|
410
|
+
"""Sets the ip_version of this CreateEndpointRequestBody.
|
411
|
+
|
412
|
+
指定终端节点的IP版本,仅专业型终端节点支持此参数。 - ipv4, IPv4 - dualstack, 双栈
|
413
|
+
|
414
|
+
:param ip_version: The ip_version of this CreateEndpointRequestBody.
|
415
|
+
:type ip_version: str
|
416
|
+
"""
|
417
|
+
self._ip_version = ip_version
|
418
|
+
|
419
|
+
@property
|
420
|
+
def ipv6_address(self):
|
421
|
+
"""Gets the ipv6_address of this CreateEndpointRequestBody.
|
422
|
+
|
423
|
+
访问所连接的终端节点服务的IPv6的地址。 创建终端节点时,可以指定访问所连接的终端节点服务的IP,不指定的情况下,会使用系统生成的一个地址。 仅专业型终端节点支持此参数。
|
424
|
+
|
425
|
+
:return: The ipv6_address of this CreateEndpointRequestBody.
|
426
|
+
:rtype: str
|
427
|
+
"""
|
428
|
+
return self._ipv6_address
|
429
|
+
|
430
|
+
@ipv6_address.setter
|
431
|
+
def ipv6_address(self, ipv6_address):
|
432
|
+
"""Sets the ipv6_address of this CreateEndpointRequestBody.
|
433
|
+
|
434
|
+
访问所连接的终端节点服务的IPv6的地址。 创建终端节点时,可以指定访问所连接的终端节点服务的IP,不指定的情况下,会使用系统生成的一个地址。 仅专业型终端节点支持此参数。
|
435
|
+
|
436
|
+
:param ipv6_address: The ipv6_address of this CreateEndpointRequestBody.
|
437
|
+
:type ipv6_address: str
|
438
|
+
"""
|
439
|
+
self._ipv6_address = ipv6_address
|
440
|
+
|
325
441
|
def to_dict(self):
|
326
442
|
"""Returns the model properties as a dict"""
|
327
443
|
result = {}
|