huaweicloudsdksfsturbo 3.1.156__py2.py3-none-any.whl → 3.1.158__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.
- huaweicloudsdksfsturbo/v1/__init__.py +32 -0
- huaweicloudsdksfsturbo/v1/model/__init__.py +32 -0
- huaweicloudsdksfsturbo/v1/model/add_active_directory_domain_request.py +139 -0
- huaweicloudsdksfsturbo/v1/model/add_active_directory_domain_request_body.py +313 -0
- huaweicloudsdksfsturbo/v1/model/add_active_directory_domain_response.py +141 -0
- huaweicloudsdksfsturbo/v1/model/auto_export_policy.py +61 -3
- huaweicloudsdksfsturbo/v1/model/batch_add_shared_tags_request_body.py +7 -37
- huaweicloudsdksfsturbo/v1/model/bss_info.py +6 -6
- huaweicloudsdksfsturbo/v1/model/change_share_charge_mode_request_body.py +110 -0
- huaweicloudsdksfsturbo/v1/model/change_share_charge_mode_v2_request.py +139 -0
- huaweicloudsdksfsturbo/v1/model/change_share_charge_mode_v2_response.py +141 -0
- huaweicloudsdksfsturbo/v1/model/client_ip_info.py +115 -0
- huaweicloudsdksfsturbo/v1/model/create_backend_target_request_body.py +3 -3
- huaweicloudsdksfsturbo/v1/model/create_backend_target_response.py +3 -3
- huaweicloudsdksfsturbo/v1/model/create_fs_dir_quota_request.py +3 -3
- huaweicloudsdksfsturbo/v1/model/create_fs_dir_quota_request_body.py +6 -6
- huaweicloudsdksfsturbo/v1/model/create_fs_dir_request.py +3 -3
- huaweicloudsdksfsturbo/v1/model/create_fs_task_response.py +28 -3
- huaweicloudsdksfsturbo/v1/model/create_hpc_cache_task_req.py +3 -3
- huaweicloudsdksfsturbo/v1/model/create_ldap_config_request.py +3 -3
- huaweicloudsdksfsturbo/v1/model/create_ldap_config_request_body.py +21 -50
- huaweicloudsdksfsturbo/v1/model/create_ldap_config_response.py +31 -6
- huaweicloudsdksfsturbo/v1/model/create_perm_rule_request.py +3 -3
- huaweicloudsdksfsturbo/v1/model/delete_active_directory_domain_request.py +139 -0
- huaweicloudsdksfsturbo/v1/model/delete_active_directory_domain_request_body.py +142 -0
- huaweicloudsdksfsturbo/v1/model/delete_active_directory_domain_response.py +141 -0
- huaweicloudsdksfsturbo/v1/model/delete_backend_target_request.py +6 -6
- huaweicloudsdksfsturbo/v1/model/delete_backend_target_response.py +3 -3
- huaweicloudsdksfsturbo/v1/model/delete_fs_dir_quota_request.py +3 -3
- huaweicloudsdksfsturbo/v1/model/delete_fs_dir_request.py +3 -3
- huaweicloudsdksfsturbo/v1/model/delete_fs_task_request.py +3 -3
- huaweicloudsdksfsturbo/v1/model/delete_fs_task_response.py +28 -1
- huaweicloudsdksfsturbo/v1/model/delete_ldap_config_request.py +3 -3
- huaweicloudsdksfsturbo/v1/model/delete_ldap_config_response.py +31 -6
- huaweicloudsdksfsturbo/v1/model/delete_perm_rule_request.py +3 -3
- huaweicloudsdksfsturbo/v1/model/delete_shared_tag_request.py +3 -3
- huaweicloudsdksfsturbo/v1/model/extend.py +6 -6
- huaweicloudsdksfsturbo/v1/model/get_sub_job_detail.py +21 -21
- huaweicloudsdksfsturbo/v1/model/list_backend_targets_request.py +3 -3
- huaweicloudsdksfsturbo/v1/model/list_fs_tasks_request.py +3 -3
- huaweicloudsdksfsturbo/v1/model/list_fs_tasks_response.py +28 -3
- huaweicloudsdksfsturbo/v1/model/list_hpc_cache_tasks_request.py +3 -3
- huaweicloudsdksfsturbo/v1/model/list_perm_rules_request.py +3 -3
- huaweicloudsdksfsturbo/v1/model/list_share_types_request.py +144 -0
- huaweicloudsdksfsturbo/v1/model/list_share_types_response.py +141 -0
- huaweicloudsdksfsturbo/v1/model/list_shares_by_tag_request_body.py +1 -2
- huaweicloudsdksfsturbo/v1/model/list_shares_by_tag_response.py +3 -3
- huaweicloudsdksfsturbo/v1/model/one_perm_rule_request_info.py +9 -12
- huaweicloudsdksfsturbo/v1/model/one_perm_rule_response_info.py +6 -6
- huaweicloudsdksfsturbo/v1/model/resource_tag.py +6 -6
- huaweicloudsdksfsturbo/v1/model/share.py +15 -15
- huaweicloudsdksfsturbo/v1/model/share_info.py +6 -6
- huaweicloudsdksfsturbo/v1/model/share_type_available_zone.py +144 -0
- huaweicloudsdksfsturbo/v1/model/share_type_response_body.py +368 -0
- huaweicloudsdksfsturbo/v1/model/share_type_usage.py +161 -0
- huaweicloudsdksfsturbo/v1/model/share_type_usage_bandwidth.py +144 -0
- huaweicloudsdksfsturbo/v1/model/share_type_usage_capacity.py +144 -0
- huaweicloudsdksfsturbo/v1/model/share_type_usage_quantity.py +144 -0
- huaweicloudsdksfsturbo/v1/model/share_types_attribution.py +186 -0
- huaweicloudsdksfsturbo/v1/model/share_types_attribution_bandwidth.py +231 -0
- huaweicloudsdksfsturbo/v1/model/share_types_attribution_capacity.py +173 -0
- huaweicloudsdksfsturbo/v1/model/share_types_attribution_iops.py +144 -0
- huaweicloudsdksfsturbo/v1/model/share_types_attribution_single_channel4_k_latency.py +144 -0
- huaweicloudsdksfsturbo/v1/model/show_active_directory_domain_request.py +114 -0
- huaweicloudsdksfsturbo/v1/model/show_active_directory_domain_response.py +286 -0
- huaweicloudsdksfsturbo/v1/model/show_backend_target_info_response.py +3 -3
- huaweicloudsdksfsturbo/v1/model/show_backend_target_info_response_body.py +3 -3
- huaweicloudsdksfsturbo/v1/model/show_client_ip_info_request.py +139 -0
- huaweicloudsdksfsturbo/v1/model/show_client_ip_info_request_body.py +110 -0
- huaweicloudsdksfsturbo/v1/model/show_client_ip_info_response.py +170 -0
- huaweicloudsdksfsturbo/v1/model/show_fs_dir_quota_request.py +3 -3
- huaweicloudsdksfsturbo/v1/model/show_fs_dir_request.py +3 -3
- huaweicloudsdksfsturbo/v1/model/show_fs_dir_usage_request.py +3 -3
- huaweicloudsdksfsturbo/v1/model/show_fs_task_response.py +28 -3
- huaweicloudsdksfsturbo/v1/model/show_job_detail_response.py +18 -18
- huaweicloudsdksfsturbo/v1/model/show_ldap_config_request.py +3 -3
- huaweicloudsdksfsturbo/v1/model/show_ldap_config_response.py +59 -34
- huaweicloudsdksfsturbo/v1/model/show_perm_rule_request.py +3 -3
- huaweicloudsdksfsturbo/v1/model/show_perm_rule_response.py +6 -6
- huaweicloudsdksfsturbo/v1/model/show_share_response.py +6 -6
- huaweicloudsdksfsturbo/v1/model/show_shared_tags_response.py +3 -32
- huaweicloudsdksfsturbo/v1/model/tag.py +3 -3
- huaweicloudsdksfsturbo/v1/model/update_active_directory_domain_request.py +139 -0
- huaweicloudsdksfsturbo/v1/model/update_active_directory_domain_request_body.py +313 -0
- huaweicloudsdksfsturbo/v1/model/update_active_directory_domain_response.py +141 -0
- huaweicloudsdksfsturbo/v1/model/update_fs_dir_quota_request.py +3 -3
- huaweicloudsdksfsturbo/v1/model/update_fs_dir_quota_request_body.py +6 -6
- huaweicloudsdksfsturbo/v1/model/update_hpc_share_request_body.py +3 -3
- huaweicloudsdksfsturbo/v1/model/update_ldap_config_request.py +3 -3
- huaweicloudsdksfsturbo/v1/model/update_ldap_config_request_body.py +18 -47
- huaweicloudsdksfsturbo/v1/model/update_ldap_config_response.py +31 -6
- huaweicloudsdksfsturbo/v1/model/update_obs_target_attributes_request.py +6 -6
- huaweicloudsdksfsturbo/v1/model/update_obs_target_policy_request.py +6 -6
- huaweicloudsdksfsturbo/v1/model/update_obs_target_policy_response.py +3 -3
- huaweicloudsdksfsturbo/v1/model/update_one_perm_rule_request_info.py +144 -0
- huaweicloudsdksfsturbo/v1/model/update_perm_rule_request.py +7 -7
- huaweicloudsdksfsturbo/v1/model/update_perm_rule_response.py +6 -6
- huaweicloudsdksfsturbo/v1/region/sfsturbo_region.py +3 -0
- huaweicloudsdksfsturbo/v1/sfsturbo_async_client.py +492 -41
- huaweicloudsdksfsturbo/v1/sfsturbo_client.py +492 -41
- {huaweicloudsdksfsturbo-3.1.156.dist-info → huaweicloudsdksfsturbo-3.1.158.dist-info}/METADATA +2 -2
- {huaweicloudsdksfsturbo-3.1.156.dist-info → huaweicloudsdksfsturbo-3.1.158.dist-info}/RECORD +105 -73
- {huaweicloudsdksfsturbo-3.1.156.dist-info → huaweicloudsdksfsturbo-3.1.158.dist-info}/LICENSE +0 -0
- {huaweicloudsdksfsturbo-3.1.156.dist-info → huaweicloudsdksfsturbo-3.1.158.dist-info}/WHEEL +0 -0
- {huaweicloudsdksfsturbo-3.1.156.dist-info → huaweicloudsdksfsturbo-3.1.158.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,170 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.sdk_response import SdkResponse
|
6
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
7
|
+
|
8
|
+
|
9
|
+
class ShowClientIpInfoResponse(SdkResponse):
|
10
|
+
|
11
|
+
"""
|
12
|
+
Attributes:
|
13
|
+
openapi_types (dict): The key is attribute name
|
14
|
+
and the value is attribute type.
|
15
|
+
attribute_map (dict): The key is attribute name
|
16
|
+
and the value is json key in definition.
|
17
|
+
"""
|
18
|
+
sensitive_list = []
|
19
|
+
|
20
|
+
openapi_types = {
|
21
|
+
'id': 'str',
|
22
|
+
'ips': 'list[str]',
|
23
|
+
'x_request_id': 'str'
|
24
|
+
}
|
25
|
+
|
26
|
+
attribute_map = {
|
27
|
+
'id': 'id',
|
28
|
+
'ips': 'ips',
|
29
|
+
'x_request_id': 'X-request-id'
|
30
|
+
}
|
31
|
+
|
32
|
+
def __init__(self, id=None, ips=None, x_request_id=None):
|
33
|
+
r"""ShowClientIpInfoResponse
|
34
|
+
|
35
|
+
The model defined in huaweicloud sdk
|
36
|
+
|
37
|
+
:param id: 文件系统ID
|
38
|
+
:type id: str
|
39
|
+
:param ips: 已挂载客户端的IP
|
40
|
+
:type ips: list[str]
|
41
|
+
:param x_request_id:
|
42
|
+
:type x_request_id: str
|
43
|
+
"""
|
44
|
+
|
45
|
+
super(ShowClientIpInfoResponse, self).__init__()
|
46
|
+
|
47
|
+
self._id = None
|
48
|
+
self._ips = None
|
49
|
+
self._x_request_id = None
|
50
|
+
self.discriminator = None
|
51
|
+
|
52
|
+
if id is not None:
|
53
|
+
self.id = id
|
54
|
+
if ips is not None:
|
55
|
+
self.ips = ips
|
56
|
+
if x_request_id is not None:
|
57
|
+
self.x_request_id = x_request_id
|
58
|
+
|
59
|
+
@property
|
60
|
+
def id(self):
|
61
|
+
r"""Gets the id of this ShowClientIpInfoResponse.
|
62
|
+
|
63
|
+
文件系统ID
|
64
|
+
|
65
|
+
:return: The id of this ShowClientIpInfoResponse.
|
66
|
+
:rtype: str
|
67
|
+
"""
|
68
|
+
return self._id
|
69
|
+
|
70
|
+
@id.setter
|
71
|
+
def id(self, id):
|
72
|
+
r"""Sets the id of this ShowClientIpInfoResponse.
|
73
|
+
|
74
|
+
文件系统ID
|
75
|
+
|
76
|
+
:param id: The id of this ShowClientIpInfoResponse.
|
77
|
+
:type id: str
|
78
|
+
"""
|
79
|
+
self._id = id
|
80
|
+
|
81
|
+
@property
|
82
|
+
def ips(self):
|
83
|
+
r"""Gets the ips of this ShowClientIpInfoResponse.
|
84
|
+
|
85
|
+
已挂载客户端的IP
|
86
|
+
|
87
|
+
:return: The ips of this ShowClientIpInfoResponse.
|
88
|
+
:rtype: list[str]
|
89
|
+
"""
|
90
|
+
return self._ips
|
91
|
+
|
92
|
+
@ips.setter
|
93
|
+
def ips(self, ips):
|
94
|
+
r"""Sets the ips of this ShowClientIpInfoResponse.
|
95
|
+
|
96
|
+
已挂载客户端的IP
|
97
|
+
|
98
|
+
:param ips: The ips of this ShowClientIpInfoResponse.
|
99
|
+
:type ips: list[str]
|
100
|
+
"""
|
101
|
+
self._ips = ips
|
102
|
+
|
103
|
+
@property
|
104
|
+
def x_request_id(self):
|
105
|
+
r"""Gets the x_request_id of this ShowClientIpInfoResponse.
|
106
|
+
|
107
|
+
:return: The x_request_id of this ShowClientIpInfoResponse.
|
108
|
+
:rtype: str
|
109
|
+
"""
|
110
|
+
return self._x_request_id
|
111
|
+
|
112
|
+
@x_request_id.setter
|
113
|
+
def x_request_id(self, x_request_id):
|
114
|
+
r"""Sets the x_request_id of this ShowClientIpInfoResponse.
|
115
|
+
|
116
|
+
:param x_request_id: The x_request_id of this ShowClientIpInfoResponse.
|
117
|
+
:type x_request_id: str
|
118
|
+
"""
|
119
|
+
self._x_request_id = x_request_id
|
120
|
+
|
121
|
+
def to_dict(self):
|
122
|
+
"""Returns the model properties as a dict"""
|
123
|
+
result = {}
|
124
|
+
|
125
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
126
|
+
value = getattr(self, attr)
|
127
|
+
if isinstance(value, list):
|
128
|
+
result[attr] = list(map(
|
129
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
130
|
+
value
|
131
|
+
))
|
132
|
+
elif hasattr(value, "to_dict"):
|
133
|
+
result[attr] = value.to_dict()
|
134
|
+
elif isinstance(value, dict):
|
135
|
+
result[attr] = dict(map(
|
136
|
+
lambda item: (item[0], item[1].to_dict())
|
137
|
+
if hasattr(item[1], "to_dict") else item,
|
138
|
+
value.items()
|
139
|
+
))
|
140
|
+
else:
|
141
|
+
if attr in self.sensitive_list:
|
142
|
+
result[attr] = "****"
|
143
|
+
else:
|
144
|
+
result[attr] = value
|
145
|
+
|
146
|
+
return result
|
147
|
+
|
148
|
+
def to_str(self):
|
149
|
+
"""Returns the string representation of the model"""
|
150
|
+
import simplejson as json
|
151
|
+
if six.PY2:
|
152
|
+
import sys
|
153
|
+
reload(sys)
|
154
|
+
sys.setdefaultencoding("utf-8")
|
155
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
156
|
+
|
157
|
+
def __repr__(self):
|
158
|
+
"""For `print`"""
|
159
|
+
return self.to_str()
|
160
|
+
|
161
|
+
def __eq__(self, other):
|
162
|
+
"""Returns true if both objects are equal"""
|
163
|
+
if not isinstance(other, ShowClientIpInfoResponse):
|
164
|
+
return False
|
165
|
+
|
166
|
+
return self.__dict__ == other.__dict__
|
167
|
+
|
168
|
+
def __ne__(self, other):
|
169
|
+
"""Returns true if both objects are not equal"""
|
170
|
+
return not self == other
|
@@ -31,7 +31,7 @@ class ShowFsDirQuotaRequest:
|
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
34
|
-
:param share_id: 文件系统
|
34
|
+
:param share_id: 文件系统ID
|
35
35
|
:type share_id: str
|
36
36
|
:param path: 合法的已存在的目录的全路径
|
37
37
|
:type path: str
|
@@ -50,7 +50,7 @@ class ShowFsDirQuotaRequest:
|
|
50
50
|
def share_id(self):
|
51
51
|
r"""Gets the share_id of this ShowFsDirQuotaRequest.
|
52
52
|
|
53
|
-
文件系统
|
53
|
+
文件系统ID
|
54
54
|
|
55
55
|
:return: The share_id of this ShowFsDirQuotaRequest.
|
56
56
|
:rtype: str
|
@@ -61,7 +61,7 @@ class ShowFsDirQuotaRequest:
|
|
61
61
|
def share_id(self, share_id):
|
62
62
|
r"""Sets the share_id of this ShowFsDirQuotaRequest.
|
63
63
|
|
64
|
-
文件系统
|
64
|
+
文件系统ID
|
65
65
|
|
66
66
|
:param share_id: The share_id of this ShowFsDirQuotaRequest.
|
67
67
|
:type share_id: str
|
@@ -31,7 +31,7 @@ class ShowFsDirRequest:
|
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
34
|
-
:param share_id: 文件系统
|
34
|
+
:param share_id: 文件系统ID
|
35
35
|
:type share_id: str
|
36
36
|
:param path: 需要查询的目录的全路径
|
37
37
|
:type path: str
|
@@ -50,7 +50,7 @@ class ShowFsDirRequest:
|
|
50
50
|
def share_id(self):
|
51
51
|
r"""Gets the share_id of this ShowFsDirRequest.
|
52
52
|
|
53
|
-
文件系统
|
53
|
+
文件系统ID
|
54
54
|
|
55
55
|
:return: The share_id of this ShowFsDirRequest.
|
56
56
|
:rtype: str
|
@@ -61,7 +61,7 @@ class ShowFsDirRequest:
|
|
61
61
|
def share_id(self, share_id):
|
62
62
|
r"""Sets the share_id of this ShowFsDirRequest.
|
63
63
|
|
64
|
-
文件系统
|
64
|
+
文件系统ID
|
65
65
|
|
66
66
|
:param share_id: The share_id of this ShowFsDirRequest.
|
67
67
|
:type share_id: str
|
@@ -31,7 +31,7 @@ class ShowFsDirUsageRequest:
|
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
34
|
-
:param share_id: 文件系统
|
34
|
+
:param share_id: 文件系统ID
|
35
35
|
:type share_id: str
|
36
36
|
:param path: 文件系统内合法的目录全路径
|
37
37
|
:type path: str
|
@@ -50,7 +50,7 @@ class ShowFsDirUsageRequest:
|
|
50
50
|
def share_id(self):
|
51
51
|
r"""Gets the share_id of this ShowFsDirUsageRequest.
|
52
52
|
|
53
|
-
文件系统
|
53
|
+
文件系统ID
|
54
54
|
|
55
55
|
:return: The share_id of this ShowFsDirUsageRequest.
|
56
56
|
:rtype: str
|
@@ -61,7 +61,7 @@ class ShowFsDirUsageRequest:
|
|
61
61
|
def share_id(self, share_id):
|
62
62
|
r"""Sets the share_id of this ShowFsDirUsageRequest.
|
63
63
|
|
64
|
-
文件系统
|
64
|
+
文件系统ID
|
65
65
|
|
66
66
|
:param share_id: The share_id of this ShowFsDirUsageRequest.
|
67
67
|
:type share_id: str
|
@@ -22,7 +22,8 @@ class ShowFsTaskResponse(SdkResponse):
|
|
22
22
|
'status': 'str',
|
23
23
|
'dir_usage': 'FsDuInfo',
|
24
24
|
'begin_time': 'str',
|
25
|
-
'end_time': 'str'
|
25
|
+
'end_time': 'str',
|
26
|
+
'x_request_id': 'str'
|
26
27
|
}
|
27
28
|
|
28
29
|
attribute_map = {
|
@@ -30,10 +31,11 @@ class ShowFsTaskResponse(SdkResponse):
|
|
30
31
|
'status': 'status',
|
31
32
|
'dir_usage': 'dir_usage',
|
32
33
|
'begin_time': 'begin_time',
|
33
|
-
'end_time': 'end_time'
|
34
|
+
'end_time': 'end_time',
|
35
|
+
'x_request_id': 'X-request-id'
|
34
36
|
}
|
35
37
|
|
36
|
-
def __init__(self, task_id=None, status=None, dir_usage=None, begin_time=None, end_time=None):
|
38
|
+
def __init__(self, task_id=None, status=None, dir_usage=None, begin_time=None, end_time=None, x_request_id=None):
|
37
39
|
r"""ShowFsTaskResponse
|
38
40
|
|
39
41
|
The model defined in huaweicloud sdk
|
@@ -48,6 +50,8 @@ class ShowFsTaskResponse(SdkResponse):
|
|
48
50
|
:type begin_time: str
|
49
51
|
:param end_time: 任务结束时间,UTC时间,例如:2006-01-02 15:04:06'
|
50
52
|
:type end_time: str
|
53
|
+
:param x_request_id:
|
54
|
+
:type x_request_id: str
|
51
55
|
"""
|
52
56
|
|
53
57
|
super(ShowFsTaskResponse, self).__init__()
|
@@ -57,6 +61,7 @@ class ShowFsTaskResponse(SdkResponse):
|
|
57
61
|
self._dir_usage = None
|
58
62
|
self._begin_time = None
|
59
63
|
self._end_time = None
|
64
|
+
self._x_request_id = None
|
60
65
|
self.discriminator = None
|
61
66
|
|
62
67
|
if task_id is not None:
|
@@ -69,6 +74,8 @@ class ShowFsTaskResponse(SdkResponse):
|
|
69
74
|
self.begin_time = begin_time
|
70
75
|
if end_time is not None:
|
71
76
|
self.end_time = end_time
|
77
|
+
if x_request_id is not None:
|
78
|
+
self.x_request_id = x_request_id
|
72
79
|
|
73
80
|
@property
|
74
81
|
def task_id(self):
|
@@ -176,6 +183,24 @@ class ShowFsTaskResponse(SdkResponse):
|
|
176
183
|
"""
|
177
184
|
self._end_time = end_time
|
178
185
|
|
186
|
+
@property
|
187
|
+
def x_request_id(self):
|
188
|
+
r"""Gets the x_request_id of this ShowFsTaskResponse.
|
189
|
+
|
190
|
+
:return: The x_request_id of this ShowFsTaskResponse.
|
191
|
+
:rtype: str
|
192
|
+
"""
|
193
|
+
return self._x_request_id
|
194
|
+
|
195
|
+
@x_request_id.setter
|
196
|
+
def x_request_id(self, x_request_id):
|
197
|
+
r"""Sets the x_request_id of this ShowFsTaskResponse.
|
198
|
+
|
199
|
+
:param x_request_id: The x_request_id of this ShowFsTaskResponse.
|
200
|
+
:type x_request_id: str
|
201
|
+
"""
|
202
|
+
self._x_request_id = x_request_id
|
203
|
+
|
179
204
|
def to_dict(self):
|
180
205
|
"""Returns the model properties as a dict"""
|
181
206
|
result = {}
|
@@ -46,21 +46,21 @@ class ShowJobDetailResponse(SdkResponse):
|
|
46
46
|
|
47
47
|
The model defined in huaweicloud sdk
|
48
48
|
|
49
|
-
:param status: job的状态。success:成功。running:运行中。failed:失败。waiting
|
49
|
+
:param status: job的状态。success:成功。running:运行中。failed:失败。waiting:等待执行。
|
50
50
|
:type status: str
|
51
51
|
:param job_id: job的ID。
|
52
52
|
:type job_id: str
|
53
53
|
:param job_type: job的类型。
|
54
54
|
:type job_type: str
|
55
|
-
:param begin_time: job开始时间。UTC时间,格式:'2016-01-02 15:04:05'
|
55
|
+
:param begin_time: job开始时间。UTC时间,格式:'2016-01-02 15:04:05'。
|
56
56
|
:type begin_time: str
|
57
|
-
:param end_time: job结束时间。UTC时间,格式:'2016-01-02 15:04:05'
|
57
|
+
:param end_time: job结束时间。UTC时间,格式:'2016-01-02 15:04:05'。
|
58
58
|
:type end_time: str
|
59
|
-
:param error_code: job
|
59
|
+
:param error_code: job执行失败时的错误码。
|
60
60
|
:type error_code: str
|
61
|
-
:param fail_reason: job
|
61
|
+
:param fail_reason: job执行失败时的错误原因。
|
62
62
|
:type fail_reason: str
|
63
|
-
:param sub_jobs:
|
63
|
+
:param sub_jobs: 子任务列表。
|
64
64
|
:type sub_jobs: list[:class:`huaweicloudsdksfsturbo.v1.GetSubJobDetail`]
|
65
65
|
:param x_request_id:
|
66
66
|
:type x_request_id: str
|
@@ -102,7 +102,7 @@ class ShowJobDetailResponse(SdkResponse):
|
|
102
102
|
def status(self):
|
103
103
|
r"""Gets the status of this ShowJobDetailResponse.
|
104
104
|
|
105
|
-
job的状态。success:成功。running:运行中。failed:失败。waiting
|
105
|
+
job的状态。success:成功。running:运行中。failed:失败。waiting:等待执行。
|
106
106
|
|
107
107
|
:return: The status of this ShowJobDetailResponse.
|
108
108
|
:rtype: str
|
@@ -113,7 +113,7 @@ class ShowJobDetailResponse(SdkResponse):
|
|
113
113
|
def status(self, status):
|
114
114
|
r"""Sets the status of this ShowJobDetailResponse.
|
115
115
|
|
116
|
-
job的状态。success:成功。running:运行中。failed:失败。waiting
|
116
|
+
job的状态。success:成功。running:运行中。failed:失败。waiting:等待执行。
|
117
117
|
|
118
118
|
:param status: The status of this ShowJobDetailResponse.
|
119
119
|
:type status: str
|
@@ -168,7 +168,7 @@ class ShowJobDetailResponse(SdkResponse):
|
|
168
168
|
def begin_time(self):
|
169
169
|
r"""Gets the begin_time of this ShowJobDetailResponse.
|
170
170
|
|
171
|
-
job开始时间。UTC时间,格式:'2016-01-02 15:04:05'
|
171
|
+
job开始时间。UTC时间,格式:'2016-01-02 15:04:05'。
|
172
172
|
|
173
173
|
:return: The begin_time of this ShowJobDetailResponse.
|
174
174
|
:rtype: str
|
@@ -179,7 +179,7 @@ class ShowJobDetailResponse(SdkResponse):
|
|
179
179
|
def begin_time(self, begin_time):
|
180
180
|
r"""Sets the begin_time of this ShowJobDetailResponse.
|
181
181
|
|
182
|
-
job开始时间。UTC时间,格式:'2016-01-02 15:04:05'
|
182
|
+
job开始时间。UTC时间,格式:'2016-01-02 15:04:05'。
|
183
183
|
|
184
184
|
:param begin_time: The begin_time of this ShowJobDetailResponse.
|
185
185
|
:type begin_time: str
|
@@ -190,7 +190,7 @@ class ShowJobDetailResponse(SdkResponse):
|
|
190
190
|
def end_time(self):
|
191
191
|
r"""Gets the end_time of this ShowJobDetailResponse.
|
192
192
|
|
193
|
-
job结束时间。UTC时间,格式:'2016-01-02 15:04:05'
|
193
|
+
job结束时间。UTC时间,格式:'2016-01-02 15:04:05'。
|
194
194
|
|
195
195
|
:return: The end_time of this ShowJobDetailResponse.
|
196
196
|
:rtype: str
|
@@ -201,7 +201,7 @@ class ShowJobDetailResponse(SdkResponse):
|
|
201
201
|
def end_time(self, end_time):
|
202
202
|
r"""Sets the end_time of this ShowJobDetailResponse.
|
203
203
|
|
204
|
-
job结束时间。UTC时间,格式:'2016-01-02 15:04:05'
|
204
|
+
job结束时间。UTC时间,格式:'2016-01-02 15:04:05'。
|
205
205
|
|
206
206
|
:param end_time: The end_time of this ShowJobDetailResponse.
|
207
207
|
:type end_time: str
|
@@ -212,7 +212,7 @@ class ShowJobDetailResponse(SdkResponse):
|
|
212
212
|
def error_code(self):
|
213
213
|
r"""Gets the error_code of this ShowJobDetailResponse.
|
214
214
|
|
215
|
-
job
|
215
|
+
job执行失败时的错误码。
|
216
216
|
|
217
217
|
:return: The error_code of this ShowJobDetailResponse.
|
218
218
|
:rtype: str
|
@@ -223,7 +223,7 @@ class ShowJobDetailResponse(SdkResponse):
|
|
223
223
|
def error_code(self, error_code):
|
224
224
|
r"""Sets the error_code of this ShowJobDetailResponse.
|
225
225
|
|
226
|
-
job
|
226
|
+
job执行失败时的错误码。
|
227
227
|
|
228
228
|
:param error_code: The error_code of this ShowJobDetailResponse.
|
229
229
|
:type error_code: str
|
@@ -234,7 +234,7 @@ class ShowJobDetailResponse(SdkResponse):
|
|
234
234
|
def fail_reason(self):
|
235
235
|
r"""Gets the fail_reason of this ShowJobDetailResponse.
|
236
236
|
|
237
|
-
job
|
237
|
+
job执行失败时的错误原因。
|
238
238
|
|
239
239
|
:return: The fail_reason of this ShowJobDetailResponse.
|
240
240
|
:rtype: str
|
@@ -245,7 +245,7 @@ class ShowJobDetailResponse(SdkResponse):
|
|
245
245
|
def fail_reason(self, fail_reason):
|
246
246
|
r"""Sets the fail_reason of this ShowJobDetailResponse.
|
247
247
|
|
248
|
-
job
|
248
|
+
job执行失败时的错误原因。
|
249
249
|
|
250
250
|
:param fail_reason: The fail_reason of this ShowJobDetailResponse.
|
251
251
|
:type fail_reason: str
|
@@ -256,7 +256,7 @@ class ShowJobDetailResponse(SdkResponse):
|
|
256
256
|
def sub_jobs(self):
|
257
257
|
r"""Gets the sub_jobs of this ShowJobDetailResponse.
|
258
258
|
|
259
|
-
|
259
|
+
子任务列表。
|
260
260
|
|
261
261
|
:return: The sub_jobs of this ShowJobDetailResponse.
|
262
262
|
:rtype: list[:class:`huaweicloudsdksfsturbo.v1.GetSubJobDetail`]
|
@@ -267,7 +267,7 @@ class ShowJobDetailResponse(SdkResponse):
|
|
267
267
|
def sub_jobs(self, sub_jobs):
|
268
268
|
r"""Sets the sub_jobs of this ShowJobDetailResponse.
|
269
269
|
|
270
|
-
|
270
|
+
子任务列表。
|
271
271
|
|
272
272
|
:param sub_jobs: The sub_jobs of this ShowJobDetailResponse.
|
273
273
|
:type sub_jobs: list[:class:`huaweicloudsdksfsturbo.v1.GetSubJobDetail`]
|
@@ -29,7 +29,7 @@ class ShowLdapConfigRequest:
|
|
29
29
|
|
30
30
|
The model defined in huaweicloud sdk
|
31
31
|
|
32
|
-
:param share_id: 文件系统
|
32
|
+
:param share_id: 文件系统ID
|
33
33
|
:type share_id: str
|
34
34
|
"""
|
35
35
|
|
@@ -44,7 +44,7 @@ class ShowLdapConfigRequest:
|
|
44
44
|
def share_id(self):
|
45
45
|
r"""Gets the share_id of this ShowLdapConfigRequest.
|
46
46
|
|
47
|
-
文件系统
|
47
|
+
文件系统ID
|
48
48
|
|
49
49
|
:return: The share_id of this ShowLdapConfigRequest.
|
50
50
|
:rtype: str
|
@@ -55,7 +55,7 @@ class ShowLdapConfigRequest:
|
|
55
55
|
def share_id(self, share_id):
|
56
56
|
r"""Sets the share_id of this ShowLdapConfigRequest.
|
57
57
|
|
58
|
-
文件系统
|
58
|
+
文件系统ID
|
59
59
|
|
60
60
|
:param share_id: The share_id of this ShowLdapConfigRequest.
|
61
61
|
:type share_id: str
|