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
@@ -26,10 +26,11 @@ class ListServiceDetailsResponse(SdkResponse):
|
|
26
26
|
'approval_enabled': 'bool',
|
27
27
|
'status': 'str',
|
28
28
|
'service_type': 'str',
|
29
|
-
'created_at': '
|
30
|
-
'updated_at': '
|
29
|
+
'created_at': 'datetime',
|
30
|
+
'updated_at': 'datetime',
|
31
31
|
'project_id': 'str',
|
32
32
|
'cidr_type': 'str',
|
33
|
+
'ip': 'str',
|
33
34
|
'ports': 'list[PortList]',
|
34
35
|
'tcp_proxy': 'str',
|
35
36
|
'tags': 'list[TagList]',
|
@@ -51,6 +52,7 @@ class ListServiceDetailsResponse(SdkResponse):
|
|
51
52
|
'updated_at': 'updated_at',
|
52
53
|
'project_id': 'project_id',
|
53
54
|
'cidr_type': 'cidr_type',
|
55
|
+
'ip': 'ip',
|
54
56
|
'ports': 'ports',
|
55
57
|
'tcp_proxy': 'tcp_proxy',
|
56
58
|
'tags': 'tags',
|
@@ -59,44 +61,46 @@ class ListServiceDetailsResponse(SdkResponse):
|
|
59
61
|
'description': 'description'
|
60
62
|
}
|
61
63
|
|
62
|
-
def __init__(self, id=None, port_id=None, service_name=None, server_type=None, vpc_id=None, approval_enabled=None, status=None, service_type=None, created_at=None, updated_at=None, project_id=None, cidr_type=None, ports=None, tcp_proxy=None, tags=None, error=None, enable_policy=None, description=None):
|
64
|
+
def __init__(self, id=None, port_id=None, service_name=None, server_type=None, vpc_id=None, approval_enabled=None, status=None, service_type=None, created_at=None, updated_at=None, project_id=None, cidr_type=None, ip=None, ports=None, tcp_proxy=None, tags=None, error=None, enable_policy=None, description=None):
|
63
65
|
"""ListServiceDetailsResponse
|
64
66
|
|
65
67
|
The model defined in huaweicloud sdk
|
66
68
|
|
67
69
|
:param id: 终端节点服务的ID,唯一标识。
|
68
70
|
:type id: str
|
69
|
-
:param port_id: 标识终端节点服务后端资源的ID, 格式为通用唯一识别码(Universally Unique Identifier,下文简称UUID)。取值为:
|
71
|
+
:param port_id: 标识终端节点服务后端资源的ID, 格式为通用唯一识别码(Universally Unique Identifier,下文简称UUID)。取值为: - LB类型:负载均衡器内网IP对应的端口ID。 - VM类型:弹性云服务器IP地址对应的网卡ID。 - VIP类型:虚拟资源所在物理服务器对应的网卡ID。(该字段已废弃,请优先使用LB类型)
|
70
72
|
:type port_id: str
|
71
73
|
:param service_name: 终端节点服务的名称。
|
72
74
|
:type service_name: str
|
73
|
-
:param server_type: 资源类型。
|
75
|
+
:param server_type: 资源类型。 - VM:云服务器。 - VIP:虚拟IP。 - LB:增强负载均衡型。
|
74
76
|
:type server_type: str
|
75
77
|
:param vpc_id: 终端节点服务对应后端资源所在的VPC的ID。
|
76
78
|
:type vpc_id: str
|
77
|
-
:param approval_enabled: 是否需要审批。
|
79
|
+
:param approval_enabled: 是否需要审批。 - false:不需要审批,创建的终端节点连接直接为accepted状态。 - true:需要审批,创建的终端节点连接为pendingAcceptance状态, 需要终端节点服务所属用户审核后方可使用。
|
78
80
|
:type approval_enabled: bool
|
79
|
-
:param status: 终端节点服务的状态。
|
81
|
+
:param status: 终端节点服务的状态。 - creating:创建中 - available:可连接 - failed:失败 - deleting:删除中
|
80
82
|
:type status: str
|
81
|
-
:param service_type: 终端节点服务类型。 终端节点服务类型包括“网关(
|
83
|
+
:param service_type: 终端节点服务类型。 终端节点服务类型包括“网关(gateway)型”和“接口(interface)型”: - gateway:由运维人员配置。用户无需创建,可直接使用。 - interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建,用户可直接使用。 您可以通过创建终端节点创建访问Gateway和Interface类型终端节点服务的终端节。
|
82
84
|
:type service_type: str
|
83
|
-
:param created_at: 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-
|
84
|
-
:type created_at:
|
85
|
-
:param updated_at: 终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-
|
86
|
-
:type updated_at:
|
85
|
+
:param created_at: 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
86
|
+
:type created_at: datetime
|
87
|
+
:param updated_at: 终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
88
|
+
:type updated_at: datetime
|
87
89
|
:param project_id: 项目ID,获取方法请参见获取项目ID。
|
88
90
|
:type project_id: str
|
89
91
|
:param cidr_type: 网段类型。 public:公网网段 internal:内网网段 默认值为internal。
|
90
92
|
:type cidr_type: str
|
93
|
+
:param ip: 接口型VLAN场景服务端IPv4地址或域名
|
94
|
+
:type ip: str
|
91
95
|
:param ports: 服务开放的端口映射列表,详细内容请参见表4-17 同一个终端节点服务下,不允许重复的端口映射。若多个终端节点服务共用一个port_id,则 终端节点服务之间的所有端口映射的server_port和protocol的组合不能重复。
|
92
96
|
:type ports: list[:class:`huaweicloudsdkvpcep.v1.PortList`]
|
93
|
-
:param tcp_proxy: 用于控制将哪些信息(如客户端的源IP、源端口、marker_id等)携带到服务端。 支持携带的客户端信息包括如下两种类型:
|
97
|
+
:param tcp_proxy: 用于控制将哪些信息(如客户端的源IP、源端口、marker_id等)携带到服务端。 支持携带的客户端信息包括如下两种类型: - TCP TOA:表示将客户端信息插入到tcp option字段中携带至服务端。 说明:仅当后端资源为OBS时,支持TCP TOA类型信息携带方式。 - Proxy Protocol:表示将客户端信息插入到tcp payload字段中携带至服务端。 仅当服务端支持解析上述字段时,该参数设置才有效。 该参数的取值包括: - close:表示关闭代理协议。 - toa_open:表示开启代理协议“tcp_toa”。 - proxy_open:表示开启代理协议“proxy_protocol”。 - open:表示同时开启代理协议“tcp_toa”和“proxy_protocol”。 默认值为“close”。
|
94
98
|
:type tcp_proxy: str
|
95
99
|
:param tags: 资源标签列表
|
96
100
|
:type tags: list[:class:`huaweicloudsdkvpcep.v1.TagList`]
|
97
101
|
:param error: 提交任务异常时返回的异常信息
|
98
102
|
:type error: list[:class:`huaweicloudsdkvpcep.v1.Error`]
|
99
|
-
:param enable_policy:
|
103
|
+
:param enable_policy: 是否允许自定义终端节点策略。 - false:不支持设置终端节点策略 - true:支持设置终端节点策略 默认为false
|
100
104
|
:type enable_policy: bool
|
101
105
|
:param description: 描述字段,支持中英文字母、数字等字符,不支持“<”或“>”字符。
|
102
106
|
:type description: str
|
@@ -116,6 +120,7 @@ class ListServiceDetailsResponse(SdkResponse):
|
|
116
120
|
self._updated_at = None
|
117
121
|
self._project_id = None
|
118
122
|
self._cidr_type = None
|
123
|
+
self._ip = None
|
119
124
|
self._ports = None
|
120
125
|
self._tcp_proxy = None
|
121
126
|
self._tags = None
|
@@ -148,6 +153,8 @@ class ListServiceDetailsResponse(SdkResponse):
|
|
148
153
|
self.project_id = project_id
|
149
154
|
if cidr_type is not None:
|
150
155
|
self.cidr_type = cidr_type
|
156
|
+
if ip is not None:
|
157
|
+
self.ip = ip
|
151
158
|
if ports is not None:
|
152
159
|
self.ports = ports
|
153
160
|
if tcp_proxy is not None:
|
@@ -187,7 +194,7 @@ class ListServiceDetailsResponse(SdkResponse):
|
|
187
194
|
def port_id(self):
|
188
195
|
"""Gets the port_id of this ListServiceDetailsResponse.
|
189
196
|
|
190
|
-
标识终端节点服务后端资源的ID, 格式为通用唯一识别码(Universally Unique Identifier,下文简称UUID)。取值为:
|
197
|
+
标识终端节点服务后端资源的ID, 格式为通用唯一识别码(Universally Unique Identifier,下文简称UUID)。取值为: - LB类型:负载均衡器内网IP对应的端口ID。 - VM类型:弹性云服务器IP地址对应的网卡ID。 - VIP类型:虚拟资源所在物理服务器对应的网卡ID。(该字段已废弃,请优先使用LB类型)
|
191
198
|
|
192
199
|
:return: The port_id of this ListServiceDetailsResponse.
|
193
200
|
:rtype: str
|
@@ -198,7 +205,7 @@ class ListServiceDetailsResponse(SdkResponse):
|
|
198
205
|
def port_id(self, port_id):
|
199
206
|
"""Sets the port_id of this ListServiceDetailsResponse.
|
200
207
|
|
201
|
-
标识终端节点服务后端资源的ID, 格式为通用唯一识别码(Universally Unique Identifier,下文简称UUID)。取值为:
|
208
|
+
标识终端节点服务后端资源的ID, 格式为通用唯一识别码(Universally Unique Identifier,下文简称UUID)。取值为: - LB类型:负载均衡器内网IP对应的端口ID。 - VM类型:弹性云服务器IP地址对应的网卡ID。 - VIP类型:虚拟资源所在物理服务器对应的网卡ID。(该字段已废弃,请优先使用LB类型)
|
202
209
|
|
203
210
|
:param port_id: The port_id of this ListServiceDetailsResponse.
|
204
211
|
:type port_id: str
|
@@ -231,7 +238,7 @@ class ListServiceDetailsResponse(SdkResponse):
|
|
231
238
|
def server_type(self):
|
232
239
|
"""Gets the server_type of this ListServiceDetailsResponse.
|
233
240
|
|
234
|
-
资源类型。
|
241
|
+
资源类型。 - VM:云服务器。 - VIP:虚拟IP。 - LB:增强负载均衡型。
|
235
242
|
|
236
243
|
:return: The server_type of this ListServiceDetailsResponse.
|
237
244
|
:rtype: str
|
@@ -242,7 +249,7 @@ class ListServiceDetailsResponse(SdkResponse):
|
|
242
249
|
def server_type(self, server_type):
|
243
250
|
"""Sets the server_type of this ListServiceDetailsResponse.
|
244
251
|
|
245
|
-
资源类型。
|
252
|
+
资源类型。 - VM:云服务器。 - VIP:虚拟IP。 - LB:增强负载均衡型。
|
246
253
|
|
247
254
|
:param server_type: The server_type of this ListServiceDetailsResponse.
|
248
255
|
:type server_type: str
|
@@ -275,7 +282,7 @@ class ListServiceDetailsResponse(SdkResponse):
|
|
275
282
|
def approval_enabled(self):
|
276
283
|
"""Gets the approval_enabled of this ListServiceDetailsResponse.
|
277
284
|
|
278
|
-
是否需要审批。
|
285
|
+
是否需要审批。 - false:不需要审批,创建的终端节点连接直接为accepted状态。 - true:需要审批,创建的终端节点连接为pendingAcceptance状态, 需要终端节点服务所属用户审核后方可使用。
|
279
286
|
|
280
287
|
:return: The approval_enabled of this ListServiceDetailsResponse.
|
281
288
|
:rtype: bool
|
@@ -286,7 +293,7 @@ class ListServiceDetailsResponse(SdkResponse):
|
|
286
293
|
def approval_enabled(self, approval_enabled):
|
287
294
|
"""Sets the approval_enabled of this ListServiceDetailsResponse.
|
288
295
|
|
289
|
-
是否需要审批。
|
296
|
+
是否需要审批。 - false:不需要审批,创建的终端节点连接直接为accepted状态。 - true:需要审批,创建的终端节点连接为pendingAcceptance状态, 需要终端节点服务所属用户审核后方可使用。
|
290
297
|
|
291
298
|
:param approval_enabled: The approval_enabled of this ListServiceDetailsResponse.
|
292
299
|
:type approval_enabled: bool
|
@@ -297,7 +304,7 @@ class ListServiceDetailsResponse(SdkResponse):
|
|
297
304
|
def status(self):
|
298
305
|
"""Gets the status of this ListServiceDetailsResponse.
|
299
306
|
|
300
|
-
终端节点服务的状态。
|
307
|
+
终端节点服务的状态。 - creating:创建中 - available:可连接 - failed:失败 - deleting:删除中
|
301
308
|
|
302
309
|
:return: The status of this ListServiceDetailsResponse.
|
303
310
|
:rtype: str
|
@@ -308,7 +315,7 @@ class ListServiceDetailsResponse(SdkResponse):
|
|
308
315
|
def status(self, status):
|
309
316
|
"""Sets the status of this ListServiceDetailsResponse.
|
310
317
|
|
311
|
-
终端节点服务的状态。
|
318
|
+
终端节点服务的状态。 - creating:创建中 - available:可连接 - failed:失败 - deleting:删除中
|
312
319
|
|
313
320
|
:param status: The status of this ListServiceDetailsResponse.
|
314
321
|
:type status: str
|
@@ -319,7 +326,7 @@ class ListServiceDetailsResponse(SdkResponse):
|
|
319
326
|
def service_type(self):
|
320
327
|
"""Gets the service_type of this ListServiceDetailsResponse.
|
321
328
|
|
322
|
-
终端节点服务类型。 终端节点服务类型包括“网关(
|
329
|
+
终端节点服务类型。 终端节点服务类型包括“网关(gateway)型”和“接口(interface)型”: - gateway:由运维人员配置。用户无需创建,可直接使用。 - interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建,用户可直接使用。 您可以通过创建终端节点创建访问Gateway和Interface类型终端节点服务的终端节。
|
323
330
|
|
324
331
|
:return: The service_type of this ListServiceDetailsResponse.
|
325
332
|
:rtype: str
|
@@ -330,7 +337,7 @@ class ListServiceDetailsResponse(SdkResponse):
|
|
330
337
|
def service_type(self, service_type):
|
331
338
|
"""Sets the service_type of this ListServiceDetailsResponse.
|
332
339
|
|
333
|
-
终端节点服务类型。 终端节点服务类型包括“网关(
|
340
|
+
终端节点服务类型。 终端节点服务类型包括“网关(gateway)型”和“接口(interface)型”: - gateway:由运维人员配置。用户无需创建,可直接使用。 - interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建,用户可直接使用。 您可以通过创建终端节点创建访问Gateway和Interface类型终端节点服务的终端节。
|
334
341
|
|
335
342
|
:param service_type: The service_type of this ListServiceDetailsResponse.
|
336
343
|
:type service_type: str
|
@@ -341,10 +348,10 @@ class ListServiceDetailsResponse(SdkResponse):
|
|
341
348
|
def created_at(self):
|
342
349
|
"""Gets the created_at of this ListServiceDetailsResponse.
|
343
350
|
|
344
|
-
终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-
|
351
|
+
终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
345
352
|
|
346
353
|
:return: The created_at of this ListServiceDetailsResponse.
|
347
|
-
:rtype:
|
354
|
+
:rtype: datetime
|
348
355
|
"""
|
349
356
|
return self._created_at
|
350
357
|
|
@@ -352,10 +359,10 @@ class ListServiceDetailsResponse(SdkResponse):
|
|
352
359
|
def created_at(self, created_at):
|
353
360
|
"""Sets the created_at of this ListServiceDetailsResponse.
|
354
361
|
|
355
|
-
终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-
|
362
|
+
终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
356
363
|
|
357
364
|
:param created_at: The created_at of this ListServiceDetailsResponse.
|
358
|
-
:type created_at:
|
365
|
+
:type created_at: datetime
|
359
366
|
"""
|
360
367
|
self._created_at = created_at
|
361
368
|
|
@@ -363,10 +370,10 @@ class ListServiceDetailsResponse(SdkResponse):
|
|
363
370
|
def updated_at(self):
|
364
371
|
"""Gets the updated_at of this ListServiceDetailsResponse.
|
365
372
|
|
366
|
-
终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-
|
373
|
+
终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
367
374
|
|
368
375
|
:return: The updated_at of this ListServiceDetailsResponse.
|
369
|
-
:rtype:
|
376
|
+
:rtype: datetime
|
370
377
|
"""
|
371
378
|
return self._updated_at
|
372
379
|
|
@@ -374,10 +381,10 @@ class ListServiceDetailsResponse(SdkResponse):
|
|
374
381
|
def updated_at(self, updated_at):
|
375
382
|
"""Sets the updated_at of this ListServiceDetailsResponse.
|
376
383
|
|
377
|
-
终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-
|
384
|
+
终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
378
385
|
|
379
386
|
:param updated_at: The updated_at of this ListServiceDetailsResponse.
|
380
|
-
:type updated_at:
|
387
|
+
:type updated_at: datetime
|
381
388
|
"""
|
382
389
|
self._updated_at = updated_at
|
383
390
|
|
@@ -425,6 +432,28 @@ class ListServiceDetailsResponse(SdkResponse):
|
|
425
432
|
"""
|
426
433
|
self._cidr_type = cidr_type
|
427
434
|
|
435
|
+
@property
|
436
|
+
def ip(self):
|
437
|
+
"""Gets the ip of this ListServiceDetailsResponse.
|
438
|
+
|
439
|
+
接口型VLAN场景服务端IPv4地址或域名
|
440
|
+
|
441
|
+
:return: The ip of this ListServiceDetailsResponse.
|
442
|
+
:rtype: str
|
443
|
+
"""
|
444
|
+
return self._ip
|
445
|
+
|
446
|
+
@ip.setter
|
447
|
+
def ip(self, ip):
|
448
|
+
"""Sets the ip of this ListServiceDetailsResponse.
|
449
|
+
|
450
|
+
接口型VLAN场景服务端IPv4地址或域名
|
451
|
+
|
452
|
+
:param ip: The ip of this ListServiceDetailsResponse.
|
453
|
+
:type ip: str
|
454
|
+
"""
|
455
|
+
self._ip = ip
|
456
|
+
|
428
457
|
@property
|
429
458
|
def ports(self):
|
430
459
|
"""Gets the ports of this ListServiceDetailsResponse.
|
@@ -451,7 +480,7 @@ class ListServiceDetailsResponse(SdkResponse):
|
|
451
480
|
def tcp_proxy(self):
|
452
481
|
"""Gets the tcp_proxy of this ListServiceDetailsResponse.
|
453
482
|
|
454
|
-
用于控制将哪些信息(如客户端的源IP、源端口、marker_id等)携带到服务端。 支持携带的客户端信息包括如下两种类型:
|
483
|
+
用于控制将哪些信息(如客户端的源IP、源端口、marker_id等)携带到服务端。 支持携带的客户端信息包括如下两种类型: - TCP TOA:表示将客户端信息插入到tcp option字段中携带至服务端。 说明:仅当后端资源为OBS时,支持TCP TOA类型信息携带方式。 - Proxy Protocol:表示将客户端信息插入到tcp payload字段中携带至服务端。 仅当服务端支持解析上述字段时,该参数设置才有效。 该参数的取值包括: - close:表示关闭代理协议。 - toa_open:表示开启代理协议“tcp_toa”。 - proxy_open:表示开启代理协议“proxy_protocol”。 - open:表示同时开启代理协议“tcp_toa”和“proxy_protocol”。 默认值为“close”。
|
455
484
|
|
456
485
|
:return: The tcp_proxy of this ListServiceDetailsResponse.
|
457
486
|
:rtype: str
|
@@ -462,7 +491,7 @@ class ListServiceDetailsResponse(SdkResponse):
|
|
462
491
|
def tcp_proxy(self, tcp_proxy):
|
463
492
|
"""Sets the tcp_proxy of this ListServiceDetailsResponse.
|
464
493
|
|
465
|
-
用于控制将哪些信息(如客户端的源IP、源端口、marker_id等)携带到服务端。 支持携带的客户端信息包括如下两种类型:
|
494
|
+
用于控制将哪些信息(如客户端的源IP、源端口、marker_id等)携带到服务端。 支持携带的客户端信息包括如下两种类型: - TCP TOA:表示将客户端信息插入到tcp option字段中携带至服务端。 说明:仅当后端资源为OBS时,支持TCP TOA类型信息携带方式。 - Proxy Protocol:表示将客户端信息插入到tcp payload字段中携带至服务端。 仅当服务端支持解析上述字段时,该参数设置才有效。 该参数的取值包括: - close:表示关闭代理协议。 - toa_open:表示开启代理协议“tcp_toa”。 - proxy_open:表示开启代理协议“proxy_protocol”。 - open:表示同时开启代理协议“tcp_toa”和“proxy_protocol”。 默认值为“close”。
|
466
495
|
|
467
496
|
:param tcp_proxy: The tcp_proxy of this ListServiceDetailsResponse.
|
468
497
|
:type tcp_proxy: str
|
@@ -517,7 +546,7 @@ class ListServiceDetailsResponse(SdkResponse):
|
|
517
546
|
def enable_policy(self):
|
518
547
|
"""Gets the enable_policy of this ListServiceDetailsResponse.
|
519
548
|
|
520
|
-
|
549
|
+
是否允许自定义终端节点策略。 - false:不支持设置终端节点策略 - true:支持设置终端节点策略 默认为false
|
521
550
|
|
522
551
|
:return: The enable_policy of this ListServiceDetailsResponse.
|
523
552
|
:rtype: bool
|
@@ -528,7 +557,7 @@ class ListServiceDetailsResponse(SdkResponse):
|
|
528
557
|
def enable_policy(self, enable_policy):
|
529
558
|
"""Sets the enable_policy of this ListServiceDetailsResponse.
|
530
559
|
|
531
|
-
|
560
|
+
是否允许自定义终端节点策略。 - false:不支持设置终端节点策略 - true:支持设置终端节点策略 默认为false
|
532
561
|
|
533
562
|
:param enable_policy: The enable_policy of this ListServiceDetailsResponse.
|
534
563
|
:type enable_policy: bool
|
@@ -41,15 +41,15 @@ class ListServicePermissionsDetailsRequest:
|
|
41
41
|
|
42
42
|
:param vpc_endpoint_service_id: 终端节点服务的ID。
|
43
43
|
:type vpc_endpoint_service_id: str
|
44
|
-
:param permission:
|
44
|
+
:param permission: 权限账号ID,格式为“iam:domain::domain_id”。 其中“domain_id”为授权用户的账号ID, 例如“iam:domain::6e9dfd51d1124e8d8498dce894923a0d”,支持模糊搜索。
|
45
45
|
:type permission: str
|
46
46
|
:param limit: 查询返回终端节点服务的白名单数量限制,即每页返回的个数。 取值范围:0~500,取值一般为10,20或者50,默认为10。
|
47
47
|
:type limit: int
|
48
48
|
:param offset: 偏移量。 偏移量为一个大于0小于终端节点服务总个数的整数, 表示从偏移量后面的终端节点服务开始查询。
|
49
49
|
:type offset: int
|
50
|
-
:param sort_key:
|
50
|
+
:param sort_key: 查询结果中终端节点服务列表的排序字段,取值为: - create_at:终端节点服务的创建时间 - update_at:终端节点服务的更新时间 默认值为create_at。
|
51
51
|
:type sort_key: str
|
52
|
-
:param sort_dir: 查询结果中白名单列表的排序方式,取值为:
|
52
|
+
:param sort_dir: 查询结果中白名单列表的排序方式,取值为: - desc:降序排序 - asc:升序排序 默认值为desc。
|
53
53
|
:type sort_dir: str
|
54
54
|
"""
|
55
55
|
|
@@ -101,7 +101,7 @@ class ListServicePermissionsDetailsRequest:
|
|
101
101
|
def permission(self):
|
102
102
|
"""Gets the permission of this ListServicePermissionsDetailsRequest.
|
103
103
|
|
104
|
-
|
104
|
+
权限账号ID,格式为“iam:domain::domain_id”。 其中“domain_id”为授权用户的账号ID, 例如“iam:domain::6e9dfd51d1124e8d8498dce894923a0d”,支持模糊搜索。
|
105
105
|
|
106
106
|
:return: The permission of this ListServicePermissionsDetailsRequest.
|
107
107
|
:rtype: str
|
@@ -112,7 +112,7 @@ class ListServicePermissionsDetailsRequest:
|
|
112
112
|
def permission(self, permission):
|
113
113
|
"""Sets the permission of this ListServicePermissionsDetailsRequest.
|
114
114
|
|
115
|
-
|
115
|
+
权限账号ID,格式为“iam:domain::domain_id”。 其中“domain_id”为授权用户的账号ID, 例如“iam:domain::6e9dfd51d1124e8d8498dce894923a0d”,支持模糊搜索。
|
116
116
|
|
117
117
|
:param permission: The permission of this ListServicePermissionsDetailsRequest.
|
118
118
|
:type permission: str
|
@@ -167,7 +167,7 @@ class ListServicePermissionsDetailsRequest:
|
|
167
167
|
def sort_key(self):
|
168
168
|
"""Gets the sort_key of this ListServicePermissionsDetailsRequest.
|
169
169
|
|
170
|
-
|
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
|
-
|
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
|
-
查询结果中白名单列表的排序方式,取值为:
|
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
|
-
查询结果中白名单列表的排序方式,取值为:
|
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: 查询结果中终端节点服务列表的排序字段,取值为:
|
50
|
+
:param sort_key: 查询结果中终端节点服务列表的排序字段,取值为: - create_at:终端节点服务的创建时间 - update_at:终端节点服务的更新时间 默认值为create_at。
|
51
51
|
:type sort_key: str
|
52
|
-
:param sort_dir: 查询结果中终端节点服务列表的排序方式,取值为:
|
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
|
-
查询结果中终端节点服务列表的排序字段,取值为:
|
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
|
-
查询结果中终端节点服务列表的排序字段,取值为:
|
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
|
-
查询结果中终端节点服务列表的排序方式,取值为:
|
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
|
-
查询结果中终端节点服务列表的排序方式,取值为:
|
204
|
+
查询结果中终端节点服务列表的排序方式,取值为: - desc:降序排序 - asc:升序排序 默认值为desc。
|
205
205
|
|
206
206
|
:param sort_dir: The sort_dir of this ListServicePublicDetailsRequest.
|
207
207
|
:type sort_dir: str
|
@@ -20,7 +20,7 @@ class PermissionObject:
|
|
20
20
|
'id': 'str',
|
21
21
|
'permission': 'str',
|
22
22
|
'permission_type': 'str',
|
23
|
-
'created_at': '
|
23
|
+
'created_at': 'datetime'
|
24
24
|
}
|
25
25
|
|
26
26
|
attribute_map = {
|
@@ -37,12 +37,12 @@ class PermissionObject:
|
|
37
37
|
|
38
38
|
:param id: permission的ID,唯一标识。
|
39
39
|
:type id: str
|
40
|
-
:param permission: permission列表。 权限格式为:iam:domain::domain_id
|
40
|
+
:param permission: 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/*
|
41
41
|
:type permission: str
|
42
|
-
:param permission_type: 终端节点服务白名单类型。
|
42
|
+
:param permission_type: 终端节点服务白名单类型。 - domainId:基于账户ID配置终端节点服务白名单。 - orgPath:基于账户所在组织路径配置终端节点服务白名单。
|
43
43
|
:type permission_type: str
|
44
|
-
:param created_at: 白名单的添加时间。 采用UTC时间格式,格式为:YYYY-
|
45
|
-
:type created_at:
|
44
|
+
:param created_at: 白名单的添加时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
45
|
+
:type created_at: datetime
|
46
46
|
"""
|
47
47
|
|
48
48
|
|
@@ -88,7 +88,7 @@ class PermissionObject:
|
|
88
88
|
def permission(self):
|
89
89
|
"""Gets the permission of this PermissionObject.
|
90
90
|
|
91
|
-
permission列表。 权限格式为:iam:domain::domain_id
|
91
|
+
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/*
|
92
92
|
|
93
93
|
:return: The permission of this PermissionObject.
|
94
94
|
:rtype: str
|
@@ -99,7 +99,7 @@ class PermissionObject:
|
|
99
99
|
def permission(self, permission):
|
100
100
|
"""Sets the permission of this PermissionObject.
|
101
101
|
|
102
|
-
permission列表。 权限格式为:iam:domain::domain_id
|
102
|
+
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/*
|
103
103
|
|
104
104
|
:param permission: The permission of this PermissionObject.
|
105
105
|
:type permission: str
|
@@ -110,7 +110,7 @@ class PermissionObject:
|
|
110
110
|
def permission_type(self):
|
111
111
|
"""Gets the permission_type of this PermissionObject.
|
112
112
|
|
113
|
-
终端节点服务白名单类型。
|
113
|
+
终端节点服务白名单类型。 - domainId:基于账户ID配置终端节点服务白名单。 - orgPath:基于账户所在组织路径配置终端节点服务白名单。
|
114
114
|
|
115
115
|
:return: The permission_type of this PermissionObject.
|
116
116
|
:rtype: str
|
@@ -121,7 +121,7 @@ class PermissionObject:
|
|
121
121
|
def permission_type(self, permission_type):
|
122
122
|
"""Sets the permission_type of this PermissionObject.
|
123
123
|
|
124
|
-
终端节点服务白名单类型。
|
124
|
+
终端节点服务白名单类型。 - domainId:基于账户ID配置终端节点服务白名单。 - orgPath:基于账户所在组织路径配置终端节点服务白名单。
|
125
125
|
|
126
126
|
:param permission_type: The permission_type of this PermissionObject.
|
127
127
|
:type permission_type: str
|
@@ -132,10 +132,10 @@ class PermissionObject:
|
|
132
132
|
def created_at(self):
|
133
133
|
"""Gets the created_at of this PermissionObject.
|
134
134
|
|
135
|
-
白名单的添加时间。 采用UTC时间格式,格式为:YYYY-
|
135
|
+
白名单的添加时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
136
136
|
|
137
137
|
:return: The created_at of this PermissionObject.
|
138
|
-
:rtype:
|
138
|
+
:rtype: datetime
|
139
139
|
"""
|
140
140
|
return self._created_at
|
141
141
|
|
@@ -143,10 +143,10 @@ class PermissionObject:
|
|
143
143
|
def created_at(self, created_at):
|
144
144
|
"""Sets the created_at of this PermissionObject.
|
145
145
|
|
146
|
-
白名单的添加时间。 采用UTC时间格式,格式为:YYYY-
|
146
|
+
白名单的添加时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
147
147
|
|
148
148
|
:param created_at: The created_at of this PermissionObject.
|
149
|
-
:type created_at:
|
149
|
+
:type created_at: datetime
|
150
150
|
"""
|
151
151
|
self._created_at = created_at
|
152
152
|
|
@@ -33,7 +33,7 @@ class PolicyStatement:
|
|
33
33
|
|
34
34
|
The model defined in huaweicloud sdk
|
35
35
|
|
36
|
-
:param effect:
|
36
|
+
:param effect: - Allow,允许控制访问权限 - Deny,拒绝控制访问权限
|
37
37
|
:type effect: str
|
38
38
|
:param action: obs访问权限
|
39
39
|
:type action: list[str]
|
@@ -56,7 +56,7 @@ class PolicyStatement:
|
|
56
56
|
def effect(self):
|
57
57
|
"""Gets the effect of this PolicyStatement.
|
58
58
|
|
59
|
-
|
59
|
+
- Allow,允许控制访问权限 - Deny,拒绝控制访问权限
|
60
60
|
|
61
61
|
:return: The effect of this PolicyStatement.
|
62
62
|
:rtype: str
|
@@ -67,7 +67,7 @@ class PolicyStatement:
|
|
67
67
|
def effect(self, effect):
|
68
68
|
"""Sets the effect of this PolicyStatement.
|
69
69
|
|
70
|
-
|
70
|
+
- Allow,允许控制访问权限 - Deny,拒绝控制访问权限
|
71
71
|
|
72
72
|
:param effect: The effect of this PolicyStatement.
|
73
73
|
:type effect: str
|
@@ -33,7 +33,7 @@ class Quotas:
|
|
33
33
|
|
34
34
|
The model defined in huaweicloud sdk
|
35
35
|
|
36
|
-
:param type: 资源类型。支持根据资源类型过滤查询指定类型的配额。
|
36
|
+
:param type: 资源类型。支持根据资源类型过滤查询指定类型的配额。 - endpoint_service:终端节点服务 - endpoint:终端节点
|
37
37
|
:type type: str
|
38
38
|
:param used: 已创建的资源个数。 取值范围:0~quota数。
|
39
39
|
:type used: int
|
@@ -59,7 +59,7 @@ class Quotas:
|
|
59
59
|
def type(self):
|
60
60
|
"""Gets the type of this Quotas.
|
61
61
|
|
62
|
-
资源类型。支持根据资源类型过滤查询指定类型的配额。
|
62
|
+
资源类型。支持根据资源类型过滤查询指定类型的配额。 - endpoint_service:终端节点服务 - endpoint:终端节点
|
63
63
|
|
64
64
|
:return: The type of this Quotas.
|
65
65
|
:rtype: str
|
@@ -70,7 +70,7 @@ class Quotas:
|
|
70
70
|
def type(self, type):
|
71
71
|
"""Sets the type of this Quotas.
|
72
72
|
|
73
|
-
资源类型。支持根据资源类型过滤查询指定类型的配额。
|
73
|
+
资源类型。支持根据资源类型过滤查询指定类型的配额。 - endpoint_service:终端节点服务 - endpoint:终端节点
|
74
74
|
|
75
75
|
:param type: The type of this Quotas.
|
76
76
|
:type type: str
|
@@ -31,9 +31,9 @@ class ResourceTag:
|
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
34
|
-
:param key: 键。最大长度
|
34
|
+
:param key: 键。最大长度128个unicode字符。 key需要满足标签字符集规范。
|
35
35
|
:type key: str
|
36
|
-
:param value: 值。action为create时必选,每个值最大长度
|
36
|
+
:param value: 值。action为create时必选,每个值最大长度255个unicode字符, 删除时如果value有值按照key/value删除, 如果value没值,则按照key删除。 value需要满足标签字符集规范。
|
37
37
|
:type value: str
|
38
38
|
"""
|
39
39
|
|
@@ -51,7 +51,7 @@ class ResourceTag:
|
|
51
51
|
def key(self):
|
52
52
|
"""Gets the key of this ResourceTag.
|
53
53
|
|
54
|
-
键。最大长度
|
54
|
+
键。最大长度128个unicode字符。 key需要满足标签字符集规范。
|
55
55
|
|
56
56
|
:return: The key of this ResourceTag.
|
57
57
|
:rtype: str
|
@@ -62,7 +62,7 @@ class ResourceTag:
|
|
62
62
|
def key(self, key):
|
63
63
|
"""Sets the key of this ResourceTag.
|
64
64
|
|
65
|
-
键。最大长度
|
65
|
+
键。最大长度128个unicode字符。 key需要满足标签字符集规范。
|
66
66
|
|
67
67
|
:param key: The key of this ResourceTag.
|
68
68
|
:type key: str
|
@@ -73,7 +73,7 @@ class ResourceTag:
|
|
73
73
|
def value(self):
|
74
74
|
"""Gets the value of this ResourceTag.
|
75
75
|
|
76
|
-
值。action为create时必选,每个值最大长度
|
76
|
+
值。action为create时必选,每个值最大长度255个unicode字符, 删除时如果value有值按照key/value删除, 如果value没值,则按照key删除。 value需要满足标签字符集规范。
|
77
77
|
|
78
78
|
:return: The value of this ResourceTag.
|
79
79
|
:rtype: str
|
@@ -84,7 +84,7 @@ class ResourceTag:
|
|
84
84
|
def value(self, value):
|
85
85
|
"""Sets the value of this ResourceTag.
|
86
86
|
|
87
|
-
值。action为create时必选,每个值最大长度
|
87
|
+
值。action为create时必选,每个值最大长度255个unicode字符, 删除时如果value有值按照key/value删除, 如果value没值,则按照key删除。 value需要满足标签字符集规范。
|
88
88
|
|
89
89
|
:param value: The value of this ResourceTag.
|
90
90
|
:type value: str
|