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
@@ -21,7 +21,7 @@ class EndpointService:
|
|
21
21
|
'owner': 'str',
|
22
22
|
'service_name': 'str',
|
23
23
|
'service_type': 'str',
|
24
|
-
'created_at': '
|
24
|
+
'created_at': 'datetime',
|
25
25
|
'is_charge': 'bool',
|
26
26
|
'enable_policy': 'bool'
|
27
27
|
}
|
@@ -47,13 +47,13 @@ class EndpointService:
|
|
47
47
|
:type owner: str
|
48
48
|
:param service_name: 公共终端节点服务的名称。
|
49
49
|
:type service_name: str
|
50
|
-
:param service_type: 终端节点服务类型。
|
50
|
+
:param service_type: 终端节点服务类型。 - gateway:由运维人员配置。用户无需创建,可直接使用。 - interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建, 用户可直接使用。 您可以通过创建终端节点创建访问Gateway和Interface类型终端节点服务的终端节点。
|
51
51
|
:type service_type: str
|
52
|
-
:param created_at: 终端节点服务的创建时间。 采用UTC时间格式,格式为:
|
53
|
-
:type created_at:
|
54
|
-
:param is_charge: 连接该终端节点服务的终端节点是否计费。
|
52
|
+
:param created_at: 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
53
|
+
:type created_at: datetime
|
54
|
+
:param is_charge: 连接该终端节点服务的终端节点是否计费。 - true:计费 - false:不计费
|
55
55
|
:type is_charge: bool
|
56
|
-
:param enable_policy:
|
56
|
+
:param enable_policy: 是否允许自定义终端节点策略。 - false:不支持设置终端节点策略 - true:支持设置终端节点策略 默认为false
|
57
57
|
:type enable_policy: bool
|
58
58
|
"""
|
59
59
|
|
@@ -153,7 +153,7 @@ class EndpointService:
|
|
153
153
|
def service_type(self):
|
154
154
|
"""Gets the service_type of this EndpointService.
|
155
155
|
|
156
|
-
终端节点服务类型。
|
156
|
+
终端节点服务类型。 - gateway:由运维人员配置。用户无需创建,可直接使用。 - interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建, 用户可直接使用。 您可以通过创建终端节点创建访问Gateway和Interface类型终端节点服务的终端节点。
|
157
157
|
|
158
158
|
:return: The service_type of this EndpointService.
|
159
159
|
:rtype: str
|
@@ -164,7 +164,7 @@ class EndpointService:
|
|
164
164
|
def service_type(self, service_type):
|
165
165
|
"""Sets the service_type of this EndpointService.
|
166
166
|
|
167
|
-
终端节点服务类型。
|
167
|
+
终端节点服务类型。 - gateway:由运维人员配置。用户无需创建,可直接使用。 - interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建, 用户可直接使用。 您可以通过创建终端节点创建访问Gateway和Interface类型终端节点服务的终端节点。
|
168
168
|
|
169
169
|
:param service_type: The service_type of this EndpointService.
|
170
170
|
:type service_type: str
|
@@ -175,10 +175,10 @@ class EndpointService:
|
|
175
175
|
def created_at(self):
|
176
176
|
"""Gets the created_at of this EndpointService.
|
177
177
|
|
178
|
-
终端节点服务的创建时间。 采用UTC时间格式,格式为:
|
178
|
+
终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
179
179
|
|
180
180
|
:return: The created_at of this EndpointService.
|
181
|
-
:rtype:
|
181
|
+
:rtype: datetime
|
182
182
|
"""
|
183
183
|
return self._created_at
|
184
184
|
|
@@ -186,10 +186,10 @@ class EndpointService:
|
|
186
186
|
def created_at(self, created_at):
|
187
187
|
"""Sets the created_at of this EndpointService.
|
188
188
|
|
189
|
-
终端节点服务的创建时间。 采用UTC时间格式,格式为:
|
189
|
+
终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
190
190
|
|
191
191
|
:param created_at: The created_at of this EndpointService.
|
192
|
-
:type created_at:
|
192
|
+
:type created_at: datetime
|
193
193
|
"""
|
194
194
|
self._created_at = created_at
|
195
195
|
|
@@ -197,7 +197,7 @@ class EndpointService:
|
|
197
197
|
def is_charge(self):
|
198
198
|
"""Gets the is_charge of this EndpointService.
|
199
199
|
|
200
|
-
连接该终端节点服务的终端节点是否计费。
|
200
|
+
连接该终端节点服务的终端节点是否计费。 - true:计费 - false:不计费
|
201
201
|
|
202
202
|
:return: The is_charge of this EndpointService.
|
203
203
|
:rtype: bool
|
@@ -208,7 +208,7 @@ class EndpointService:
|
|
208
208
|
def is_charge(self, is_charge):
|
209
209
|
"""Sets the is_charge of this EndpointService.
|
210
210
|
|
211
|
-
连接该终端节点服务的终端节点是否计费。
|
211
|
+
连接该终端节点服务的终端节点是否计费。 - true:计费 - false:不计费
|
212
212
|
|
213
213
|
:param is_charge: The is_charge of this EndpointService.
|
214
214
|
:type is_charge: bool
|
@@ -219,7 +219,7 @@ class EndpointService:
|
|
219
219
|
def enable_policy(self):
|
220
220
|
"""Gets the enable_policy of this EndpointService.
|
221
221
|
|
222
|
-
|
222
|
+
是否允许自定义终端节点策略。 - false:不支持设置终端节点策略 - true:支持设置终端节点策略 默认为false
|
223
223
|
|
224
224
|
:return: The enable_policy of this EndpointService.
|
225
225
|
:rtype: bool
|
@@ -230,7 +230,7 @@ class EndpointService:
|
|
230
230
|
def enable_policy(self, enable_policy):
|
231
231
|
"""Sets the enable_policy of this EndpointService.
|
232
232
|
|
233
|
-
|
233
|
+
是否允许自定义终端节点策略。 - false:不支持设置终端节点策略 - true:支持设置终端节点策略 默认为false
|
234
234
|
|
235
235
|
:param enable_policy: The enable_policy of this EndpointService.
|
236
236
|
:type enable_policy: bool
|
@@ -31,7 +31,7 @@ class EpsAddPermissionRequest:
|
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
34
|
-
:param permission: 权限格式为:iam:domain::domain_id或者organizations:orgPath::org_path其中,
|
34
|
+
:param permission: 权限格式为:iam:domain::domain_id或者organizations:orgPath::org_path其中, - “iam:domain::”和“organizations:orgPath::”为固定格式。 - “domain_id”为可连接用户的账号ID,org_path可连接用户的组织路径 domain_id类型支持输入包括“a~z”、“A~Z”、“0~9”或者“*,最大长度可以传64; org_path类型支持“a~z”、“A~Z”、“0~9”、“/-*?”或者“*”,最大长度可以传1024; 例如:iam:domain::6e9dfd51d1124e8d8498dce894923a0dd或者organizations:orgPath::o-3j59d1231uprgk9yuvlidra7zbzfi578/r-rldbu1vmxdw5ahdkknxnvd5rgag77m2z/ou-7tuddd8nh99rebxltawsm6qct5z7rklv/*
|
35
35
|
:type permission: str
|
36
36
|
:param description: 终端节点服务白名单描述
|
37
37
|
:type description: str
|
@@ -50,7 +50,7 @@ class EpsAddPermissionRequest:
|
|
50
50
|
def permission(self):
|
51
51
|
"""Gets the permission of this EpsAddPermissionRequest.
|
52
52
|
|
53
|
-
权限格式为:iam:domain::domain_id或者organizations:orgPath::org_path其中,
|
53
|
+
权限格式为:iam:domain::domain_id或者organizations:orgPath::org_path其中, - “iam:domain::”和“organizations:orgPath::”为固定格式。 - “domain_id”为可连接用户的账号ID,org_path可连接用户的组织路径 domain_id类型支持输入包括“a~z”、“A~Z”、“0~9”或者“*,最大长度可以传64; org_path类型支持“a~z”、“A~Z”、“0~9”、“/-*?”或者“*”,最大长度可以传1024; 例如:iam:domain::6e9dfd51d1124e8d8498dce894923a0dd或者organizations:orgPath::o-3j59d1231uprgk9yuvlidra7zbzfi578/r-rldbu1vmxdw5ahdkknxnvd5rgag77m2z/ou-7tuddd8nh99rebxltawsm6qct5z7rklv/*
|
54
54
|
|
55
55
|
:return: The permission of this EpsAddPermissionRequest.
|
56
56
|
:rtype: str
|
@@ -61,7 +61,7 @@ class EpsAddPermissionRequest:
|
|
61
61
|
def permission(self, permission):
|
62
62
|
"""Sets the permission of this EpsAddPermissionRequest.
|
63
63
|
|
64
|
-
权限格式为:iam:domain::domain_id或者organizations:orgPath::org_path其中,
|
64
|
+
权限格式为:iam:domain::domain_id或者organizations:orgPath::org_path其中, - “iam:domain::”和“organizations:orgPath::”为固定格式。 - “domain_id”为可连接用户的账号ID,org_path可连接用户的组织路径 domain_id类型支持输入包括“a~z”、“A~Z”、“0~9”或者“*,最大长度可以传64; org_path类型支持“a~z”、“A~Z”、“0~9”、“/-*?”或者“*”,最大长度可以传1024; 例如:iam:domain::6e9dfd51d1124e8d8498dce894923a0dd或者organizations:orgPath::o-3j59d1231uprgk9yuvlidra7zbzfi578/r-rldbu1vmxdw5ahdkknxnvd5rgag77m2z/ou-7tuddd8nh99rebxltawsm6qct5z7rklv/*
|
65
65
|
|
66
66
|
:param permission: The permission of this EpsAddPermissionRequest.
|
67
67
|
:type permission: str
|
@@ -21,7 +21,7 @@ class EpsPermission:
|
|
21
21
|
'permission': 'str',
|
22
22
|
'permission_type': 'str',
|
23
23
|
'description': 'str',
|
24
|
-
'created_at': '
|
24
|
+
'created_at': 'datetime'
|
25
25
|
}
|
26
26
|
|
27
27
|
attribute_map = {
|
@@ -39,14 +39,14 @@ class EpsPermission:
|
|
39
39
|
|
40
40
|
:param id: 白名单表主键ID
|
41
41
|
:type id: str
|
42
|
-
:param permission: 权限格式为:iam:domain::domain_id或者organizations:orgPath::org_path其中,
|
42
|
+
:param permission: 权限格式为:iam:domain::domain_id或者organizations:orgPath::org_path其中, - “iam:domain::”和“organizations:orgPath::”为固定格式。 - “domain_id”为可连接用户的账号ID,org_path可连接用户的组织路径 domain_id类型支持输入包括“a~z”、“A~Z”、“0~9”或者“*”,org_path类型支持“a~z”、“A~Z”、“0~9”、“/-*?”或者“*”。 “*”表示所有终端节点可连接。 例如:iam:domain::6e9dfd51d1124e8d8498dce894923a0dd或者organizations:orgPath::o-3j59d1231uprgk9yuvlidra7zbzfi578/r-rldbu1vmxdw5ahdkknxnvd5rgag77m2z/ou-7tuddd8nh99rebxltawsm6qct5z7rklv/*
|
43
43
|
:type permission: str
|
44
|
-
:param permission_type: 终端节点服务白名单类型。
|
44
|
+
:param permission_type: 终端节点服务白名单类型。 - domainId:基于账户ID配置终端节点服务白名单。 - orgPath:基于账户所在组织路径配置终端节点服务白名单。
|
45
45
|
:type permission_type: str
|
46
46
|
:param description: 终端节点服务白名单描述
|
47
47
|
:type description: str
|
48
48
|
:param created_at: 白名单创建时间
|
49
|
-
:type created_at:
|
49
|
+
:type created_at: datetime
|
50
50
|
"""
|
51
51
|
|
52
52
|
|
@@ -95,7 +95,7 @@ class EpsPermission:
|
|
95
95
|
def permission(self):
|
96
96
|
"""Gets the permission of this EpsPermission.
|
97
97
|
|
98
|
-
权限格式为:iam:domain::domain_id或者organizations:orgPath::org_path其中,
|
98
|
+
权限格式为:iam:domain::domain_id或者organizations:orgPath::org_path其中, - “iam:domain::”和“organizations:orgPath::”为固定格式。 - “domain_id”为可连接用户的账号ID,org_path可连接用户的组织路径 domain_id类型支持输入包括“a~z”、“A~Z”、“0~9”或者“*”,org_path类型支持“a~z”、“A~Z”、“0~9”、“/-*?”或者“*”。 “*”表示所有终端节点可连接。 例如:iam:domain::6e9dfd51d1124e8d8498dce894923a0dd或者organizations:orgPath::o-3j59d1231uprgk9yuvlidra7zbzfi578/r-rldbu1vmxdw5ahdkknxnvd5rgag77m2z/ou-7tuddd8nh99rebxltawsm6qct5z7rklv/*
|
99
99
|
|
100
100
|
:return: The permission of this EpsPermission.
|
101
101
|
:rtype: str
|
@@ -106,7 +106,7 @@ class EpsPermission:
|
|
106
106
|
def permission(self, permission):
|
107
107
|
"""Sets the permission of this EpsPermission.
|
108
108
|
|
109
|
-
权限格式为:iam:domain::domain_id或者organizations:orgPath::org_path其中,
|
109
|
+
权限格式为:iam:domain::domain_id或者organizations:orgPath::org_path其中, - “iam:domain::”和“organizations:orgPath::”为固定格式。 - “domain_id”为可连接用户的账号ID,org_path可连接用户的组织路径 domain_id类型支持输入包括“a~z”、“A~Z”、“0~9”或者“*”,org_path类型支持“a~z”、“A~Z”、“0~9”、“/-*?”或者“*”。 “*”表示所有终端节点可连接。 例如:iam:domain::6e9dfd51d1124e8d8498dce894923a0dd或者organizations:orgPath::o-3j59d1231uprgk9yuvlidra7zbzfi578/r-rldbu1vmxdw5ahdkknxnvd5rgag77m2z/ou-7tuddd8nh99rebxltawsm6qct5z7rklv/*
|
110
110
|
|
111
111
|
:param permission: The permission of this EpsPermission.
|
112
112
|
:type permission: str
|
@@ -117,7 +117,7 @@ class EpsPermission:
|
|
117
117
|
def permission_type(self):
|
118
118
|
"""Gets the permission_type of this EpsPermission.
|
119
119
|
|
120
|
-
终端节点服务白名单类型。
|
120
|
+
终端节点服务白名单类型。 - domainId:基于账户ID配置终端节点服务白名单。 - orgPath:基于账户所在组织路径配置终端节点服务白名单。
|
121
121
|
|
122
122
|
:return: The permission_type of this EpsPermission.
|
123
123
|
:rtype: str
|
@@ -128,7 +128,7 @@ class EpsPermission:
|
|
128
128
|
def permission_type(self, permission_type):
|
129
129
|
"""Sets the permission_type of this EpsPermission.
|
130
130
|
|
131
|
-
终端节点服务白名单类型。
|
131
|
+
终端节点服务白名单类型。 - domainId:基于账户ID配置终端节点服务白名单。 - orgPath:基于账户所在组织路径配置终端节点服务白名单。
|
132
132
|
|
133
133
|
:param permission_type: The permission_type of this EpsPermission.
|
134
134
|
:type permission_type: str
|
@@ -164,7 +164,7 @@ class EpsPermission:
|
|
164
164
|
白名单创建时间
|
165
165
|
|
166
166
|
:return: The created_at of this EpsPermission.
|
167
|
-
:rtype:
|
167
|
+
:rtype: datetime
|
168
168
|
"""
|
169
169
|
return self._created_at
|
170
170
|
|
@@ -175,7 +175,7 @@ class EpsPermission:
|
|
175
175
|
白名单创建时间
|
176
176
|
|
177
177
|
:param created_at: The created_at of this EpsPermission.
|
178
|
-
:type created_at:
|
178
|
+
:type created_at: datetime
|
179
179
|
"""
|
180
180
|
self._created_at = created_at
|
181
181
|
|
@@ -32,18 +32,20 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
32
32
|
'ip': 'str',
|
33
33
|
'vpc_id': 'str',
|
34
34
|
'subnet_id': 'str',
|
35
|
-
'created_at': '
|
36
|
-
'updated_at': '
|
35
|
+
'created_at': 'datetime',
|
36
|
+
'updated_at': 'datetime',
|
37
37
|
'project_id': 'str',
|
38
38
|
'tags': 'list[TagList]',
|
39
|
-
'error': 'QueryError',
|
39
|
+
'error': 'list[QueryError]',
|
40
40
|
'whitelist': 'list[str]',
|
41
41
|
'enable_whitelist': 'bool',
|
42
42
|
'routetables': 'list[str]',
|
43
43
|
'description': 'str',
|
44
|
-
'policy_statement': 'list[
|
44
|
+
'policy_statement': 'list[PolicyStatement]',
|
45
|
+
'policy_document': 'object',
|
45
46
|
'endpoint_pool_id': 'str',
|
46
|
-
'public_border_group': 'str'
|
47
|
+
'public_border_group': 'str',
|
48
|
+
'ipv6_address': 'str'
|
47
49
|
}
|
48
50
|
|
49
51
|
attribute_map = {
|
@@ -71,24 +73,26 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
71
73
|
'routetables': 'routetables',
|
72
74
|
'description': 'description',
|
73
75
|
'policy_statement': 'policy_statement',
|
76
|
+
'policy_document': 'policy_document',
|
74
77
|
'endpoint_pool_id': 'endpoint_pool_id',
|
75
|
-
'public_border_group': 'public_border_group'
|
78
|
+
'public_border_group': 'public_border_group',
|
79
|
+
'ipv6_address': 'ipv6_address'
|
76
80
|
}
|
77
81
|
|
78
|
-
def __init__(self, id=None, service_type=None, status=None, active_status=None, enable_status=None, specification_name=None, endpoint_service_name=None, marker_id=None, endpoint_service_id=None, enable_dns=None, dns_names=None, ip=None, vpc_id=None, subnet_id=None, created_at=None, updated_at=None, project_id=None, tags=None, error=None, whitelist=None, enable_whitelist=None, routetables=None, description=None, policy_statement=None, endpoint_pool_id=None, public_border_group=None):
|
82
|
+
def __init__(self, id=None, service_type=None, status=None, active_status=None, enable_status=None, specification_name=None, endpoint_service_name=None, marker_id=None, endpoint_service_id=None, enable_dns=None, dns_names=None, ip=None, vpc_id=None, subnet_id=None, created_at=None, updated_at=None, project_id=None, tags=None, error=None, whitelist=None, enable_whitelist=None, routetables=None, description=None, policy_statement=None, policy_document=None, endpoint_pool_id=None, public_border_group=None, ipv6_address=None):
|
79
83
|
"""ListEndpointInfoDetailsResponse
|
80
84
|
|
81
85
|
The model defined in huaweicloud sdk
|
82
86
|
|
83
87
|
:param id: 终端节点的ID,唯一标识。
|
84
88
|
:type id: str
|
85
|
-
:param service_type: 终端节点连接的终端节点服务类型。
|
89
|
+
:param service_type: 终端节点连接的终端节点服务类型。 - gateway:由运维人员配置。用户无需创建,可直接使用。 - interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建,用户可直接使用。 您可以通过查询公共终端节点服务列表, 查看由运维人员配置的所有用户可见且可连接的终端节点服务, 并通过创建终端节点服务创建Interface类型的终端节点服务。
|
86
90
|
:type service_type: str
|
87
|
-
:param status: 终端节点的连接状态。
|
91
|
+
:param status: 终端节点的连接状态。 - pendingAcceptance:待接受 - creating:创建中 - accepted:已接受 - rejected:已拒绝 - failed:失败 - deleting:删除中
|
88
92
|
:type status: str
|
89
|
-
:param active_status:
|
93
|
+
:param active_status: 账号状态。 - frozen:冻结 - active:解冻
|
90
94
|
:type active_status: list[str]
|
91
|
-
:param enable_status: 终端节点是否可用。
|
95
|
+
:param enable_status: 终端节点是否可用。 - enable:启用 - disable:不启用
|
92
96
|
:type enable_status: str
|
93
97
|
:param specification_name: 终端节点服务规格的名称。
|
94
98
|
:type specification_name: str
|
@@ -98,40 +102,44 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
98
102
|
:type marker_id: int
|
99
103
|
:param endpoint_service_id: 终端节点服务的ID。
|
100
104
|
:type endpoint_service_id: str
|
101
|
-
:param enable_dns: 是否创建域名。
|
105
|
+
:param enable_dns: 是否创建域名。 - true:创建域名 - false:不创建域名 说明 当创建gateway类型终端节点服务的终端节点时, “enable_dns”设置为true或者false,均不创建域名。
|
102
106
|
:type enable_dns: bool
|
103
107
|
:param dns_names: 访问所连接的终端节点服务的域名。 当“enable_dns”为true时,该参数可见。
|
104
108
|
:type dns_names: list[str]
|
105
|
-
:param ip: 访问所连接的终端节点服务的IP。 仅当同时满足如下条件时,返回该参数:
|
109
|
+
:param ip: 访问所连接的终端节点服务的IP。 仅当同时满足如下条件时,返回该参数: - 当查询连接interface类型终端节点服务的终端节点时。 - 终端节点服务启用“连接审批”功能,且已经“接受”连接审批。 “status”可以是“accepted”或者“rejected(仅支持“接受”连接审批后再“拒绝”的情况)”。
|
106
110
|
:type ip: str
|
107
111
|
:param vpc_id: 终端节点所在的VPC的ID。
|
108
112
|
:type vpc_id: str
|
109
113
|
:param subnet_id: vpc_id对应VPC下已创建的网络(network)的ID,UUID格式。
|
110
114
|
:type subnet_id: str
|
111
115
|
:param created_at: 终端节点的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
112
|
-
:type created_at:
|
116
|
+
:type created_at: datetime
|
113
117
|
:param updated_at: 终端节点的更新时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
114
|
-
:type updated_at:
|
118
|
+
:type updated_at: datetime
|
115
119
|
:param project_id: 项目ID,获取方法请参见获取项目ID。
|
116
120
|
:type project_id: str
|
117
121
|
:param tags: 标签列表,没有标签默认为空数组。
|
118
122
|
:type tags: list[:class:`huaweicloudsdkvpcep.v1.TagList`]
|
119
123
|
:param error:
|
120
|
-
:type error: :class:`huaweicloudsdkvpcep.v1.QueryError`
|
124
|
+
:type error: list[:class:`huaweicloudsdkvpcep.v1.QueryError`]
|
121
125
|
:param whitelist: 控制访问终端节点的白名单。 若未创建,则返回空列表。 创建连接Interface类型终端节点服务的终端节点时,显示此参数。
|
122
126
|
:type whitelist: list[str]
|
123
|
-
:param enable_whitelist: 是否开启网络ACL隔离。
|
127
|
+
:param enable_whitelist: 是否开启网络ACL隔离。 - true:开启网络ACL隔离 - false:不开启网络ACL隔离 若未指定,则返回false。 创建连接Interface类型终端节点服务的终端节点时,显示此参数。
|
124
128
|
:type enable_whitelist: bool
|
125
|
-
:param routetables: 路由表ID列表。 若未指定,返回默认VPC下路由表ID。
|
129
|
+
:param routetables: 路由表ID列表。 若未指定,返回默认VPC下路由表ID。 创建gateway类型终端节点服务的终端节点时,显示此参数。
|
126
130
|
:type routetables: list[str]
|
127
131
|
:param description: 描述字段,支持中英文字母、数字等字符,不支持“<”或“>”字符。
|
128
132
|
:type description: str
|
129
|
-
:param policy_statement:
|
130
|
-
:type policy_statement: list[
|
133
|
+
:param policy_statement: Gateway类型终端节点策略信息,仅限OBS、SFS的终端节点服务的enable_policy值为true时支持该参数。
|
134
|
+
:type policy_statement: list[:class:`huaweicloudsdkvpcep.v1.PolicyStatement`]
|
135
|
+
:param policy_document: 终端节点策略信息,仅当终端节点服务的enable_policy值为true时支持该参数,默认值为完全访问权限。(OBS、SFS的终端节点服务暂不支持该参数)
|
136
|
+
:type policy_document: object
|
131
137
|
:param endpoint_pool_id: 待废弃,实例相关联的集群ID
|
132
138
|
:type endpoint_pool_id: str
|
133
139
|
:param public_border_group: 终端节点对应Pool的Public Border Group信息
|
134
140
|
:type public_border_group: str
|
141
|
+
:param ipv6_address: 访问所连接的终端节点服务的IPv6的地址。 创建终端节点时,可以指定访问所连接的终端节点服务的IP,不指定的情况下,会使用系统生成的一个地址。 仅专业型终端节点支持此参数。
|
142
|
+
:type ipv6_address: str
|
135
143
|
"""
|
136
144
|
|
137
145
|
super(ListEndpointInfoDetailsResponse, self).__init__()
|
@@ -160,8 +168,10 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
160
168
|
self._routetables = None
|
161
169
|
self._description = None
|
162
170
|
self._policy_statement = None
|
171
|
+
self._policy_document = None
|
163
172
|
self._endpoint_pool_id = None
|
164
173
|
self._public_border_group = None
|
174
|
+
self._ipv6_address = None
|
165
175
|
self.discriminator = None
|
166
176
|
|
167
177
|
if id is not None:
|
@@ -212,10 +222,14 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
212
222
|
self.description = description
|
213
223
|
if policy_statement is not None:
|
214
224
|
self.policy_statement = policy_statement
|
225
|
+
if policy_document is not None:
|
226
|
+
self.policy_document = policy_document
|
215
227
|
if endpoint_pool_id is not None:
|
216
228
|
self.endpoint_pool_id = endpoint_pool_id
|
217
229
|
if public_border_group is not None:
|
218
230
|
self.public_border_group = public_border_group
|
231
|
+
if ipv6_address is not None:
|
232
|
+
self.ipv6_address = ipv6_address
|
219
233
|
|
220
234
|
@property
|
221
235
|
def id(self):
|
@@ -243,7 +257,7 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
243
257
|
def service_type(self):
|
244
258
|
"""Gets the service_type of this ListEndpointInfoDetailsResponse.
|
245
259
|
|
246
|
-
终端节点连接的终端节点服务类型。
|
260
|
+
终端节点连接的终端节点服务类型。 - gateway:由运维人员配置。用户无需创建,可直接使用。 - interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建,用户可直接使用。 您可以通过查询公共终端节点服务列表, 查看由运维人员配置的所有用户可见且可连接的终端节点服务, 并通过创建终端节点服务创建Interface类型的终端节点服务。
|
247
261
|
|
248
262
|
:return: The service_type of this ListEndpointInfoDetailsResponse.
|
249
263
|
:rtype: str
|
@@ -254,7 +268,7 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
254
268
|
def service_type(self, service_type):
|
255
269
|
"""Sets the service_type of this ListEndpointInfoDetailsResponse.
|
256
270
|
|
257
|
-
终端节点连接的终端节点服务类型。
|
271
|
+
终端节点连接的终端节点服务类型。 - gateway:由运维人员配置。用户无需创建,可直接使用。 - interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建,用户可直接使用。 您可以通过查询公共终端节点服务列表, 查看由运维人员配置的所有用户可见且可连接的终端节点服务, 并通过创建终端节点服务创建Interface类型的终端节点服务。
|
258
272
|
|
259
273
|
:param service_type: The service_type of this ListEndpointInfoDetailsResponse.
|
260
274
|
:type service_type: str
|
@@ -265,7 +279,7 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
265
279
|
def status(self):
|
266
280
|
"""Gets the status of this ListEndpointInfoDetailsResponse.
|
267
281
|
|
268
|
-
终端节点的连接状态。
|
282
|
+
终端节点的连接状态。 - pendingAcceptance:待接受 - creating:创建中 - accepted:已接受 - rejected:已拒绝 - failed:失败 - deleting:删除中
|
269
283
|
|
270
284
|
:return: The status of this ListEndpointInfoDetailsResponse.
|
271
285
|
:rtype: str
|
@@ -276,7 +290,7 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
276
290
|
def status(self, status):
|
277
291
|
"""Sets the status of this ListEndpointInfoDetailsResponse.
|
278
292
|
|
279
|
-
终端节点的连接状态。
|
293
|
+
终端节点的连接状态。 - pendingAcceptance:待接受 - creating:创建中 - accepted:已接受 - rejected:已拒绝 - failed:失败 - deleting:删除中
|
280
294
|
|
281
295
|
:param status: The status of this ListEndpointInfoDetailsResponse.
|
282
296
|
:type status: str
|
@@ -287,7 +301,7 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
287
301
|
def active_status(self):
|
288
302
|
"""Gets the active_status of this ListEndpointInfoDetailsResponse.
|
289
303
|
|
290
|
-
|
304
|
+
账号状态。 - frozen:冻结 - active:解冻
|
291
305
|
|
292
306
|
:return: The active_status of this ListEndpointInfoDetailsResponse.
|
293
307
|
:rtype: list[str]
|
@@ -298,7 +312,7 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
298
312
|
def active_status(self, active_status):
|
299
313
|
"""Sets the active_status of this ListEndpointInfoDetailsResponse.
|
300
314
|
|
301
|
-
|
315
|
+
账号状态。 - frozen:冻结 - active:解冻
|
302
316
|
|
303
317
|
:param active_status: The active_status of this ListEndpointInfoDetailsResponse.
|
304
318
|
:type active_status: list[str]
|
@@ -309,7 +323,7 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
309
323
|
def enable_status(self):
|
310
324
|
"""Gets the enable_status of this ListEndpointInfoDetailsResponse.
|
311
325
|
|
312
|
-
终端节点是否可用。
|
326
|
+
终端节点是否可用。 - enable:启用 - disable:不启用
|
313
327
|
|
314
328
|
:return: The enable_status of this ListEndpointInfoDetailsResponse.
|
315
329
|
:rtype: str
|
@@ -320,7 +334,7 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
320
334
|
def enable_status(self, enable_status):
|
321
335
|
"""Sets the enable_status of this ListEndpointInfoDetailsResponse.
|
322
336
|
|
323
|
-
终端节点是否可用。
|
337
|
+
终端节点是否可用。 - enable:启用 - disable:不启用
|
324
338
|
|
325
339
|
:param enable_status: The enable_status of this ListEndpointInfoDetailsResponse.
|
326
340
|
:type enable_status: str
|
@@ -419,7 +433,7 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
419
433
|
def enable_dns(self):
|
420
434
|
"""Gets the enable_dns of this ListEndpointInfoDetailsResponse.
|
421
435
|
|
422
|
-
是否创建域名。
|
436
|
+
是否创建域名。 - true:创建域名 - false:不创建域名 说明 当创建gateway类型终端节点服务的终端节点时, “enable_dns”设置为true或者false,均不创建域名。
|
423
437
|
|
424
438
|
:return: The enable_dns of this ListEndpointInfoDetailsResponse.
|
425
439
|
:rtype: bool
|
@@ -430,7 +444,7 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
430
444
|
def enable_dns(self, enable_dns):
|
431
445
|
"""Sets the enable_dns of this ListEndpointInfoDetailsResponse.
|
432
446
|
|
433
|
-
是否创建域名。
|
447
|
+
是否创建域名。 - true:创建域名 - false:不创建域名 说明 当创建gateway类型终端节点服务的终端节点时, “enable_dns”设置为true或者false,均不创建域名。
|
434
448
|
|
435
449
|
:param enable_dns: The enable_dns of this ListEndpointInfoDetailsResponse.
|
436
450
|
:type enable_dns: bool
|
@@ -463,7 +477,7 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
463
477
|
def ip(self):
|
464
478
|
"""Gets the ip of this ListEndpointInfoDetailsResponse.
|
465
479
|
|
466
|
-
访问所连接的终端节点服务的IP。 仅当同时满足如下条件时,返回该参数:
|
480
|
+
访问所连接的终端节点服务的IP。 仅当同时满足如下条件时,返回该参数: - 当查询连接interface类型终端节点服务的终端节点时。 - 终端节点服务启用“连接审批”功能,且已经“接受”连接审批。 “status”可以是“accepted”或者“rejected(仅支持“接受”连接审批后再“拒绝”的情况)”。
|
467
481
|
|
468
482
|
:return: The ip of this ListEndpointInfoDetailsResponse.
|
469
483
|
:rtype: str
|
@@ -474,7 +488,7 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
474
488
|
def ip(self, ip):
|
475
489
|
"""Sets the ip of this ListEndpointInfoDetailsResponse.
|
476
490
|
|
477
|
-
访问所连接的终端节点服务的IP。 仅当同时满足如下条件时,返回该参数:
|
491
|
+
访问所连接的终端节点服务的IP。 仅当同时满足如下条件时,返回该参数: - 当查询连接interface类型终端节点服务的终端节点时。 - 终端节点服务启用“连接审批”功能,且已经“接受”连接审批。 “status”可以是“accepted”或者“rejected(仅支持“接受”连接审批后再“拒绝”的情况)”。
|
478
492
|
|
479
493
|
:param ip: The ip of this ListEndpointInfoDetailsResponse.
|
480
494
|
:type ip: str
|
@@ -532,7 +546,7 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
532
546
|
终端节点的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
533
547
|
|
534
548
|
:return: The created_at of this ListEndpointInfoDetailsResponse.
|
535
|
-
:rtype:
|
549
|
+
:rtype: datetime
|
536
550
|
"""
|
537
551
|
return self._created_at
|
538
552
|
|
@@ -543,7 +557,7 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
543
557
|
终端节点的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
544
558
|
|
545
559
|
:param created_at: The created_at of this ListEndpointInfoDetailsResponse.
|
546
|
-
:type created_at:
|
560
|
+
:type created_at: datetime
|
547
561
|
"""
|
548
562
|
self._created_at = created_at
|
549
563
|
|
@@ -554,7 +568,7 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
554
568
|
终端节点的更新时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
555
569
|
|
556
570
|
:return: The updated_at of this ListEndpointInfoDetailsResponse.
|
557
|
-
:rtype:
|
571
|
+
:rtype: datetime
|
558
572
|
"""
|
559
573
|
return self._updated_at
|
560
574
|
|
@@ -565,7 +579,7 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
565
579
|
终端节点的更新时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
566
580
|
|
567
581
|
:param updated_at: The updated_at of this ListEndpointInfoDetailsResponse.
|
568
|
-
:type updated_at:
|
582
|
+
:type updated_at: datetime
|
569
583
|
"""
|
570
584
|
self._updated_at = updated_at
|
571
585
|
|
@@ -618,7 +632,7 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
618
632
|
"""Gets the error of this ListEndpointInfoDetailsResponse.
|
619
633
|
|
620
634
|
:return: The error of this ListEndpointInfoDetailsResponse.
|
621
|
-
:rtype: :class:`huaweicloudsdkvpcep.v1.QueryError`
|
635
|
+
:rtype: list[:class:`huaweicloudsdkvpcep.v1.QueryError`]
|
622
636
|
"""
|
623
637
|
return self._error
|
624
638
|
|
@@ -627,7 +641,7 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
627
641
|
"""Sets the error of this ListEndpointInfoDetailsResponse.
|
628
642
|
|
629
643
|
:param error: The error of this ListEndpointInfoDetailsResponse.
|
630
|
-
:type error: :class:`huaweicloudsdkvpcep.v1.QueryError`
|
644
|
+
:type error: list[:class:`huaweicloudsdkvpcep.v1.QueryError`]
|
631
645
|
"""
|
632
646
|
self._error = error
|
633
647
|
|
@@ -657,7 +671,7 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
657
671
|
def enable_whitelist(self):
|
658
672
|
"""Gets the enable_whitelist of this ListEndpointInfoDetailsResponse.
|
659
673
|
|
660
|
-
是否开启网络ACL隔离。
|
674
|
+
是否开启网络ACL隔离。 - true:开启网络ACL隔离 - false:不开启网络ACL隔离 若未指定,则返回false。 创建连接Interface类型终端节点服务的终端节点时,显示此参数。
|
661
675
|
|
662
676
|
:return: The enable_whitelist of this ListEndpointInfoDetailsResponse.
|
663
677
|
:rtype: bool
|
@@ -668,7 +682,7 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
668
682
|
def enable_whitelist(self, enable_whitelist):
|
669
683
|
"""Sets the enable_whitelist of this ListEndpointInfoDetailsResponse.
|
670
684
|
|
671
|
-
是否开启网络ACL隔离。
|
685
|
+
是否开启网络ACL隔离。 - true:开启网络ACL隔离 - false:不开启网络ACL隔离 若未指定,则返回false。 创建连接Interface类型终端节点服务的终端节点时,显示此参数。
|
672
686
|
|
673
687
|
:param enable_whitelist: The enable_whitelist of this ListEndpointInfoDetailsResponse.
|
674
688
|
:type enable_whitelist: bool
|
@@ -679,7 +693,7 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
679
693
|
def routetables(self):
|
680
694
|
"""Gets the routetables of this ListEndpointInfoDetailsResponse.
|
681
695
|
|
682
|
-
路由表ID列表。 若未指定,返回默认VPC下路由表ID。
|
696
|
+
路由表ID列表。 若未指定,返回默认VPC下路由表ID。 创建gateway类型终端节点服务的终端节点时,显示此参数。
|
683
697
|
|
684
698
|
:return: The routetables of this ListEndpointInfoDetailsResponse.
|
685
699
|
:rtype: list[str]
|
@@ -690,7 +704,7 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
690
704
|
def routetables(self, routetables):
|
691
705
|
"""Sets the routetables of this ListEndpointInfoDetailsResponse.
|
692
706
|
|
693
|
-
路由表ID列表。 若未指定,返回默认VPC下路由表ID。
|
707
|
+
路由表ID列表。 若未指定,返回默认VPC下路由表ID。 创建gateway类型终端节点服务的终端节点时,显示此参数。
|
694
708
|
|
695
709
|
:param routetables: The routetables of this ListEndpointInfoDetailsResponse.
|
696
710
|
:type routetables: list[str]
|
@@ -723,10 +737,10 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
723
737
|
def policy_statement(self):
|
724
738
|
"""Gets the policy_statement of this ListEndpointInfoDetailsResponse.
|
725
739
|
|
726
|
-
|
740
|
+
Gateway类型终端节点策略信息,仅限OBS、SFS的终端节点服务的enable_policy值为true时支持该参数。
|
727
741
|
|
728
742
|
:return: The policy_statement of this ListEndpointInfoDetailsResponse.
|
729
|
-
:rtype: list[
|
743
|
+
:rtype: list[:class:`huaweicloudsdkvpcep.v1.PolicyStatement`]
|
730
744
|
"""
|
731
745
|
return self._policy_statement
|
732
746
|
|
@@ -734,13 +748,35 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
734
748
|
def policy_statement(self, policy_statement):
|
735
749
|
"""Sets the policy_statement of this ListEndpointInfoDetailsResponse.
|
736
750
|
|
737
|
-
|
751
|
+
Gateway类型终端节点策略信息,仅限OBS、SFS的终端节点服务的enable_policy值为true时支持该参数。
|
738
752
|
|
739
753
|
:param policy_statement: The policy_statement of this ListEndpointInfoDetailsResponse.
|
740
|
-
:type policy_statement: list[
|
754
|
+
:type policy_statement: list[:class:`huaweicloudsdkvpcep.v1.PolicyStatement`]
|
741
755
|
"""
|
742
756
|
self._policy_statement = policy_statement
|
743
757
|
|
758
|
+
@property
|
759
|
+
def policy_document(self):
|
760
|
+
"""Gets the policy_document of this ListEndpointInfoDetailsResponse.
|
761
|
+
|
762
|
+
终端节点策略信息,仅当终端节点服务的enable_policy值为true时支持该参数,默认值为完全访问权限。(OBS、SFS的终端节点服务暂不支持该参数)
|
763
|
+
|
764
|
+
:return: The policy_document of this ListEndpointInfoDetailsResponse.
|
765
|
+
:rtype: object
|
766
|
+
"""
|
767
|
+
return self._policy_document
|
768
|
+
|
769
|
+
@policy_document.setter
|
770
|
+
def policy_document(self, policy_document):
|
771
|
+
"""Sets the policy_document of this ListEndpointInfoDetailsResponse.
|
772
|
+
|
773
|
+
终端节点策略信息,仅当终端节点服务的enable_policy值为true时支持该参数,默认值为完全访问权限。(OBS、SFS的终端节点服务暂不支持该参数)
|
774
|
+
|
775
|
+
:param policy_document: The policy_document of this ListEndpointInfoDetailsResponse.
|
776
|
+
:type policy_document: object
|
777
|
+
"""
|
778
|
+
self._policy_document = policy_document
|
779
|
+
|
744
780
|
@property
|
745
781
|
def endpoint_pool_id(self):
|
746
782
|
"""Gets the endpoint_pool_id of this ListEndpointInfoDetailsResponse.
|
@@ -785,6 +821,28 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
785
821
|
"""
|
786
822
|
self._public_border_group = public_border_group
|
787
823
|
|
824
|
+
@property
|
825
|
+
def ipv6_address(self):
|
826
|
+
"""Gets the ipv6_address of this ListEndpointInfoDetailsResponse.
|
827
|
+
|
828
|
+
访问所连接的终端节点服务的IPv6的地址。 创建终端节点时,可以指定访问所连接的终端节点服务的IP,不指定的情况下,会使用系统生成的一个地址。 仅专业型终端节点支持此参数。
|
829
|
+
|
830
|
+
:return: The ipv6_address of this ListEndpointInfoDetailsResponse.
|
831
|
+
:rtype: str
|
832
|
+
"""
|
833
|
+
return self._ipv6_address
|
834
|
+
|
835
|
+
@ipv6_address.setter
|
836
|
+
def ipv6_address(self, ipv6_address):
|
837
|
+
"""Sets the ipv6_address of this ListEndpointInfoDetailsResponse.
|
838
|
+
|
839
|
+
访问所连接的终端节点服务的IPv6的地址。 创建终端节点时,可以指定访问所连接的终端节点服务的IP,不指定的情况下,会使用系统生成的一个地址。 仅专业型终端节点支持此参数。
|
840
|
+
|
841
|
+
:param ipv6_address: The ipv6_address of this ListEndpointInfoDetailsResponse.
|
842
|
+
:type ipv6_address: str
|
843
|
+
"""
|
844
|
+
self._ipv6_address = ipv6_address
|
845
|
+
|
788
846
|
def to_dict(self):
|
789
847
|
"""Returns the model properties as a dict"""
|
790
848
|
result = {}
|