huaweicloudsdkeihealth 3.1.94__py2.py3-none-any.whl → 3.1.95__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 (60) hide show
  1. huaweicloudsdkeihealth/v1/__init__.py +44 -0
  2. huaweicloudsdkeihealth/v1/eihealth_async_client.py +1057 -52
  3. huaweicloudsdkeihealth/v1/eihealth_client.py +1057 -52
  4. huaweicloudsdkeihealth/v1/model/__init__.py +44 -0
  5. huaweicloudsdkeihealth/v1/model/add_drug_database_file_req.py +139 -0
  6. huaweicloudsdkeihealth/v1/model/add_drug_database_file_request.py +139 -0
  7. huaweicloudsdkeihealth/v1/model/add_drug_database_file_response.py +85 -0
  8. huaweicloudsdkeihealth/v1/model/bind_site_dto.py +30 -1
  9. huaweicloudsdkeihealth/v1/model/create_css_cluster_req.py +170 -0
  10. huaweicloudsdkeihealth/v1/model/create_css_cluster_request.py +111 -0
  11. huaweicloudsdkeihealth/v1/model/create_css_cluster_response.py +116 -0
  12. huaweicloudsdkeihealth/v1/model/create_database_req2.py +252 -0
  13. huaweicloudsdkeihealth/v1/model/create_drug_database_request.py +111 -0
  14. huaweicloudsdkeihealth/v1/model/create_drug_database_response.py +116 -0
  15. huaweicloudsdkeihealth/v1/model/create_mol_batch_download_task_req.py +198 -0
  16. huaweicloudsdkeihealth/v1/model/create_mol_batch_download_task_request.py +139 -0
  17. huaweicloudsdkeihealth/v1/model/create_mol_batch_download_task_response.py +116 -0
  18. huaweicloudsdkeihealth/v1/model/create_optm_job_req.py +30 -1
  19. huaweicloudsdkeihealth/v1/model/create_search_job_req.py +308 -0
  20. huaweicloudsdkeihealth/v1/model/create_search_job_request.py +139 -0
  21. huaweicloudsdkeihealth/v1/model/create_search_job_response.py +145 -0
  22. huaweicloudsdkeihealth/v1/model/css_cluster_dto.py +202 -0
  23. huaweicloudsdkeihealth/v1/model/database_file.py +167 -0
  24. huaweicloudsdkeihealth/v1/model/database_file_source.py +88 -0
  25. huaweicloudsdkeihealth/v1/model/delete_css_cluster_request.py +114 -0
  26. huaweicloudsdkeihealth/v1/model/delete_css_cluster_response.py +85 -0
  27. huaweicloudsdkeihealth/v1/model/delete_drug_database_request.py +114 -0
  28. huaweicloudsdkeihealth/v1/model/delete_drug_database_response.py +85 -0
  29. huaweicloudsdkeihealth/v1/model/detail_database_file.py +225 -0
  30. huaweicloudsdkeihealth/v1/model/download_data_req.py +61 -3
  31. huaweicloudsdkeihealth/v1/model/drug_database_dto.py +521 -0
  32. huaweicloudsdkeihealth/v1/model/get_archive_config_rsp.py +3 -32
  33. huaweicloudsdkeihealth/v1/model/list_css_cluster_request.py +144 -0
  34. huaweicloudsdkeihealth/v1/model/list_css_cluster_response.py +145 -0
  35. huaweicloudsdkeihealth/v1/model/list_drug_database_request.py +260 -0
  36. huaweicloudsdkeihealth/v1/model/list_drug_database_response.py +145 -0
  37. huaweicloudsdkeihealth/v1/model/list_term_tenant_css_cluster_request.py +144 -0
  38. huaweicloudsdkeihealth/v1/model/list_term_tenant_css_cluster_response.py +145 -0
  39. huaweicloudsdkeihealth/v1/model/search_type.py +88 -0
  40. huaweicloudsdkeihealth/v1/model/show_mol_batch_download_task_request.py +142 -0
  41. huaweicloudsdkeihealth/v1/model/show_mol_batch_download_task_response.py +174 -0
  42. huaweicloudsdkeihealth/v1/model/show_optm_job_response.py +30 -1
  43. huaweicloudsdkeihealth/v1/model/show_search_job_request.py +142 -0
  44. huaweicloudsdkeihealth/v1/model/show_search_job_response.py +340 -0
  45. huaweicloudsdkeihealth/v1/model/term_tenant_css_cluster_dto.py +173 -0
  46. huaweicloudsdkeihealth/v1/model/update_drug_database_req.py +114 -0
  47. huaweicloudsdkeihealth/v1/model/update_drug_database_request.py +139 -0
  48. huaweicloudsdkeihealth/v1/model/update_drug_database_response.py +85 -0
  49. huaweicloudsdkeihealth/v1/model/update_drug_job_req.py +115 -0
  50. huaweicloudsdkeihealth/v1/model/update_drug_job_request.py +167 -0
  51. huaweicloudsdkeihealth/v1/model/update_drug_job_response.py +85 -0
  52. huaweicloudsdkeihealth/v1/model/upload_data_request.py +1 -175
  53. huaweicloudsdkeihealth/v1/model/upload_data_request_body.py +177 -3
  54. huaweicloudsdkeihealth/v1/model/validate_css_connection_request.py +111 -0
  55. huaweicloudsdkeihealth/v1/model/validate_css_connection_response.py +145 -0
  56. {huaweicloudsdkeihealth-3.1.94.dist-info → huaweicloudsdkeihealth-3.1.95.dist-info}/METADATA +2 -2
  57. {huaweicloudsdkeihealth-3.1.94.dist-info → huaweicloudsdkeihealth-3.1.95.dist-info}/RECORD +60 -16
  58. {huaweicloudsdkeihealth-3.1.94.dist-info → huaweicloudsdkeihealth-3.1.95.dist-info}/LICENSE +0 -0
  59. {huaweicloudsdkeihealth-3.1.94.dist-info → huaweicloudsdkeihealth-3.1.95.dist-info}/WHEEL +0 -0
  60. {huaweicloudsdkeihealth-3.1.94.dist-info → huaweicloudsdkeihealth-3.1.95.dist-info}/top_level.txt +0 -0
@@ -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 CreateCssClusterReq:
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
+ 'css_id': 'str',
21
+ 'user_name': 'str',
22
+ 'user_pwd': 'str'
23
+ }
24
+
25
+ attribute_map = {
26
+ 'css_id': 'css_id',
27
+ 'user_name': 'user_name',
28
+ 'user_pwd': 'user_pwd'
29
+ }
30
+
31
+ def __init__(self, css_id=None, user_name=None, user_pwd=None):
32
+ """CreateCssClusterReq
33
+
34
+ The model defined in huaweicloud sdk
35
+
36
+ :param css_id: 集群id
37
+ :type css_id: str
38
+ :param user_name: 集群用户账号
39
+ :type user_name: str
40
+ :param user_pwd: 集群用户密码,长度限制为[8,32]
41
+ :type user_pwd: str
42
+ """
43
+
44
+
45
+
46
+ self._css_id = None
47
+ self._user_name = None
48
+ self._user_pwd = None
49
+ self.discriminator = None
50
+
51
+ self.css_id = css_id
52
+ self.user_name = user_name
53
+ self.user_pwd = user_pwd
54
+
55
+ @property
56
+ def css_id(self):
57
+ """Gets the css_id of this CreateCssClusterReq.
58
+
59
+ 集群id
60
+
61
+ :return: The css_id of this CreateCssClusterReq.
62
+ :rtype: str
63
+ """
64
+ return self._css_id
65
+
66
+ @css_id.setter
67
+ def css_id(self, css_id):
68
+ """Sets the css_id of this CreateCssClusterReq.
69
+
70
+ 集群id
71
+
72
+ :param css_id: The css_id of this CreateCssClusterReq.
73
+ :type css_id: str
74
+ """
75
+ self._css_id = css_id
76
+
77
+ @property
78
+ def user_name(self):
79
+ """Gets the user_name of this CreateCssClusterReq.
80
+
81
+ 集群用户账号
82
+
83
+ :return: The user_name of this CreateCssClusterReq.
84
+ :rtype: str
85
+ """
86
+ return self._user_name
87
+
88
+ @user_name.setter
89
+ def user_name(self, user_name):
90
+ """Sets the user_name of this CreateCssClusterReq.
91
+
92
+ 集群用户账号
93
+
94
+ :param user_name: The user_name of this CreateCssClusterReq.
95
+ :type user_name: str
96
+ """
97
+ self._user_name = user_name
98
+
99
+ @property
100
+ def user_pwd(self):
101
+ """Gets the user_pwd of this CreateCssClusterReq.
102
+
103
+ 集群用户密码,长度限制为[8,32]
104
+
105
+ :return: The user_pwd of this CreateCssClusterReq.
106
+ :rtype: str
107
+ """
108
+ return self._user_pwd
109
+
110
+ @user_pwd.setter
111
+ def user_pwd(self, user_pwd):
112
+ """Sets the user_pwd of this CreateCssClusterReq.
113
+
114
+ 集群用户密码,长度限制为[8,32]
115
+
116
+ :param user_pwd: The user_pwd of this CreateCssClusterReq.
117
+ :type user_pwd: str
118
+ """
119
+ self._user_pwd = user_pwd
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, CreateCssClusterReq):
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,111 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class CreateCssClusterRequest:
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
+ 'body': 'CreateCssClusterReq'
21
+ }
22
+
23
+ attribute_map = {
24
+ 'body': 'body'
25
+ }
26
+
27
+ def __init__(self, body=None):
28
+ """CreateCssClusterRequest
29
+
30
+ The model defined in huaweicloud sdk
31
+
32
+ :param body: Body of the CreateCssClusterRequest
33
+ :type body: :class:`huaweicloudsdkeihealth.v1.CreateCssClusterReq`
34
+ """
35
+
36
+
37
+
38
+ self._body = None
39
+ self.discriminator = None
40
+
41
+ if body is not None:
42
+ self.body = body
43
+
44
+ @property
45
+ def body(self):
46
+ """Gets the body of this CreateCssClusterRequest.
47
+
48
+ :return: The body of this CreateCssClusterRequest.
49
+ :rtype: :class:`huaweicloudsdkeihealth.v1.CreateCssClusterReq`
50
+ """
51
+ return self._body
52
+
53
+ @body.setter
54
+ def body(self, body):
55
+ """Sets the body of this CreateCssClusterRequest.
56
+
57
+ :param body: The body of this CreateCssClusterRequest.
58
+ :type body: :class:`huaweicloudsdkeihealth.v1.CreateCssClusterReq`
59
+ """
60
+ self._body = body
61
+
62
+ def to_dict(self):
63
+ """Returns the model properties as a dict"""
64
+ result = {}
65
+
66
+ for attr, _ in six.iteritems(self.openapi_types):
67
+ value = getattr(self, attr)
68
+ if isinstance(value, list):
69
+ result[attr] = list(map(
70
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
71
+ value
72
+ ))
73
+ elif hasattr(value, "to_dict"):
74
+ result[attr] = value.to_dict()
75
+ elif isinstance(value, dict):
76
+ result[attr] = dict(map(
77
+ lambda item: (item[0], item[1].to_dict())
78
+ if hasattr(item[1], "to_dict") else item,
79
+ value.items()
80
+ ))
81
+ else:
82
+ if attr in self.sensitive_list:
83
+ result[attr] = "****"
84
+ else:
85
+ result[attr] = value
86
+
87
+ return result
88
+
89
+ def to_str(self):
90
+ """Returns the string representation of the model"""
91
+ import simplejson as json
92
+ if six.PY2:
93
+ import sys
94
+ reload(sys)
95
+ sys.setdefaultencoding("utf-8")
96
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
97
+
98
+ def __repr__(self):
99
+ """For `print`"""
100
+ return self.to_str()
101
+
102
+ def __eq__(self, other):
103
+ """Returns true if both objects are equal"""
104
+ if not isinstance(other, CreateCssClusterRequest):
105
+ return False
106
+
107
+ return self.__dict__ == other.__dict__
108
+
109
+ def __ne__(self, other):
110
+ """Returns true if both objects are not equal"""
111
+ return not self == other
@@ -0,0 +1,116 @@
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 CreateCssClusterResponse(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
+ }
23
+
24
+ attribute_map = {
25
+ 'id': 'id'
26
+ }
27
+
28
+ def __init__(self, id=None):
29
+ """CreateCssClusterResponse
30
+
31
+ The model defined in huaweicloud sdk
32
+
33
+ :param id: css集群id
34
+ :type id: str
35
+ """
36
+
37
+ super(CreateCssClusterResponse, self).__init__()
38
+
39
+ self._id = None
40
+ self.discriminator = None
41
+
42
+ if id is not None:
43
+ self.id = id
44
+
45
+ @property
46
+ def id(self):
47
+ """Gets the id of this CreateCssClusterResponse.
48
+
49
+ css集群id
50
+
51
+ :return: The id of this CreateCssClusterResponse.
52
+ :rtype: str
53
+ """
54
+ return self._id
55
+
56
+ @id.setter
57
+ def id(self, id):
58
+ """Sets the id of this CreateCssClusterResponse.
59
+
60
+ css集群id
61
+
62
+ :param id: The id of this CreateCssClusterResponse.
63
+ :type id: str
64
+ """
65
+ self._id = id
66
+
67
+ def to_dict(self):
68
+ """Returns the model properties as a dict"""
69
+ result = {}
70
+
71
+ for attr, _ in six.iteritems(self.openapi_types):
72
+ value = getattr(self, attr)
73
+ if isinstance(value, list):
74
+ result[attr] = list(map(
75
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
76
+ value
77
+ ))
78
+ elif hasattr(value, "to_dict"):
79
+ result[attr] = value.to_dict()
80
+ elif isinstance(value, dict):
81
+ result[attr] = dict(map(
82
+ lambda item: (item[0], item[1].to_dict())
83
+ if hasattr(item[1], "to_dict") else item,
84
+ value.items()
85
+ ))
86
+ else:
87
+ if attr in self.sensitive_list:
88
+ result[attr] = "****"
89
+ else:
90
+ result[attr] = value
91
+
92
+ return result
93
+
94
+ def to_str(self):
95
+ """Returns the string representation of the model"""
96
+ import simplejson as json
97
+ if six.PY2:
98
+ import sys
99
+ reload(sys)
100
+ sys.setdefaultencoding("utf-8")
101
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
102
+
103
+ def __repr__(self):
104
+ """For `print`"""
105
+ return self.to_str()
106
+
107
+ def __eq__(self, other):
108
+ """Returns true if both objects are equal"""
109
+ if not isinstance(other, CreateCssClusterResponse):
110
+ return False
111
+
112
+ return self.__dict__ == other.__dict__
113
+
114
+ def __ne__(self, other):
115
+ """Returns true if both objects are not equal"""
116
+ return not self == other
@@ -0,0 +1,252 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class CreateDatabaseReq2:
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
+ 'description': 'str',
22
+ 'css_id': 'str',
23
+ 'file': 'DatabaseFile',
24
+ 'columns': 'list[str]',
25
+ 'shareable': 'bool'
26
+ }
27
+
28
+ attribute_map = {
29
+ 'name': 'name',
30
+ 'description': 'description',
31
+ 'css_id': 'css_id',
32
+ 'file': 'file',
33
+ 'columns': 'columns',
34
+ 'shareable': 'shareable'
35
+ }
36
+
37
+ def __init__(self, name=None, description=None, css_id=None, file=None, columns=None, shareable=None):
38
+ """CreateDatabaseReq2
39
+
40
+ The model defined in huaweicloud sdk
41
+
42
+ :param name: 数据库名称,长度为5-32个字符,首位需以小写英文字母开头,仅可以使用小写字母、数字、下划线“_”和中划线“-”
43
+ :type name: str
44
+ :param description: 数据库描述
45
+ :type description: str
46
+ :param css_id: css集群id
47
+ :type css_id: str
48
+ :param file:
49
+ :type file: :class:`huaweicloudsdkeihealth.v1.DatabaseFile`
50
+ :param columns: 数据文件列名
51
+ :type columns: list[str]
52
+ :param shareable: 是否打开组织共享
53
+ :type shareable: bool
54
+ """
55
+
56
+
57
+
58
+ self._name = None
59
+ self._description = None
60
+ self._css_id = None
61
+ self._file = None
62
+ self._columns = None
63
+ self._shareable = None
64
+ self.discriminator = None
65
+
66
+ self.name = name
67
+ if description is not None:
68
+ self.description = description
69
+ self.css_id = css_id
70
+ self.file = file
71
+ self.columns = columns
72
+ if shareable is not None:
73
+ self.shareable = shareable
74
+
75
+ @property
76
+ def name(self):
77
+ """Gets the name of this CreateDatabaseReq2.
78
+
79
+ 数据库名称,长度为5-32个字符,首位需以小写英文字母开头,仅可以使用小写字母、数字、下划线“_”和中划线“-”
80
+
81
+ :return: The name of this CreateDatabaseReq2.
82
+ :rtype: str
83
+ """
84
+ return self._name
85
+
86
+ @name.setter
87
+ def name(self, name):
88
+ """Sets the name of this CreateDatabaseReq2.
89
+
90
+ 数据库名称,长度为5-32个字符,首位需以小写英文字母开头,仅可以使用小写字母、数字、下划线“_”和中划线“-”
91
+
92
+ :param name: The name of this CreateDatabaseReq2.
93
+ :type name: str
94
+ """
95
+ self._name = name
96
+
97
+ @property
98
+ def description(self):
99
+ """Gets the description of this CreateDatabaseReq2.
100
+
101
+ 数据库描述
102
+
103
+ :return: The description of this CreateDatabaseReq2.
104
+ :rtype: str
105
+ """
106
+ return self._description
107
+
108
+ @description.setter
109
+ def description(self, description):
110
+ """Sets the description of this CreateDatabaseReq2.
111
+
112
+ 数据库描述
113
+
114
+ :param description: The description of this CreateDatabaseReq2.
115
+ :type description: str
116
+ """
117
+ self._description = description
118
+
119
+ @property
120
+ def css_id(self):
121
+ """Gets the css_id of this CreateDatabaseReq2.
122
+
123
+ css集群id
124
+
125
+ :return: The css_id of this CreateDatabaseReq2.
126
+ :rtype: str
127
+ """
128
+ return self._css_id
129
+
130
+ @css_id.setter
131
+ def css_id(self, css_id):
132
+ """Sets the css_id of this CreateDatabaseReq2.
133
+
134
+ css集群id
135
+
136
+ :param css_id: The css_id of this CreateDatabaseReq2.
137
+ :type css_id: str
138
+ """
139
+ self._css_id = css_id
140
+
141
+ @property
142
+ def file(self):
143
+ """Gets the file of this CreateDatabaseReq2.
144
+
145
+ :return: The file of this CreateDatabaseReq2.
146
+ :rtype: :class:`huaweicloudsdkeihealth.v1.DatabaseFile`
147
+ """
148
+ return self._file
149
+
150
+ @file.setter
151
+ def file(self, file):
152
+ """Sets the file of this CreateDatabaseReq2.
153
+
154
+ :param file: The file of this CreateDatabaseReq2.
155
+ :type file: :class:`huaweicloudsdkeihealth.v1.DatabaseFile`
156
+ """
157
+ self._file = file
158
+
159
+ @property
160
+ def columns(self):
161
+ """Gets the columns of this CreateDatabaseReq2.
162
+
163
+ 数据文件列名
164
+
165
+ :return: The columns of this CreateDatabaseReq2.
166
+ :rtype: list[str]
167
+ """
168
+ return self._columns
169
+
170
+ @columns.setter
171
+ def columns(self, columns):
172
+ """Sets the columns of this CreateDatabaseReq2.
173
+
174
+ 数据文件列名
175
+
176
+ :param columns: The columns of this CreateDatabaseReq2.
177
+ :type columns: list[str]
178
+ """
179
+ self._columns = columns
180
+
181
+ @property
182
+ def shareable(self):
183
+ """Gets the shareable of this CreateDatabaseReq2.
184
+
185
+ 是否打开组织共享
186
+
187
+ :return: The shareable of this CreateDatabaseReq2.
188
+ :rtype: bool
189
+ """
190
+ return self._shareable
191
+
192
+ @shareable.setter
193
+ def shareable(self, shareable):
194
+ """Sets the shareable of this CreateDatabaseReq2.
195
+
196
+ 是否打开组织共享
197
+
198
+ :param shareable: The shareable of this CreateDatabaseReq2.
199
+ :type shareable: bool
200
+ """
201
+ self._shareable = shareable
202
+
203
+ def to_dict(self):
204
+ """Returns the model properties as a dict"""
205
+ result = {}
206
+
207
+ for attr, _ in six.iteritems(self.openapi_types):
208
+ value = getattr(self, attr)
209
+ if isinstance(value, list):
210
+ result[attr] = list(map(
211
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
212
+ value
213
+ ))
214
+ elif hasattr(value, "to_dict"):
215
+ result[attr] = value.to_dict()
216
+ elif isinstance(value, dict):
217
+ result[attr] = dict(map(
218
+ lambda item: (item[0], item[1].to_dict())
219
+ if hasattr(item[1], "to_dict") else item,
220
+ value.items()
221
+ ))
222
+ else:
223
+ if attr in self.sensitive_list:
224
+ result[attr] = "****"
225
+ else:
226
+ result[attr] = value
227
+
228
+ return result
229
+
230
+ def to_str(self):
231
+ """Returns the string representation of the model"""
232
+ import simplejson as json
233
+ if six.PY2:
234
+ import sys
235
+ reload(sys)
236
+ sys.setdefaultencoding("utf-8")
237
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
238
+
239
+ def __repr__(self):
240
+ """For `print`"""
241
+ return self.to_str()
242
+
243
+ def __eq__(self, other):
244
+ """Returns true if both objects are equal"""
245
+ if not isinstance(other, CreateDatabaseReq2):
246
+ return False
247
+
248
+ return self.__dict__ == other.__dict__
249
+
250
+ def __ne__(self, other):
251
+ """Returns true if both objects are not equal"""
252
+ return not self == other