huaweicloudsdkcae 3.1.179__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.
- huaweicloudsdkcae/__init__.py +0 -0
- huaweicloudsdkcae/v1/__init__.py +256 -0
- huaweicloudsdkcae/v1/cae_async_client.py +3941 -0
- huaweicloudsdkcae/v1/cae_client.py +3938 -0
- huaweicloudsdkcae/v1/model/__init__.py +253 -0
- huaweicloudsdkcae/v1/model/access.py +137 -0
- huaweicloudsdkcae/v1/model/access_configuration_data_items.py +361 -0
- huaweicloudsdkcae/v1/model/access_configuration_http_path.py +166 -0
- huaweicloudsdkcae/v1/model/access_configuration_metadata.py +108 -0
- huaweicloudsdkcae/v1/model/access_configuration_port.py +365 -0
- huaweicloudsdkcae/v1/model/access_control.py +137 -0
- huaweicloudsdkcae/v1/model/action_kind_obj.py +80 -0
- huaweicloudsdkcae/v1/model/action_on_component_build.py +133 -0
- huaweicloudsdkcae/v1/model/action_on_component_source.py +191 -0
- huaweicloudsdkcae/v1/model/action_on_component_spec.py +212 -0
- huaweicloudsdkcae/v1/model/agency.py +151 -0
- huaweicloudsdkcae/v1/model/agency_item.py +108 -0
- huaweicloudsdkcae/v1/model/agency_kind_obj.py +80 -0
- huaweicloudsdkcae/v1/model/agency_metadata.py +132 -0
- huaweicloudsdkcae/v1/model/api_version_obj.py +80 -0
- huaweicloudsdkcae/v1/model/app_info.py +137 -0
- huaweicloudsdkcae/v1/model/application_item.py +195 -0
- huaweicloudsdkcae/v1/model/application_kind_obj.py +80 -0
- huaweicloudsdkcae/v1/model/application_metadata.py +195 -0
- huaweicloudsdkcae/v1/model/archive.py +108 -0
- huaweicloudsdkcae/v1/model/build.py +131 -0
- huaweicloudsdkcae/v1/model/cert_item.py +129 -0
- huaweicloudsdkcae/v1/model/cert_req.py +175 -0
- huaweicloudsdkcae/v1/model/certificate_kind_obj.py +80 -0
- huaweicloudsdkcae/v1/model/cloud_storage_log_path_info.py +137 -0
- huaweicloudsdkcae/v1/model/component_configuration_kind_obj.py +80 -0
- huaweicloudsdkcae/v1/model/component_execution_result.py +195 -0
- huaweicloudsdkcae/v1/model/component_info.py +137 -0
- huaweicloudsdkcae/v1/model/component_item.py +249 -0
- huaweicloudsdkcae/v1/model/component_kind_obj.py +80 -0
- huaweicloudsdkcae/v1/model/component_snapshot_context.py +717 -0
- huaweicloudsdkcae/v1/model/component_snapshot_item.py +220 -0
- huaweicloudsdkcae/v1/model/component_snapshot_kind_obj.py +80 -0
- huaweicloudsdkcae/v1/model/component_spec.py +473 -0
- huaweicloudsdkcae/v1/model/configuration.py +249 -0
- huaweicloudsdkcae/v1/model/configuration_data.py +129 -0
- huaweicloudsdkcae/v1/model/configuration_data_metadata.py +108 -0
- huaweicloudsdkcae/v1/model/configuration_item.py +131 -0
- huaweicloudsdkcae/v1/model/configuration_request_data_spec.py +896 -0
- huaweicloudsdkcae/v1/model/configuration_request_data_spec_post_start.py +104 -0
- huaweicloudsdkcae/v1/model/configuration_request_data_spec_pre_stop.py +104 -0
- huaweicloudsdkcae/v1/model/configuration_response_data_spec.py +1186 -0
- huaweicloudsdkcae/v1/model/configuration_response_data_spec_post_start.py +104 -0
- huaweicloudsdkcae/v1/model/configuration_response_data_spec_pre_stop.py +104 -0
- huaweicloudsdkcae/v1/model/create_agency_request.py +104 -0
- huaweicloudsdkcae/v1/model/create_agency_response.py +81 -0
- huaweicloudsdkcae/v1/model/create_application_request.py +161 -0
- huaweicloudsdkcae/v1/model/create_application_request_body.py +151 -0
- huaweicloudsdkcae/v1/model/create_application_request_body_metadata.py +107 -0
- huaweicloudsdkcae/v1/model/create_application_response.py +158 -0
- huaweicloudsdkcae/v1/model/create_certificate_request.py +161 -0
- huaweicloudsdkcae/v1/model/create_certificate_response.py +162 -0
- huaweicloudsdkcae/v1/model/create_component_configuration_request.py +217 -0
- huaweicloudsdkcae/v1/model/create_component_configuration_request_body.py +155 -0
- huaweicloudsdkcae/v1/model/create_component_configuration_response.py +81 -0
- huaweicloudsdkcae/v1/model/create_component_request.py +189 -0
- huaweicloudsdkcae/v1/model/create_component_request_body.py +175 -0
- huaweicloudsdkcae/v1/model/create_component_response.py +183 -0
- huaweicloudsdkcae/v1/model/create_component_spec.py +299 -0
- huaweicloudsdkcae/v1/model/create_component_with_configuration_request.py +189 -0
- huaweicloudsdkcae/v1/model/create_component_with_configuration_request_body.py +206 -0
- huaweicloudsdkcae/v1/model/create_component_with_configuration_request_body_metadata.py +135 -0
- huaweicloudsdkcae/v1/model/create_component_with_configuration_request_body_spec.py +237 -0
- huaweicloudsdkcae/v1/model/create_component_with_configuration_response.py +237 -0
- huaweicloudsdkcae/v1/model/create_component_with_configuration_response_body_status.py +108 -0
- huaweicloudsdkcae/v1/model/create_domain_req.py +151 -0
- huaweicloudsdkcae/v1/model/create_domain_request.py +161 -0
- huaweicloudsdkcae/v1/model/create_domain_response.py +166 -0
- huaweicloudsdkcae/v1/model/create_environment_request.py +133 -0
- huaweicloudsdkcae/v1/model/create_environment_request_body.py +151 -0
- huaweicloudsdkcae/v1/model/create_environment_request_body_metadata.py +136 -0
- huaweicloudsdkcae/v1/model/create_environment_response.py +112 -0
- huaweicloudsdkcae/v1/model/create_meta_cert.py +107 -0
- huaweicloudsdkcae/v1/model/create_meta_domain.py +107 -0
- huaweicloudsdkcae/v1/model/create_monitor_system_request.py +161 -0
- huaweicloudsdkcae/v1/model/create_monitor_system_response.py +81 -0
- huaweicloudsdkcae/v1/model/create_notice_rule_item.py +237 -0
- huaweicloudsdkcae/v1/model/create_notice_rule_req.py +159 -0
- huaweicloudsdkcae/v1/model/create_notice_rule_request.py +133 -0
- huaweicloudsdkcae/v1/model/create_notice_rule_resp_item.py +270 -0
- huaweicloudsdkcae/v1/model/create_notice_rule_response.py +166 -0
- huaweicloudsdkcae/v1/model/create_or_update_secret_detail.py +135 -0
- huaweicloudsdkcae/v1/model/create_or_update_secret_req.py +159 -0
- huaweicloudsdkcae/v1/model/create_secret_request.py +161 -0
- huaweicloudsdkcae/v1/model/create_secret_response.py +166 -0
- huaweicloudsdkcae/v1/model/create_spec_cert.py +135 -0
- huaweicloudsdkcae/v1/model/create_timer_rule_req.py +154 -0
- huaweicloudsdkcae/v1/model/create_timer_rule_request.py +161 -0
- huaweicloudsdkcae/v1/model/create_timer_rule_response.py +158 -0
- huaweicloudsdkcae/v1/model/create_volume_req.py +151 -0
- huaweicloudsdkcae/v1/model/create_volume_request.py +161 -0
- huaweicloudsdkcae/v1/model/create_volume_response.py +81 -0
- huaweicloudsdkcae/v1/model/create_vpc_egress_request.py +161 -0
- huaweicloudsdkcae/v1/model/create_vpc_egress_response.py +158 -0
- huaweicloudsdkcae/v1/model/cron_trigger_scheduler.py +137 -0
- huaweicloudsdkcae/v1/model/delete_application_request.py +164 -0
- huaweicloudsdkcae/v1/model/delete_application_response.py +81 -0
- huaweicloudsdkcae/v1/model/delete_certificate_request.py +164 -0
- huaweicloudsdkcae/v1/model/delete_certificate_response.py +81 -0
- huaweicloudsdkcae/v1/model/delete_component_configuration_request.py +192 -0
- huaweicloudsdkcae/v1/model/delete_component_configuration_response.py +81 -0
- huaweicloudsdkcae/v1/model/delete_component_request.py +192 -0
- huaweicloudsdkcae/v1/model/delete_component_response.py +112 -0
- huaweicloudsdkcae/v1/model/delete_domain_request.py +164 -0
- huaweicloudsdkcae/v1/model/delete_domain_response.py +81 -0
- huaweicloudsdkcae/v1/model/delete_environment_request.py +136 -0
- huaweicloudsdkcae/v1/model/delete_environment_response.py +112 -0
- huaweicloudsdkcae/v1/model/delete_notice_rule_request.py +132 -0
- huaweicloudsdkcae/v1/model/delete_notice_rule_response.py +108 -0
- huaweicloudsdkcae/v1/model/delete_secret_request.py +136 -0
- huaweicloudsdkcae/v1/model/delete_secret_response.py +81 -0
- huaweicloudsdkcae/v1/model/delete_timer_rule_request.py +164 -0
- huaweicloudsdkcae/v1/model/delete_timer_rule_response.py +81 -0
- huaweicloudsdkcae/v1/model/delete_volume_request.py +164 -0
- huaweicloudsdkcae/v1/model/delete_volume_response.py +162 -0
- huaweicloudsdkcae/v1/model/delete_vpc_egress_request.py +164 -0
- huaweicloudsdkcae/v1/model/delete_vpc_egress_response.py +81 -0
- huaweicloudsdkcae/v1/model/domain_item.py +104 -0
- huaweicloudsdkcae/v1/model/domain_kind_obj.py +80 -0
- huaweicloudsdkcae/v1/model/egress_cidr.py +164 -0
- huaweicloudsdkcae/v1/model/eip_kind_obj.py +80 -0
- huaweicloudsdkcae/v1/model/environment_item.py +282 -0
- huaweicloudsdkcae/v1/model/environment_kind_obj.py +80 -0
- huaweicloudsdkcae/v1/model/execute_action_request.py +217 -0
- huaweicloudsdkcae/v1/model/execute_action_request_body.py +177 -0
- huaweicloudsdkcae/v1/model/execute_action_request_body_metadata.py +136 -0
- huaweicloudsdkcae/v1/model/execute_action_response.py +112 -0
- huaweicloudsdkcae/v1/model/execution_details.py +137 -0
- huaweicloudsdkcae/v1/model/health_check_configuration_exec.py +108 -0
- huaweicloudsdkcae/v1/model/health_check_configuration_http_get.py +166 -0
- huaweicloudsdkcae/v1/model/health_check_configuration_liveness_probe.py +299 -0
- huaweicloudsdkcae/v1/model/health_check_configuration_readiness_probe.py +299 -0
- huaweicloudsdkcae/v1/model/health_check_configuration_startup_probe.py +299 -0
- huaweicloudsdkcae/v1/model/health_check_configuration_tcp_socket.py +108 -0
- huaweicloudsdkcae/v1/model/instance.py +166 -0
- huaweicloudsdkcae/v1/model/job_kind_obj.py +80 -0
- huaweicloudsdkcae/v1/model/job_spec.py +166 -0
- huaweicloudsdkcae/v1/model/life_cycle_configuration_exec.py +108 -0
- huaweicloudsdkcae/v1/model/list_agencies_request.py +77 -0
- huaweicloudsdkcae/v1/model/list_agencies_response.py +162 -0
- huaweicloudsdkcae/v1/model/list_applications_request.py +136 -0
- huaweicloudsdkcae/v1/model/list_applications_response.py +162 -0
- huaweicloudsdkcae/v1/model/list_certificates_request.py +136 -0
- huaweicloudsdkcae/v1/model/list_certificates_response.py +162 -0
- huaweicloudsdkcae/v1/model/list_component_configurations_request.py +221 -0
- huaweicloudsdkcae/v1/model/list_component_configurations_response.py +170 -0
- huaweicloudsdkcae/v1/model/list_component_configurations_response_data.py +129 -0
- huaweicloudsdkcae/v1/model/list_component_instances_request.py +192 -0
- huaweicloudsdkcae/v1/model/list_component_instances_response.py +162 -0
- huaweicloudsdkcae/v1/model/list_component_snapshots_request.py +192 -0
- huaweicloudsdkcae/v1/model/list_component_snapshots_response.py +162 -0
- huaweicloudsdkcae/v1/model/list_components_request.py +280 -0
- huaweicloudsdkcae/v1/model/list_components_response.py +191 -0
- huaweicloudsdkcae/v1/model/list_domains_request.py +136 -0
- huaweicloudsdkcae/v1/model/list_domains_response.py +166 -0
- huaweicloudsdkcae/v1/model/list_effective_components_request.py +136 -0
- huaweicloudsdkcae/v1/model/list_effective_components_response.py +170 -0
- huaweicloudsdkcae/v1/model/list_eip_response_body_spec.py +129 -0
- huaweicloudsdkcae/v1/model/list_eip_response_body_spec_egress.py +166 -0
- huaweicloudsdkcae/v1/model/list_eip_response_body_spec_ingress.py +166 -0
- huaweicloudsdkcae/v1/model/list_eips_request.py +136 -0
- huaweicloudsdkcae/v1/model/list_eips_response.py +158 -0
- huaweicloudsdkcae/v1/model/list_environments_request.py +108 -0
- huaweicloudsdkcae/v1/model/list_environments_response.py +162 -0
- huaweicloudsdkcae/v1/model/list_notice_rules_request.py +108 -0
- huaweicloudsdkcae/v1/model/list_notice_rules_response.py +170 -0
- huaweicloudsdkcae/v1/model/list_secrets_request.py +108 -0
- huaweicloudsdkcae/v1/model/list_secrets_response.py +170 -0
- huaweicloudsdkcae/v1/model/list_timer_rules_request.py +136 -0
- huaweicloudsdkcae/v1/model/list_timer_rules_response.py +158 -0
- huaweicloudsdkcae/v1/model/list_volumes_request.py +164 -0
- huaweicloudsdkcae/v1/model/list_volumes_response.py +162 -0
- huaweicloudsdkcae/v1/model/list_vpc_egress_request.py +136 -0
- huaweicloudsdkcae/v1/model/list_vpc_egress_response.py +158 -0
- huaweicloudsdkcae/v1/model/meta_cert.py +137 -0
- huaweicloudsdkcae/v1/model/meta_domain.py +166 -0
- huaweicloudsdkcae/v1/model/metadata_response.py +224 -0
- huaweicloudsdkcae/v1/model/monitor_system_kind_obj.py +80 -0
- huaweicloudsdkcae/v1/model/monitor_system_request_body.py +154 -0
- huaweicloudsdkcae/v1/model/monitor_system_request_body_spec.py +306 -0
- huaweicloudsdkcae/v1/model/mount_component.py +253 -0
- huaweicloudsdkcae/v1/model/notice_rule_notification.py +164 -0
- huaweicloudsdkcae/v1/model/notice_rule_scope.py +194 -0
- huaweicloudsdkcae/v1/model/repo.py +166 -0
- huaweicloudsdkcae/v1/model/resource_limit.py +135 -0
- huaweicloudsdkcae/v1/model/resource_limit_for_upgrade.py +137 -0
- huaweicloudsdkcae/v1/model/resources_credential.py +137 -0
- huaweicloudsdkcae/v1/model/retry_job_request.py +164 -0
- huaweicloudsdkcae/v1/model/retry_job_response.py +81 -0
- huaweicloudsdkcae/v1/model/scale_configuration_data_advanced.py +224 -0
- huaweicloudsdkcae/v1/model/scale_configuration_data_trigger.py +133 -0
- huaweicloudsdkcae/v1/model/scaling_trigger_meta.py +195 -0
- huaweicloudsdkcae/v1/model/secret_detail.py +276 -0
- huaweicloudsdkcae/v1/model/show_application_request.py +164 -0
- huaweicloudsdkcae/v1/model/show_application_response.py +158 -0
- huaweicloudsdkcae/v1/model/show_component_request.py +192 -0
- huaweicloudsdkcae/v1/model/show_component_response.py +183 -0
- huaweicloudsdkcae/v1/model/show_execution_result_request.py +164 -0
- huaweicloudsdkcae/v1/model/show_execution_result_response.py +158 -0
- huaweicloudsdkcae/v1/model/show_job_request.py +164 -0
- huaweicloudsdkcae/v1/model/show_job_response.py +158 -0
- huaweicloudsdkcae/v1/model/show_monitor_system_request.py +136 -0
- huaweicloudsdkcae/v1/model/show_monitor_system_response.py +158 -0
- huaweicloudsdkcae/v1/model/show_monitor_system_response_body_spec.py +427 -0
- huaweicloudsdkcae/v1/model/show_notice_rule_request.py +132 -0
- huaweicloudsdkcae/v1/model/show_notice_rule_response.py +166 -0
- huaweicloudsdkcae/v1/model/source.py +189 -0
- huaweicloudsdkcae/v1/model/spec_cert.py +166 -0
- huaweicloudsdkcae/v1/model/task.py +253 -0
- huaweicloudsdkcae/v1/model/time_rule_kind_obj.py +80 -0
- huaweicloudsdkcae/v1/model/timer_rule_details.py +427 -0
- huaweicloudsdkcae/v1/model/trigger_policy.py +194 -0
- huaweicloudsdkcae/v1/model/update_cert_req.py +151 -0
- huaweicloudsdkcae/v1/model/update_certificate_request.py +189 -0
- huaweicloudsdkcae/v1/model/update_certificate_response.py +81 -0
- huaweicloudsdkcae/v1/model/update_component_request.py +217 -0
- huaweicloudsdkcae/v1/model/update_component_request_body.py +175 -0
- huaweicloudsdkcae/v1/model/update_component_request_metadata.py +136 -0
- huaweicloudsdkcae/v1/model/update_component_request_spec.py +211 -0
- huaweicloudsdkcae/v1/model/update_component_response.py +81 -0
- huaweicloudsdkcae/v1/model/update_eip_request.py +161 -0
- huaweicloudsdkcae/v1/model/update_eip_request_body.py +154 -0
- huaweicloudsdkcae/v1/model/update_eip_request_body_spec.py +129 -0
- huaweicloudsdkcae/v1/model/update_eip_request_body_spec_egress.py +137 -0
- huaweicloudsdkcae/v1/model/update_eip_request_body_spec_ingress.py +137 -0
- huaweicloudsdkcae/v1/model/update_eip_response.py +81 -0
- huaweicloudsdkcae/v1/model/update_monitor_system_request.py +189 -0
- huaweicloudsdkcae/v1/model/update_monitor_system_response.py +81 -0
- huaweicloudsdkcae/v1/model/update_notice_rule_item.py +185 -0
- huaweicloudsdkcae/v1/model/update_notice_rule_req.py +159 -0
- huaweicloudsdkcae/v1/model/update_notice_rule_request.py +157 -0
- huaweicloudsdkcae/v1/model/update_notice_rule_response.py +166 -0
- huaweicloudsdkcae/v1/model/update_secret_request.py +161 -0
- huaweicloudsdkcae/v1/model/update_secret_response.py +166 -0
- huaweicloudsdkcae/v1/model/update_spec_cert.py +135 -0
- huaweicloudsdkcae/v1/model/update_timer_rule_details.py +305 -0
- huaweicloudsdkcae/v1/model/update_timer_rule_req.py +151 -0
- huaweicloudsdkcae/v1/model/update_timer_rule_request.py +189 -0
- huaweicloudsdkcae/v1/model/update_timer_rule_response.py +81 -0
- huaweicloudsdkcae/v1/model/volume.py +282 -0
- huaweicloudsdkcae/v1/model/volume_configuration_data_volume.py +249 -0
- huaweicloudsdkcae/v1/model/volume_configuration_mount_info.py +166 -0
- huaweicloudsdkcae/v1/model/volume_kind_obj.py +80 -0
- huaweicloudsdkcae/v1/model/volume_spec.py +192 -0
- huaweicloudsdkcae/v1/model/vpc_egress_kind_obj.py +80 -0
- huaweicloudsdkcae/v1/model/vpc_egress_request_body.py +154 -0
- huaweicloudsdkcae/v1/model/vpc_egress_request_body_spec.py +107 -0
- huaweicloudsdkcae/v1/model/vpc_egress_response_body_spec.py +166 -0
- huaweicloudsdkcae/v1/region/__init__.py +0 -0
- huaweicloudsdkcae/v1/region/cae_region.py +60 -0
- huaweicloudsdkcae-3.1.179.dist-info/METADATA +25 -0
- huaweicloudsdkcae-3.1.179.dist-info/RECORD +259 -0
- huaweicloudsdkcae-3.1.179.dist-info/WHEEL +4 -0
- huaweicloudsdkcae-3.1.179.dist-info/licenses/LICENSE +13 -0
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
class MountComponent:
|
|
7
|
+
|
|
8
|
+
"""
|
|
9
|
+
Attributes:
|
|
10
|
+
openapi_types (dict): The key is attribute name
|
|
11
|
+
and the value is attribute type.
|
|
12
|
+
attribute_map (dict): The key is attribute name
|
|
13
|
+
and the value is json key in definition.
|
|
14
|
+
"""
|
|
15
|
+
sensitive_list = []
|
|
16
|
+
|
|
17
|
+
openapi_types = {
|
|
18
|
+
'env_id': 'str',
|
|
19
|
+
'env_name': 'str',
|
|
20
|
+
'app_id': 'str',
|
|
21
|
+
'app_name': 'str',
|
|
22
|
+
'component_id': 'str',
|
|
23
|
+
'component_name': 'str'
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
attribute_map = {
|
|
27
|
+
'env_id': 'env_id',
|
|
28
|
+
'env_name': 'env_name',
|
|
29
|
+
'app_id': 'app_id',
|
|
30
|
+
'app_name': 'app_name',
|
|
31
|
+
'component_id': 'component_id',
|
|
32
|
+
'component_name': 'component_name'
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
def __init__(self, env_id=None, env_name=None, app_id=None, app_name=None, component_id=None, component_name=None):
|
|
36
|
+
r"""MountComponent
|
|
37
|
+
|
|
38
|
+
The model defined in huaweicloud sdk
|
|
39
|
+
|
|
40
|
+
:param env_id: 环境ID。
|
|
41
|
+
:type env_id: str
|
|
42
|
+
:param env_name: 环境名称。
|
|
43
|
+
:type env_name: str
|
|
44
|
+
:param app_id: 应用ID。
|
|
45
|
+
:type app_id: str
|
|
46
|
+
:param app_name: 应用名称。
|
|
47
|
+
:type app_name: str
|
|
48
|
+
:param component_id: 组件ID。
|
|
49
|
+
:type component_id: str
|
|
50
|
+
:param component_name: 组件名称。
|
|
51
|
+
:type component_name: str
|
|
52
|
+
"""
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
self._env_id = None
|
|
57
|
+
self._env_name = None
|
|
58
|
+
self._app_id = None
|
|
59
|
+
self._app_name = None
|
|
60
|
+
self._component_id = None
|
|
61
|
+
self._component_name = None
|
|
62
|
+
self.discriminator = None
|
|
63
|
+
|
|
64
|
+
if env_id is not None:
|
|
65
|
+
self.env_id = env_id
|
|
66
|
+
if env_name is not None:
|
|
67
|
+
self.env_name = env_name
|
|
68
|
+
if app_id is not None:
|
|
69
|
+
self.app_id = app_id
|
|
70
|
+
if app_name is not None:
|
|
71
|
+
self.app_name = app_name
|
|
72
|
+
if component_id is not None:
|
|
73
|
+
self.component_id = component_id
|
|
74
|
+
if component_name is not None:
|
|
75
|
+
self.component_name = component_name
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
def env_id(self):
|
|
79
|
+
r"""Gets the env_id of this MountComponent.
|
|
80
|
+
|
|
81
|
+
环境ID。
|
|
82
|
+
|
|
83
|
+
:return: The env_id of this MountComponent.
|
|
84
|
+
:rtype: str
|
|
85
|
+
"""
|
|
86
|
+
return self._env_id
|
|
87
|
+
|
|
88
|
+
@env_id.setter
|
|
89
|
+
def env_id(self, env_id):
|
|
90
|
+
r"""Sets the env_id of this MountComponent.
|
|
91
|
+
|
|
92
|
+
环境ID。
|
|
93
|
+
|
|
94
|
+
:param env_id: The env_id of this MountComponent.
|
|
95
|
+
:type env_id: str
|
|
96
|
+
"""
|
|
97
|
+
self._env_id = env_id
|
|
98
|
+
|
|
99
|
+
@property
|
|
100
|
+
def env_name(self):
|
|
101
|
+
r"""Gets the env_name of this MountComponent.
|
|
102
|
+
|
|
103
|
+
环境名称。
|
|
104
|
+
|
|
105
|
+
:return: The env_name of this MountComponent.
|
|
106
|
+
:rtype: str
|
|
107
|
+
"""
|
|
108
|
+
return self._env_name
|
|
109
|
+
|
|
110
|
+
@env_name.setter
|
|
111
|
+
def env_name(self, env_name):
|
|
112
|
+
r"""Sets the env_name of this MountComponent.
|
|
113
|
+
|
|
114
|
+
环境名称。
|
|
115
|
+
|
|
116
|
+
:param env_name: The env_name of this MountComponent.
|
|
117
|
+
:type env_name: str
|
|
118
|
+
"""
|
|
119
|
+
self._env_name = env_name
|
|
120
|
+
|
|
121
|
+
@property
|
|
122
|
+
def app_id(self):
|
|
123
|
+
r"""Gets the app_id of this MountComponent.
|
|
124
|
+
|
|
125
|
+
应用ID。
|
|
126
|
+
|
|
127
|
+
:return: The app_id of this MountComponent.
|
|
128
|
+
:rtype: str
|
|
129
|
+
"""
|
|
130
|
+
return self._app_id
|
|
131
|
+
|
|
132
|
+
@app_id.setter
|
|
133
|
+
def app_id(self, app_id):
|
|
134
|
+
r"""Sets the app_id of this MountComponent.
|
|
135
|
+
|
|
136
|
+
应用ID。
|
|
137
|
+
|
|
138
|
+
:param app_id: The app_id of this MountComponent.
|
|
139
|
+
:type app_id: str
|
|
140
|
+
"""
|
|
141
|
+
self._app_id = app_id
|
|
142
|
+
|
|
143
|
+
@property
|
|
144
|
+
def app_name(self):
|
|
145
|
+
r"""Gets the app_name of this MountComponent.
|
|
146
|
+
|
|
147
|
+
应用名称。
|
|
148
|
+
|
|
149
|
+
:return: The app_name of this MountComponent.
|
|
150
|
+
:rtype: str
|
|
151
|
+
"""
|
|
152
|
+
return self._app_name
|
|
153
|
+
|
|
154
|
+
@app_name.setter
|
|
155
|
+
def app_name(self, app_name):
|
|
156
|
+
r"""Sets the app_name of this MountComponent.
|
|
157
|
+
|
|
158
|
+
应用名称。
|
|
159
|
+
|
|
160
|
+
:param app_name: The app_name of this MountComponent.
|
|
161
|
+
:type app_name: str
|
|
162
|
+
"""
|
|
163
|
+
self._app_name = app_name
|
|
164
|
+
|
|
165
|
+
@property
|
|
166
|
+
def component_id(self):
|
|
167
|
+
r"""Gets the component_id of this MountComponent.
|
|
168
|
+
|
|
169
|
+
组件ID。
|
|
170
|
+
|
|
171
|
+
:return: The component_id of this MountComponent.
|
|
172
|
+
:rtype: str
|
|
173
|
+
"""
|
|
174
|
+
return self._component_id
|
|
175
|
+
|
|
176
|
+
@component_id.setter
|
|
177
|
+
def component_id(self, component_id):
|
|
178
|
+
r"""Sets the component_id of this MountComponent.
|
|
179
|
+
|
|
180
|
+
组件ID。
|
|
181
|
+
|
|
182
|
+
:param component_id: The component_id of this MountComponent.
|
|
183
|
+
:type component_id: str
|
|
184
|
+
"""
|
|
185
|
+
self._component_id = component_id
|
|
186
|
+
|
|
187
|
+
@property
|
|
188
|
+
def component_name(self):
|
|
189
|
+
r"""Gets the component_name of this MountComponent.
|
|
190
|
+
|
|
191
|
+
组件名称。
|
|
192
|
+
|
|
193
|
+
:return: The component_name of this MountComponent.
|
|
194
|
+
:rtype: str
|
|
195
|
+
"""
|
|
196
|
+
return self._component_name
|
|
197
|
+
|
|
198
|
+
@component_name.setter
|
|
199
|
+
def component_name(self, component_name):
|
|
200
|
+
r"""Sets the component_name of this MountComponent.
|
|
201
|
+
|
|
202
|
+
组件名称。
|
|
203
|
+
|
|
204
|
+
:param component_name: The component_name of this MountComponent.
|
|
205
|
+
:type component_name: str
|
|
206
|
+
"""
|
|
207
|
+
self._component_name = component_name
|
|
208
|
+
|
|
209
|
+
def to_dict(self):
|
|
210
|
+
result = {}
|
|
211
|
+
|
|
212
|
+
for attr, _ in self.openapi_types.items():
|
|
213
|
+
value = getattr(self, attr)
|
|
214
|
+
if isinstance(value, list):
|
|
215
|
+
result[attr] = list(map(
|
|
216
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
217
|
+
value
|
|
218
|
+
))
|
|
219
|
+
elif hasattr(value, "to_dict"):
|
|
220
|
+
result[attr] = value.to_dict()
|
|
221
|
+
elif isinstance(value, dict):
|
|
222
|
+
result[attr] = dict(map(
|
|
223
|
+
lambda item: (item[0], item[1].to_dict())
|
|
224
|
+
if hasattr(item[1], "to_dict") else item,
|
|
225
|
+
value.items()
|
|
226
|
+
))
|
|
227
|
+
else:
|
|
228
|
+
if attr in self.sensitive_list:
|
|
229
|
+
result[attr] = "****"
|
|
230
|
+
else:
|
|
231
|
+
result[attr] = value
|
|
232
|
+
|
|
233
|
+
return result
|
|
234
|
+
|
|
235
|
+
def to_str(self):
|
|
236
|
+
"""Returns the string representation of the model"""
|
|
237
|
+
import simplejson as json
|
|
238
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
|
239
|
+
|
|
240
|
+
def __repr__(self):
|
|
241
|
+
"""For `print`"""
|
|
242
|
+
return self.to_str()
|
|
243
|
+
|
|
244
|
+
def __eq__(self, other):
|
|
245
|
+
"""Returns true if both objects are equal"""
|
|
246
|
+
if not isinstance(other, MountComponent):
|
|
247
|
+
return False
|
|
248
|
+
|
|
249
|
+
return self.__dict__ == other.__dict__
|
|
250
|
+
|
|
251
|
+
def __ne__(self, other):
|
|
252
|
+
"""Returns true if both objects are not equal"""
|
|
253
|
+
return not self == other
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
class NoticeRuleNotification:
|
|
7
|
+
|
|
8
|
+
"""
|
|
9
|
+
Attributes:
|
|
10
|
+
openapi_types (dict): The key is attribute name
|
|
11
|
+
and the value is attribute type.
|
|
12
|
+
attribute_map (dict): The key is attribute name
|
|
13
|
+
and the value is json key in definition.
|
|
14
|
+
"""
|
|
15
|
+
sensitive_list = []
|
|
16
|
+
|
|
17
|
+
openapi_types = {
|
|
18
|
+
'protocol': 'str',
|
|
19
|
+
'endpoint': 'str',
|
|
20
|
+
'template': 'str'
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
attribute_map = {
|
|
24
|
+
'protocol': 'protocol',
|
|
25
|
+
'endpoint': 'endpoint',
|
|
26
|
+
'template': 'template'
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
def __init__(self, protocol=None, endpoint=None, template=None):
|
|
30
|
+
r"""NoticeRuleNotification
|
|
31
|
+
|
|
32
|
+
The model defined in huaweicloud sdk
|
|
33
|
+
|
|
34
|
+
:param protocol: 通知的协议类型,包括短信,邮件,企业微信群消息等。
|
|
35
|
+
:type protocol: str
|
|
36
|
+
:param endpoint: 通知的终端地址。 email协议,接入点必须是邮件地址。 sms协议,接入点必须是一个电话号码。 wechat协议,参考https://support.huaweicloud.com/smn_faq/smn_faq_0027.html获取订阅终端, 企业微信群消息为SMN服务公测功能,需提交工单申请开通。
|
|
37
|
+
:type endpoint: str
|
|
38
|
+
:param template: 通知的模板语言。 ZH,中文。 EN,英文。
|
|
39
|
+
:type template: str
|
|
40
|
+
"""
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
self._protocol = None
|
|
45
|
+
self._endpoint = None
|
|
46
|
+
self._template = None
|
|
47
|
+
self.discriminator = None
|
|
48
|
+
|
|
49
|
+
self.protocol = protocol
|
|
50
|
+
self.endpoint = endpoint
|
|
51
|
+
if template is not None:
|
|
52
|
+
self.template = template
|
|
53
|
+
|
|
54
|
+
@property
|
|
55
|
+
def protocol(self):
|
|
56
|
+
r"""Gets the protocol of this NoticeRuleNotification.
|
|
57
|
+
|
|
58
|
+
通知的协议类型,包括短信,邮件,企业微信群消息等。
|
|
59
|
+
|
|
60
|
+
:return: The protocol of this NoticeRuleNotification.
|
|
61
|
+
:rtype: str
|
|
62
|
+
"""
|
|
63
|
+
return self._protocol
|
|
64
|
+
|
|
65
|
+
@protocol.setter
|
|
66
|
+
def protocol(self, protocol):
|
|
67
|
+
r"""Sets the protocol of this NoticeRuleNotification.
|
|
68
|
+
|
|
69
|
+
通知的协议类型,包括短信,邮件,企业微信群消息等。
|
|
70
|
+
|
|
71
|
+
:param protocol: The protocol of this NoticeRuleNotification.
|
|
72
|
+
:type protocol: str
|
|
73
|
+
"""
|
|
74
|
+
self._protocol = protocol
|
|
75
|
+
|
|
76
|
+
@property
|
|
77
|
+
def endpoint(self):
|
|
78
|
+
r"""Gets the endpoint of this NoticeRuleNotification.
|
|
79
|
+
|
|
80
|
+
通知的终端地址。 email协议,接入点必须是邮件地址。 sms协议,接入点必须是一个电话号码。 wechat协议,参考https://support.huaweicloud.com/smn_faq/smn_faq_0027.html获取订阅终端, 企业微信群消息为SMN服务公测功能,需提交工单申请开通。
|
|
81
|
+
|
|
82
|
+
:return: The endpoint of this NoticeRuleNotification.
|
|
83
|
+
:rtype: str
|
|
84
|
+
"""
|
|
85
|
+
return self._endpoint
|
|
86
|
+
|
|
87
|
+
@endpoint.setter
|
|
88
|
+
def endpoint(self, endpoint):
|
|
89
|
+
r"""Sets the endpoint of this NoticeRuleNotification.
|
|
90
|
+
|
|
91
|
+
通知的终端地址。 email协议,接入点必须是邮件地址。 sms协议,接入点必须是一个电话号码。 wechat协议,参考https://support.huaweicloud.com/smn_faq/smn_faq_0027.html获取订阅终端, 企业微信群消息为SMN服务公测功能,需提交工单申请开通。
|
|
92
|
+
|
|
93
|
+
:param endpoint: The endpoint of this NoticeRuleNotification.
|
|
94
|
+
:type endpoint: str
|
|
95
|
+
"""
|
|
96
|
+
self._endpoint = endpoint
|
|
97
|
+
|
|
98
|
+
@property
|
|
99
|
+
def template(self):
|
|
100
|
+
r"""Gets the template of this NoticeRuleNotification.
|
|
101
|
+
|
|
102
|
+
通知的模板语言。 ZH,中文。 EN,英文。
|
|
103
|
+
|
|
104
|
+
:return: The template of this NoticeRuleNotification.
|
|
105
|
+
:rtype: str
|
|
106
|
+
"""
|
|
107
|
+
return self._template
|
|
108
|
+
|
|
109
|
+
@template.setter
|
|
110
|
+
def template(self, template):
|
|
111
|
+
r"""Sets the template of this NoticeRuleNotification.
|
|
112
|
+
|
|
113
|
+
通知的模板语言。 ZH,中文。 EN,英文。
|
|
114
|
+
|
|
115
|
+
:param template: The template of this NoticeRuleNotification.
|
|
116
|
+
:type template: str
|
|
117
|
+
"""
|
|
118
|
+
self._template = template
|
|
119
|
+
|
|
120
|
+
def to_dict(self):
|
|
121
|
+
result = {}
|
|
122
|
+
|
|
123
|
+
for attr, _ in self.openapi_types.items():
|
|
124
|
+
value = getattr(self, attr)
|
|
125
|
+
if isinstance(value, list):
|
|
126
|
+
result[attr] = list(map(
|
|
127
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
128
|
+
value
|
|
129
|
+
))
|
|
130
|
+
elif hasattr(value, "to_dict"):
|
|
131
|
+
result[attr] = value.to_dict()
|
|
132
|
+
elif isinstance(value, dict):
|
|
133
|
+
result[attr] = dict(map(
|
|
134
|
+
lambda item: (item[0], item[1].to_dict())
|
|
135
|
+
if hasattr(item[1], "to_dict") else item,
|
|
136
|
+
value.items()
|
|
137
|
+
))
|
|
138
|
+
else:
|
|
139
|
+
if attr in self.sensitive_list:
|
|
140
|
+
result[attr] = "****"
|
|
141
|
+
else:
|
|
142
|
+
result[attr] = value
|
|
143
|
+
|
|
144
|
+
return result
|
|
145
|
+
|
|
146
|
+
def to_str(self):
|
|
147
|
+
"""Returns the string representation of the model"""
|
|
148
|
+
import simplejson as json
|
|
149
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
|
150
|
+
|
|
151
|
+
def __repr__(self):
|
|
152
|
+
"""For `print`"""
|
|
153
|
+
return self.to_str()
|
|
154
|
+
|
|
155
|
+
def __eq__(self, other):
|
|
156
|
+
"""Returns true if both objects are equal"""
|
|
157
|
+
if not isinstance(other, NoticeRuleNotification):
|
|
158
|
+
return False
|
|
159
|
+
|
|
160
|
+
return self.__dict__ == other.__dict__
|
|
161
|
+
|
|
162
|
+
def __ne__(self, other):
|
|
163
|
+
"""Returns true if both objects are not equal"""
|
|
164
|
+
return not self == other
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
class NoticeRuleScope:
|
|
7
|
+
|
|
8
|
+
"""
|
|
9
|
+
Attributes:
|
|
10
|
+
openapi_types (dict): The key is attribute name
|
|
11
|
+
and the value is attribute type.
|
|
12
|
+
attribute_map (dict): The key is attribute name
|
|
13
|
+
and the value is json key in definition.
|
|
14
|
+
"""
|
|
15
|
+
sensitive_list = []
|
|
16
|
+
|
|
17
|
+
openapi_types = {
|
|
18
|
+
'type': 'str',
|
|
19
|
+
'environments': 'list[str]',
|
|
20
|
+
'applications': 'list[str]',
|
|
21
|
+
'components': 'list[str]'
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
attribute_map = {
|
|
25
|
+
'type': 'type',
|
|
26
|
+
'environments': 'environments',
|
|
27
|
+
'applications': 'applications',
|
|
28
|
+
'components': 'components'
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
def __init__(self, type=None, environments=None, applications=None, components=None):
|
|
32
|
+
r"""NoticeRuleScope
|
|
33
|
+
|
|
34
|
+
The model defined in huaweicloud sdk
|
|
35
|
+
|
|
36
|
+
:param type: 生效范围的类型。包括environments(对指定环境下所有组件生效),applications(对指定应用下所有组件生效),components(对指定的组件生效)。
|
|
37
|
+
:type type: str
|
|
38
|
+
:param environments: 生效的环境id列表。
|
|
39
|
+
:type environments: list[str]
|
|
40
|
+
:param applications: 生效的应用id列表。
|
|
41
|
+
:type applications: list[str]
|
|
42
|
+
:param components: 生效的组件id列表。
|
|
43
|
+
:type components: list[str]
|
|
44
|
+
"""
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
self._type = None
|
|
49
|
+
self._environments = None
|
|
50
|
+
self._applications = None
|
|
51
|
+
self._components = None
|
|
52
|
+
self.discriminator = None
|
|
53
|
+
|
|
54
|
+
self.type = type
|
|
55
|
+
if environments is not None:
|
|
56
|
+
self.environments = environments
|
|
57
|
+
if applications is not None:
|
|
58
|
+
self.applications = applications
|
|
59
|
+
if components is not None:
|
|
60
|
+
self.components = components
|
|
61
|
+
|
|
62
|
+
@property
|
|
63
|
+
def type(self):
|
|
64
|
+
r"""Gets the type of this NoticeRuleScope.
|
|
65
|
+
|
|
66
|
+
生效范围的类型。包括environments(对指定环境下所有组件生效),applications(对指定应用下所有组件生效),components(对指定的组件生效)。
|
|
67
|
+
|
|
68
|
+
:return: The type of this NoticeRuleScope.
|
|
69
|
+
:rtype: str
|
|
70
|
+
"""
|
|
71
|
+
return self._type
|
|
72
|
+
|
|
73
|
+
@type.setter
|
|
74
|
+
def type(self, type):
|
|
75
|
+
r"""Sets the type of this NoticeRuleScope.
|
|
76
|
+
|
|
77
|
+
生效范围的类型。包括environments(对指定环境下所有组件生效),applications(对指定应用下所有组件生效),components(对指定的组件生效)。
|
|
78
|
+
|
|
79
|
+
:param type: The type of this NoticeRuleScope.
|
|
80
|
+
:type type: str
|
|
81
|
+
"""
|
|
82
|
+
self._type = type
|
|
83
|
+
|
|
84
|
+
@property
|
|
85
|
+
def environments(self):
|
|
86
|
+
r"""Gets the environments of this NoticeRuleScope.
|
|
87
|
+
|
|
88
|
+
生效的环境id列表。
|
|
89
|
+
|
|
90
|
+
:return: The environments of this NoticeRuleScope.
|
|
91
|
+
:rtype: list[str]
|
|
92
|
+
"""
|
|
93
|
+
return self._environments
|
|
94
|
+
|
|
95
|
+
@environments.setter
|
|
96
|
+
def environments(self, environments):
|
|
97
|
+
r"""Sets the environments of this NoticeRuleScope.
|
|
98
|
+
|
|
99
|
+
生效的环境id列表。
|
|
100
|
+
|
|
101
|
+
:param environments: The environments of this NoticeRuleScope.
|
|
102
|
+
:type environments: list[str]
|
|
103
|
+
"""
|
|
104
|
+
self._environments = environments
|
|
105
|
+
|
|
106
|
+
@property
|
|
107
|
+
def applications(self):
|
|
108
|
+
r"""Gets the applications of this NoticeRuleScope.
|
|
109
|
+
|
|
110
|
+
生效的应用id列表。
|
|
111
|
+
|
|
112
|
+
:return: The applications of this NoticeRuleScope.
|
|
113
|
+
:rtype: list[str]
|
|
114
|
+
"""
|
|
115
|
+
return self._applications
|
|
116
|
+
|
|
117
|
+
@applications.setter
|
|
118
|
+
def applications(self, applications):
|
|
119
|
+
r"""Sets the applications of this NoticeRuleScope.
|
|
120
|
+
|
|
121
|
+
生效的应用id列表。
|
|
122
|
+
|
|
123
|
+
:param applications: The applications of this NoticeRuleScope.
|
|
124
|
+
:type applications: list[str]
|
|
125
|
+
"""
|
|
126
|
+
self._applications = applications
|
|
127
|
+
|
|
128
|
+
@property
|
|
129
|
+
def components(self):
|
|
130
|
+
r"""Gets the components of this NoticeRuleScope.
|
|
131
|
+
|
|
132
|
+
生效的组件id列表。
|
|
133
|
+
|
|
134
|
+
:return: The components of this NoticeRuleScope.
|
|
135
|
+
:rtype: list[str]
|
|
136
|
+
"""
|
|
137
|
+
return self._components
|
|
138
|
+
|
|
139
|
+
@components.setter
|
|
140
|
+
def components(self, components):
|
|
141
|
+
r"""Sets the components of this NoticeRuleScope.
|
|
142
|
+
|
|
143
|
+
生效的组件id列表。
|
|
144
|
+
|
|
145
|
+
:param components: The components of this NoticeRuleScope.
|
|
146
|
+
:type components: list[str]
|
|
147
|
+
"""
|
|
148
|
+
self._components = components
|
|
149
|
+
|
|
150
|
+
def to_dict(self):
|
|
151
|
+
result = {}
|
|
152
|
+
|
|
153
|
+
for attr, _ in self.openapi_types.items():
|
|
154
|
+
value = getattr(self, attr)
|
|
155
|
+
if isinstance(value, list):
|
|
156
|
+
result[attr] = list(map(
|
|
157
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
158
|
+
value
|
|
159
|
+
))
|
|
160
|
+
elif hasattr(value, "to_dict"):
|
|
161
|
+
result[attr] = value.to_dict()
|
|
162
|
+
elif isinstance(value, dict):
|
|
163
|
+
result[attr] = dict(map(
|
|
164
|
+
lambda item: (item[0], item[1].to_dict())
|
|
165
|
+
if hasattr(item[1], "to_dict") else item,
|
|
166
|
+
value.items()
|
|
167
|
+
))
|
|
168
|
+
else:
|
|
169
|
+
if attr in self.sensitive_list:
|
|
170
|
+
result[attr] = "****"
|
|
171
|
+
else:
|
|
172
|
+
result[attr] = value
|
|
173
|
+
|
|
174
|
+
return result
|
|
175
|
+
|
|
176
|
+
def to_str(self):
|
|
177
|
+
"""Returns the string representation of the model"""
|
|
178
|
+
import simplejson as json
|
|
179
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
|
180
|
+
|
|
181
|
+
def __repr__(self):
|
|
182
|
+
"""For `print`"""
|
|
183
|
+
return self.to_str()
|
|
184
|
+
|
|
185
|
+
def __eq__(self, other):
|
|
186
|
+
"""Returns true if both objects are equal"""
|
|
187
|
+
if not isinstance(other, NoticeRuleScope):
|
|
188
|
+
return False
|
|
189
|
+
|
|
190
|
+
return self.__dict__ == other.__dict__
|
|
191
|
+
|
|
192
|
+
def __ne__(self, other):
|
|
193
|
+
"""Returns true if both objects are not equal"""
|
|
194
|
+
return not self == other
|