huaweicloudsdkvpcep 3.1.85__py2.py3-none-any.whl → 3.1.87__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. huaweicloudsdkvpcep/v1/__init__.py +8 -8
  2. huaweicloudsdkvpcep/v1/model/__init__.py +8 -8
  3. huaweicloudsdkvpcep/v1/model/accept_or_reject_endpoint_request_body.py +3 -3
  4. huaweicloudsdkvpcep/v1/model/add_or_remove_service_permissions_request_body.py +6 -6
  5. huaweicloudsdkvpcep/v1/model/add_or_remove_service_permissions_response.py +6 -6
  6. huaweicloudsdkvpcep/v1/model/batch_add_endpoint_service_permissions_request.py +4 -4
  7. huaweicloudsdkvpcep/v1/model/{batch_add_permission_request.py → batch_add_endpoint_service_permissions_request_body.py} +14 -14
  8. huaweicloudsdkvpcep/v1/model/batch_add_endpoint_service_permissions_response.py +5 -1
  9. huaweicloudsdkvpcep/v1/model/batch_add_or_remove_resource_instance_request.py +10 -10
  10. huaweicloudsdkvpcep/v1/model/{batch_add_or_remove_resource_instance_body.py → batch_add_or_remove_resource_instance_request_body.py} +11 -11
  11. huaweicloudsdkvpcep/v1/model/batch_remove_endpoint_service_permissions_request.py +4 -4
  12. huaweicloudsdkvpcep/v1/model/{batch_remove_permission_request.py → batch_remove_endpoint_service_permissions_request_body.py} +12 -8
  13. huaweicloudsdkvpcep/v1/model/batch_remove_endpoint_service_permissions_response.py +5 -1
  14. huaweicloudsdkvpcep/v1/model/connection_endpoints.py +11 -11
  15. huaweicloudsdkvpcep/v1/model/create_endpoint_request_body.py +6 -6
  16. huaweicloudsdkvpcep/v1/model/create_endpoint_response.py +31 -60
  17. huaweicloudsdkvpcep/v1/model/create_endpoint_service_request_body.py +15 -15
  18. huaweicloudsdkvpcep/v1/model/create_endpoint_service_response.py +29 -29
  19. huaweicloudsdkvpcep/v1/model/delete_endpoint_policy_response.py +21 -108
  20. huaweicloudsdkvpcep/v1/model/{endpoint_resp.py → endpoint_response_body.py} +122 -122
  21. huaweicloudsdkvpcep/v1/model/endpoint_service.py +13 -13
  22. huaweicloudsdkvpcep/v1/model/eps_add_permission_request.py +3 -3
  23. huaweicloudsdkvpcep/v1/model/eps_permission.py +10 -10
  24. huaweicloudsdkvpcep/v1/model/list_endpoint_info_details_response.py +33 -33
  25. huaweicloudsdkvpcep/v1/model/list_endpoint_service_request.py +9 -9
  26. huaweicloudsdkvpcep/v1/model/list_endpoints_request.py +6 -6
  27. huaweicloudsdkvpcep/v1/model/list_endpoints_response.py +4 -4
  28. huaweicloudsdkvpcep/v1/model/list_query_project_resource_tags_request.py +3 -3
  29. huaweicloudsdkvpcep/v1/model/list_quota_details_request.py +3 -3
  30. huaweicloudsdkvpcep/v1/model/list_quota_details_response.py +4 -4
  31. huaweicloudsdkvpcep/v1/model/list_resource_instances_request.py +3 -3
  32. huaweicloudsdkvpcep/v1/model/list_service_connections_request.py +9 -9
  33. huaweicloudsdkvpcep/v1/model/list_service_describe_details_response.py +13 -13
  34. huaweicloudsdkvpcep/v1/model/list_service_details_response.py +29 -29
  35. huaweicloudsdkvpcep/v1/model/list_service_permissions_details_request.py +6 -6
  36. huaweicloudsdkvpcep/v1/model/list_service_public_details_request.py +6 -6
  37. huaweicloudsdkvpcep/v1/model/permission_object.py +10 -10
  38. huaweicloudsdkvpcep/v1/model/policy_statement.py +3 -3
  39. huaweicloudsdkvpcep/v1/model/quotas.py +3 -3
  40. huaweicloudsdkvpcep/v1/model/{resources_resp.py → resources_response_body.py} +7 -7
  41. huaweicloudsdkvpcep/v1/model/service_list.py +29 -29
  42. huaweicloudsdkvpcep/v1/model/update_endpoint_connections_desc_request.py +4 -4
  43. huaweicloudsdkvpcep/v1/model/{update_ep_connections.py → update_endpoint_connections_desc_request_body.py} +7 -7
  44. huaweicloudsdkvpcep/v1/model/update_endpoint_policy_response.py +21 -108
  45. huaweicloudsdkvpcep/v1/model/update_endpoint_service_name_request.py +4 -4
  46. huaweicloudsdkvpcep/v1/model/{update_endpoint_service_name_mode.py → update_endpoint_service_name_request_body.py} +7 -7
  47. huaweicloudsdkvpcep/v1/model/update_endpoint_service_permission_desc_request.py +4 -4
  48. huaweicloudsdkvpcep/v1/model/{update_permission_desc_request.py → update_endpoint_service_permission_desc_request_body.py} +7 -7
  49. huaweicloudsdkvpcep/v1/model/update_endpoint_service_permission_desc_response.py +5 -1
  50. huaweicloudsdkvpcep/v1/model/update_endpoint_service_request_body.py +9 -9
  51. huaweicloudsdkvpcep/v1/model/update_endpoint_service_response.py +29 -29
  52. huaweicloudsdkvpcep/v1/model/update_endpoint_white_request_body.py +6 -6
  53. huaweicloudsdkvpcep/v1/model/update_endpoint_white_response.py +26 -26
  54. huaweicloudsdkvpcep/v1/model/version_object.py +10 -10
  55. huaweicloudsdkvpcep/v1/vpcep_async_client.py +1 -1
  56. huaweicloudsdkvpcep/v1/vpcep_client.py +1 -1
  57. {huaweicloudsdkvpcep-3.1.85.dist-info → huaweicloudsdkvpcep-3.1.87.dist-info}/METADATA +2 -2
  58. {huaweicloudsdkvpcep-3.1.85.dist-info → huaweicloudsdkvpcep-3.1.87.dist-info}/RECORD +61 -61
  59. {huaweicloudsdkvpcep-3.1.85.dist-info → huaweicloudsdkvpcep-3.1.87.dist-info}/WHEEL +1 -1
  60. {huaweicloudsdkvpcep-3.1.85.dist-info → huaweicloudsdkvpcep-3.1.87.dist-info}/LICENSE +0 -0
  61. {huaweicloudsdkvpcep-3.1.85.dist-info → huaweicloudsdkvpcep-3.1.87.dist-info}/top_level.txt +0 -0
@@ -12,14 +12,14 @@ from huaweicloudsdkvpcep.v1.model.add_or_remove_service_permissions_request impo
12
12
  from huaweicloudsdkvpcep.v1.model.add_or_remove_service_permissions_request_body import AddOrRemoveServicePermissionsRequestBody
13
13
  from huaweicloudsdkvpcep.v1.model.add_or_remove_service_permissions_response import AddOrRemoveServicePermissionsResponse
14
14
  from huaweicloudsdkvpcep.v1.model.batch_add_endpoint_service_permissions_request import BatchAddEndpointServicePermissionsRequest
15
+ from huaweicloudsdkvpcep.v1.model.batch_add_endpoint_service_permissions_request_body import BatchAddEndpointServicePermissionsRequestBody
15
16
  from huaweicloudsdkvpcep.v1.model.batch_add_endpoint_service_permissions_response import BatchAddEndpointServicePermissionsResponse
16
- from huaweicloudsdkvpcep.v1.model.batch_add_or_remove_resource_instance_body import BatchAddOrRemoveResourceInstanceBody
17
17
  from huaweicloudsdkvpcep.v1.model.batch_add_or_remove_resource_instance_request import BatchAddOrRemoveResourceInstanceRequest
18
+ from huaweicloudsdkvpcep.v1.model.batch_add_or_remove_resource_instance_request_body import BatchAddOrRemoveResourceInstanceRequestBody
18
19
  from huaweicloudsdkvpcep.v1.model.batch_add_or_remove_resource_instance_response import BatchAddOrRemoveResourceInstanceResponse
19
- from huaweicloudsdkvpcep.v1.model.batch_add_permission_request import BatchAddPermissionRequest
20
20
  from huaweicloudsdkvpcep.v1.model.batch_remove_endpoint_service_permissions_request import BatchRemoveEndpointServicePermissionsRequest
21
+ from huaweicloudsdkvpcep.v1.model.batch_remove_endpoint_service_permissions_request_body import BatchRemoveEndpointServicePermissionsRequestBody
21
22
  from huaweicloudsdkvpcep.v1.model.batch_remove_endpoint_service_permissions_response import BatchRemoveEndpointServicePermissionsResponse
22
- from huaweicloudsdkvpcep.v1.model.batch_remove_permission_request import BatchRemovePermissionRequest
23
23
  from huaweicloudsdkvpcep.v1.model.connection_endpoints import ConnectionEndpoints
24
24
  from huaweicloudsdkvpcep.v1.model.connections_desc import ConnectionsDesc
25
25
  from huaweicloudsdkvpcep.v1.model.create_endpoint_request import CreateEndpointRequest
@@ -34,7 +34,7 @@ from huaweicloudsdkvpcep.v1.model.delete_endpoint_request import DeleteEndpointR
34
34
  from huaweicloudsdkvpcep.v1.model.delete_endpoint_response import DeleteEndpointResponse
35
35
  from huaweicloudsdkvpcep.v1.model.delete_endpoint_service_request import DeleteEndpointServiceRequest
36
36
  from huaweicloudsdkvpcep.v1.model.delete_endpoint_service_response import DeleteEndpointServiceResponse
37
- from huaweicloudsdkvpcep.v1.model.endpoint_resp import EndpointResp
37
+ from huaweicloudsdkvpcep.v1.model.endpoint_response_body import EndpointResponseBody
38
38
  from huaweicloudsdkvpcep.v1.model.endpoint_service import EndpointService
39
39
  from huaweicloudsdkvpcep.v1.model.eps_add_permission_request import EpsAddPermissionRequest
40
40
  from huaweicloudsdkvpcep.v1.model.eps_permission import EpsPermission
@@ -77,13 +77,14 @@ from huaweicloudsdkvpcep.v1.model.query_resource_instance_tags_body import Query
77
77
  from huaweicloudsdkvpcep.v1.model.quotas import Quotas
78
78
  from huaweicloudsdkvpcep.v1.model.resource_instance import ResourceInstance
79
79
  from huaweicloudsdkvpcep.v1.model.resource_tag import ResourceTag
80
- from huaweicloudsdkvpcep.v1.model.resources_resp import ResourcesResp
80
+ from huaweicloudsdkvpcep.v1.model.resources_response_body import ResourcesResponseBody
81
81
  from huaweicloudsdkvpcep.v1.model.routetable_info_error import RoutetableInfoError
82
82
  from huaweicloudsdkvpcep.v1.model.routetable_info_error_detial import RoutetableInfoErrorDetial
83
83
  from huaweicloudsdkvpcep.v1.model.service_list import ServiceList
84
84
  from huaweicloudsdkvpcep.v1.model.tag_list import TagList
85
85
  from huaweicloudsdkvpcep.v1.model.tag_values_list import TagValuesList
86
86
  from huaweicloudsdkvpcep.v1.model.update_endpoint_connections_desc_request import UpdateEndpointConnectionsDescRequest
87
+ from huaweicloudsdkvpcep.v1.model.update_endpoint_connections_desc_request_body import UpdateEndpointConnectionsDescRequestBody
87
88
  from huaweicloudsdkvpcep.v1.model.update_endpoint_connections_desc_response import UpdateEndpointConnectionsDescResponse
88
89
  from huaweicloudsdkvpcep.v1.model.update_endpoint_policy_request import UpdateEndpointPolicyRequest
89
90
  from huaweicloudsdkvpcep.v1.model.update_endpoint_policy_request_body import UpdateEndpointPolicyRequestBody
@@ -91,10 +92,11 @@ from huaweicloudsdkvpcep.v1.model.update_endpoint_policy_response import UpdateE
91
92
  from huaweicloudsdkvpcep.v1.model.update_endpoint_routetable_request import UpdateEndpointRoutetableRequest
92
93
  from huaweicloudsdkvpcep.v1.model.update_endpoint_routetable_request_body import UpdateEndpointRoutetableRequestBody
93
94
  from huaweicloudsdkvpcep.v1.model.update_endpoint_routetable_response import UpdateEndpointRoutetableResponse
94
- from huaweicloudsdkvpcep.v1.model.update_endpoint_service_name_mode import UpdateEndpointServiceNameMode
95
95
  from huaweicloudsdkvpcep.v1.model.update_endpoint_service_name_request import UpdateEndpointServiceNameRequest
96
+ from huaweicloudsdkvpcep.v1.model.update_endpoint_service_name_request_body import UpdateEndpointServiceNameRequestBody
96
97
  from huaweicloudsdkvpcep.v1.model.update_endpoint_service_name_response import UpdateEndpointServiceNameResponse
97
98
  from huaweicloudsdkvpcep.v1.model.update_endpoint_service_permission_desc_request import UpdateEndpointServicePermissionDescRequest
99
+ from huaweicloudsdkvpcep.v1.model.update_endpoint_service_permission_desc_request_body import UpdateEndpointServicePermissionDescRequestBody
98
100
  from huaweicloudsdkvpcep.v1.model.update_endpoint_service_permission_desc_response import UpdateEndpointServicePermissionDescResponse
99
101
  from huaweicloudsdkvpcep.v1.model.update_endpoint_service_request import UpdateEndpointServiceRequest
100
102
  from huaweicloudsdkvpcep.v1.model.update_endpoint_service_request_body import UpdateEndpointServiceRequestBody
@@ -102,7 +104,5 @@ from huaweicloudsdkvpcep.v1.model.update_endpoint_service_response import Update
102
104
  from huaweicloudsdkvpcep.v1.model.update_endpoint_white_request import UpdateEndpointWhiteRequest
103
105
  from huaweicloudsdkvpcep.v1.model.update_endpoint_white_request_body import UpdateEndpointWhiteRequestBody
104
106
  from huaweicloudsdkvpcep.v1.model.update_endpoint_white_response import UpdateEndpointWhiteResponse
105
- from huaweicloudsdkvpcep.v1.model.update_ep_connections import UpdateEpConnections
106
- from huaweicloudsdkvpcep.v1.model.update_permission_desc_request import UpdatePermissionDescRequest
107
107
  from huaweicloudsdkvpcep.v1.model.version_object import VersionObject
108
108
 
@@ -10,14 +10,14 @@ from huaweicloudsdkvpcep.v1.model.add_or_remove_service_permissions_request impo
10
10
  from huaweicloudsdkvpcep.v1.model.add_or_remove_service_permissions_request_body import AddOrRemoveServicePermissionsRequestBody
11
11
  from huaweicloudsdkvpcep.v1.model.add_or_remove_service_permissions_response import AddOrRemoveServicePermissionsResponse
12
12
  from huaweicloudsdkvpcep.v1.model.batch_add_endpoint_service_permissions_request import BatchAddEndpointServicePermissionsRequest
13
+ from huaweicloudsdkvpcep.v1.model.batch_add_endpoint_service_permissions_request_body import BatchAddEndpointServicePermissionsRequestBody
13
14
  from huaweicloudsdkvpcep.v1.model.batch_add_endpoint_service_permissions_response import BatchAddEndpointServicePermissionsResponse
14
- from huaweicloudsdkvpcep.v1.model.batch_add_or_remove_resource_instance_body import BatchAddOrRemoveResourceInstanceBody
15
15
  from huaweicloudsdkvpcep.v1.model.batch_add_or_remove_resource_instance_request import BatchAddOrRemoveResourceInstanceRequest
16
+ from huaweicloudsdkvpcep.v1.model.batch_add_or_remove_resource_instance_request_body import BatchAddOrRemoveResourceInstanceRequestBody
16
17
  from huaweicloudsdkvpcep.v1.model.batch_add_or_remove_resource_instance_response import BatchAddOrRemoveResourceInstanceResponse
17
- from huaweicloudsdkvpcep.v1.model.batch_add_permission_request import BatchAddPermissionRequest
18
18
  from huaweicloudsdkvpcep.v1.model.batch_remove_endpoint_service_permissions_request import BatchRemoveEndpointServicePermissionsRequest
19
+ from huaweicloudsdkvpcep.v1.model.batch_remove_endpoint_service_permissions_request_body import BatchRemoveEndpointServicePermissionsRequestBody
19
20
  from huaweicloudsdkvpcep.v1.model.batch_remove_endpoint_service_permissions_response import BatchRemoveEndpointServicePermissionsResponse
20
- from huaweicloudsdkvpcep.v1.model.batch_remove_permission_request import BatchRemovePermissionRequest
21
21
  from huaweicloudsdkvpcep.v1.model.connection_endpoints import ConnectionEndpoints
22
22
  from huaweicloudsdkvpcep.v1.model.connections_desc import ConnectionsDesc
23
23
  from huaweicloudsdkvpcep.v1.model.create_endpoint_request import CreateEndpointRequest
@@ -32,7 +32,7 @@ from huaweicloudsdkvpcep.v1.model.delete_endpoint_request import DeleteEndpointR
32
32
  from huaweicloudsdkvpcep.v1.model.delete_endpoint_response import DeleteEndpointResponse
33
33
  from huaweicloudsdkvpcep.v1.model.delete_endpoint_service_request import DeleteEndpointServiceRequest
34
34
  from huaweicloudsdkvpcep.v1.model.delete_endpoint_service_response import DeleteEndpointServiceResponse
35
- from huaweicloudsdkvpcep.v1.model.endpoint_resp import EndpointResp
35
+ from huaweicloudsdkvpcep.v1.model.endpoint_response_body import EndpointResponseBody
36
36
  from huaweicloudsdkvpcep.v1.model.endpoint_service import EndpointService
37
37
  from huaweicloudsdkvpcep.v1.model.eps_add_permission_request import EpsAddPermissionRequest
38
38
  from huaweicloudsdkvpcep.v1.model.eps_permission import EpsPermission
@@ -75,13 +75,14 @@ from huaweicloudsdkvpcep.v1.model.query_resource_instance_tags_body import Query
75
75
  from huaweicloudsdkvpcep.v1.model.quotas import Quotas
76
76
  from huaweicloudsdkvpcep.v1.model.resource_instance import ResourceInstance
77
77
  from huaweicloudsdkvpcep.v1.model.resource_tag import ResourceTag
78
- from huaweicloudsdkvpcep.v1.model.resources_resp import ResourcesResp
78
+ from huaweicloudsdkvpcep.v1.model.resources_response_body import ResourcesResponseBody
79
79
  from huaweicloudsdkvpcep.v1.model.routetable_info_error import RoutetableInfoError
80
80
  from huaweicloudsdkvpcep.v1.model.routetable_info_error_detial import RoutetableInfoErrorDetial
81
81
  from huaweicloudsdkvpcep.v1.model.service_list import ServiceList
82
82
  from huaweicloudsdkvpcep.v1.model.tag_list import TagList
83
83
  from huaweicloudsdkvpcep.v1.model.tag_values_list import TagValuesList
84
84
  from huaweicloudsdkvpcep.v1.model.update_endpoint_connections_desc_request import UpdateEndpointConnectionsDescRequest
85
+ from huaweicloudsdkvpcep.v1.model.update_endpoint_connections_desc_request_body import UpdateEndpointConnectionsDescRequestBody
85
86
  from huaweicloudsdkvpcep.v1.model.update_endpoint_connections_desc_response import UpdateEndpointConnectionsDescResponse
86
87
  from huaweicloudsdkvpcep.v1.model.update_endpoint_policy_request import UpdateEndpointPolicyRequest
87
88
  from huaweicloudsdkvpcep.v1.model.update_endpoint_policy_request_body import UpdateEndpointPolicyRequestBody
@@ -89,10 +90,11 @@ from huaweicloudsdkvpcep.v1.model.update_endpoint_policy_response import UpdateE
89
90
  from huaweicloudsdkvpcep.v1.model.update_endpoint_routetable_request import UpdateEndpointRoutetableRequest
90
91
  from huaweicloudsdkvpcep.v1.model.update_endpoint_routetable_request_body import UpdateEndpointRoutetableRequestBody
91
92
  from huaweicloudsdkvpcep.v1.model.update_endpoint_routetable_response import UpdateEndpointRoutetableResponse
92
- from huaweicloudsdkvpcep.v1.model.update_endpoint_service_name_mode import UpdateEndpointServiceNameMode
93
93
  from huaweicloudsdkvpcep.v1.model.update_endpoint_service_name_request import UpdateEndpointServiceNameRequest
94
+ from huaweicloudsdkvpcep.v1.model.update_endpoint_service_name_request_body import UpdateEndpointServiceNameRequestBody
94
95
  from huaweicloudsdkvpcep.v1.model.update_endpoint_service_name_response import UpdateEndpointServiceNameResponse
95
96
  from huaweicloudsdkvpcep.v1.model.update_endpoint_service_permission_desc_request import UpdateEndpointServicePermissionDescRequest
97
+ from huaweicloudsdkvpcep.v1.model.update_endpoint_service_permission_desc_request_body import UpdateEndpointServicePermissionDescRequestBody
96
98
  from huaweicloudsdkvpcep.v1.model.update_endpoint_service_permission_desc_response import UpdateEndpointServicePermissionDescResponse
97
99
  from huaweicloudsdkvpcep.v1.model.update_endpoint_service_request import UpdateEndpointServiceRequest
98
100
  from huaweicloudsdkvpcep.v1.model.update_endpoint_service_request_body import UpdateEndpointServiceRequestBody
@@ -100,6 +102,4 @@ from huaweicloudsdkvpcep.v1.model.update_endpoint_service_response import Update
100
102
  from huaweicloudsdkvpcep.v1.model.update_endpoint_white_request import UpdateEndpointWhiteRequest
101
103
  from huaweicloudsdkvpcep.v1.model.update_endpoint_white_request_body import UpdateEndpointWhiteRequestBody
102
104
  from huaweicloudsdkvpcep.v1.model.update_endpoint_white_response import UpdateEndpointWhiteResponse
103
- from huaweicloudsdkvpcep.v1.model.update_ep_connections import UpdateEpConnections
104
- from huaweicloudsdkvpcep.v1.model.update_permission_desc_request import UpdatePermissionDescRequest
105
105
  from huaweicloudsdkvpcep.v1.model.version_object import VersionObject
@@ -31,7 +31,7 @@ class AcceptOrRejectEndpointRequestBody:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param action: 允许或拒绝连接。 receive:允许连接。 reject:拒绝连接。
34
+ :param action: 允许或拒绝连接。 - receive:允许连接。 - reject:拒绝连接。
35
35
  :type action: str
36
36
  :param endpoints: 终端节点ID列表。 每次请求目前支持单条endpoint的接受或拒绝。
37
37
  :type endpoints: list[str]
@@ -50,7 +50,7 @@ class AcceptOrRejectEndpointRequestBody:
50
50
  def action(self):
51
51
  """Gets the action of this AcceptOrRejectEndpointRequestBody.
52
52
 
53
- 允许或拒绝连接。 receive:允许连接。 reject:拒绝连接。
53
+ 允许或拒绝连接。 - receive:允许连接。 - reject:拒绝连接。
54
54
 
55
55
  :return: The action of this AcceptOrRejectEndpointRequestBody.
56
56
  :rtype: str
@@ -61,7 +61,7 @@ class AcceptOrRejectEndpointRequestBody:
61
61
  def action(self, action):
62
62
  """Sets the action of this AcceptOrRejectEndpointRequestBody.
63
63
 
64
- 允许或拒绝连接。 receive:允许连接。 reject:拒绝连接。
64
+ 允许或拒绝连接。 - receive:允许连接。 - reject:拒绝连接。
65
65
 
66
66
  :param action: The action of this AcceptOrRejectEndpointRequestBody.
67
67
  :type action: str
@@ -33,9 +33,9 @@ class AddOrRemoveServicePermissionsRequestBody:
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
36
- :param permissions: 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/*
36
+ :param permissions: permission列表。 权限格式为: - iam:domain::domain_id。其中: “iam:domain::”为固定格式,“domain_id”为可连接用户的帐号ID domain_id类型支持输入包括“a~z”、“A~Z”、“0~9”或者“*”,最大长度可以传64。 - organizations:orgPath::org_path。其中: “organizations:orgPath::”为固定格式,org_path为可连接用户的组织路径。 org_path类型支持“a~z”、“A~Z”、“0~9”、“/-*?”或者“*”,最大长度可以传1024“*”表示所有终端节点可连接。 示例: - iam:domain::6e9dfd51d1124e8d8498dce894923a0dd - organizations:orgPath::o-3j59d1231uprgk9yuvlidra7zbzfi578/r-rldbu1vmxdw5ahdkknxnvd5rgag77m2z/ou-7tuddd8nh99rebxltawsm6qct5z7rklv/* - *
37
37
  :type permissions: list[str]
38
- :param permission_type: 终端节点服务白名单类型。 domainId:基于账户ID配置终端节点服务白名单。 orgPath:基于账户所在组织路径配置终端节点服务白名单。
38
+ :param permission_type: 终端节点服务白名单类型。 - domainId:基于账户ID配置终端节点服务白名单。 - orgPath:基于账户所在组织路径配置终端节点服务白名单。
39
39
  :type permission_type: str
40
40
  :param action: 要执行的操作。 add/remove。
41
41
  :type action: str
@@ -57,7 +57,7 @@ class AddOrRemoveServicePermissionsRequestBody:
57
57
  def permissions(self):
58
58
  """Gets the permissions of this AddOrRemoveServicePermissionsRequestBody.
59
59
 
60
- 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/*
60
+ permission列表。 权限格式为: - iam:domain::domain_id。其中: “iam:domain::”为固定格式,“domain_id”为可连接用户的帐号ID domain_id类型支持输入包括“a~z”、“A~Z”、“0~9”或者“*”,最大长度可以传64。 - organizations:orgPath::org_path。其中: “organizations:orgPath::”为固定格式,org_path为可连接用户的组织路径。 org_path类型支持“a~z”、“A~Z”、“0~9”、“/-*?”或者“*”,最大长度可以传1024“*”表示所有终端节点可连接。 示例: - iam:domain::6e9dfd51d1124e8d8498dce894923a0dd - organizations:orgPath::o-3j59d1231uprgk9yuvlidra7zbzfi578/r-rldbu1vmxdw5ahdkknxnvd5rgag77m2z/ou-7tuddd8nh99rebxltawsm6qct5z7rklv/* - *
61
61
 
62
62
  :return: The permissions of this AddOrRemoveServicePermissionsRequestBody.
63
63
  :rtype: list[str]
@@ -68,7 +68,7 @@ class AddOrRemoveServicePermissionsRequestBody:
68
68
  def permissions(self, permissions):
69
69
  """Sets the permissions of this AddOrRemoveServicePermissionsRequestBody.
70
70
 
71
- 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/*
71
+ permission列表。 权限格式为: - iam:domain::domain_id。其中: “iam:domain::”为固定格式,“domain_id”为可连接用户的帐号ID domain_id类型支持输入包括“a~z”、“A~Z”、“0~9”或者“*”,最大长度可以传64。 - organizations:orgPath::org_path。其中: “organizations:orgPath::”为固定格式,org_path为可连接用户的组织路径。 org_path类型支持“a~z”、“A~Z”、“0~9”、“/-*?”或者“*”,最大长度可以传1024“*”表示所有终端节点可连接。 示例: - iam:domain::6e9dfd51d1124e8d8498dce894923a0dd - organizations:orgPath::o-3j59d1231uprgk9yuvlidra7zbzfi578/r-rldbu1vmxdw5ahdkknxnvd5rgag77m2z/ou-7tuddd8nh99rebxltawsm6qct5z7rklv/* - *
72
72
 
73
73
  :param permissions: The permissions of this AddOrRemoveServicePermissionsRequestBody.
74
74
  :type permissions: list[str]
@@ -79,7 +79,7 @@ class AddOrRemoveServicePermissionsRequestBody:
79
79
  def permission_type(self):
80
80
  """Gets the permission_type of this AddOrRemoveServicePermissionsRequestBody.
81
81
 
82
- 终端节点服务白名单类型。 domainId:基于账户ID配置终端节点服务白名单。 orgPath:基于账户所在组织路径配置终端节点服务白名单。
82
+ 终端节点服务白名单类型。 - domainId:基于账户ID配置终端节点服务白名单。 - orgPath:基于账户所在组织路径配置终端节点服务白名单。
83
83
 
84
84
  :return: The permission_type of this AddOrRemoveServicePermissionsRequestBody.
85
85
  :rtype: str
@@ -90,7 +90,7 @@ class AddOrRemoveServicePermissionsRequestBody:
90
90
  def permission_type(self, permission_type):
91
91
  """Sets the permission_type of this AddOrRemoveServicePermissionsRequestBody.
92
92
 
93
- 终端节点服务白名单类型。 domainId:基于账户ID配置终端节点服务白名单。 orgPath:基于账户所在组织路径配置终端节点服务白名单。
93
+ 终端节点服务白名单类型。 - domainId:基于账户ID配置终端节点服务白名单。 - orgPath:基于账户所在组织路径配置终端节点服务白名单。
94
94
 
95
95
  :param permission_type: The permission_type of this AddOrRemoveServicePermissionsRequestBody.
96
96
  :type permission_type: str
@@ -32,9 +32,9 @@ class AddOrRemoveServicePermissionsResponse(SdkResponse):
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
35
- :param permissions: 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/*
35
+ :param permissions: permission列表。 权限格式为: - iam:domain::domain_id。其中: “iam:domain::”为固定格式,“domain_id”为可连接用户的帐号ID domain_id类型支持输入包括“a~z”、“A~Z”、“0~9”或者“*”,最大长度可以传64。 - organizations:orgPath::org_path。其中: “organizations:orgPath::”为固定格式,org_path为可连接用户的组织路径。 org_path类型支持“a~z”、“A~Z”、“0~9”、“/-*?”或者“*”,最大长度可以传1024。 “*”表示所有终端节点可连接。 示例: - iam:domain::6e9dfd51d1124e8d8498dce894923a0dd - organizations:orgPath::o-3j59d1231uprgk9yuvlidra7zbzfi578/r-rldbu1vmxdw5ahdkknxnvd5rgag77m2z/ou-7tuddd8nh99rebxltawsm6qct5z7rklv/* - *
36
36
  :type permissions: list[str]
37
- :param permission_type: 终端节点服务白名单类型。 domainId:基于账户ID配置终端节点服务白名单。 orgPath:基于账户所在组织路径配置终端节点服务白名单。
37
+ :param permission_type: 终端节点服务白名单类型。 - domainId:基于账户ID配置终端节点服务白名单。 - orgPath:基于账户所在组织路径配置终端节点服务白名单。
38
38
  :type permission_type: str
39
39
  """
40
40
 
@@ -53,7 +53,7 @@ class AddOrRemoveServicePermissionsResponse(SdkResponse):
53
53
  def permissions(self):
54
54
  """Gets the permissions of this AddOrRemoveServicePermissionsResponse.
55
55
 
56
- 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/*
56
+ permission列表。 权限格式为: - iam:domain::domain_id。其中: “iam:domain::”为固定格式,“domain_id”为可连接用户的帐号ID domain_id类型支持输入包括“a~z”、“A~Z”、“0~9”或者“*”,最大长度可以传64。 - organizations:orgPath::org_path。其中: “organizations:orgPath::”为固定格式,org_path为可连接用户的组织路径。 org_path类型支持“a~z”、“A~Z”、“0~9”、“/-*?”或者“*”,最大长度可以传1024。 “*”表示所有终端节点可连接。 示例: - iam:domain::6e9dfd51d1124e8d8498dce894923a0dd - organizations:orgPath::o-3j59d1231uprgk9yuvlidra7zbzfi578/r-rldbu1vmxdw5ahdkknxnvd5rgag77m2z/ou-7tuddd8nh99rebxltawsm6qct5z7rklv/* - *
57
57
 
58
58
  :return: The permissions of this AddOrRemoveServicePermissionsResponse.
59
59
  :rtype: list[str]
@@ -64,7 +64,7 @@ class AddOrRemoveServicePermissionsResponse(SdkResponse):
64
64
  def permissions(self, permissions):
65
65
  """Sets the permissions of this AddOrRemoveServicePermissionsResponse.
66
66
 
67
- 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/*
67
+ permission列表。 权限格式为: - iam:domain::domain_id。其中: “iam:domain::”为固定格式,“domain_id”为可连接用户的帐号ID domain_id类型支持输入包括“a~z”、“A~Z”、“0~9”或者“*”,最大长度可以传64。 - organizations:orgPath::org_path。其中: “organizations:orgPath::”为固定格式,org_path为可连接用户的组织路径。 org_path类型支持“a~z”、“A~Z”、“0~9”、“/-*?”或者“*”,最大长度可以传1024。 “*”表示所有终端节点可连接。 示例: - iam:domain::6e9dfd51d1124e8d8498dce894923a0dd - organizations:orgPath::o-3j59d1231uprgk9yuvlidra7zbzfi578/r-rldbu1vmxdw5ahdkknxnvd5rgag77m2z/ou-7tuddd8nh99rebxltawsm6qct5z7rklv/* - *
68
68
 
69
69
  :param permissions: The permissions of this AddOrRemoveServicePermissionsResponse.
70
70
  :type permissions: list[str]
@@ -75,7 +75,7 @@ class AddOrRemoveServicePermissionsResponse(SdkResponse):
75
75
  def permission_type(self):
76
76
  """Gets the permission_type of this AddOrRemoveServicePermissionsResponse.
77
77
 
78
- 终端节点服务白名单类型。 domainId:基于账户ID配置终端节点服务白名单。 orgPath:基于账户所在组织路径配置终端节点服务白名单。
78
+ 终端节点服务白名单类型。 - domainId:基于账户ID配置终端节点服务白名单。 - orgPath:基于账户所在组织路径配置终端节点服务白名单。
79
79
 
80
80
  :return: The permission_type of this AddOrRemoveServicePermissionsResponse.
81
81
  :rtype: str
@@ -86,7 +86,7 @@ class AddOrRemoveServicePermissionsResponse(SdkResponse):
86
86
  def permission_type(self, permission_type):
87
87
  """Sets the permission_type of this AddOrRemoveServicePermissionsResponse.
88
88
 
89
- 终端节点服务白名单类型。 domainId:基于账户ID配置终端节点服务白名单。 orgPath:基于账户所在组织路径配置终端节点服务白名单。
89
+ 终端节点服务白名单类型。 - domainId:基于账户ID配置终端节点服务白名单。 - orgPath:基于账户所在组织路径配置终端节点服务白名单。
90
90
 
91
91
  :param permission_type: The permission_type of this AddOrRemoveServicePermissionsResponse.
92
92
  :type permission_type: str
@@ -18,7 +18,7 @@ class BatchAddEndpointServicePermissionsRequest:
18
18
 
19
19
  openapi_types = {
20
20
  'vpc_endpoint_service_id': 'str',
21
- 'body': 'BatchAddPermissionRequest'
21
+ 'body': 'BatchAddEndpointServicePermissionsRequestBody'
22
22
  }
23
23
 
24
24
  attribute_map = {
@@ -34,7 +34,7 @@ class BatchAddEndpointServicePermissionsRequest:
34
34
  :param vpc_endpoint_service_id: 终端节点服务的ID。
35
35
  :type vpc_endpoint_service_id: str
36
36
  :param body: Body of the BatchAddEndpointServicePermissionsRequest
37
- :type body: :class:`huaweicloudsdkvpcep.v1.BatchAddPermissionRequest`
37
+ :type body: :class:`huaweicloudsdkvpcep.v1.BatchAddEndpointServicePermissionsRequestBody`
38
38
  """
39
39
 
40
40
 
@@ -74,7 +74,7 @@ class BatchAddEndpointServicePermissionsRequest:
74
74
  """Gets the body of this BatchAddEndpointServicePermissionsRequest.
75
75
 
76
76
  :return: The body of this BatchAddEndpointServicePermissionsRequest.
77
- :rtype: :class:`huaweicloudsdkvpcep.v1.BatchAddPermissionRequest`
77
+ :rtype: :class:`huaweicloudsdkvpcep.v1.BatchAddEndpointServicePermissionsRequestBody`
78
78
  """
79
79
  return self._body
80
80
 
@@ -83,7 +83,7 @@ class BatchAddEndpointServicePermissionsRequest:
83
83
  """Sets the body of this BatchAddEndpointServicePermissionsRequest.
84
84
 
85
85
  :param body: The body of this BatchAddEndpointServicePermissionsRequest.
86
- :type body: :class:`huaweicloudsdkvpcep.v1.BatchAddPermissionRequest`
86
+ :type body: :class:`huaweicloudsdkvpcep.v1.BatchAddEndpointServicePermissionsRequestBody`
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 BatchAddPermissionRequest:
8
+ class BatchAddEndpointServicePermissionsRequestBody:
9
9
 
10
10
  """
11
11
  Attributes:
@@ -27,13 +27,13 @@ class BatchAddPermissionRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, permissions=None, permission_type=None):
30
- """BatchAddPermissionRequest
30
+ """BatchAddEndpointServicePermissionsRequestBody
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
34
  :param permissions: 终端节点服务白名单列表
35
35
  :type permissions: list[:class:`huaweicloudsdkvpcep.v1.EpsAddPermissionRequest`]
36
- :param permission_type: 终端节点服务白名单类型。 domainId:基于账户ID配置终端节点服务白名单。 orgPath:基于账户所在组织路径配置终端节点服务白名单。
36
+ :param permission_type: 终端节点服务白名单类型。 - domainId:基于账户ID配置终端节点服务白名单。 - orgPath:基于账户所在组织路径配置终端节点服务白名单。
37
37
  :type permission_type: str
38
38
  """
39
39
 
@@ -49,44 +49,44 @@ class BatchAddPermissionRequest:
49
49
 
50
50
  @property
51
51
  def permissions(self):
52
- """Gets the permissions of this BatchAddPermissionRequest.
52
+ """Gets the permissions of this BatchAddEndpointServicePermissionsRequestBody.
53
53
 
54
54
  终端节点服务白名单列表
55
55
 
56
- :return: The permissions of this BatchAddPermissionRequest.
56
+ :return: The permissions of this BatchAddEndpointServicePermissionsRequestBody.
57
57
  :rtype: list[:class:`huaweicloudsdkvpcep.v1.EpsAddPermissionRequest`]
58
58
  """
59
59
  return self._permissions
60
60
 
61
61
  @permissions.setter
62
62
  def permissions(self, permissions):
63
- """Sets the permissions of this BatchAddPermissionRequest.
63
+ """Sets the permissions of this BatchAddEndpointServicePermissionsRequestBody.
64
64
 
65
65
  终端节点服务白名单列表
66
66
 
67
- :param permissions: The permissions of this BatchAddPermissionRequest.
67
+ :param permissions: The permissions of this BatchAddEndpointServicePermissionsRequestBody.
68
68
  :type permissions: list[:class:`huaweicloudsdkvpcep.v1.EpsAddPermissionRequest`]
69
69
  """
70
70
  self._permissions = permissions
71
71
 
72
72
  @property
73
73
  def permission_type(self):
74
- """Gets the permission_type of this BatchAddPermissionRequest.
74
+ """Gets the permission_type of this BatchAddEndpointServicePermissionsRequestBody.
75
75
 
76
- 终端节点服务白名单类型。 domainId:基于账户ID配置终端节点服务白名单。 orgPath:基于账户所在组织路径配置终端节点服务白名单。
76
+ 终端节点服务白名单类型。 - domainId:基于账户ID配置终端节点服务白名单。 - orgPath:基于账户所在组织路径配置终端节点服务白名单。
77
77
 
78
- :return: The permission_type of this BatchAddPermissionRequest.
78
+ :return: The permission_type of this BatchAddEndpointServicePermissionsRequestBody.
79
79
  :rtype: str
80
80
  """
81
81
  return self._permission_type
82
82
 
83
83
  @permission_type.setter
84
84
  def permission_type(self, permission_type):
85
- """Sets the permission_type of this BatchAddPermissionRequest.
85
+ """Sets the permission_type of this BatchAddEndpointServicePermissionsRequestBody.
86
86
 
87
- 终端节点服务白名单类型。 domainId:基于账户ID配置终端节点服务白名单。 orgPath:基于账户所在组织路径配置终端节点服务白名单。
87
+ 终端节点服务白名单类型。 - domainId:基于账户ID配置终端节点服务白名单。 - orgPath:基于账户所在组织路径配置终端节点服务白名单。
88
88
 
89
- :param permission_type: The permission_type of this BatchAddPermissionRequest.
89
+ :param permission_type: The permission_type of this BatchAddEndpointServicePermissionsRequestBody.
90
90
  :type permission_type: str
91
91
  """
92
92
  self._permission_type = permission_type
@@ -133,7 +133,7 @@ class BatchAddPermissionRequest:
133
133
 
134
134
  def __eq__(self, other):
135
135
  """Returns true if both objects are equal"""
136
- if not isinstance(other, BatchAddPermissionRequest):
136
+ if not isinstance(other, BatchAddEndpointServicePermissionsRequestBody):
137
137
  return False
138
138
 
139
139
  return self.__dict__ == other.__dict__
@@ -30,7 +30,7 @@ class BatchAddEndpointServicePermissionsResponse(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 BatchAddEndpointServicePermissionsResponse(SdkResponse):
46
46
  def permissions(self):
47
47
  """Gets the permissions of this BatchAddEndpointServicePermissionsResponse.
48
48
 
49
+ 终端节点服务白名单
50
+
49
51
  :return: The permissions of this BatchAddEndpointServicePermissionsResponse.
50
52
  :rtype: list[:class:`huaweicloudsdkvpcep.v1.EpsPermission`]
51
53
  """
@@ -55,6 +57,8 @@ class BatchAddEndpointServicePermissionsResponse(SdkResponse):
55
57
  def permissions(self, permissions):
56
58
  """Sets the permissions of this BatchAddEndpointServicePermissionsResponse.
57
59
 
60
+ 终端节点服务白名单
61
+
58
62
  :param permissions: The permissions of this BatchAddEndpointServicePermissionsResponse.
59
63
  :type permissions: list[:class:`huaweicloudsdkvpcep.v1.EpsPermission`]
60
64
  """
@@ -19,7 +19,7 @@ class BatchAddOrRemoveResourceInstanceRequest:
19
19
  openapi_types = {
20
20
  'resource_type': 'str',
21
21
  'resource_id': 'str',
22
- 'body': 'BatchAddOrRemoveResourceInstanceBody'
22
+ 'body': 'BatchAddOrRemoveResourceInstanceRequestBody'
23
23
  }
24
24
 
25
25
  attribute_map = {
@@ -33,12 +33,12 @@ class BatchAddOrRemoveResourceInstanceRequest:
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
36
- :param resource_type: 资源类型,值为:endpoint_serviceendpoint
36
+ :param resource_type: 资源类型。 - endpoint_service:终端节点服务 - endpoint:终端节点
37
37
  :type resource_type: str
38
- :param resource_id: 资源ID,Endpoint ServiceID或Endpoint ID。
38
+ :param resource_id: 资源ID,Endpoint Service ID或Endpoint ID。
39
39
  :type resource_id: str
40
40
  :param body: Body of the BatchAddOrRemoveResourceInstanceRequest
41
- :type body: :class:`huaweicloudsdkvpcep.v1.BatchAddOrRemoveResourceInstanceBody`
41
+ :type body: :class:`huaweicloudsdkvpcep.v1.BatchAddOrRemoveResourceInstanceRequestBody`
42
42
  """
43
43
 
44
44
 
@@ -57,7 +57,7 @@ class BatchAddOrRemoveResourceInstanceRequest:
57
57
  def resource_type(self):
58
58
  """Gets the resource_type of this BatchAddOrRemoveResourceInstanceRequest.
59
59
 
60
- 资源类型,值为:endpoint_serviceendpoint
60
+ 资源类型。 - endpoint_service:终端节点服务 - endpoint:终端节点
61
61
 
62
62
  :return: The resource_type of this BatchAddOrRemoveResourceInstanceRequest.
63
63
  :rtype: str
@@ -68,7 +68,7 @@ class BatchAddOrRemoveResourceInstanceRequest:
68
68
  def resource_type(self, resource_type):
69
69
  """Sets the resource_type of this BatchAddOrRemoveResourceInstanceRequest.
70
70
 
71
- 资源类型,值为:endpoint_serviceendpoint
71
+ 资源类型。 - endpoint_service:终端节点服务 - endpoint:终端节点
72
72
 
73
73
  :param resource_type: The resource_type of this BatchAddOrRemoveResourceInstanceRequest.
74
74
  :type resource_type: str
@@ -79,7 +79,7 @@ class BatchAddOrRemoveResourceInstanceRequest:
79
79
  def resource_id(self):
80
80
  """Gets the resource_id of this BatchAddOrRemoveResourceInstanceRequest.
81
81
 
82
- 资源ID,Endpoint ServiceID或Endpoint ID。
82
+ 资源ID,Endpoint Service ID或Endpoint ID。
83
83
 
84
84
  :return: The resource_id of this BatchAddOrRemoveResourceInstanceRequest.
85
85
  :rtype: str
@@ -90,7 +90,7 @@ class BatchAddOrRemoveResourceInstanceRequest:
90
90
  def resource_id(self, resource_id):
91
91
  """Sets the resource_id of this BatchAddOrRemoveResourceInstanceRequest.
92
92
 
93
- 资源ID,Endpoint ServiceID或Endpoint ID。
93
+ 资源ID,Endpoint Service ID或Endpoint ID。
94
94
 
95
95
  :param resource_id: The resource_id of this BatchAddOrRemoveResourceInstanceRequest.
96
96
  :type resource_id: str
@@ -102,7 +102,7 @@ class BatchAddOrRemoveResourceInstanceRequest:
102
102
  """Gets the body of this BatchAddOrRemoveResourceInstanceRequest.
103
103
 
104
104
  :return: The body of this BatchAddOrRemoveResourceInstanceRequest.
105
- :rtype: :class:`huaweicloudsdkvpcep.v1.BatchAddOrRemoveResourceInstanceBody`
105
+ :rtype: :class:`huaweicloudsdkvpcep.v1.BatchAddOrRemoveResourceInstanceRequestBody`
106
106
  """
107
107
  return self._body
108
108
 
@@ -111,7 +111,7 @@ class BatchAddOrRemoveResourceInstanceRequest:
111
111
  """Sets the body of this BatchAddOrRemoveResourceInstanceRequest.
112
112
 
113
113
  :param body: The body of this BatchAddOrRemoveResourceInstanceRequest.
114
- :type body: :class:`huaweicloudsdkvpcep.v1.BatchAddOrRemoveResourceInstanceBody`
114
+ :type body: :class:`huaweicloudsdkvpcep.v1.BatchAddOrRemoveResourceInstanceRequestBody`
115
115
  """
116
116
  self._body = body
117
117
 
@@ -5,7 +5,7 @@ import six
5
5
  from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
6
 
7
7
 
8
- class BatchAddOrRemoveResourceInstanceBody:
8
+ class BatchAddOrRemoveResourceInstanceRequestBody:
9
9
 
10
10
  """
11
11
  Attributes:
@@ -27,7 +27,7 @@ class BatchAddOrRemoveResourceInstanceBody:
27
27
  }
28
28
 
29
29
  def __init__(self, tags=None, action=None):
30
- """BatchAddOrRemoveResourceInstanceBody
30
+ """BatchAddOrRemoveResourceInstanceRequestBody
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,44 +49,44 @@ class BatchAddOrRemoveResourceInstanceBody:
49
49
 
50
50
  @property
51
51
  def tags(self):
52
- """Gets the tags of this BatchAddOrRemoveResourceInstanceBody.
52
+ """Gets the tags of this BatchAddOrRemoveResourceInstanceRequestBody.
53
53
 
54
54
  标签列表,没有标签默认为空数组。
55
55
 
56
- :return: The tags of this BatchAddOrRemoveResourceInstanceBody.
56
+ :return: The tags of this BatchAddOrRemoveResourceInstanceRequestBody.
57
57
  :rtype: list[:class:`huaweicloudsdkvpcep.v1.ResourceTag`]
58
58
  """
59
59
  return self._tags
60
60
 
61
61
  @tags.setter
62
62
  def tags(self, tags):
63
- """Sets the tags of this BatchAddOrRemoveResourceInstanceBody.
63
+ """Sets the tags of this BatchAddOrRemoveResourceInstanceRequestBody.
64
64
 
65
65
  标签列表,没有标签默认为空数组。
66
66
 
67
- :param tags: The tags of this BatchAddOrRemoveResourceInstanceBody.
67
+ :param tags: The tags of this BatchAddOrRemoveResourceInstanceRequestBody.
68
68
  :type tags: list[:class:`huaweicloudsdkvpcep.v1.ResourceTag`]
69
69
  """
70
70
  self._tags = tags
71
71
 
72
72
  @property
73
73
  def action(self):
74
- """Gets the action of this BatchAddOrRemoveResourceInstanceBody.
74
+ """Gets the action of this BatchAddOrRemoveResourceInstanceRequestBody.
75
75
 
76
76
  操作标识:仅限于 create(创建) delete(删除)
77
77
 
78
- :return: The action of this BatchAddOrRemoveResourceInstanceBody.
78
+ :return: The action of this BatchAddOrRemoveResourceInstanceRequestBody.
79
79
  :rtype: str
80
80
  """
81
81
  return self._action
82
82
 
83
83
  @action.setter
84
84
  def action(self, action):
85
- """Sets the action of this BatchAddOrRemoveResourceInstanceBody.
85
+ """Sets the action of this BatchAddOrRemoveResourceInstanceRequestBody.
86
86
 
87
87
  操作标识:仅限于 create(创建) delete(删除)
88
88
 
89
- :param action: The action of this BatchAddOrRemoveResourceInstanceBody.
89
+ :param action: The action of this BatchAddOrRemoveResourceInstanceRequestBody.
90
90
  :type action: str
91
91
  """
92
92
  self._action = action
@@ -133,7 +133,7 @@ class BatchAddOrRemoveResourceInstanceBody:
133
133
 
134
134
  def __eq__(self, other):
135
135
  """Returns true if both objects are equal"""
136
- if not isinstance(other, BatchAddOrRemoveResourceInstanceBody):
136
+ if not isinstance(other, BatchAddOrRemoveResourceInstanceRequestBody):
137
137
  return False
138
138
 
139
139
  return self.__dict__ == other.__dict__
@@ -18,7 +18,7 @@ class BatchRemoveEndpointServicePermissionsRequest:
18
18
 
19
19
  openapi_types = {
20
20
  'vpc_endpoint_service_id': 'str',
21
- 'body': 'BatchRemovePermissionRequest'
21
+ 'body': 'BatchRemoveEndpointServicePermissionsRequestBody'
22
22
  }
23
23
 
24
24
  attribute_map = {
@@ -34,7 +34,7 @@ class BatchRemoveEndpointServicePermissionsRequest:
34
34
  :param vpc_endpoint_service_id: 终端节点服务的ID。
35
35
  :type vpc_endpoint_service_id: str
36
36
  :param body: Body of the BatchRemoveEndpointServicePermissionsRequest
37
- :type body: :class:`huaweicloudsdkvpcep.v1.BatchRemovePermissionRequest`
37
+ :type body: :class:`huaweicloudsdkvpcep.v1.BatchRemoveEndpointServicePermissionsRequestBody`
38
38
  """
39
39
 
40
40
 
@@ -74,7 +74,7 @@ class BatchRemoveEndpointServicePermissionsRequest:
74
74
  """Gets the body of this BatchRemoveEndpointServicePermissionsRequest.
75
75
 
76
76
  :return: The body of this BatchRemoveEndpointServicePermissionsRequest.
77
- :rtype: :class:`huaweicloudsdkvpcep.v1.BatchRemovePermissionRequest`
77
+ :rtype: :class:`huaweicloudsdkvpcep.v1.BatchRemoveEndpointServicePermissionsRequestBody`
78
78
  """
79
79
  return self._body
80
80
 
@@ -83,7 +83,7 @@ class BatchRemoveEndpointServicePermissionsRequest:
83
83
  """Sets the body of this BatchRemoveEndpointServicePermissionsRequest.
84
84
 
85
85
  :param body: The body of this BatchRemoveEndpointServicePermissionsRequest.
86
- :type body: :class:`huaweicloudsdkvpcep.v1.BatchRemovePermissionRequest`
86
+ :type body: :class:`huaweicloudsdkvpcep.v1.BatchRemoveEndpointServicePermissionsRequestBody`
87
87
  """
88
88
  self._body = body
89
89