huaweicloudsdkcae 3.1.98__py2.py3-none-any.whl → 3.1.100__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.

Potentially problematic release.


This version of huaweicloudsdkcae might be problematic. Click here for more details.

Files changed (42) hide show
  1. huaweicloudsdkcae/v1/__init__.py +25 -2
  2. huaweicloudsdkcae/v1/cae_async_client.py +416 -0
  3. huaweicloudsdkcae/v1/cae_client.py +416 -0
  4. huaweicloudsdkcae/v1/model/__init__.py +25 -2
  5. huaweicloudsdkcae/v1/model/access_configuration_port.py +32 -3
  6. huaweicloudsdkcae/v1/model/agency_metadata.py +28 -3
  7. huaweicloudsdkcae/v1/model/configuration_data_metadata.py +3 -3
  8. huaweicloudsdkcae/v1/model/configuration_request_data_spec.py +30 -1
  9. huaweicloudsdkcae/v1/model/create_component_request_body.py +8 -8
  10. huaweicloudsdkcae/v1/model/create_component_with_configuration_request.py +196 -0
  11. huaweicloudsdkcae/v1/model/create_component_with_configuration_request_body.py +213 -0
  12. huaweicloudsdkcae/v1/model/{create_component_request_body_metadata.py → create_component_with_configuration_request_body_metadata.py} +11 -11
  13. huaweicloudsdkcae/v1/model/{create_component_request_body_spec.py → create_component_with_configuration_request_body_spec.py} +27 -27
  14. huaweicloudsdkcae/v1/model/create_component_with_configuration_response.py +241 -0
  15. huaweicloudsdkcae/v1/model/create_component_with_configuration_response_body_status.py +115 -0
  16. huaweicloudsdkcae/v1/model/create_notice_rule_item.py +244 -0
  17. huaweicloudsdkcae/v1/model/create_notice_rule_req.py +166 -0
  18. huaweicloudsdkcae/v1/model/create_notice_rule_request.py +168 -0
  19. huaweicloudsdkcae/v1/model/create_notice_rule_resp_item.py +277 -0
  20. huaweicloudsdkcae/v1/model/create_notice_rule_response.py +170 -0
  21. huaweicloudsdkcae/v1/model/delete_notice_rule_request.py +167 -0
  22. huaweicloudsdkcae/v1/model/delete_notice_rule_response.py +112 -0
  23. huaweicloudsdkcae/v1/model/environment_item.py +3 -3
  24. huaweicloudsdkcae/v1/model/list_notice_rules_request.py +143 -0
  25. huaweicloudsdkcae/v1/model/list_notice_rules_response.py +174 -0
  26. huaweicloudsdkcae/v1/model/notice_rule_notification.py +142 -0
  27. huaweicloudsdkcae/v1/model/notice_rule_scope.py +201 -0
  28. huaweicloudsdkcae/v1/model/resources_credential.py +144 -0
  29. huaweicloudsdkcae/v1/model/show_notice_rule_request.py +167 -0
  30. huaweicloudsdkcae/v1/model/show_notice_rule_response.py +170 -0
  31. huaweicloudsdkcae/v1/model/trigger_policy.py +201 -0
  32. huaweicloudsdkcae/v1/model/update_notice_rule_item.py +192 -0
  33. huaweicloudsdkcae/v1/model/update_notice_rule_req.py +166 -0
  34. huaweicloudsdkcae/v1/model/update_notice_rule_request.py +192 -0
  35. huaweicloudsdkcae/v1/model/update_notice_rule_response.py +170 -0
  36. huaweicloudsdkcae/v1/model/volume.py +30 -1
  37. huaweicloudsdkcae/v1/model/volume_spec.py +32 -3
  38. {huaweicloudsdkcae-3.1.98.dist-info → huaweicloudsdkcae-3.1.100.dist-info}/METADATA +2 -2
  39. {huaweicloudsdkcae-3.1.98.dist-info → huaweicloudsdkcae-3.1.100.dist-info}/RECORD +42 -19
  40. {huaweicloudsdkcae-3.1.98.dist-info → huaweicloudsdkcae-3.1.100.dist-info}/LICENSE +0 -0
  41. {huaweicloudsdkcae-3.1.98.dist-info → huaweicloudsdkcae-3.1.100.dist-info}/WHEEL +0 -0
  42. {huaweicloudsdkcae-3.1.98.dist-info → huaweicloudsdkcae-3.1.100.dist-info}/top_level.txt +0 -0
@@ -5,7 +5,7 @@ import six
5
5
  from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
6
 
7
7
 
8
- class CreateComponentRequestBodySpec:
8
+ class CreateComponentWithConfigurationRequestBodySpec:
9
9
 
10
10
  """
11
11
  Attributes:
@@ -35,7 +35,7 @@ class CreateComponentRequestBodySpec:
35
35
  }
36
36
 
37
37
  def __init__(self, runtime=None, replica=None, build=None, source=None, resource_limit=None, image_url=None):
38
- """CreateComponentRequestBodySpec
38
+ """CreateComponentWithConfigurationRequestBodySpec
39
39
 
40
40
  The model defined in huaweicloud sdk
41
41
 
@@ -74,120 +74,120 @@ class CreateComponentRequestBodySpec:
74
74
 
75
75
  @property
76
76
  def runtime(self):
77
- """Gets the runtime of this CreateComponentRequestBodySpec.
77
+ """Gets the runtime of this CreateComponentWithConfigurationRequestBodySpec.
78
78
 
79
79
  语言/运行时。
80
80
 
81
- :return: The runtime of this CreateComponentRequestBodySpec.
81
+ :return: The runtime of this CreateComponentWithConfigurationRequestBodySpec.
82
82
  :rtype: str
83
83
  """
84
84
  return self._runtime
85
85
 
86
86
  @runtime.setter
87
87
  def runtime(self, runtime):
88
- """Sets the runtime of this CreateComponentRequestBodySpec.
88
+ """Sets the runtime of this CreateComponentWithConfigurationRequestBodySpec.
89
89
 
90
90
  语言/运行时。
91
91
 
92
- :param runtime: The runtime of this CreateComponentRequestBodySpec.
92
+ :param runtime: The runtime of this CreateComponentWithConfigurationRequestBodySpec.
93
93
  :type runtime: str
94
94
  """
95
95
  self._runtime = runtime
96
96
 
97
97
  @property
98
98
  def replica(self):
99
- """Gets the replica of this CreateComponentRequestBodySpec.
99
+ """Gets the replica of this CreateComponentWithConfigurationRequestBodySpec.
100
100
 
101
101
  实例个数。
102
102
 
103
- :return: The replica of this CreateComponentRequestBodySpec.
103
+ :return: The replica of this CreateComponentWithConfigurationRequestBodySpec.
104
104
  :rtype: int
105
105
  """
106
106
  return self._replica
107
107
 
108
108
  @replica.setter
109
109
  def replica(self, replica):
110
- """Sets the replica of this CreateComponentRequestBodySpec.
110
+ """Sets the replica of this CreateComponentWithConfigurationRequestBodySpec.
111
111
 
112
112
  实例个数。
113
113
 
114
- :param replica: The replica of this CreateComponentRequestBodySpec.
114
+ :param replica: The replica of this CreateComponentWithConfigurationRequestBodySpec.
115
115
  :type replica: int
116
116
  """
117
117
  self._replica = replica
118
118
 
119
119
  @property
120
120
  def build(self):
121
- """Gets the build of this CreateComponentRequestBodySpec.
121
+ """Gets the build of this CreateComponentWithConfigurationRequestBodySpec.
122
122
 
123
- :return: The build of this CreateComponentRequestBodySpec.
123
+ :return: The build of this CreateComponentWithConfigurationRequestBodySpec.
124
124
  :rtype: :class:`huaweicloudsdkcae.v1.Build`
125
125
  """
126
126
  return self._build
127
127
 
128
128
  @build.setter
129
129
  def build(self, build):
130
- """Sets the build of this CreateComponentRequestBodySpec.
130
+ """Sets the build of this CreateComponentWithConfigurationRequestBodySpec.
131
131
 
132
- :param build: The build of this CreateComponentRequestBodySpec.
132
+ :param build: The build of this CreateComponentWithConfigurationRequestBodySpec.
133
133
  :type build: :class:`huaweicloudsdkcae.v1.Build`
134
134
  """
135
135
  self._build = build
136
136
 
137
137
  @property
138
138
  def source(self):
139
- """Gets the source of this CreateComponentRequestBodySpec.
139
+ """Gets the source of this CreateComponentWithConfigurationRequestBodySpec.
140
140
 
141
- :return: The source of this CreateComponentRequestBodySpec.
141
+ :return: The source of this CreateComponentWithConfigurationRequestBodySpec.
142
142
  :rtype: :class:`huaweicloudsdkcae.v1.Source`
143
143
  """
144
144
  return self._source
145
145
 
146
146
  @source.setter
147
147
  def source(self, source):
148
- """Sets the source of this CreateComponentRequestBodySpec.
148
+ """Sets the source of this CreateComponentWithConfigurationRequestBodySpec.
149
149
 
150
- :param source: The source of this CreateComponentRequestBodySpec.
150
+ :param source: The source of this CreateComponentWithConfigurationRequestBodySpec.
151
151
  :type source: :class:`huaweicloudsdkcae.v1.Source`
152
152
  """
153
153
  self._source = source
154
154
 
155
155
  @property
156
156
  def resource_limit(self):
157
- """Gets the resource_limit of this CreateComponentRequestBodySpec.
157
+ """Gets the resource_limit of this CreateComponentWithConfigurationRequestBodySpec.
158
158
 
159
- :return: The resource_limit of this CreateComponentRequestBodySpec.
159
+ :return: The resource_limit of this CreateComponentWithConfigurationRequestBodySpec.
160
160
  :rtype: :class:`huaweicloudsdkcae.v1.ResourceLimit`
161
161
  """
162
162
  return self._resource_limit
163
163
 
164
164
  @resource_limit.setter
165
165
  def resource_limit(self, resource_limit):
166
- """Sets the resource_limit of this CreateComponentRequestBodySpec.
166
+ """Sets the resource_limit of this CreateComponentWithConfigurationRequestBodySpec.
167
167
 
168
- :param resource_limit: The resource_limit of this CreateComponentRequestBodySpec.
168
+ :param resource_limit: The resource_limit of this CreateComponentWithConfigurationRequestBodySpec.
169
169
  :type resource_limit: :class:`huaweicloudsdkcae.v1.ResourceLimit`
170
170
  """
171
171
  self._resource_limit = resource_limit
172
172
 
173
173
  @property
174
174
  def image_url(self):
175
- """Gets the image_url of this CreateComponentRequestBodySpec.
175
+ """Gets the image_url of this CreateComponentWithConfigurationRequestBodySpec.
176
176
 
177
177
  镜像地址。
178
178
 
179
- :return: The image_url of this CreateComponentRequestBodySpec.
179
+ :return: The image_url of this CreateComponentWithConfigurationRequestBodySpec.
180
180
  :rtype: str
181
181
  """
182
182
  return self._image_url
183
183
 
184
184
  @image_url.setter
185
185
  def image_url(self, image_url):
186
- """Sets the image_url of this CreateComponentRequestBodySpec.
186
+ """Sets the image_url of this CreateComponentWithConfigurationRequestBodySpec.
187
187
 
188
188
  镜像地址。
189
189
 
190
- :param image_url: The image_url of this CreateComponentRequestBodySpec.
190
+ :param image_url: The image_url of this CreateComponentWithConfigurationRequestBodySpec.
191
191
  :type image_url: str
192
192
  """
193
193
  self._image_url = image_url
@@ -234,7 +234,7 @@ class CreateComponentRequestBodySpec:
234
234
 
235
235
  def __eq__(self, other):
236
236
  """Returns true if both objects are equal"""
237
- if not isinstance(other, CreateComponentRequestBodySpec):
237
+ if not isinstance(other, CreateComponentWithConfigurationRequestBodySpec):
238
238
  return False
239
239
 
240
240
  return self.__dict__ == other.__dict__
@@ -0,0 +1,241 @@
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 CreateComponentWithConfigurationResponse(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
+ 'api_version': 'ApiVersionObj',
22
+ 'kind': 'ComponentKindObj',
23
+ 'metadata': 'MetadataResponse',
24
+ 'spec': 'CreateComponentSpec',
25
+ 'configurations': 'list[ConfigurationItem]',
26
+ 'status': 'CreateComponentWithConfigurationResponseBodyStatus'
27
+ }
28
+
29
+ attribute_map = {
30
+ 'api_version': 'api_version',
31
+ 'kind': 'kind',
32
+ 'metadata': 'metadata',
33
+ 'spec': 'spec',
34
+ 'configurations': 'configurations',
35
+ 'status': 'status'
36
+ }
37
+
38
+ def __init__(self, api_version=None, kind=None, metadata=None, spec=None, configurations=None, status=None):
39
+ """CreateComponentWithConfigurationResponse
40
+
41
+ The model defined in huaweicloud sdk
42
+
43
+ :param api_version:
44
+ :type api_version: :class:`huaweicloudsdkcae.v1.ApiVersionObj`
45
+ :param kind:
46
+ :type kind: :class:`huaweicloudsdkcae.v1.ComponentKindObj`
47
+ :param metadata:
48
+ :type metadata: :class:`huaweicloudsdkcae.v1.MetadataResponse`
49
+ :param spec:
50
+ :type spec: :class:`huaweicloudsdkcae.v1.CreateComponentSpec`
51
+ :param configurations: 配置项列表。
52
+ :type configurations: list[:class:`huaweicloudsdkcae.v1.ConfigurationItem`]
53
+ :param status:
54
+ :type status: :class:`huaweicloudsdkcae.v1.CreateComponentWithConfigurationResponseBodyStatus`
55
+ """
56
+
57
+ super(CreateComponentWithConfigurationResponse, self).__init__()
58
+
59
+ self._api_version = None
60
+ self._kind = None
61
+ self._metadata = None
62
+ self._spec = None
63
+ self._configurations = None
64
+ self._status = None
65
+ self.discriminator = None
66
+
67
+ if api_version is not None:
68
+ self.api_version = api_version
69
+ if kind is not None:
70
+ self.kind = kind
71
+ if metadata is not None:
72
+ self.metadata = metadata
73
+ if spec is not None:
74
+ self.spec = spec
75
+ if configurations is not None:
76
+ self.configurations = configurations
77
+ if status is not None:
78
+ self.status = status
79
+
80
+ @property
81
+ def api_version(self):
82
+ """Gets the api_version of this CreateComponentWithConfigurationResponse.
83
+
84
+ :return: The api_version of this CreateComponentWithConfigurationResponse.
85
+ :rtype: :class:`huaweicloudsdkcae.v1.ApiVersionObj`
86
+ """
87
+ return self._api_version
88
+
89
+ @api_version.setter
90
+ def api_version(self, api_version):
91
+ """Sets the api_version of this CreateComponentWithConfigurationResponse.
92
+
93
+ :param api_version: The api_version of this CreateComponentWithConfigurationResponse.
94
+ :type api_version: :class:`huaweicloudsdkcae.v1.ApiVersionObj`
95
+ """
96
+ self._api_version = api_version
97
+
98
+ @property
99
+ def kind(self):
100
+ """Gets the kind of this CreateComponentWithConfigurationResponse.
101
+
102
+ :return: The kind of this CreateComponentWithConfigurationResponse.
103
+ :rtype: :class:`huaweicloudsdkcae.v1.ComponentKindObj`
104
+ """
105
+ return self._kind
106
+
107
+ @kind.setter
108
+ def kind(self, kind):
109
+ """Sets the kind of this CreateComponentWithConfigurationResponse.
110
+
111
+ :param kind: The kind of this CreateComponentWithConfigurationResponse.
112
+ :type kind: :class:`huaweicloudsdkcae.v1.ComponentKindObj`
113
+ """
114
+ self._kind = kind
115
+
116
+ @property
117
+ def metadata(self):
118
+ """Gets the metadata of this CreateComponentWithConfigurationResponse.
119
+
120
+ :return: The metadata of this CreateComponentWithConfigurationResponse.
121
+ :rtype: :class:`huaweicloudsdkcae.v1.MetadataResponse`
122
+ """
123
+ return self._metadata
124
+
125
+ @metadata.setter
126
+ def metadata(self, metadata):
127
+ """Sets the metadata of this CreateComponentWithConfigurationResponse.
128
+
129
+ :param metadata: The metadata of this CreateComponentWithConfigurationResponse.
130
+ :type metadata: :class:`huaweicloudsdkcae.v1.MetadataResponse`
131
+ """
132
+ self._metadata = metadata
133
+
134
+ @property
135
+ def spec(self):
136
+ """Gets the spec of this CreateComponentWithConfigurationResponse.
137
+
138
+ :return: The spec of this CreateComponentWithConfigurationResponse.
139
+ :rtype: :class:`huaweicloudsdkcae.v1.CreateComponentSpec`
140
+ """
141
+ return self._spec
142
+
143
+ @spec.setter
144
+ def spec(self, spec):
145
+ """Sets the spec of this CreateComponentWithConfigurationResponse.
146
+
147
+ :param spec: The spec of this CreateComponentWithConfigurationResponse.
148
+ :type spec: :class:`huaweicloudsdkcae.v1.CreateComponentSpec`
149
+ """
150
+ self._spec = spec
151
+
152
+ @property
153
+ def configurations(self):
154
+ """Gets the configurations of this CreateComponentWithConfigurationResponse.
155
+
156
+ 配置项列表。
157
+
158
+ :return: The configurations of this CreateComponentWithConfigurationResponse.
159
+ :rtype: list[:class:`huaweicloudsdkcae.v1.ConfigurationItem`]
160
+ """
161
+ return self._configurations
162
+
163
+ @configurations.setter
164
+ def configurations(self, configurations):
165
+ """Sets the configurations of this CreateComponentWithConfigurationResponse.
166
+
167
+ 配置项列表。
168
+
169
+ :param configurations: The configurations of this CreateComponentWithConfigurationResponse.
170
+ :type configurations: list[:class:`huaweicloudsdkcae.v1.ConfigurationItem`]
171
+ """
172
+ self._configurations = configurations
173
+
174
+ @property
175
+ def status(self):
176
+ """Gets the status of this CreateComponentWithConfigurationResponse.
177
+
178
+ :return: The status of this CreateComponentWithConfigurationResponse.
179
+ :rtype: :class:`huaweicloudsdkcae.v1.CreateComponentWithConfigurationResponseBodyStatus`
180
+ """
181
+ return self._status
182
+
183
+ @status.setter
184
+ def status(self, status):
185
+ """Sets the status of this CreateComponentWithConfigurationResponse.
186
+
187
+ :param status: The status of this CreateComponentWithConfigurationResponse.
188
+ :type status: :class:`huaweicloudsdkcae.v1.CreateComponentWithConfigurationResponseBodyStatus`
189
+ """
190
+ self._status = status
191
+
192
+ def to_dict(self):
193
+ """Returns the model properties as a dict"""
194
+ result = {}
195
+
196
+ for attr, _ in six.iteritems(self.openapi_types):
197
+ value = getattr(self, attr)
198
+ if isinstance(value, list):
199
+ result[attr] = list(map(
200
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
201
+ value
202
+ ))
203
+ elif hasattr(value, "to_dict"):
204
+ result[attr] = value.to_dict()
205
+ elif isinstance(value, dict):
206
+ result[attr] = dict(map(
207
+ lambda item: (item[0], item[1].to_dict())
208
+ if hasattr(item[1], "to_dict") else item,
209
+ value.items()
210
+ ))
211
+ else:
212
+ if attr in self.sensitive_list:
213
+ result[attr] = "****"
214
+ else:
215
+ result[attr] = value
216
+
217
+ return result
218
+
219
+ def to_str(self):
220
+ """Returns the string representation of the model"""
221
+ import simplejson as json
222
+ if six.PY2:
223
+ import sys
224
+ reload(sys)
225
+ sys.setdefaultencoding("utf-8")
226
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
227
+
228
+ def __repr__(self):
229
+ """For `print`"""
230
+ return self.to_str()
231
+
232
+ def __eq__(self, other):
233
+ """Returns true if both objects are equal"""
234
+ if not isinstance(other, CreateComponentWithConfigurationResponse):
235
+ return False
236
+
237
+ return self.__dict__ == other.__dict__
238
+
239
+ def __ne__(self, other):
240
+ """Returns true if both objects are not equal"""
241
+ return not self == other
@@ -0,0 +1,115 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class CreateComponentWithConfigurationResponseBodyStatus:
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
+ }
22
+
23
+ attribute_map = {
24
+ 'job_id': 'job_id'
25
+ }
26
+
27
+ def __init__(self, job_id=None):
28
+ """CreateComponentWithConfigurationResponseBodyStatus
29
+
30
+ The model defined in huaweicloud sdk
31
+
32
+ :param job_id: 任务ID。
33
+ :type job_id: str
34
+ """
35
+
36
+
37
+
38
+ self._job_id = None
39
+ self.discriminator = None
40
+
41
+ if job_id is not None:
42
+ self.job_id = job_id
43
+
44
+ @property
45
+ def job_id(self):
46
+ """Gets the job_id of this CreateComponentWithConfigurationResponseBodyStatus.
47
+
48
+ 任务ID。
49
+
50
+ :return: The job_id of this CreateComponentWithConfigurationResponseBodyStatus.
51
+ :rtype: str
52
+ """
53
+ return self._job_id
54
+
55
+ @job_id.setter
56
+ def job_id(self, job_id):
57
+ """Sets the job_id of this CreateComponentWithConfigurationResponseBodyStatus.
58
+
59
+ 任务ID。
60
+
61
+ :param job_id: The job_id of this CreateComponentWithConfigurationResponseBodyStatus.
62
+ :type job_id: str
63
+ """
64
+ self._job_id = job_id
65
+
66
+ def to_dict(self):
67
+ """Returns the model properties as a dict"""
68
+ result = {}
69
+
70
+ for attr, _ in six.iteritems(self.openapi_types):
71
+ value = getattr(self, attr)
72
+ if isinstance(value, list):
73
+ result[attr] = list(map(
74
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
75
+ value
76
+ ))
77
+ elif hasattr(value, "to_dict"):
78
+ result[attr] = value.to_dict()
79
+ elif isinstance(value, dict):
80
+ result[attr] = dict(map(
81
+ lambda item: (item[0], item[1].to_dict())
82
+ if hasattr(item[1], "to_dict") else item,
83
+ value.items()
84
+ ))
85
+ else:
86
+ if attr in self.sensitive_list:
87
+ result[attr] = "****"
88
+ else:
89
+ result[attr] = value
90
+
91
+ return result
92
+
93
+ def to_str(self):
94
+ """Returns the string representation of the model"""
95
+ import simplejson as json
96
+ if six.PY2:
97
+ import sys
98
+ reload(sys)
99
+ sys.setdefaultencoding("utf-8")
100
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
101
+
102
+ def __repr__(self):
103
+ """For `print`"""
104
+ return self.to_str()
105
+
106
+ def __eq__(self, other):
107
+ """Returns true if both objects are equal"""
108
+ if not isinstance(other, CreateComponentWithConfigurationResponseBodyStatus):
109
+ return False
110
+
111
+ return self.__dict__ == other.__dict__
112
+
113
+ def __ne__(self, other):
114
+ """Returns true if both objects are not equal"""
115
+ return not self == other