huaweicloudsdkcodeartsbuild 3.1.149__py2.py3-none-any.whl → 3.1.151__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.
- huaweicloudsdkcodeartsbuild/v3/__init__.py +83 -0
- huaweicloudsdkcodeartsbuild/v3/codeartsbuild_async_client.py +1885 -128
- huaweicloudsdkcodeartsbuild/v3/codeartsbuild_client.py +1885 -128
- huaweicloudsdkcodeartsbuild/v3/model/__init__.py +83 -0
- huaweicloudsdkcodeartsbuild/v3/model/add_keystore_permission_response_body.py +347 -0
- huaweicloudsdkcodeartsbuild/v3/model/build_params.py +173 -0
- huaweicloudsdkcodeartsbuild/v3/model/build_params_body_result.py +115 -0
- huaweicloudsdkcodeartsbuild/v3/model/build_record.py +981 -0
- huaweicloudsdkcodeartsbuild/v3/model/build_record_build_record_type.py +202 -0
- huaweicloudsdkcodeartsbuild/v3/model/build_record_parameters.py +202 -0
- huaweicloudsdkcodeartsbuild/v3/model/check_job_name_is_exists_request.py +142 -0
- huaweicloudsdkcodeartsbuild/v3/model/check_job_name_is_exists_response.py +145 -0
- huaweicloudsdkcodeartsbuild/v3/model/constraints.py +173 -0
- huaweicloudsdkcodeartsbuild/v3/model/download_keystore_by_name_request.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/download_keystore_by_name_response.py +85 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_build_info_record_by_job_id_request.py +228 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_build_info_record_by_job_id_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_keystore_request.py +84 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_keystore_response.py +145 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_keystore_result.py +144 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_official_template_request.py +173 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_official_template_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_official_template_result.py +144 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_project_jobs_request.py +373 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_project_jobs_response.py +145 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_records_request.py +317 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_records_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_records_result.py +140 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_records_result_pagination.py +173 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_recycling_job_request.py +173 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_recycling_job_response.py +228 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_related_project_info_request.py +173 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_related_project_info_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_related_project_info_result.py +144 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_related_project_info_result_project_info_list.py +231 -0
- huaweicloudsdkcodeartsbuild/v3/model/parameter.py +144 -0
- huaweicloudsdkcodeartsbuild/v3/model/params.py +289 -0
- huaweicloudsdkcodeartsbuild/v3/model/recycling_job.py +347 -0
- huaweicloudsdkcodeartsbuild/v3/model/recycling_jobs_result.py +173 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_build_info_record_request.py +142 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_build_info_record_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_build_params_list_request.py +84 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_build_params_list_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_build_record_build_script_request.py +114 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_build_record_build_script_response.py +174 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_build_record_request.py +114 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_build_record_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_default_build_parameters_params.py +144 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_default_build_parameters_request.py +84 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_default_build_parameters_response.py +145 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_default_build_parameters_result.py +144 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_dockerfile_template_request.py +114 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_dockerfile_template_response.py +85 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_image_template_list_request.py +84 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_image_template_list_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_image_template_list_response_body_result.py +115 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_image_template_list_response_body_result_image_templates.py +318 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_job_build_time_request.py +199 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_job_build_time_response.py +141 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_job_build_time_result.py +231 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_job_build_time_result_chart.py +202 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_job_config_diff_request.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_job_config_diff_response.py +145 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_job_config_request.py +143 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_job_config_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_job_info_request.py +114 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_job_info_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_job_info_result.py +724 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_job_notice_config_info_request.py +114 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_job_notice_config_info_response.py +174 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_job_role_permission_request.py +114 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_job_role_permission_response.py +145 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_job_role_permission_result.py +492 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_job_system_parameters_request.py +84 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_job_system_parameters_response.py +174 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_keystore_permission_request.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_keystore_permission_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_keystore_permission_response_body_result.py +144 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_project_permission_request.py +114 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_project_permission_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_related_project_request.py +84 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_related_project_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_related_project_result.py +144 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_related_project_result_project_info_list.py +231 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_user_project_permission_result.py +260 -0
- huaweicloudsdkcodeartsbuild/v3/model/system_parameters_result.py +173 -0
- huaweicloudsdkcodeartsbuild/v3/model/template_list.py +459 -0
- {huaweicloudsdkcodeartsbuild-3.1.149.dist-info → huaweicloudsdkcodeartsbuild-3.1.151.dist-info}/METADATA +2 -2
- {huaweicloudsdkcodeartsbuild-3.1.149.dist-info → huaweicloudsdkcodeartsbuild-3.1.151.dist-info}/RECORD +92 -9
- {huaweicloudsdkcodeartsbuild-3.1.149.dist-info → huaweicloudsdkcodeartsbuild-3.1.151.dist-info}/LICENSE +0 -0
- {huaweicloudsdkcodeartsbuild-3.1.149.dist-info → huaweicloudsdkcodeartsbuild-3.1.151.dist-info}/WHEEL +0 -0
- {huaweicloudsdkcodeartsbuild-3.1.149.dist-info → huaweicloudsdkcodeartsbuild-3.1.151.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,173 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
6
|
+
|
7
|
+
|
8
|
+
class Constraints:
|
9
|
+
|
10
|
+
"""
|
11
|
+
Attributes:
|
12
|
+
openapi_types (dict): The key is attribute name
|
13
|
+
and the value is attribute type.
|
14
|
+
attribute_map (dict): The key is attribute name
|
15
|
+
and the value is json key in definition.
|
16
|
+
"""
|
17
|
+
sensitive_list = []
|
18
|
+
|
19
|
+
openapi_types = {
|
20
|
+
'errormsg': 'str',
|
21
|
+
'type': 'str',
|
22
|
+
'value': 'str'
|
23
|
+
}
|
24
|
+
|
25
|
+
attribute_map = {
|
26
|
+
'errormsg': 'errormsg',
|
27
|
+
'type': 'type',
|
28
|
+
'value': 'value'
|
29
|
+
}
|
30
|
+
|
31
|
+
def __init__(self, errormsg=None, type=None, value=None):
|
32
|
+
r"""Constraints
|
33
|
+
|
34
|
+
The model defined in huaweicloud sdk
|
35
|
+
|
36
|
+
:param errormsg: 错误信息
|
37
|
+
:type errormsg: str
|
38
|
+
:param type: 类型
|
39
|
+
:type type: str
|
40
|
+
:param value: 参考值
|
41
|
+
:type value: str
|
42
|
+
"""
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
self._errormsg = None
|
47
|
+
self._type = None
|
48
|
+
self._value = None
|
49
|
+
self.discriminator = None
|
50
|
+
|
51
|
+
if errormsg is not None:
|
52
|
+
self.errormsg = errormsg
|
53
|
+
if type is not None:
|
54
|
+
self.type = type
|
55
|
+
if value is not None:
|
56
|
+
self.value = value
|
57
|
+
|
58
|
+
@property
|
59
|
+
def errormsg(self):
|
60
|
+
r"""Gets the errormsg of this Constraints.
|
61
|
+
|
62
|
+
错误信息
|
63
|
+
|
64
|
+
:return: The errormsg of this Constraints.
|
65
|
+
:rtype: str
|
66
|
+
"""
|
67
|
+
return self._errormsg
|
68
|
+
|
69
|
+
@errormsg.setter
|
70
|
+
def errormsg(self, errormsg):
|
71
|
+
r"""Sets the errormsg of this Constraints.
|
72
|
+
|
73
|
+
错误信息
|
74
|
+
|
75
|
+
:param errormsg: The errormsg of this Constraints.
|
76
|
+
:type errormsg: str
|
77
|
+
"""
|
78
|
+
self._errormsg = errormsg
|
79
|
+
|
80
|
+
@property
|
81
|
+
def type(self):
|
82
|
+
r"""Gets the type of this Constraints.
|
83
|
+
|
84
|
+
类型
|
85
|
+
|
86
|
+
:return: The type of this Constraints.
|
87
|
+
:rtype: str
|
88
|
+
"""
|
89
|
+
return self._type
|
90
|
+
|
91
|
+
@type.setter
|
92
|
+
def type(self, type):
|
93
|
+
r"""Sets the type of this Constraints.
|
94
|
+
|
95
|
+
类型
|
96
|
+
|
97
|
+
:param type: The type of this Constraints.
|
98
|
+
:type type: str
|
99
|
+
"""
|
100
|
+
self._type = type
|
101
|
+
|
102
|
+
@property
|
103
|
+
def value(self):
|
104
|
+
r"""Gets the value of this Constraints.
|
105
|
+
|
106
|
+
参考值
|
107
|
+
|
108
|
+
:return: The value of this Constraints.
|
109
|
+
:rtype: str
|
110
|
+
"""
|
111
|
+
return self._value
|
112
|
+
|
113
|
+
@value.setter
|
114
|
+
def value(self, value):
|
115
|
+
r"""Sets the value of this Constraints.
|
116
|
+
|
117
|
+
参考值
|
118
|
+
|
119
|
+
:param value: The value of this Constraints.
|
120
|
+
:type value: str
|
121
|
+
"""
|
122
|
+
self._value = value
|
123
|
+
|
124
|
+
def to_dict(self):
|
125
|
+
"""Returns the model properties as a dict"""
|
126
|
+
result = {}
|
127
|
+
|
128
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
129
|
+
value = getattr(self, attr)
|
130
|
+
if isinstance(value, list):
|
131
|
+
result[attr] = list(map(
|
132
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
133
|
+
value
|
134
|
+
))
|
135
|
+
elif hasattr(value, "to_dict"):
|
136
|
+
result[attr] = value.to_dict()
|
137
|
+
elif isinstance(value, dict):
|
138
|
+
result[attr] = dict(map(
|
139
|
+
lambda item: (item[0], item[1].to_dict())
|
140
|
+
if hasattr(item[1], "to_dict") else item,
|
141
|
+
value.items()
|
142
|
+
))
|
143
|
+
else:
|
144
|
+
if attr in self.sensitive_list:
|
145
|
+
result[attr] = "****"
|
146
|
+
else:
|
147
|
+
result[attr] = value
|
148
|
+
|
149
|
+
return result
|
150
|
+
|
151
|
+
def to_str(self):
|
152
|
+
"""Returns the string representation of the model"""
|
153
|
+
import simplejson as json
|
154
|
+
if six.PY2:
|
155
|
+
import sys
|
156
|
+
reload(sys)
|
157
|
+
sys.setdefaultencoding("utf-8")
|
158
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
159
|
+
|
160
|
+
def __repr__(self):
|
161
|
+
"""For `print`"""
|
162
|
+
return self.to_str()
|
163
|
+
|
164
|
+
def __eq__(self, other):
|
165
|
+
"""Returns true if both objects are equal"""
|
166
|
+
if not isinstance(other, Constraints):
|
167
|
+
return False
|
168
|
+
|
169
|
+
return self.__dict__ == other.__dict__
|
170
|
+
|
171
|
+
def __ne__(self, other):
|
172
|
+
"""Returns true if both objects are not equal"""
|
173
|
+
return not self == other
|
@@ -0,0 +1,170 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
6
|
+
|
7
|
+
|
8
|
+
class DownloadKeystoreByNameRequest:
|
9
|
+
|
10
|
+
"""
|
11
|
+
Attributes:
|
12
|
+
openapi_types (dict): The key is attribute name
|
13
|
+
and the value is attribute type.
|
14
|
+
attribute_map (dict): The key is attribute name
|
15
|
+
and the value is json key in definition.
|
16
|
+
"""
|
17
|
+
sensitive_list = []
|
18
|
+
|
19
|
+
openapi_types = {
|
20
|
+
'name': 'str',
|
21
|
+
'domain_id': 'str',
|
22
|
+
'id': 'str'
|
23
|
+
}
|
24
|
+
|
25
|
+
attribute_map = {
|
26
|
+
'name': 'name',
|
27
|
+
'domain_id': 'domain_id',
|
28
|
+
'id': 'id'
|
29
|
+
}
|
30
|
+
|
31
|
+
def __init__(self, name=None, domain_id=None, id=None):
|
32
|
+
r"""DownloadKeystoreByNameRequest
|
33
|
+
|
34
|
+
The model defined in huaweicloud sdk
|
35
|
+
|
36
|
+
:param name: 文件名
|
37
|
+
:type name: str
|
38
|
+
:param domain_id: 租户ID
|
39
|
+
:type domain_id: str
|
40
|
+
:param id: 文件ID
|
41
|
+
:type id: str
|
42
|
+
"""
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
self._name = None
|
47
|
+
self._domain_id = None
|
48
|
+
self._id = None
|
49
|
+
self.discriminator = None
|
50
|
+
|
51
|
+
self.name = name
|
52
|
+
self.domain_id = domain_id
|
53
|
+
self.id = id
|
54
|
+
|
55
|
+
@property
|
56
|
+
def name(self):
|
57
|
+
r"""Gets the name of this DownloadKeystoreByNameRequest.
|
58
|
+
|
59
|
+
文件名
|
60
|
+
|
61
|
+
:return: The name of this DownloadKeystoreByNameRequest.
|
62
|
+
:rtype: str
|
63
|
+
"""
|
64
|
+
return self._name
|
65
|
+
|
66
|
+
@name.setter
|
67
|
+
def name(self, name):
|
68
|
+
r"""Sets the name of this DownloadKeystoreByNameRequest.
|
69
|
+
|
70
|
+
文件名
|
71
|
+
|
72
|
+
:param name: The name of this DownloadKeystoreByNameRequest.
|
73
|
+
:type name: str
|
74
|
+
"""
|
75
|
+
self._name = name
|
76
|
+
|
77
|
+
@property
|
78
|
+
def domain_id(self):
|
79
|
+
r"""Gets the domain_id of this DownloadKeystoreByNameRequest.
|
80
|
+
|
81
|
+
租户ID
|
82
|
+
|
83
|
+
:return: The domain_id of this DownloadKeystoreByNameRequest.
|
84
|
+
:rtype: str
|
85
|
+
"""
|
86
|
+
return self._domain_id
|
87
|
+
|
88
|
+
@domain_id.setter
|
89
|
+
def domain_id(self, domain_id):
|
90
|
+
r"""Sets the domain_id of this DownloadKeystoreByNameRequest.
|
91
|
+
|
92
|
+
租户ID
|
93
|
+
|
94
|
+
:param domain_id: The domain_id of this DownloadKeystoreByNameRequest.
|
95
|
+
:type domain_id: str
|
96
|
+
"""
|
97
|
+
self._domain_id = domain_id
|
98
|
+
|
99
|
+
@property
|
100
|
+
def id(self):
|
101
|
+
r"""Gets the id of this DownloadKeystoreByNameRequest.
|
102
|
+
|
103
|
+
文件ID
|
104
|
+
|
105
|
+
:return: The id of this DownloadKeystoreByNameRequest.
|
106
|
+
:rtype: str
|
107
|
+
"""
|
108
|
+
return self._id
|
109
|
+
|
110
|
+
@id.setter
|
111
|
+
def id(self, id):
|
112
|
+
r"""Sets the id of this DownloadKeystoreByNameRequest.
|
113
|
+
|
114
|
+
文件ID
|
115
|
+
|
116
|
+
:param id: The id of this DownloadKeystoreByNameRequest.
|
117
|
+
:type id: str
|
118
|
+
"""
|
119
|
+
self._id = 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, DownloadKeystoreByNameRequest):
|
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
|
@@ -0,0 +1,85 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.sdk_stream_response import SdkStreamResponse
|
6
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
7
|
+
|
8
|
+
|
9
|
+
class DownloadKeystoreByNameResponse(SdkStreamResponse):
|
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
|
+
}
|
22
|
+
|
23
|
+
attribute_map = {
|
24
|
+
}
|
25
|
+
|
26
|
+
def __init__(self, response):
|
27
|
+
r"""DownloadKeystoreByNameResponse
|
28
|
+
|
29
|
+
The model defined in huaweicloud sdk
|
30
|
+
|
31
|
+
"""
|
32
|
+
|
33
|
+
super(DownloadKeystoreByNameResponse, self).__init__(response)
|
34
|
+
self.discriminator = None
|
35
|
+
|
36
|
+
def to_dict(self):
|
37
|
+
"""Returns the model properties as a dict"""
|
38
|
+
result = {}
|
39
|
+
|
40
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
41
|
+
value = getattr(self, attr)
|
42
|
+
if isinstance(value, list):
|
43
|
+
result[attr] = list(map(
|
44
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
45
|
+
value
|
46
|
+
))
|
47
|
+
elif hasattr(value, "to_dict"):
|
48
|
+
result[attr] = value.to_dict()
|
49
|
+
elif isinstance(value, dict):
|
50
|
+
result[attr] = dict(map(
|
51
|
+
lambda item: (item[0], item[1].to_dict())
|
52
|
+
if hasattr(item[1], "to_dict") else item,
|
53
|
+
value.items()
|
54
|
+
))
|
55
|
+
else:
|
56
|
+
if attr in self.sensitive_list:
|
57
|
+
result[attr] = "****"
|
58
|
+
else:
|
59
|
+
result[attr] = value
|
60
|
+
|
61
|
+
return result
|
62
|
+
|
63
|
+
def to_str(self):
|
64
|
+
"""Returns the string representation of the model"""
|
65
|
+
import simplejson as json
|
66
|
+
if six.PY2:
|
67
|
+
import sys
|
68
|
+
reload(sys)
|
69
|
+
sys.setdefaultencoding("utf-8")
|
70
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
71
|
+
|
72
|
+
def __repr__(self):
|
73
|
+
"""For `print`"""
|
74
|
+
return self.to_str()
|
75
|
+
|
76
|
+
def __eq__(self, other):
|
77
|
+
"""Returns true if both objects are equal"""
|
78
|
+
if not isinstance(other, DownloadKeystoreByNameResponse):
|
79
|
+
return False
|
80
|
+
|
81
|
+
return self.__dict__ == other.__dict__
|
82
|
+
|
83
|
+
def __ne__(self, other):
|
84
|
+
"""Returns true if both objects are not equal"""
|
85
|
+
return not self == other
|
@@ -0,0 +1,228 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
6
|
+
|
7
|
+
|
8
|
+
class ListBuildInfoRecordByJobIdRequest:
|
9
|
+
|
10
|
+
"""
|
11
|
+
Attributes:
|
12
|
+
openapi_types (dict): The key is attribute name
|
13
|
+
and the value is attribute type.
|
14
|
+
attribute_map (dict): The key is attribute name
|
15
|
+
and the value is json key in definition.
|
16
|
+
"""
|
17
|
+
sensitive_list = []
|
18
|
+
|
19
|
+
openapi_types = {
|
20
|
+
'job_id': 'str',
|
21
|
+
'start_time': 'str',
|
22
|
+
'end_time': 'str',
|
23
|
+
'page_index': 'int',
|
24
|
+
'page_size': 'int'
|
25
|
+
}
|
26
|
+
|
27
|
+
attribute_map = {
|
28
|
+
'job_id': 'job_id',
|
29
|
+
'start_time': 'start_time',
|
30
|
+
'end_time': 'end_time',
|
31
|
+
'page_index': 'page_index',
|
32
|
+
'page_size': 'page_size'
|
33
|
+
}
|
34
|
+
|
35
|
+
def __init__(self, job_id=None, start_time=None, end_time=None, page_index=None, page_size=None):
|
36
|
+
r"""ListBuildInfoRecordByJobIdRequest
|
37
|
+
|
38
|
+
The model defined in huaweicloud sdk
|
39
|
+
|
40
|
+
:param job_id: 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
41
|
+
:type job_id: str
|
42
|
+
:param start_time: 区间开始时间,格式yyyy-MM-dd HH:mm:ss。
|
43
|
+
:type start_time: str
|
44
|
+
:param end_time: 区间结束时间,格式yyyy-MM-dd HH:mm:ss。
|
45
|
+
:type end_time: str
|
46
|
+
:param page_index: 分页页码,表示从此页开始查询, page_index大于等于0
|
47
|
+
:type page_index: int
|
48
|
+
:param page_size: 每页显示的条目数量,page_size小于等于100
|
49
|
+
:type page_size: int
|
50
|
+
"""
|
51
|
+
|
52
|
+
|
53
|
+
|
54
|
+
self._job_id = None
|
55
|
+
self._start_time = None
|
56
|
+
self._end_time = None
|
57
|
+
self._page_index = None
|
58
|
+
self._page_size = None
|
59
|
+
self.discriminator = None
|
60
|
+
|
61
|
+
self.job_id = job_id
|
62
|
+
self.start_time = start_time
|
63
|
+
self.end_time = end_time
|
64
|
+
if page_index is not None:
|
65
|
+
self.page_index = page_index
|
66
|
+
if page_size is not None:
|
67
|
+
self.page_size = page_size
|
68
|
+
|
69
|
+
@property
|
70
|
+
def job_id(self):
|
71
|
+
r"""Gets the job_id of this ListBuildInfoRecordByJobIdRequest.
|
72
|
+
|
73
|
+
构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
74
|
+
|
75
|
+
:return: The job_id of this ListBuildInfoRecordByJobIdRequest.
|
76
|
+
:rtype: str
|
77
|
+
"""
|
78
|
+
return self._job_id
|
79
|
+
|
80
|
+
@job_id.setter
|
81
|
+
def job_id(self, job_id):
|
82
|
+
r"""Sets the job_id of this ListBuildInfoRecordByJobIdRequest.
|
83
|
+
|
84
|
+
构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
85
|
+
|
86
|
+
:param job_id: The job_id of this ListBuildInfoRecordByJobIdRequest.
|
87
|
+
:type job_id: str
|
88
|
+
"""
|
89
|
+
self._job_id = job_id
|
90
|
+
|
91
|
+
@property
|
92
|
+
def start_time(self):
|
93
|
+
r"""Gets the start_time of this ListBuildInfoRecordByJobIdRequest.
|
94
|
+
|
95
|
+
区间开始时间,格式yyyy-MM-dd HH:mm:ss。
|
96
|
+
|
97
|
+
:return: The start_time of this ListBuildInfoRecordByJobIdRequest.
|
98
|
+
:rtype: str
|
99
|
+
"""
|
100
|
+
return self._start_time
|
101
|
+
|
102
|
+
@start_time.setter
|
103
|
+
def start_time(self, start_time):
|
104
|
+
r"""Sets the start_time of this ListBuildInfoRecordByJobIdRequest.
|
105
|
+
|
106
|
+
区间开始时间,格式yyyy-MM-dd HH:mm:ss。
|
107
|
+
|
108
|
+
:param start_time: The start_time of this ListBuildInfoRecordByJobIdRequest.
|
109
|
+
:type start_time: str
|
110
|
+
"""
|
111
|
+
self._start_time = start_time
|
112
|
+
|
113
|
+
@property
|
114
|
+
def end_time(self):
|
115
|
+
r"""Gets the end_time of this ListBuildInfoRecordByJobIdRequest.
|
116
|
+
|
117
|
+
区间结束时间,格式yyyy-MM-dd HH:mm:ss。
|
118
|
+
|
119
|
+
:return: The end_time of this ListBuildInfoRecordByJobIdRequest.
|
120
|
+
:rtype: str
|
121
|
+
"""
|
122
|
+
return self._end_time
|
123
|
+
|
124
|
+
@end_time.setter
|
125
|
+
def end_time(self, end_time):
|
126
|
+
r"""Sets the end_time of this ListBuildInfoRecordByJobIdRequest.
|
127
|
+
|
128
|
+
区间结束时间,格式yyyy-MM-dd HH:mm:ss。
|
129
|
+
|
130
|
+
:param end_time: The end_time of this ListBuildInfoRecordByJobIdRequest.
|
131
|
+
:type end_time: str
|
132
|
+
"""
|
133
|
+
self._end_time = end_time
|
134
|
+
|
135
|
+
@property
|
136
|
+
def page_index(self):
|
137
|
+
r"""Gets the page_index of this ListBuildInfoRecordByJobIdRequest.
|
138
|
+
|
139
|
+
分页页码,表示从此页开始查询, page_index大于等于0
|
140
|
+
|
141
|
+
:return: The page_index of this ListBuildInfoRecordByJobIdRequest.
|
142
|
+
:rtype: int
|
143
|
+
"""
|
144
|
+
return self._page_index
|
145
|
+
|
146
|
+
@page_index.setter
|
147
|
+
def page_index(self, page_index):
|
148
|
+
r"""Sets the page_index of this ListBuildInfoRecordByJobIdRequest.
|
149
|
+
|
150
|
+
分页页码,表示从此页开始查询, page_index大于等于0
|
151
|
+
|
152
|
+
:param page_index: The page_index of this ListBuildInfoRecordByJobIdRequest.
|
153
|
+
:type page_index: int
|
154
|
+
"""
|
155
|
+
self._page_index = page_index
|
156
|
+
|
157
|
+
@property
|
158
|
+
def page_size(self):
|
159
|
+
r"""Gets the page_size of this ListBuildInfoRecordByJobIdRequest.
|
160
|
+
|
161
|
+
每页显示的条目数量,page_size小于等于100
|
162
|
+
|
163
|
+
:return: The page_size of this ListBuildInfoRecordByJobIdRequest.
|
164
|
+
:rtype: int
|
165
|
+
"""
|
166
|
+
return self._page_size
|
167
|
+
|
168
|
+
@page_size.setter
|
169
|
+
def page_size(self, page_size):
|
170
|
+
r"""Sets the page_size of this ListBuildInfoRecordByJobIdRequest.
|
171
|
+
|
172
|
+
每页显示的条目数量,page_size小于等于100
|
173
|
+
|
174
|
+
:param page_size: The page_size of this ListBuildInfoRecordByJobIdRequest.
|
175
|
+
:type page_size: int
|
176
|
+
"""
|
177
|
+
self._page_size = page_size
|
178
|
+
|
179
|
+
def to_dict(self):
|
180
|
+
"""Returns the model properties as a dict"""
|
181
|
+
result = {}
|
182
|
+
|
183
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
184
|
+
value = getattr(self, attr)
|
185
|
+
if isinstance(value, list):
|
186
|
+
result[attr] = list(map(
|
187
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
188
|
+
value
|
189
|
+
))
|
190
|
+
elif hasattr(value, "to_dict"):
|
191
|
+
result[attr] = value.to_dict()
|
192
|
+
elif isinstance(value, dict):
|
193
|
+
result[attr] = dict(map(
|
194
|
+
lambda item: (item[0], item[1].to_dict())
|
195
|
+
if hasattr(item[1], "to_dict") else item,
|
196
|
+
value.items()
|
197
|
+
))
|
198
|
+
else:
|
199
|
+
if attr in self.sensitive_list:
|
200
|
+
result[attr] = "****"
|
201
|
+
else:
|
202
|
+
result[attr] = value
|
203
|
+
|
204
|
+
return result
|
205
|
+
|
206
|
+
def to_str(self):
|
207
|
+
"""Returns the string representation of the model"""
|
208
|
+
import simplejson as json
|
209
|
+
if six.PY2:
|
210
|
+
import sys
|
211
|
+
reload(sys)
|
212
|
+
sys.setdefaultencoding("utf-8")
|
213
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
214
|
+
|
215
|
+
def __repr__(self):
|
216
|
+
"""For `print`"""
|
217
|
+
return self.to_str()
|
218
|
+
|
219
|
+
def __eq__(self, other):
|
220
|
+
"""Returns true if both objects are equal"""
|
221
|
+
if not isinstance(other, ListBuildInfoRecordByJobIdRequest):
|
222
|
+
return False
|
223
|
+
|
224
|
+
return self.__dict__ == other.__dict__
|
225
|
+
|
226
|
+
def __ne__(self, other):
|
227
|
+
"""Returns true if both objects are not equal"""
|
228
|
+
return not self == other
|