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
@@ -29,7 +29,7 @@ class ListQueryProjectResourceTagsRequest:
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
32
- :param resource_type: 资源类型,值为:endpoint_serviceendpoint
32
+ :param resource_type: 资源类型。 - endpoint_service:终端节点服务 - endpoint:终端节点
33
33
  :type resource_type: str
34
34
  """
35
35
 
@@ -44,7 +44,7 @@ class ListQueryProjectResourceTagsRequest:
44
44
  def resource_type(self):
45
45
  """Gets the resource_type of this ListQueryProjectResourceTagsRequest.
46
46
 
47
- 资源类型,值为:endpoint_serviceendpoint
47
+ 资源类型。 - endpoint_service:终端节点服务 - endpoint:终端节点
48
48
 
49
49
  :return: The resource_type of this ListQueryProjectResourceTagsRequest.
50
50
  :rtype: str
@@ -55,7 +55,7 @@ class ListQueryProjectResourceTagsRequest:
55
55
  def resource_type(self, resource_type):
56
56
  """Sets the resource_type of this ListQueryProjectResourceTagsRequest.
57
57
 
58
- 资源类型,值为:endpoint_serviceendpoint
58
+ 资源类型。 - endpoint_service:终端节点服务 - endpoint:终端节点
59
59
 
60
60
  :param resource_type: The resource_type of this ListQueryProjectResourceTagsRequest.
61
61
  :type resource_type: str
@@ -29,7 +29,7 @@ class ListQuotaDetailsRequest:
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
32
- :param type: 资源类型。 endpoint_service:终端节点服务 endpoint:终端节点
32
+ :param type: 资源类型。 - endpoint_service:终端节点服务 - endpoint:终端节点
33
33
  :type type: str
34
34
  """
35
35
 
@@ -45,7 +45,7 @@ class ListQuotaDetailsRequest:
45
45
  def type(self):
46
46
  """Gets the type of this ListQuotaDetailsRequest.
47
47
 
48
- 资源类型。 endpoint_service:终端节点服务 endpoint:终端节点
48
+ 资源类型。 - endpoint_service:终端节点服务 - endpoint:终端节点
49
49
 
50
50
  :return: The type of this ListQuotaDetailsRequest.
51
51
  :rtype: str
@@ -56,7 +56,7 @@ class ListQuotaDetailsRequest:
56
56
  def type(self, type):
57
57
  """Sets the type of this ListQuotaDetailsRequest.
58
58
 
59
- 资源类型。 endpoint_service:终端节点服务 endpoint:终端节点
59
+ 资源类型。 - endpoint_service:终端节点服务 - endpoint:终端节点
60
60
 
61
61
  :param type: The type of this ListQuotaDetailsRequest.
62
62
  :type type: str
@@ -18,7 +18,7 @@ class ListQuotaDetailsResponse(SdkResponse):
18
18
  sensitive_list = []
19
19
 
20
20
  openapi_types = {
21
- 'quotas': 'ResourcesResp'
21
+ 'quotas': 'ResourcesResponseBody'
22
22
  }
23
23
 
24
24
  attribute_map = {
@@ -31,7 +31,7 @@ class ListQuotaDetailsResponse(SdkResponse):
31
31
  The model defined in huaweicloud sdk
32
32
 
33
33
  :param quotas:
34
- :type quotas: :class:`huaweicloudsdkvpcep.v1.ResourcesResp`
34
+ :type quotas: :class:`huaweicloudsdkvpcep.v1.ResourcesResponseBody`
35
35
  """
36
36
 
37
37
  super(ListQuotaDetailsResponse, self).__init__()
@@ -47,7 +47,7 @@ class ListQuotaDetailsResponse(SdkResponse):
47
47
  """Gets the quotas of this ListQuotaDetailsResponse.
48
48
 
49
49
  :return: The quotas of this ListQuotaDetailsResponse.
50
- :rtype: :class:`huaweicloudsdkvpcep.v1.ResourcesResp`
50
+ :rtype: :class:`huaweicloudsdkvpcep.v1.ResourcesResponseBody`
51
51
  """
52
52
  return self._quotas
53
53
 
@@ -56,7 +56,7 @@ class ListQuotaDetailsResponse(SdkResponse):
56
56
  """Sets the quotas of this ListQuotaDetailsResponse.
57
57
 
58
58
  :param quotas: The quotas of this ListQuotaDetailsResponse.
59
- :type quotas: :class:`huaweicloudsdkvpcep.v1.ResourcesResp`
59
+ :type quotas: :class:`huaweicloudsdkvpcep.v1.ResourcesResponseBody`
60
60
  """
61
61
  self._quotas = quotas
62
62
 
@@ -31,7 +31,7 @@ class ListResourceInstancesRequest:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param resource_type: 资源类型,值为:endpoint_service或endpoint。
34
+ :param resource_type: 资源类型,值为:endpoint_service或endpoint。 - endpoint_service:云服务器,适用于作为服务器使用。 - endpoint:虚拟IP,适用于作为虚IP场景使用
35
35
  :type resource_type: str
36
36
  :param body: Body of the ListResourceInstancesRequest
37
37
  :type body: :class:`huaweicloudsdkvpcep.v1.QueryResourceInstanceTagsBody`
@@ -51,7 +51,7 @@ class ListResourceInstancesRequest:
51
51
  def resource_type(self):
52
52
  """Gets the resource_type of this ListResourceInstancesRequest.
53
53
 
54
- 资源类型,值为:endpoint_service或endpoint。
54
+ 资源类型,值为:endpoint_service或endpoint。 - endpoint_service:云服务器,适用于作为服务器使用。 - endpoint:虚拟IP,适用于作为虚IP场景使用
55
55
 
56
56
  :return: The resource_type of this ListResourceInstancesRequest.
57
57
  :rtype: str
@@ -62,7 +62,7 @@ class ListResourceInstancesRequest:
62
62
  def resource_type(self, resource_type):
63
63
  """Sets the resource_type of this ListResourceInstancesRequest.
64
64
 
65
- 资源类型,值为:endpoint_service或endpoint。
65
+ 资源类型,值为:endpoint_service或endpoint。 - endpoint_service:云服务器,适用于作为服务器使用。 - endpoint:虚拟IP,适用于作为虚IP场景使用
66
66
 
67
67
  :param resource_type: The resource_type of this ListResourceInstancesRequest.
68
68
  :type resource_type: str
@@ -49,11 +49,11 @@ class ListServiceConnectionsRequest:
49
49
  :type id: str
50
50
  :param marker_id: 终端节点的报文标识。
51
51
  :type marker_id: str
52
- :param status: 终端节点的连接状态。 pendingAcceptance:待接受 accepted:已接受 rejected:已拒绝 failed:失败
52
+ :param status: 终端节点的连接状态。 - pendingAcceptance:待接受 - accepted:已接受 - rejected:已拒绝 - failed:失败
53
53
  :type status: str
54
- :param sort_key: 查询结果中终端节点列表的排序字段,取值为: create_at:终端节点的创建时间 update_at:终端节点的更新时间 默认值为create_at。
54
+ :param sort_key: 查询结果中终端节点列表的排序字段,取值为: - create_at:终端节点的创建时间 - update_at:终端节点的更新时间 默认值为create_at。
55
55
  :type sort_key: str
56
- :param sort_dir: 查询结果中终端节点列表的排序方式,取值为: desc:降序排序 asc:升序排序 默认值为desc。
56
+ :param sort_dir: 查询结果中终端节点列表的排序方式,取值为: - desc:降序排序 - asc:升序排序 默认值为desc。
57
57
  :type sort_dir: str
58
58
  :param limit: 查询返回终端节点服务的连接列表限制每页个数,即每页返回的个数。 取值范围:0~1000,取值一般为10,20或者50,默认为10。
59
59
  :type limit: int
@@ -159,7 +159,7 @@ class ListServiceConnectionsRequest:
159
159
  def status(self):
160
160
  """Gets the status of this ListServiceConnectionsRequest.
161
161
 
162
- 终端节点的连接状态。 pendingAcceptance:待接受 accepted:已接受 rejected:已拒绝 failed:失败
162
+ 终端节点的连接状态。 - pendingAcceptance:待接受 - accepted:已接受 - rejected:已拒绝 - failed:失败
163
163
 
164
164
  :return: The status of this ListServiceConnectionsRequest.
165
165
  :rtype: str
@@ -170,7 +170,7 @@ class ListServiceConnectionsRequest:
170
170
  def status(self, status):
171
171
  """Sets the status of this ListServiceConnectionsRequest.
172
172
 
173
- 终端节点的连接状态。 pendingAcceptance:待接受 accepted:已接受 rejected:已拒绝 failed:失败
173
+ 终端节点的连接状态。 - pendingAcceptance:待接受 - accepted:已接受 - rejected:已拒绝 - failed:失败
174
174
 
175
175
  :param status: The status of this ListServiceConnectionsRequest.
176
176
  :type status: str
@@ -181,7 +181,7 @@ class ListServiceConnectionsRequest:
181
181
  def sort_key(self):
182
182
  """Gets the sort_key of this ListServiceConnectionsRequest.
183
183
 
184
- 查询结果中终端节点列表的排序字段,取值为: create_at:终端节点的创建时间 update_at:终端节点的更新时间 默认值为create_at。
184
+ 查询结果中终端节点列表的排序字段,取值为: - create_at:终端节点的创建时间 - update_at:终端节点的更新时间 默认值为create_at。
185
185
 
186
186
  :return: The sort_key of this ListServiceConnectionsRequest.
187
187
  :rtype: str
@@ -192,7 +192,7 @@ class ListServiceConnectionsRequest:
192
192
  def sort_key(self, sort_key):
193
193
  """Sets the sort_key of this ListServiceConnectionsRequest.
194
194
 
195
- 查询结果中终端节点列表的排序字段,取值为: create_at:终端节点的创建时间 update_at:终端节点的更新时间 默认值为create_at。
195
+ 查询结果中终端节点列表的排序字段,取值为: - create_at:终端节点的创建时间 - update_at:终端节点的更新时间 默认值为create_at。
196
196
 
197
197
  :param sort_key: The sort_key of this ListServiceConnectionsRequest.
198
198
  :type sort_key: str
@@ -203,7 +203,7 @@ class ListServiceConnectionsRequest:
203
203
  def sort_dir(self):
204
204
  """Gets the sort_dir of this ListServiceConnectionsRequest.
205
205
 
206
- 查询结果中终端节点列表的排序方式,取值为: desc:降序排序 asc:升序排序 默认值为desc。
206
+ 查询结果中终端节点列表的排序方式,取值为: - desc:降序排序 - asc:升序排序 默认值为desc。
207
207
 
208
208
  :return: The sort_dir of this ListServiceConnectionsRequest.
209
209
  :rtype: str
@@ -214,7 +214,7 @@ class ListServiceConnectionsRequest:
214
214
  def sort_dir(self, sort_dir):
215
215
  """Sets the sort_dir of this ListServiceConnectionsRequest.
216
216
 
217
- 查询结果中终端节点列表的排序方式,取值为: desc:降序排序 asc:升序排序 默认值为desc。
217
+ 查询结果中终端节点列表的排序方式,取值为: - desc:降序排序 - asc:升序排序 默认值为desc。
218
218
 
219
219
  :param sort_dir: The sort_dir of this ListServiceConnectionsRequest.
220
220
  :type sort_dir: str
@@ -21,7 +21,7 @@ class ListServiceDescribeDetailsResponse(SdkResponse):
21
21
  'id': 'str',
22
22
  'service_name': 'str',
23
23
  'service_type': 'str',
24
- 'created_at': 'str',
24
+ 'created_at': 'datetime',
25
25
  'is_charge': 'bool',
26
26
  'public_border_group': 'str',
27
27
  'enable_policy': 'bool'
@@ -46,15 +46,15 @@ class ListServiceDescribeDetailsResponse(SdkResponse):
46
46
  :type id: str
47
47
  :param service_name: 终端节点服务的名称。
48
48
  :type service_name: str
49
- :param service_type: 终端节点服务类型。仅支持将用户私有服务创建为interface类型的终端节点服务。 ● gataway:由运维人员配置。用户无需创建,可直接使用。 interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建,用户可直接使用。 您可以通过创建终端节点创建访问Gateway和Interface类型终端节点服务的终端节点。
49
+ :param service_type: 终端节点服务类型。仅支持将用户私有服务创建为interface类型的终端节点服务。 - gateway:由运维人员配置。用户无需创建,可直接使用。 - interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建,用户可直接使用。 您可以通过创建终端节点创建访问Gateway和Interface类型终端节点服务的终端节点。
50
50
  :type service_type: str
51
51
  :param created_at: 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
52
- :type created_at: str
53
- :param is_charge: 连接该终端节点服务的终端节点是否计费。 true:计费 false:不计费
52
+ :type created_at: datetime
53
+ :param is_charge: 连接该终端节点服务的终端节点是否计费。 - true:计费 - false:不计费
54
54
  :type is_charge: bool
55
55
  :param public_border_group: 终端节点对应Pool的Public Border Group信息
56
56
  :type public_border_group: str
57
- :param enable_policy: 是否开启终端节点策略。 false:不支持设置终端节点策略 true:支持设置终端节点策略 默认为false 是否开启终端节点策略。 false:不支持设置终端节点策略 true:支持设置终端节点策略 默认为false
57
+ :param enable_policy: 是否开启终端节点策略。 - false:不支持设置终端节点策略 - true:支持设置终端节点策略 默认为false 是否开启终端节点策略。 - false:不支持设置终端节点策略 - true:支持设置终端节点策略 默认为false
58
58
  :type enable_policy: bool
59
59
  """
60
60
 
@@ -132,7 +132,7 @@ class ListServiceDescribeDetailsResponse(SdkResponse):
132
132
  def service_type(self):
133
133
  """Gets the service_type of this ListServiceDescribeDetailsResponse.
134
134
 
135
- 终端节点服务类型。仅支持将用户私有服务创建为interface类型的终端节点服务。 ● gataway:由运维人员配置。用户无需创建,可直接使用。 interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建,用户可直接使用。 您可以通过创建终端节点创建访问Gateway和Interface类型终端节点服务的终端节点。
135
+ 终端节点服务类型。仅支持将用户私有服务创建为interface类型的终端节点服务。 - gateway:由运维人员配置。用户无需创建,可直接使用。 - interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建,用户可直接使用。 您可以通过创建终端节点创建访问Gateway和Interface类型终端节点服务的终端节点。
136
136
 
137
137
  :return: The service_type of this ListServiceDescribeDetailsResponse.
138
138
  :rtype: str
@@ -143,7 +143,7 @@ class ListServiceDescribeDetailsResponse(SdkResponse):
143
143
  def service_type(self, service_type):
144
144
  """Sets the service_type of this ListServiceDescribeDetailsResponse.
145
145
 
146
- 终端节点服务类型。仅支持将用户私有服务创建为interface类型的终端节点服务。 ● gataway:由运维人员配置。用户无需创建,可直接使用。 interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建,用户可直接使用。 您可以通过创建终端节点创建访问Gateway和Interface类型终端节点服务的终端节点。
146
+ 终端节点服务类型。仅支持将用户私有服务创建为interface类型的终端节点服务。 - gateway:由运维人员配置。用户无需创建,可直接使用。 - interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建,用户可直接使用。 您可以通过创建终端节点创建访问Gateway和Interface类型终端节点服务的终端节点。
147
147
 
148
148
  :param service_type: The service_type of this ListServiceDescribeDetailsResponse.
149
149
  :type service_type: str
@@ -157,7 +157,7 @@ class ListServiceDescribeDetailsResponse(SdkResponse):
157
157
  终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
158
158
 
159
159
  :return: The created_at of this ListServiceDescribeDetailsResponse.
160
- :rtype: str
160
+ :rtype: datetime
161
161
  """
162
162
  return self._created_at
163
163
 
@@ -168,7 +168,7 @@ class ListServiceDescribeDetailsResponse(SdkResponse):
168
168
  终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
169
169
 
170
170
  :param created_at: The created_at of this ListServiceDescribeDetailsResponse.
171
- :type created_at: str
171
+ :type created_at: datetime
172
172
  """
173
173
  self._created_at = created_at
174
174
 
@@ -176,7 +176,7 @@ class ListServiceDescribeDetailsResponse(SdkResponse):
176
176
  def is_charge(self):
177
177
  """Gets the is_charge of this ListServiceDescribeDetailsResponse.
178
178
 
179
- 连接该终端节点服务的终端节点是否计费。 true:计费 false:不计费
179
+ 连接该终端节点服务的终端节点是否计费。 - true:计费 - false:不计费
180
180
 
181
181
  :return: The is_charge of this ListServiceDescribeDetailsResponse.
182
182
  :rtype: bool
@@ -187,7 +187,7 @@ class ListServiceDescribeDetailsResponse(SdkResponse):
187
187
  def is_charge(self, is_charge):
188
188
  """Sets the is_charge of this ListServiceDescribeDetailsResponse.
189
189
 
190
- 连接该终端节点服务的终端节点是否计费。 true:计费 false:不计费
190
+ 连接该终端节点服务的终端节点是否计费。 - true:计费 - false:不计费
191
191
 
192
192
  :param is_charge: The is_charge of this ListServiceDescribeDetailsResponse.
193
193
  :type is_charge: bool
@@ -220,7 +220,7 @@ class ListServiceDescribeDetailsResponse(SdkResponse):
220
220
  def enable_policy(self):
221
221
  """Gets the enable_policy of this ListServiceDescribeDetailsResponse.
222
222
 
223
- 是否开启终端节点策略。 false:不支持设置终端节点策略 true:支持设置终端节点策略 默认为false 是否开启终端节点策略。 false:不支持设置终端节点策略 true:支持设置终端节点策略 默认为false
223
+ 是否开启终端节点策略。 - false:不支持设置终端节点策略 - true:支持设置终端节点策略 默认为false 是否开启终端节点策略。 - false:不支持设置终端节点策略 - true:支持设置终端节点策略 默认为false
224
224
 
225
225
  :return: The enable_policy of this ListServiceDescribeDetailsResponse.
226
226
  :rtype: bool
@@ -231,7 +231,7 @@ class ListServiceDescribeDetailsResponse(SdkResponse):
231
231
  def enable_policy(self, enable_policy):
232
232
  """Sets the enable_policy of this ListServiceDescribeDetailsResponse.
233
233
 
234
- 是否开启终端节点策略。 false:不支持设置终端节点策略 true:支持设置终端节点策略 默认为false 是否开启终端节点策略。 false:不支持设置终端节点策略 true:支持设置终端节点策略 默认为false
234
+ 是否开启终端节点策略。 - false:不支持设置终端节点策略 - true:支持设置终端节点策略 默认为false 是否开启终端节点策略。 - false:不支持设置终端节点策略 - true:支持设置终端节点策略 默认为false
235
235
 
236
236
  :param enable_policy: The enable_policy of this ListServiceDescribeDetailsResponse.
237
237
  :type enable_policy: bool
@@ -26,8 +26,8 @@ class ListServiceDetailsResponse(SdkResponse):
26
26
  'approval_enabled': 'bool',
27
27
  'status': 'str',
28
28
  'service_type': 'str',
29
- 'created_at': 'str',
30
- 'updated_at': 'str',
29
+ 'created_at': 'datetime',
30
+ 'updated_at': 'datetime',
31
31
  'project_id': 'str',
32
32
  'cidr_type': 'str',
33
33
  'ports': 'list[PortList]',
@@ -66,37 +66,37 @@ class ListServiceDetailsResponse(SdkResponse):
66
66
 
67
67
  :param id: 终端节点服务的ID,唯一标识。
68
68
  :type id: str
69
- :param port_id: 标识终端节点服务后端资源的ID, 格式为通用唯一识别码(Universally Unique Identifier,下文简称UUID)。取值为: LB类型:负载均衡器内网IP对应的端口ID。 VM类型:弹性云服务器IP地址对应的网卡ID。 VIP类型:虚拟资源所在物理服务器对应的网卡ID。(该字段已废弃,请优先使用LB类型)
69
+ :param port_id: 标识终端节点服务后端资源的ID, 格式为通用唯一识别码(Universally Unique Identifier,下文简称UUID)。取值为: - LB类型:负载均衡器内网IP对应的端口ID。 - VM类型:弹性云服务器IP地址对应的网卡ID。 - VIP类型:虚拟资源所在物理服务器对应的网卡ID。(该字段已废弃,请优先使用LB类型)
70
70
  :type port_id: str
71
71
  :param service_name: 终端节点服务的名称。
72
72
  :type service_name: str
73
- :param server_type: 资源类型。 VM:云服务器。 VIP:虚拟IP。 LB:增强负载均衡型。
73
+ :param server_type: 资源类型。 - VM:云服务器。 - VIP:虚拟IP。 - LB:增强负载均衡型。
74
74
  :type server_type: str
75
75
  :param vpc_id: 终端节点服务对应后端资源所在的VPC的ID。
76
76
  :type vpc_id: str
77
- :param approval_enabled: 是否需要审批。 false:不需要审批,创建的终端节点连接直接为accepted状态。 true:需要审批,创建的终端节点连接为pendingAcceptance状态, 需要终端节点服务所属用户审核后方可使用。
77
+ :param approval_enabled: 是否需要审批。 - false:不需要审批,创建的终端节点连接直接为accepted状态。 - true:需要审批,创建的终端节点连接为pendingAcceptance状态, 需要终端节点服务所属用户审核后方可使用。
78
78
  :type approval_enabled: bool
79
- :param status: 终端节点服务的状态。 creating:创建中 available:可连接 failed:失败 deleting:删除中
79
+ :param status: 终端节点服务的状态。 - creating:创建中 - available:可连接 - failed:失败 - deleting:删除中
80
80
  :type status: str
81
- :param service_type: 终端节点服务类型。 终端节点服务类型包括“网关(gataway)型”和“接口(interface)型”: ● gataway:由运维人员配置。用户无需创建,可直接使用。 interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建,用户可直接使用。 您可以通过创建终端节点创建访问Gateway和Interface类型终端节点服务的终端节。
81
+ :param service_type: 终端节点服务类型。 终端节点服务类型包括“网关(gateway)型”和“接口(interface)型”: - gateway:由运维人员配置。用户无需创建,可直接使用。 - interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建,用户可直接使用。 您可以通过创建终端节点创建访问Gateway和Interface类型终端节点服务的终端节。
82
82
  :type service_type: str
83
83
  :param created_at: 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
84
- :type created_at: str
84
+ :type created_at: datetime
85
85
  :param updated_at: 终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
86
- :type updated_at: str
86
+ :type updated_at: datetime
87
87
  :param project_id: 项目ID,获取方法请参见获取项目ID。
88
88
  :type project_id: str
89
89
  :param cidr_type: 网段类型。 public:公网网段 internal:内网网段 默认值为internal。
90
90
  :type cidr_type: str
91
91
  :param ports: 服务开放的端口映射列表,详细内容请参见表4-17 同一个终端节点服务下,不允许重复的端口映射。若多个终端节点服务共用一个port_id,则 终端节点服务之间的所有端口映射的server_port和protocol的组合不能重复。
92
92
  :type ports: list[:class:`huaweicloudsdkvpcep.v1.PortList`]
93
- :param tcp_proxy: 用于控制将哪些信息(如客户端的源IP、源端口、marker_id等)携带到服务端。 支持携带的客户端信息包括如下两种类型: TCP TOA:表示将客户端信息插入到tcp option字段中携带至服务端。 说明:仅当后端资源为OBS时,支持TCP TOA类型信息携带方式。 Proxy Protocol:表示将客户端信息插入到tcp payload字段中携带至服务端。 仅当服务端支持解析上述字段时,该参数设置才有效。 该参数的取值包括: close:表示关闭代理协议。 toa_open:表示开启代理协议“tcp_toa”。 proxy_open:表示开启代理协议“proxy_protocol”。 open:表示同时开启代理协议“tcp_toa”和“proxy_protocol”。 proxy_vni: 关闭toa,开启proxy和vni。 默认值为“close”。
93
+ :param tcp_proxy: 用于控制将哪些信息(如客户端的源IP、源端口、marker_id等)携带到服务端。 支持携带的客户端信息包括如下两种类型: - TCP TOA:表示将客户端信息插入到tcp option字段中携带至服务端。 说明:仅当后端资源为OBS时,支持TCP TOA类型信息携带方式。 - Proxy Protocol:表示将客户端信息插入到tcp payload字段中携带至服务端。 仅当服务端支持解析上述字段时,该参数设置才有效。 该参数的取值包括: - close:表示关闭代理协议。 - toa_open:表示开启代理协议“tcp_toa”。 - proxy_open:表示开启代理协议“proxy_protocol”。 - open:表示同时开启代理协议“tcp_toa”和“proxy_protocol”。 - proxy_vni: 关闭toa,开启proxy和vni。 默认值为“close”。
94
94
  :type tcp_proxy: str
95
95
  :param tags: 资源标签列表
96
96
  :type tags: list[:class:`huaweicloudsdkvpcep.v1.TagList`]
97
97
  :param error: 提交任务异常时返回的异常信息
98
98
  :type error: list[:class:`huaweicloudsdkvpcep.v1.Error`]
99
- :param enable_policy: 是否开启终端节点策略。 false:不支持设置终端节点策略 true:支持设置终端节点策略 默认为false
99
+ :param enable_policy: 是否开启终端节点策略。 - false:不支持设置终端节点策略 - true:支持设置终端节点策略 默认为false
100
100
  :type enable_policy: bool
101
101
  :param description: 描述字段,支持中英文字母、数字等字符,不支持“<”或“>”字符。
102
102
  :type description: str
@@ -187,7 +187,7 @@ class ListServiceDetailsResponse(SdkResponse):
187
187
  def port_id(self):
188
188
  """Gets the port_id of this ListServiceDetailsResponse.
189
189
 
190
- 标识终端节点服务后端资源的ID, 格式为通用唯一识别码(Universally Unique Identifier,下文简称UUID)。取值为: LB类型:负载均衡器内网IP对应的端口ID。 VM类型:弹性云服务器IP地址对应的网卡ID。 VIP类型:虚拟资源所在物理服务器对应的网卡ID。(该字段已废弃,请优先使用LB类型)
190
+ 标识终端节点服务后端资源的ID, 格式为通用唯一识别码(Universally Unique Identifier,下文简称UUID)。取值为: - LB类型:负载均衡器内网IP对应的端口ID。 - VM类型:弹性云服务器IP地址对应的网卡ID。 - VIP类型:虚拟资源所在物理服务器对应的网卡ID。(该字段已废弃,请优先使用LB类型)
191
191
 
192
192
  :return: The port_id of this ListServiceDetailsResponse.
193
193
  :rtype: str
@@ -198,7 +198,7 @@ class ListServiceDetailsResponse(SdkResponse):
198
198
  def port_id(self, port_id):
199
199
  """Sets the port_id of this ListServiceDetailsResponse.
200
200
 
201
- 标识终端节点服务后端资源的ID, 格式为通用唯一识别码(Universally Unique Identifier,下文简称UUID)。取值为: LB类型:负载均衡器内网IP对应的端口ID。 VM类型:弹性云服务器IP地址对应的网卡ID。 VIP类型:虚拟资源所在物理服务器对应的网卡ID。(该字段已废弃,请优先使用LB类型)
201
+ 标识终端节点服务后端资源的ID, 格式为通用唯一识别码(Universally Unique Identifier,下文简称UUID)。取值为: - LB类型:负载均衡器内网IP对应的端口ID。 - VM类型:弹性云服务器IP地址对应的网卡ID。 - VIP类型:虚拟资源所在物理服务器对应的网卡ID。(该字段已废弃,请优先使用LB类型)
202
202
 
203
203
  :param port_id: The port_id of this ListServiceDetailsResponse.
204
204
  :type port_id: str
@@ -231,7 +231,7 @@ class ListServiceDetailsResponse(SdkResponse):
231
231
  def server_type(self):
232
232
  """Gets the server_type of this ListServiceDetailsResponse.
233
233
 
234
- 资源类型。 VM:云服务器。 VIP:虚拟IP。 LB:增强负载均衡型。
234
+ 资源类型。 - VM:云服务器。 - VIP:虚拟IP。 - LB:增强负载均衡型。
235
235
 
236
236
  :return: The server_type of this ListServiceDetailsResponse.
237
237
  :rtype: str
@@ -242,7 +242,7 @@ class ListServiceDetailsResponse(SdkResponse):
242
242
  def server_type(self, server_type):
243
243
  """Sets the server_type of this ListServiceDetailsResponse.
244
244
 
245
- 资源类型。 VM:云服务器。 VIP:虚拟IP。 LB:增强负载均衡型。
245
+ 资源类型。 - VM:云服务器。 - VIP:虚拟IP。 - LB:增强负载均衡型。
246
246
 
247
247
  :param server_type: The server_type of this ListServiceDetailsResponse.
248
248
  :type server_type: str
@@ -275,7 +275,7 @@ class ListServiceDetailsResponse(SdkResponse):
275
275
  def approval_enabled(self):
276
276
  """Gets the approval_enabled of this ListServiceDetailsResponse.
277
277
 
278
- 是否需要审批。 false:不需要审批,创建的终端节点连接直接为accepted状态。 true:需要审批,创建的终端节点连接为pendingAcceptance状态, 需要终端节点服务所属用户审核后方可使用。
278
+ 是否需要审批。 - false:不需要审批,创建的终端节点连接直接为accepted状态。 - true:需要审批,创建的终端节点连接为pendingAcceptance状态, 需要终端节点服务所属用户审核后方可使用。
279
279
 
280
280
  :return: The approval_enabled of this ListServiceDetailsResponse.
281
281
  :rtype: bool
@@ -286,7 +286,7 @@ class ListServiceDetailsResponse(SdkResponse):
286
286
  def approval_enabled(self, approval_enabled):
287
287
  """Sets the approval_enabled of this ListServiceDetailsResponse.
288
288
 
289
- 是否需要审批。 false:不需要审批,创建的终端节点连接直接为accepted状态。 true:需要审批,创建的终端节点连接为pendingAcceptance状态, 需要终端节点服务所属用户审核后方可使用。
289
+ 是否需要审批。 - false:不需要审批,创建的终端节点连接直接为accepted状态。 - true:需要审批,创建的终端节点连接为pendingAcceptance状态, 需要终端节点服务所属用户审核后方可使用。
290
290
 
291
291
  :param approval_enabled: The approval_enabled of this ListServiceDetailsResponse.
292
292
  :type approval_enabled: bool
@@ -297,7 +297,7 @@ class ListServiceDetailsResponse(SdkResponse):
297
297
  def status(self):
298
298
  """Gets the status of this ListServiceDetailsResponse.
299
299
 
300
- 终端节点服务的状态。 creating:创建中 available:可连接 failed:失败 deleting:删除中
300
+ 终端节点服务的状态。 - creating:创建中 - available:可连接 - failed:失败 - deleting:删除中
301
301
 
302
302
  :return: The status of this ListServiceDetailsResponse.
303
303
  :rtype: str
@@ -308,7 +308,7 @@ class ListServiceDetailsResponse(SdkResponse):
308
308
  def status(self, status):
309
309
  """Sets the status of this ListServiceDetailsResponse.
310
310
 
311
- 终端节点服务的状态。 creating:创建中 available:可连接 failed:失败 deleting:删除中
311
+ 终端节点服务的状态。 - creating:创建中 - available:可连接 - failed:失败 - deleting:删除中
312
312
 
313
313
  :param status: The status of this ListServiceDetailsResponse.
314
314
  :type status: str
@@ -319,7 +319,7 @@ class ListServiceDetailsResponse(SdkResponse):
319
319
  def service_type(self):
320
320
  """Gets the service_type of this ListServiceDetailsResponse.
321
321
 
322
- 终端节点服务类型。 终端节点服务类型包括“网关(gataway)型”和“接口(interface)型”: ● gataway:由运维人员配置。用户无需创建,可直接使用。 interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建,用户可直接使用。 您可以通过创建终端节点创建访问Gateway和Interface类型终端节点服务的终端节。
322
+ 终端节点服务类型。 终端节点服务类型包括“网关(gateway)型”和“接口(interface)型”: - gateway:由运维人员配置。用户无需创建,可直接使用。 - interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建,用户可直接使用。 您可以通过创建终端节点创建访问Gateway和Interface类型终端节点服务的终端节。
323
323
 
324
324
  :return: The service_type of this ListServiceDetailsResponse.
325
325
  :rtype: str
@@ -330,7 +330,7 @@ class ListServiceDetailsResponse(SdkResponse):
330
330
  def service_type(self, service_type):
331
331
  """Sets the service_type of this ListServiceDetailsResponse.
332
332
 
333
- 终端节点服务类型。 终端节点服务类型包括“网关(gataway)型”和“接口(interface)型”: ● gataway:由运维人员配置。用户无需创建,可直接使用。 interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建,用户可直接使用。 您可以通过创建终端节点创建访问Gateway和Interface类型终端节点服务的终端节。
333
+ 终端节点服务类型。 终端节点服务类型包括“网关(gateway)型”和“接口(interface)型”: - gateway:由运维人员配置。用户无需创建,可直接使用。 - interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建,用户可直接使用。 您可以通过创建终端节点创建访问Gateway和Interface类型终端节点服务的终端节。
334
334
 
335
335
  :param service_type: The service_type of this ListServiceDetailsResponse.
336
336
  :type service_type: str
@@ -344,7 +344,7 @@ class ListServiceDetailsResponse(SdkResponse):
344
344
  终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
345
345
 
346
346
  :return: The created_at of this ListServiceDetailsResponse.
347
- :rtype: str
347
+ :rtype: datetime
348
348
  """
349
349
  return self._created_at
350
350
 
@@ -355,7 +355,7 @@ class ListServiceDetailsResponse(SdkResponse):
355
355
  终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
356
356
 
357
357
  :param created_at: The created_at of this ListServiceDetailsResponse.
358
- :type created_at: str
358
+ :type created_at: datetime
359
359
  """
360
360
  self._created_at = created_at
361
361
 
@@ -366,7 +366,7 @@ class ListServiceDetailsResponse(SdkResponse):
366
366
  终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
367
367
 
368
368
  :return: The updated_at of this ListServiceDetailsResponse.
369
- :rtype: str
369
+ :rtype: datetime
370
370
  """
371
371
  return self._updated_at
372
372
 
@@ -377,7 +377,7 @@ class ListServiceDetailsResponse(SdkResponse):
377
377
  终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
378
378
 
379
379
  :param updated_at: The updated_at of this ListServiceDetailsResponse.
380
- :type updated_at: str
380
+ :type updated_at: datetime
381
381
  """
382
382
  self._updated_at = updated_at
383
383
 
@@ -451,7 +451,7 @@ class ListServiceDetailsResponse(SdkResponse):
451
451
  def tcp_proxy(self):
452
452
  """Gets the tcp_proxy of this ListServiceDetailsResponse.
453
453
 
454
- 用于控制将哪些信息(如客户端的源IP、源端口、marker_id等)携带到服务端。 支持携带的客户端信息包括如下两种类型: TCP TOA:表示将客户端信息插入到tcp option字段中携带至服务端。 说明:仅当后端资源为OBS时,支持TCP TOA类型信息携带方式。 Proxy Protocol:表示将客户端信息插入到tcp payload字段中携带至服务端。 仅当服务端支持解析上述字段时,该参数设置才有效。 该参数的取值包括: close:表示关闭代理协议。 toa_open:表示开启代理协议“tcp_toa”。 proxy_open:表示开启代理协议“proxy_protocol”。 open:表示同时开启代理协议“tcp_toa”和“proxy_protocol”。 proxy_vni: 关闭toa,开启proxy和vni。 默认值为“close”。
454
+ 用于控制将哪些信息(如客户端的源IP、源端口、marker_id等)携带到服务端。 支持携带的客户端信息包括如下两种类型: - TCP TOA:表示将客户端信息插入到tcp option字段中携带至服务端。 说明:仅当后端资源为OBS时,支持TCP TOA类型信息携带方式。 - Proxy Protocol:表示将客户端信息插入到tcp payload字段中携带至服务端。 仅当服务端支持解析上述字段时,该参数设置才有效。 该参数的取值包括: - close:表示关闭代理协议。 - toa_open:表示开启代理协议“tcp_toa”。 - proxy_open:表示开启代理协议“proxy_protocol”。 - open:表示同时开启代理协议“tcp_toa”和“proxy_protocol”。 - proxy_vni: 关闭toa,开启proxy和vni。 默认值为“close”。
455
455
 
456
456
  :return: The tcp_proxy of this ListServiceDetailsResponse.
457
457
  :rtype: str
@@ -462,7 +462,7 @@ class ListServiceDetailsResponse(SdkResponse):
462
462
  def tcp_proxy(self, tcp_proxy):
463
463
  """Sets the tcp_proxy of this ListServiceDetailsResponse.
464
464
 
465
- 用于控制将哪些信息(如客户端的源IP、源端口、marker_id等)携带到服务端。 支持携带的客户端信息包括如下两种类型: TCP TOA:表示将客户端信息插入到tcp option字段中携带至服务端。 说明:仅当后端资源为OBS时,支持TCP TOA类型信息携带方式。 Proxy Protocol:表示将客户端信息插入到tcp payload字段中携带至服务端。 仅当服务端支持解析上述字段时,该参数设置才有效。 该参数的取值包括: close:表示关闭代理协议。 toa_open:表示开启代理协议“tcp_toa”。 proxy_open:表示开启代理协议“proxy_protocol”。 open:表示同时开启代理协议“tcp_toa”和“proxy_protocol”。 proxy_vni: 关闭toa,开启proxy和vni。 默认值为“close”。
465
+ 用于控制将哪些信息(如客户端的源IP、源端口、marker_id等)携带到服务端。 支持携带的客户端信息包括如下两种类型: - TCP TOA:表示将客户端信息插入到tcp option字段中携带至服务端。 说明:仅当后端资源为OBS时,支持TCP TOA类型信息携带方式。 - Proxy Protocol:表示将客户端信息插入到tcp payload字段中携带至服务端。 仅当服务端支持解析上述字段时,该参数设置才有效。 该参数的取值包括: - close:表示关闭代理协议。 - toa_open:表示开启代理协议“tcp_toa”。 - proxy_open:表示开启代理协议“proxy_protocol”。 - open:表示同时开启代理协议“tcp_toa”和“proxy_protocol”。 - proxy_vni: 关闭toa,开启proxy和vni。 默认值为“close”。
466
466
 
467
467
  :param tcp_proxy: The tcp_proxy of this ListServiceDetailsResponse.
468
468
  :type tcp_proxy: str
@@ -517,7 +517,7 @@ class ListServiceDetailsResponse(SdkResponse):
517
517
  def enable_policy(self):
518
518
  """Gets the enable_policy of this ListServiceDetailsResponse.
519
519
 
520
- 是否开启终端节点策略。 false:不支持设置终端节点策略 true:支持设置终端节点策略 默认为false
520
+ 是否开启终端节点策略。 - false:不支持设置终端节点策略 - true:支持设置终端节点策略 默认为false
521
521
 
522
522
  :return: The enable_policy of this ListServiceDetailsResponse.
523
523
  :rtype: bool
@@ -528,7 +528,7 @@ class ListServiceDetailsResponse(SdkResponse):
528
528
  def enable_policy(self, enable_policy):
529
529
  """Sets the enable_policy of this ListServiceDetailsResponse.
530
530
 
531
- 是否开启终端节点策略。 false:不支持设置终端节点策略 true:支持设置终端节点策略 默认为false
531
+ 是否开启终端节点策略。 - false:不支持设置终端节点策略 - true:支持设置终端节点策略 默认为false
532
532
 
533
533
  :param enable_policy: The enable_policy of this ListServiceDetailsResponse.
534
534
  :type enable_policy: bool
@@ -47,9 +47,9 @@ class ListServicePermissionsDetailsRequest:
47
47
  :type limit: int
48
48
  :param offset: 偏移量。 偏移量为一个大于0小于终端节点服务总个数的整数, 表示从偏移量后面的终端节点服务开始查询。
49
49
  :type offset: int
50
- :param sort_key: 查询结果中白名单列表的排序字段,取值为create_at,表示白名单的添加时间。
50
+ :param sort_key: 查询结果中终端节点服务列表的排序字段,取值为: - create_at:终端节点服务的创建时间 - update_at:终端节点服务的更新时间 默认值为create_at。
51
51
  :type sort_key: str
52
- :param sort_dir: 查询结果中白名单列表的排序方式,取值为: desc:降序排序 asc:升序排序 默认值为desc。
52
+ :param sort_dir: 查询结果中白名单列表的排序方式,取值为: - desc:降序排序 - asc:升序排序 默认值为desc。
53
53
  :type sort_dir: str
54
54
  """
55
55
 
@@ -167,7 +167,7 @@ class ListServicePermissionsDetailsRequest:
167
167
  def sort_key(self):
168
168
  """Gets the sort_key of this ListServicePermissionsDetailsRequest.
169
169
 
170
- 查询结果中白名单列表的排序字段,取值为create_at,表示白名单的添加时间。
170
+ 查询结果中终端节点服务列表的排序字段,取值为: - create_at:终端节点服务的创建时间 - update_at:终端节点服务的更新时间 默认值为create_at。
171
171
 
172
172
  :return: The sort_key of this ListServicePermissionsDetailsRequest.
173
173
  :rtype: str
@@ -178,7 +178,7 @@ class ListServicePermissionsDetailsRequest:
178
178
  def sort_key(self, sort_key):
179
179
  """Sets the sort_key of this ListServicePermissionsDetailsRequest.
180
180
 
181
- 查询结果中白名单列表的排序字段,取值为create_at,表示白名单的添加时间。
181
+ 查询结果中终端节点服务列表的排序字段,取值为: - create_at:终端节点服务的创建时间 - update_at:终端节点服务的更新时间 默认值为create_at。
182
182
 
183
183
  :param sort_key: The sort_key of this ListServicePermissionsDetailsRequest.
184
184
  :type sort_key: str
@@ -189,7 +189,7 @@ class ListServicePermissionsDetailsRequest:
189
189
  def sort_dir(self):
190
190
  """Gets the sort_dir of this ListServicePermissionsDetailsRequest.
191
191
 
192
- 查询结果中白名单列表的排序方式,取值为: desc:降序排序 asc:升序排序 默认值为desc。
192
+ 查询结果中白名单列表的排序方式,取值为: - desc:降序排序 - asc:升序排序 默认值为desc。
193
193
 
194
194
  :return: The sort_dir of this ListServicePermissionsDetailsRequest.
195
195
  :rtype: str
@@ -200,7 +200,7 @@ class ListServicePermissionsDetailsRequest:
200
200
  def sort_dir(self, sort_dir):
201
201
  """Sets the sort_dir of this ListServicePermissionsDetailsRequest.
202
202
 
203
- 查询结果中白名单列表的排序方式,取值为: desc:降序排序 asc:升序排序 默认值为desc。
203
+ 查询结果中白名单列表的排序方式,取值为: - desc:降序排序 - asc:升序排序 默认值为desc。
204
204
 
205
205
  :param sort_dir: The sort_dir of this ListServicePermissionsDetailsRequest.
206
206
  :type sort_dir: str
@@ -47,9 +47,9 @@ class ListServicePublicDetailsRequest:
47
47
  :type endpoint_service_name: str
48
48
  :param id: 公共终端节点服务的ID,唯一标识。
49
49
  :type id: str
50
- :param sort_key: 查询结果中终端节点服务列表的排序字段,取值为: create_at:终端节点服务的创建时间 update_at:终端节点服务的更新时间 默认值为create_at。
50
+ :param sort_key: 查询结果中终端节点服务列表的排序字段,取值为: - create_at:终端节点服务的创建时间 - update_at:终端节点服务的更新时间 默认值为create_at。
51
51
  :type sort_key: str
52
- :param sort_dir: 查询结果中终端节点服务列表的排序方式,取值为: desc:降序排序 asc:升序排序 默认值为desc。
52
+ :param sort_dir: 查询结果中终端节点服务列表的排序方式,取值为: - desc:降序排序 - asc:升序排序 默认值为desc。
53
53
  :type sort_dir: str
54
54
  """
55
55
 
@@ -168,7 +168,7 @@ class ListServicePublicDetailsRequest:
168
168
  def sort_key(self):
169
169
  """Gets the sort_key of this ListServicePublicDetailsRequest.
170
170
 
171
- 查询结果中终端节点服务列表的排序字段,取值为: create_at:终端节点服务的创建时间 update_at:终端节点服务的更新时间 默认值为create_at。
171
+ 查询结果中终端节点服务列表的排序字段,取值为: - create_at:终端节点服务的创建时间 - update_at:终端节点服务的更新时间 默认值为create_at。
172
172
 
173
173
  :return: The sort_key of this ListServicePublicDetailsRequest.
174
174
  :rtype: str
@@ -179,7 +179,7 @@ class ListServicePublicDetailsRequest:
179
179
  def sort_key(self, sort_key):
180
180
  """Sets the sort_key of this ListServicePublicDetailsRequest.
181
181
 
182
- 查询结果中终端节点服务列表的排序字段,取值为: create_at:终端节点服务的创建时间 update_at:终端节点服务的更新时间 默认值为create_at。
182
+ 查询结果中终端节点服务列表的排序字段,取值为: - create_at:终端节点服务的创建时间 - update_at:终端节点服务的更新时间 默认值为create_at。
183
183
 
184
184
  :param sort_key: The sort_key of this ListServicePublicDetailsRequest.
185
185
  :type sort_key: str
@@ -190,7 +190,7 @@ class ListServicePublicDetailsRequest:
190
190
  def sort_dir(self):
191
191
  """Gets the sort_dir of this ListServicePublicDetailsRequest.
192
192
 
193
- 查询结果中终端节点服务列表的排序方式,取值为: desc:降序排序 asc:升序排序 默认值为desc。
193
+ 查询结果中终端节点服务列表的排序方式,取值为: - desc:降序排序 - asc:升序排序 默认值为desc。
194
194
 
195
195
  :return: The sort_dir of this ListServicePublicDetailsRequest.
196
196
  :rtype: str
@@ -201,7 +201,7 @@ class ListServicePublicDetailsRequest:
201
201
  def sort_dir(self, sort_dir):
202
202
  """Sets the sort_dir of this ListServicePublicDetailsRequest.
203
203
 
204
- 查询结果中终端节点服务列表的排序方式,取值为: desc:降序排序 asc:升序排序 默认值为desc。
204
+ 查询结果中终端节点服务列表的排序方式,取值为: - desc:降序排序 - asc:升序排序 默认值为desc。
205
205
 
206
206
  :param sort_dir: The sort_dir of this ListServicePublicDetailsRequest.
207
207
  :type sort_dir: str