From 2710b7e9aec2df4af5e88d946082d387269ef166 Mon Sep 17 00:00:00 2001 From: Jan Krenek Date: Wed, 26 Jun 2024 13:31:08 +0200 Subject: [PATCH] Client for HEAppE V4.2.1 --- heappeac_v4/__init__.py | 13 +- heappeac_v4/api/cluster_information_api.py | 4 +- heappeac_v4/api/data_transfer_api.py | 4 +- heappeac_v4/api/file_transfer_api.py | 4 +- heappeac_v4/api/job_management_api.py | 4 +- heappeac_v4/api/job_reporting_api.py | 4 +- heappeac_v4/api/management_api.py | 717 +++++++++++++++++- .../api/user_and_limitation_management_api.py | 4 +- heappeac_v4/api_client.py | 4 +- heappeac_v4/configuration.py | 15 +- heappeac_v4/models/__init__.py | 13 +- heappeac_v4/models/adaptor_user.py | 4 +- heappeac_v4/models/adaptor_user_group.py | 4 +- heappeac_v4/models/adaptor_user_role.py | 4 +- heappeac_v4/models/adaptor_user_role_ext.py | 4 +- heappeac_v4/models/adaptor_user_role_type.py | 5 +- heappeac_v4/models/adaptor_user_type.py | 4 +- .../models/adaptor_user_user_group_role.py | 4 +- .../models/authenticate_lexis_token_model.py | 4 +- ...thenticate_user_digital_signature_model.py | 4 +- .../models/authenticate_user_open_id_model.py | 4 +- ...henticate_user_open_id_open_stack_model.py | 4 +- .../authenticate_user_password_model.py | 4 +- .../models/authentication_credentials.py | 4 +- heappeac_v4/models/bad_request_result.py | 4 +- heappeac_v4/models/cancel_job_model.py | 4 +- heappeac_v4/models/cluster.py | 4 +- .../cluster_authentication_credentials.py | 4 +- ...er_authentication_credentials_auth_type.py | 4 +- .../models/cluster_connection_protocol.py | 4 +- .../models/cluster_detailed_report_ext.py | 4 +- heappeac_v4/models/cluster_ext.py | 4 +- heappeac_v4/models/cluster_init_report_ext.py | 136 ++++ heappeac_v4/models/cluster_node_type.py | 4 +- .../cluster_node_type_detailed_report_ext.py | 4 +- heappeac_v4/models/cluster_node_type_ext.py | 4 +- .../models/cluster_node_type_for_task_ext.py | 4 +- .../models/cluster_node_type_report_ext.py | 4 +- .../cluster_node_type_requested_group.py | 4 +- .../cluster_node_type_resource_usage_ext.py | 4 +- heappeac_v4/models/cluster_node_usage_ext.py | 4 +- heappeac_v4/models/cluster_project.py | 4 +- .../models/cluster_project_credential.py | 4 +- .../models/cluster_proxy_connection.py | 4 +- .../models/cluster_proxy_connection_ext.py | 4 +- heappeac_v4/models/cluster_report_ext.py | 4 +- heappeac_v4/models/command_template.py | 114 ++- heappeac_v4/models/command_template_ext.py | 4 +- .../models/command_template_parameter.py | 88 ++- .../models/command_template_parameter_ext.py | 4 +- .../command_template_parameter_value_ext.py | 4 +- heappeac_v4/models/contact.py | 4 +- .../models/copy_job_data_from_temp_model.py | 4 +- .../models/copy_job_data_to_temp_model.py | 4 +- ..._command_inner_template_parameter_model.py | 162 ++++ ...ate_command_template_from_generic_model.py | 292 +++++++ .../models/create_command_template_model.py | 168 ++-- ...create_command_template_parameter_model.py | 214 ++++++ .../models/create_job_by_project_model.py | 4 +- ...ate_project_assignment_to_cluster_model.py | 4 +- heappeac_v4/models/create_project_model.py | 4 +- .../models/create_secure_shell_key_model.py | 4 +- .../create_secure_shell_key_model_obsolete.py | 4 +- .../models/data_transfer_method_ext.py | 4 +- heappeac_v4/models/delete_job_model.py | 4 +- heappeac_v4/models/deployment_type_ext.py | 4 +- .../digital_signature_credentials_ext.py | 4 +- .../download_file_from_cluster_model.py | 4 +- ...d_parts_of_job_files_from_cluster_model.py | 4 +- heappeac_v4/models/end_data_transfer_model.py | 4 +- heappeac_v4/models/end_file_transfer_model.py | 4 +- .../models/environment_variable_ext.py | 4 +- .../models/extended_command_template_ext.py | 370 +++++++++ ...extended_command_template_parameter_ext.py | 188 +++++ .../models/extended_project_info_ext.py | 4 +- heappeac_v4/models/file_information_ext.py | 4 +- .../models/file_transfer_cipher_type.py | 4 +- .../models/file_transfer_cipher_type_ext.py | 4 +- .../file_transfer_key_credentials_ext.py | 4 +- heappeac_v4/models/file_transfer_method.py | 4 +- .../models/file_transfer_method_ext.py | 4 +- heappeac_v4/models/file_transfer_protocol.py | 4 +- .../models/file_transfer_protocol_ext.py | 4 +- ..._command_template_parameters_name_model.py | 4 +- .../models/get_data_transfer_method_model.py | 4 +- .../models/get_file_transfer_method_model.py | 4 +- .../models/http_get_to_job_node_model.py | 4 +- heappeac_v4/models/http_header_ext.py | 4 +- .../models/http_post_to_job_node_model.py | 4 +- ...itialize_cluster_script_directory_model.py | 4 +- .../models/instance_information_ext.py | 4 +- heappeac_v4/models/job_detailed_report_ext.py | 4 +- heappeac_v4/models/job_file_content_ext.py | 4 +- heappeac_v4/models/job_report_ext.py | 4 +- heappeac_v4/models/job_specification_ext.py | 4 +- .../job_state_aggregation_report_ext.py | 4 +- heappeac_v4/models/job_state_ext.py | 4 +- heappeac_v4/models/lexis_credentials_ext.py | 4 +- ...ify_command_template_from_generic_model.py | 292 +++++++ .../models/modify_command_template_model.py | 118 +-- ...modify_command_template_parameter_model.py | 214 ++++++ ...ify_project_assignment_to_cluster_model.py | 4 +- heappeac_v4/models/modify_project_model.py | 4 +- .../node_used_cores_and_limitation_ext.py | 4 +- heappeac_v4/models/open_id_credentials_ext.py | 4 +- .../open_stack_application_credentials_ext.py | 4 +- .../models/password_credentials_ext.py | 4 +- heappeac_v4/models/problem_details.py | 4 +- heappeac_v4/models/project.py | 4 +- heappeac_v4/models/project_contact.py | 4 +- .../models/project_detailed_report_ext.py | 4 +- heappeac_v4/models/project_ext.py | 4 +- heappeac_v4/models/project_for_task_ext.py | 4 +- heappeac_v4/models/project_list_report_ext.py | 4 +- heappeac_v4/models/project_reference_ext.py | 4 +- heappeac_v4/models/project_report_ext.py | 4 +- .../models/project_resource_usage_ext.py | 4 +- heappeac_v4/models/proxy_type.py | 4 +- heappeac_v4/models/proxy_type_ext.py | 4 +- heappeac_v4/models/public_key_ext.py | 4 +- .../regenerate_secure_shell_key_model.py | 4 +- ...enerate_secure_shell_key_model_obsolete.py | 4 +- .../models/remove_command_template_model.py | 4 +- ...remove_command_template_parameter_model.py | 136 ++++ ...ove_project_assignment_to_cluster_model.py | 4 +- heappeac_v4/models/remove_project_model.py | 4 +- .../models/remove_secure_shell_key_model.py | 4 +- .../remove_secure_shell_key_model_obsolete.py | 4 +- .../models/resource_allocation_type_ext.py | 4 +- heappeac_v4/models/scheduler_type.py | 4 +- .../models/ssh_key_user_credentials_model.py | 4 +- heappeac_v4/models/submit_job_model.py | 4 +- heappeac_v4/models/submitted_job_info_ext.py | 4 +- heappeac_v4/models/submitted_task_info_ext.py | 4 +- .../models/synchronizable_files_ext.py | 4 +- .../models/task_detailed_report_ext.py | 4 +- heappeac_v4/models/task_file_offset_ext.py | 4 +- .../models/task_paralization_parameter_ext.py | 4 +- heappeac_v4/models/task_priority_ext.py | 4 +- heappeac_v4/models/task_report_ext.py | 4 +- heappeac_v4/models/task_specification_ext.py | 4 +- heappeac_v4/models/task_state_ext.py | 4 +- ...uster_access_for_account_model_obsolete.py | 4 +- heappeac_v4/models/unauthorized_result.py | 4 +- heappeac_v4/models/usage_type.py | 4 +- heappeac_v4/models/usage_type_ext.py | 4 +- .../models/user_group_detailed_report_ext.py | 4 +- .../models/user_group_list_report_ext.py | 4 +- heappeac_v4/models/user_group_report_ext.py | 4 +- heappeac_v4/models/version_information_ext.py | 4 +- heappeac_v4/rest.py | 4 +- 151 files changed, 3336 insertions(+), 451 deletions(-) create mode 100644 heappeac_v4/models/cluster_init_report_ext.py create mode 100644 heappeac_v4/models/create_command_inner_template_parameter_model.py create mode 100644 heappeac_v4/models/create_command_template_from_generic_model.py create mode 100644 heappeac_v4/models/create_command_template_parameter_model.py create mode 100644 heappeac_v4/models/extended_command_template_ext.py create mode 100644 heappeac_v4/models/extended_command_template_parameter_ext.py create mode 100644 heappeac_v4/models/modify_command_template_from_generic_model.py create mode 100644 heappeac_v4/models/modify_command_template_parameter_model.py create mode 100644 heappeac_v4/models/remove_command_template_parameter_model.py diff --git a/heappeac_v4/__init__.py b/heappeac_v4/__init__.py index 67349ab..4b4d153 100644 --- a/heappeac_v4/__init__.py +++ b/heappeac_v4/__init__.py @@ -5,9 +5,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -47,6 +47,7 @@ from heappeac_v4.models.cluster_connection_protocol import ClusterConnectionProtocol from heappeac_v4.models.cluster_detailed_report_ext import ClusterDetailedReportExt from heappeac_v4.models.cluster_ext import ClusterExt +from heappeac_v4.models.cluster_init_report_ext import ClusterInitReportExt from heappeac_v4.models.cluster_node_type import ClusterNodeType from heappeac_v4.models.cluster_node_type_detailed_report_ext import ClusterNodeTypeDetailedReportExt from heappeac_v4.models.cluster_node_type_ext import ClusterNodeTypeExt @@ -68,7 +69,10 @@ from heappeac_v4.models.contact import Contact from heappeac_v4.models.copy_job_data_from_temp_model import CopyJobDataFromTempModel from heappeac_v4.models.copy_job_data_to_temp_model import CopyJobDataToTempModel +from heappeac_v4.models.create_command_inner_template_parameter_model import CreateCommandInnerTemplateParameterModel +from heappeac_v4.models.create_command_template_from_generic_model import CreateCommandTemplateFromGenericModel from heappeac_v4.models.create_command_template_model import CreateCommandTemplateModel +from heappeac_v4.models.create_command_template_parameter_model import CreateCommandTemplateParameterModel from heappeac_v4.models.create_job_by_project_model import CreateJobByProjectModel from heappeac_v4.models.create_project_assignment_to_cluster_model import CreateProjectAssignmentToClusterModel from heappeac_v4.models.create_project_model import CreateProjectModel @@ -83,6 +87,8 @@ from heappeac_v4.models.end_data_transfer_model import EndDataTransferModel from heappeac_v4.models.end_file_transfer_model import EndFileTransferModel from heappeac_v4.models.environment_variable_ext import EnvironmentVariableExt +from heappeac_v4.models.extended_command_template_ext import ExtendedCommandTemplateExt +from heappeac_v4.models.extended_command_template_parameter_ext import ExtendedCommandTemplateParameterExt from heappeac_v4.models.extended_project_info_ext import ExtendedProjectInfoExt from heappeac_v4.models.file_information_ext import FileInformationExt from heappeac_v4.models.file_transfer_cipher_type import FileTransferCipherType @@ -107,7 +113,9 @@ from heappeac_v4.models.job_state_aggregation_report_ext import JobStateAggregationReportExt from heappeac_v4.models.job_state_ext import JobStateExt from heappeac_v4.models.lexis_credentials_ext import LexisCredentialsExt +from heappeac_v4.models.modify_command_template_from_generic_model import ModifyCommandTemplateFromGenericModel from heappeac_v4.models.modify_command_template_model import ModifyCommandTemplateModel +from heappeac_v4.models.modify_command_template_parameter_model import ModifyCommandTemplateParameterModel from heappeac_v4.models.modify_project_assignment_to_cluster_model import ModifyProjectAssignmentToClusterModel from heappeac_v4.models.modify_project_model import ModifyProjectModel from heappeac_v4.models.node_used_cores_and_limitation_ext import NodeUsedCoresAndLimitationExt @@ -130,6 +138,7 @@ from heappeac_v4.models.regenerate_secure_shell_key_model import RegenerateSecureShellKeyModel from heappeac_v4.models.regenerate_secure_shell_key_model_obsolete import RegenerateSecureShellKeyModelObsolete from heappeac_v4.models.remove_command_template_model import RemoveCommandTemplateModel +from heappeac_v4.models.remove_command_template_parameter_model import RemoveCommandTemplateParameterModel from heappeac_v4.models.remove_project_assignment_to_cluster_model import RemoveProjectAssignmentToClusterModel from heappeac_v4.models.remove_project_model import RemoveProjectModel from heappeac_v4.models.remove_secure_shell_key_model import RemoveSecureShellKeyModel diff --git a/heappeac_v4/api/cluster_information_api.py b/heappeac_v4/api/cluster_information_api.py index f218162..7a2a41c 100644 --- a/heappeac_v4/api/cluster_information_api.py +++ b/heappeac_v4/api/cluster_information_api.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/api/data_transfer_api.py b/heappeac_v4/api/data_transfer_api.py index 0575309..9083d3e 100644 --- a/heappeac_v4/api/data_transfer_api.py +++ b/heappeac_v4/api/data_transfer_api.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/api/file_transfer_api.py b/heappeac_v4/api/file_transfer_api.py index d8d5321..ac3fafe 100644 --- a/heappeac_v4/api/file_transfer_api.py +++ b/heappeac_v4/api/file_transfer_api.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/api/job_management_api.py b/heappeac_v4/api/job_management_api.py index c037c22..14eabe3 100644 --- a/heappeac_v4/api/job_management_api.py +++ b/heappeac_v4/api/job_management_api.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/api/job_reporting_api.py b/heappeac_v4/api/job_reporting_api.py index dee1c45..76833cc 100644 --- a/heappeac_v4/api/job_reporting_api.py +++ b/heappeac_v4/api/job_reporting_api.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/api/management_api.py b/heappeac_v4/api/management_api.py index 35fce0b..693a03a 100644 --- a/heappeac_v4/api/management_api.py +++ b/heappeac_v4/api/management_api.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -32,38 +32,410 @@ def __init__(self, api_client=None): api_client = ApiClient() self.api_client = api_client - def heappe_management_command_template_delete(self, **kwargs): # noqa: E501 - """Remove command template # noqa: E501 + def heappe_management_command_template_from_generic_post(self, **kwargs): # noqa: E501 + """Create Command Template from Generic Command Template # noqa: E501 + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + >>> thread = api.heappe_management_command_template_from_generic_post(async_req=True) + >>> result = thread.get() + + :param async_req bool + :param CreateCommandTemplateFromGenericModel body: CreateCommandTemplateFromGenericModel + :return: CommandTemplateExt + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('async_req'): + return self.heappe_management_command_template_from_generic_post_with_http_info(**kwargs) # noqa: E501 + else: + (data) = self.heappe_management_command_template_from_generic_post_with_http_info(**kwargs) # noqa: E501 + return data + + def heappe_management_command_template_from_generic_post_with_http_info(self, **kwargs): # noqa: E501 + """Create Command Template from Generic Command Template # noqa: E501 + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + >>> thread = api.heappe_management_command_template_from_generic_post_with_http_info(async_req=True) + >>> result = thread.get() + + :param async_req bool + :param CreateCommandTemplateFromGenericModel body: CreateCommandTemplateFromGenericModel + :return: CommandTemplateExt + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['body'] # noqa: E501 + all_params.append('async_req') + all_params.append('_return_http_data_only') + all_params.append('_preload_content') + all_params.append('_request_timeout') + + params = locals() + for key, val in six.iteritems(params['kwargs']): + if key not in all_params: + raise TypeError( + "Got an unexpected keyword argument '%s'" + " to method heappe_management_command_template_from_generic_post" % key + ) + params[key] = val + del params['kwargs'] + + collection_formats = {} + + path_params = {} + + query_params = [] + + header_params = {} + + form_params = [] + local_var_files = {} + + body_params = None + if 'body' in params: + body_params = params['body'] + # HTTP header `Accept` + header_params['Accept'] = self.api_client.select_header_accept( + ['application/json']) # noqa: E501 + + # HTTP header `Content-Type` + header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501 + ['application/json', 'text/json', 'application/*+json']) # noqa: E501 + + # Authentication setting + auth_settings = [] # noqa: E501 + + return self.api_client.call_api( + '/heappe/Management/CommandTemplateFromGeneric', 'POST', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='CommandTemplateExt', # noqa: E501 + auth_settings=auth_settings, + async_req=params.get('async_req'), + _return_http_data_only=params.get('_return_http_data_only'), + _preload_content=params.get('_preload_content', True), + _request_timeout=params.get('_request_timeout'), + collection_formats=collection_formats) + + def heappe_management_command_template_from_generic_put(self, **kwargs): # noqa: E501 + """Modify Command Template based on Generic Command Template # noqa: E501 + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + >>> thread = api.heappe_management_command_template_from_generic_put(async_req=True) + >>> result = thread.get() + + :param async_req bool + :param ModifyCommandTemplateFromGenericModel body: ModifyCommandTemplateFromGenericModel + :return: CommandTemplateExt + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('async_req'): + return self.heappe_management_command_template_from_generic_put_with_http_info(**kwargs) # noqa: E501 + else: + (data) = self.heappe_management_command_template_from_generic_put_with_http_info(**kwargs) # noqa: E501 + return data + + def heappe_management_command_template_from_generic_put_with_http_info(self, **kwargs): # noqa: E501 + """Modify Command Template based on Generic Command Template # noqa: E501 + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + >>> thread = api.heappe_management_command_template_from_generic_put_with_http_info(async_req=True) + >>> result = thread.get() + + :param async_req bool + :param ModifyCommandTemplateFromGenericModel body: ModifyCommandTemplateFromGenericModel + :return: CommandTemplateExt + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['body'] # noqa: E501 + all_params.append('async_req') + all_params.append('_return_http_data_only') + all_params.append('_preload_content') + all_params.append('_request_timeout') + + params = locals() + for key, val in six.iteritems(params['kwargs']): + if key not in all_params: + raise TypeError( + "Got an unexpected keyword argument '%s'" + " to method heappe_management_command_template_from_generic_put" % key + ) + params[key] = val + del params['kwargs'] + + collection_formats = {} + + path_params = {} + + query_params = [] + + header_params = {} + + form_params = [] + local_var_files = {} + + body_params = None + if 'body' in params: + body_params = params['body'] + # HTTP header `Accept` + header_params['Accept'] = self.api_client.select_header_accept( + ['application/json']) # noqa: E501 + + # HTTP header `Content-Type` + header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501 + ['application/json', 'text/json', 'application/*+json']) # noqa: E501 + + # Authentication setting + auth_settings = [] # noqa: E501 + + return self.api_client.call_api( + '/heappe/Management/CommandTemplateFromGeneric', 'PUT', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='CommandTemplateExt', # noqa: E501 + auth_settings=auth_settings, + async_req=params.get('async_req'), + _return_http_data_only=params.get('_return_http_data_only'), + _preload_content=params.get('_preload_content', True), + _request_timeout=params.get('_request_timeout'), + collection_formats=collection_formats) + + def heappe_management_command_template_get(self, **kwargs): # noqa: E501 + """List Command Template # noqa: E501 + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + >>> thread = api.heappe_management_command_template_get(async_req=True) + >>> result = thread.get() + + :param async_req bool + :param str session_code: + :param int id: + :return: ExtendedCommandTemplateExt + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('async_req'): + return self.heappe_management_command_template_get_with_http_info(**kwargs) # noqa: E501 + else: + (data) = self.heappe_management_command_template_get_with_http_info(**kwargs) # noqa: E501 + return data + + def heappe_management_command_template_get_with_http_info(self, **kwargs): # noqa: E501 + """List Command Template # noqa: E501 + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + >>> thread = api.heappe_management_command_template_get_with_http_info(async_req=True) + >>> result = thread.get() + + :param async_req bool + :param str SessionCode: + :param int Id: + :return: ExtendedCommandTemplateExt + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['SessionCode', 'Id'] # noqa: E501 + all_params.append('async_req') + all_params.append('_return_http_data_only') + all_params.append('_preload_content') + all_params.append('_request_timeout') + + params = locals() + for key, val in six.iteritems(params['kwargs']): + if key not in all_params: + raise TypeError( + "Got an unexpected keyword argument '%s'" + " to method heappe_management_command_template_get" % key + ) + params[key] = val + del params['kwargs'] + + collection_formats = {} + + path_params = {} + + query_params = [] + if 'SessionCode' in params: + query_params.append(('SessionCode', params['SessionCode'])) # noqa: E501 + if 'Id' in params: + query_params.append(('Id', params['Id'])) # noqa: E501 + + header_params = {} + + form_params = [] + local_var_files = {} + + body_params = None + # HTTP header `Accept` + header_params['Accept'] = self.api_client.select_header_accept( + ['application/json']) # noqa: E501 + + # Authentication setting + auth_settings = [] # noqa: E501 + + return self.api_client.call_api( + '/heappe/Management/CommandTemplate', 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='ExtendedCommandTemplateExt', # noqa: E501 + auth_settings=auth_settings, + async_req=params.get('async_req'), + _return_http_data_only=params.get('_return_http_data_only'), + _preload_content=params.get('_preload_content', True), + _request_timeout=params.get('_request_timeout'), + collection_formats=collection_formats) + + def heappe_management_command_template_parameter_delete(self, **kwargs): # noqa: E501 + """Remove Static Command Template # noqa: E501 + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + >>> thread = api.heappe_management_command_template_parameter_delete(async_req=True) + >>> result = thread.get() + + :param async_req bool + :param RemoveCommandTemplateParameterModel body: RemoveCommandTemplateParameterModel + :return: str + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('async_req'): + return self.heappe_management_command_template_parameter_delete_with_http_info(**kwargs) # noqa: E501 + else: + (data) = self.heappe_management_command_template_parameter_delete_with_http_info(**kwargs) # noqa: E501 + return data + + def heappe_management_command_template_parameter_delete_with_http_info(self, **kwargs): # noqa: E501 + """Remove Static Command Template # noqa: E501 + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + >>> thread = api.heappe_management_command_template_parameter_delete_with_http_info(async_req=True) + >>> result = thread.get() + + :param async_req bool + :param RemoveCommandTemplateParameterModel body: RemoveCommandTemplateParameterModel + :return: str + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['body'] # noqa: E501 + all_params.append('async_req') + all_params.append('_return_http_data_only') + all_params.append('_preload_content') + all_params.append('_request_timeout') + + params = locals() + for key, val in six.iteritems(params['kwargs']): + if key not in all_params: + raise TypeError( + "Got an unexpected keyword argument '%s'" + " to method heappe_management_command_template_parameter_delete" % key + ) + params[key] = val + del params['kwargs'] + + collection_formats = {} + + path_params = {} + + query_params = [] + + header_params = {} + + form_params = [] + local_var_files = {} + + body_params = None + if 'body' in params: + body_params = params['body'] + # HTTP header `Accept` + header_params['Accept'] = self.api_client.select_header_accept( + ['application/json']) # noqa: E501 + + # HTTP header `Content-Type` + header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501 + ['application/json', 'text/json', 'application/*+json']) # noqa: E501 + + # Authentication setting + auth_settings = [] # noqa: E501 + + return self.api_client.call_api( + '/heappe/Management/CommandTemplateParameter', 'DELETE', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='str', # noqa: E501 + auth_settings=auth_settings, + async_req=params.get('async_req'), + _return_http_data_only=params.get('_return_http_data_only'), + _preload_content=params.get('_preload_content', True), + _request_timeout=params.get('_request_timeout'), + collection_formats=collection_formats) + + def heappe_management_command_template_parameter_post(self, **kwargs): # noqa: E501 + """Create Static Command Template # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.heappe_management_command_template_delete(async_req=True) + >>> thread = api.heappe_management_command_template_parameter_post(async_req=True) >>> result = thread.get() :param async_req bool - :param RemoveCommandTemplateModel body: RemoveCommandTemplateModel - :return: str + :param CreateCommandTemplateParameterModel body: CreateCommandTemplateModel + :return: ExtendedCommandTemplateParameterExt If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('async_req'): - return self.heappe_management_command_template_delete_with_http_info(**kwargs) # noqa: E501 + return self.heappe_management_command_template_parameter_post_with_http_info(**kwargs) # noqa: E501 else: - (data) = self.heappe_management_command_template_delete_with_http_info(**kwargs) # noqa: E501 + (data) = self.heappe_management_command_template_parameter_post_with_http_info(**kwargs) # noqa: E501 return data - def heappe_management_command_template_delete_with_http_info(self, **kwargs): # noqa: E501 - """Remove command template # noqa: E501 + def heappe_management_command_template_parameter_post_with_http_info(self, **kwargs): # noqa: E501 + """Create Static Command Template # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.heappe_management_command_template_delete_with_http_info(async_req=True) + >>> thread = api.heappe_management_command_template_parameter_post_with_http_info(async_req=True) >>> result = thread.get() :param async_req bool - :param RemoveCommandTemplateModel body: RemoveCommandTemplateModel - :return: str + :param CreateCommandTemplateParameterModel body: CreateCommandTemplateModel + :return: ExtendedCommandTemplateParameterExt If the method is called asynchronously, returns the request thread. """ @@ -79,7 +451,7 @@ def heappe_management_command_template_delete_with_http_info(self, **kwargs): # if key not in all_params: raise TypeError( "Got an unexpected keyword argument '%s'" - " to method heappe_management_command_template_delete" % key + " to method heappe_management_command_template_parameter_post" % key ) params[key] = val del params['kwargs'] @@ -110,14 +482,107 @@ def heappe_management_command_template_delete_with_http_info(self, **kwargs): # auth_settings = [] # noqa: E501 return self.api_client.call_api( - '/heappe/Management/CommandTemplate', 'DELETE', + '/heappe/Management/CommandTemplateParameter', 'POST', path_params, query_params, header_params, body=body_params, post_params=form_params, files=local_var_files, - response_type='str', # noqa: E501 + response_type='ExtendedCommandTemplateParameterExt', # noqa: E501 + auth_settings=auth_settings, + async_req=params.get('async_req'), + _return_http_data_only=params.get('_return_http_data_only'), + _preload_content=params.get('_preload_content', True), + _request_timeout=params.get('_request_timeout'), + collection_formats=collection_formats) + + def heappe_management_command_template_parameter_put(self, **kwargs): # noqa: E501 + """Modify Static Command Template # noqa: E501 + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + >>> thread = api.heappe_management_command_template_parameter_put(async_req=True) + >>> result = thread.get() + + :param async_req bool + :param ModifyCommandTemplateParameterModel body: ModifyCommandTemplateParameterModel + :return: ExtendedCommandTemplateParameterExt + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('async_req'): + return self.heappe_management_command_template_parameter_put_with_http_info(**kwargs) # noqa: E501 + else: + (data) = self.heappe_management_command_template_parameter_put_with_http_info(**kwargs) # noqa: E501 + return data + + def heappe_management_command_template_parameter_put_with_http_info(self, **kwargs): # noqa: E501 + """Modify Static Command Template # noqa: E501 + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + >>> thread = api.heappe_management_command_template_parameter_put_with_http_info(async_req=True) + >>> result = thread.get() + + :param async_req bool + :param ModifyCommandTemplateParameterModel body: ModifyCommandTemplateParameterModel + :return: ExtendedCommandTemplateParameterExt + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['body'] # noqa: E501 + all_params.append('async_req') + all_params.append('_return_http_data_only') + all_params.append('_preload_content') + all_params.append('_request_timeout') + + params = locals() + for key, val in six.iteritems(params['kwargs']): + if key not in all_params: + raise TypeError( + "Got an unexpected keyword argument '%s'" + " to method heappe_management_command_template_parameter_put" % key + ) + params[key] = val + del params['kwargs'] + + collection_formats = {} + + path_params = {} + + query_params = [] + + header_params = {} + + form_params = [] + local_var_files = {} + + body_params = None + if 'body' in params: + body_params = params['body'] + # HTTP header `Accept` + header_params['Accept'] = self.api_client.select_header_accept( + ['application/json']) # noqa: E501 + + # HTTP header `Content-Type` + header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501 + ['application/json', 'text/json', 'application/*+json']) # noqa: E501 + + # Authentication setting + auth_settings = [] # noqa: E501 + + return self.api_client.call_api( + '/heappe/Management/CommandTemplateParameter', 'PUT', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='ExtendedCommandTemplateParameterExt', # noqa: E501 auth_settings=auth_settings, async_req=params.get('async_req'), _return_http_data_only=params.get('_return_http_data_only'), @@ -126,7 +591,7 @@ def heappe_management_command_template_delete_with_http_info(self, **kwargs): # collection_formats=collection_formats) def heappe_management_command_template_post(self, **kwargs): # noqa: E501 - """Create Command Template from Generic Command Template # noqa: E501 + """Create Static Command Template # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -134,8 +599,8 @@ def heappe_management_command_template_post(self, **kwargs): # noqa: E501 >>> result = thread.get() :param async_req bool - :param CreateCommandTemplateModel body: CreateCommandTemplate - :return: CommandTemplateExt + :param CreateCommandTemplateModel body: CreateCommandTemplateModel + :return: ExtendedCommandTemplateExt If the method is called asynchronously, returns the request thread. """ @@ -147,7 +612,7 @@ def heappe_management_command_template_post(self, **kwargs): # noqa: E501 return data def heappe_management_command_template_post_with_http_info(self, **kwargs): # noqa: E501 - """Create Command Template from Generic Command Template # noqa: E501 + """Create Static Command Template # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -155,8 +620,8 @@ def heappe_management_command_template_post_with_http_info(self, **kwargs): # n >>> result = thread.get() :param async_req bool - :param CreateCommandTemplateModel body: CreateCommandTemplate - :return: CommandTemplateExt + :param CreateCommandTemplateModel body: CreateCommandTemplateModel + :return: ExtendedCommandTemplateExt If the method is called asynchronously, returns the request thread. """ @@ -210,7 +675,7 @@ def heappe_management_command_template_post_with_http_info(self, **kwargs): # n body=body_params, post_params=form_params, files=local_var_files, - response_type='CommandTemplateExt', # noqa: E501 + response_type='ExtendedCommandTemplateExt', # noqa: E501 auth_settings=auth_settings, async_req=params.get('async_req'), _return_http_data_only=params.get('_return_http_data_only'), @@ -219,7 +684,7 @@ def heappe_management_command_template_post_with_http_info(self, **kwargs): # n collection_formats=collection_formats) def heappe_management_command_template_put(self, **kwargs): # noqa: E501 - """Modify command template # noqa: E501 + """Modify Static Command Template # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -228,7 +693,7 @@ def heappe_management_command_template_put(self, **kwargs): # noqa: E501 :param async_req bool :param ModifyCommandTemplateModel body: ModifyCommandTemplateModel - :return: CommandTemplateExt + :return: ExtendedCommandTemplateExt If the method is called asynchronously, returns the request thread. """ @@ -240,7 +705,7 @@ def heappe_management_command_template_put(self, **kwargs): # noqa: E501 return data def heappe_management_command_template_put_with_http_info(self, **kwargs): # noqa: E501 - """Modify command template # noqa: E501 + """Modify Static Command Template # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -249,7 +714,7 @@ def heappe_management_command_template_put_with_http_info(self, **kwargs): # no :param async_req bool :param ModifyCommandTemplateModel body: ModifyCommandTemplateModel - :return: CommandTemplateExt + :return: ExtendedCommandTemplateExt If the method is called asynchronously, returns the request thread. """ @@ -303,7 +768,100 @@ def heappe_management_command_template_put_with_http_info(self, **kwargs): # no body=body_params, post_params=form_params, files=local_var_files, - response_type='CommandTemplateExt', # noqa: E501 + response_type='ExtendedCommandTemplateExt', # noqa: E501 + auth_settings=auth_settings, + async_req=params.get('async_req'), + _return_http_data_only=params.get('_return_http_data_only'), + _preload_content=params.get('_preload_content', True), + _request_timeout=params.get('_request_timeout'), + collection_formats=collection_formats) + + def heappe_management_command_templates_get(self, **kwargs): # noqa: E501 + """List Command Templates # noqa: E501 + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + >>> thread = api.heappe_management_command_templates_get(async_req=True) + >>> result = thread.get() + + :param async_req bool + :param str session_code: + :param int project_id: + :return: list[ExtendedCommandTemplateExt] + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('async_req'): + return self.heappe_management_command_templates_get_with_http_info(**kwargs) # noqa: E501 + else: + (data) = self.heappe_management_command_templates_get_with_http_info(**kwargs) # noqa: E501 + return data + + def heappe_management_command_templates_get_with_http_info(self, **kwargs): # noqa: E501 + """List Command Templates # noqa: E501 + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + >>> thread = api.heappe_management_command_templates_get_with_http_info(async_req=True) + >>> result = thread.get() + + :param async_req bool + :param str SessionCode: + :param int ProjectId: + :return: list[ExtendedCommandTemplateExt] + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['SessionCode', 'ProjectId'] # noqa: E501 + all_params.append('async_req') + all_params.append('_return_http_data_only') + all_params.append('_preload_content') + all_params.append('_request_timeout') + + params = locals() + for key, val in six.iteritems(params['kwargs']): + if key not in all_params: + raise TypeError( + "Got an unexpected keyword argument '%s'" + " to method heappe_management_command_templates_get" % key + ) + params[key] = val + del params['kwargs'] + + collection_formats = {} + + path_params = {} + + query_params = [] + if 'SessionCode' in params: + query_params.append(('SessionCode', params['SessionCode'])) # noqa: E501 + if 'ProjectId' in params: + query_params.append(('ProjectId', params['ProjectId'])) # noqa: E501 + + header_params = {} + + form_params = [] + local_var_files = {} + + body_params = None + # HTTP header `Accept` + header_params['Accept'] = self.api_client.select_header_accept( + ['application/json']) # noqa: E501 + + # Authentication setting + auth_settings = [] # noqa: E501 + + return self.api_client.call_api( + '/heappe/Management/CommandTemplates', 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='list[ExtendedCommandTemplateExt]', # noqa: E501 auth_settings=auth_settings, async_req=params.get('async_req'), _return_http_data_only=params.get('_return_http_data_only'), @@ -414,7 +972,7 @@ def heappe_management_initialize_cluster_script_directory_post(self, **kwargs): :param async_req bool :param InitializeClusterScriptDirectoryModel body: - :return: str + :return: list[ClusterInitReportExt] If the method is called asynchronously, returns the request thread. """ @@ -435,7 +993,7 @@ def heappe_management_initialize_cluster_script_directory_post_with_http_info(se :param async_req bool :param InitializeClusterScriptDirectoryModel body: - :return: str + :return: list[ClusterInitReportExt] If the method is called asynchronously, returns the request thread. """ @@ -489,7 +1047,7 @@ def heappe_management_initialize_cluster_script_directory_post_with_http_info(se body=body_params, post_params=form_params, files=local_var_files, - response_type='str', # noqa: E501 + response_type='list[ClusterInitReportExt]', # noqa: E501 auth_settings=auth_settings, async_req=params.get('async_req'), _return_http_data_only=params.get('_return_http_data_only'), @@ -1237,6 +1795,99 @@ def heappe_management_regenerate_secure_shell_key_put_with_http_info(self, **kwa _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) + def heappe_management_remove_command_template_delete(self, **kwargs): # noqa: E501 + """Remove Command Template # noqa: E501 + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + >>> thread = api.heappe_management_remove_command_template_delete(async_req=True) + >>> result = thread.get() + + :param async_req bool + :param RemoveCommandTemplateModel body: RemoveCommandTemplateModel + :return: str + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('async_req'): + return self.heappe_management_remove_command_template_delete_with_http_info(**kwargs) # noqa: E501 + else: + (data) = self.heappe_management_remove_command_template_delete_with_http_info(**kwargs) # noqa: E501 + return data + + def heappe_management_remove_command_template_delete_with_http_info(self, **kwargs): # noqa: E501 + """Remove Command Template # noqa: E501 + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + >>> thread = api.heappe_management_remove_command_template_delete_with_http_info(async_req=True) + >>> result = thread.get() + + :param async_req bool + :param RemoveCommandTemplateModel body: RemoveCommandTemplateModel + :return: str + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['body'] # noqa: E501 + all_params.append('async_req') + all_params.append('_return_http_data_only') + all_params.append('_preload_content') + all_params.append('_request_timeout') + + params = locals() + for key, val in six.iteritems(params['kwargs']): + if key not in all_params: + raise TypeError( + "Got an unexpected keyword argument '%s'" + " to method heappe_management_remove_command_template_delete" % key + ) + params[key] = val + del params['kwargs'] + + collection_formats = {} + + path_params = {} + + query_params = [] + + header_params = {} + + form_params = [] + local_var_files = {} + + body_params = None + if 'body' in params: + body_params = params['body'] + # HTTP header `Accept` + header_params['Accept'] = self.api_client.select_header_accept( + ['application/json']) # noqa: E501 + + # HTTP header `Content-Type` + header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501 + ['application/json', 'text/json', 'application/*+json']) # noqa: E501 + + # Authentication setting + auth_settings = [] # noqa: E501 + + return self.api_client.call_api( + '/heappe/Management/RemoveCommandTemplate', 'DELETE', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='str', # noqa: E501 + auth_settings=auth_settings, + async_req=params.get('async_req'), + _return_http_data_only=params.get('_return_http_data_only'), + _preload_content=params.get('_preload_content', True), + _request_timeout=params.get('_request_timeout'), + collection_formats=collection_formats) + def heappe_management_remove_secure_shell_key_delete(self, **kwargs): # noqa: E501 """Remove SSH key # noqa: E501 @@ -1649,7 +2300,7 @@ def heappe_management_test_cluster_access_for_account_get_with_http_info(self, * returns the request thread. """ - all_params = ['Username', 'project_id', 'SessionCode'] # noqa: E501 + all_params = ['Username', 'ProjectId', 'SessionCode'] # noqa: E501 all_params.append('async_req') all_params.append('_return_http_data_only') all_params.append('_preload_content') diff --git a/heappeac_v4/api/user_and_limitation_management_api.py b/heappeac_v4/api/user_and_limitation_management_api.py index ab0341c..0b23005 100644 --- a/heappeac_v4/api/user_and_limitation_management_api.py +++ b/heappeac_v4/api/user_and_limitation_management_api.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/api_client.py b/heappeac_v4/api_client.py index 859311c..7efb427 100644 --- a/heappeac_v4/api_client.py +++ b/heappeac_v4/api_client.py @@ -2,9 +2,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/configuration.py b/heappeac_v4/configuration.py index 77387e5..351c408 100644 --- a/heappeac_v4/configuration.py +++ b/heappeac_v4/configuration.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -219,9 +219,12 @@ def get_basic_auth_token(self): :return: The token for basic HTTP authentication. """ - return urllib3.util.make_headers( - basic_auth=self.username + ':' + self.password - ).get('authorization') + token = "" + if self.username or self.password: + token = urllib3.util.make_headers( + basic_auth=self.username + ':' + self.password + ).get('authorization') + return token def auth_settings(self): """Gets Auth Settings dict for api client. @@ -239,6 +242,6 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: v4.2.0\n"\ + "Version of the API: v4.2.1\n"\ "SDK Package Version: 1.0.0".\ format(env=sys.platform, pyversion=sys.version) diff --git a/heappeac_v4/models/__init__.py b/heappeac_v4/models/__init__.py index 5915098..8cf99d3 100644 --- a/heappeac_v4/models/__init__.py +++ b/heappeac_v4/models/__init__.py @@ -4,9 +4,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -35,6 +35,7 @@ from heappeac_v4.models.cluster_connection_protocol import ClusterConnectionProtocol from heappeac_v4.models.cluster_detailed_report_ext import ClusterDetailedReportExt from heappeac_v4.models.cluster_ext import ClusterExt +from heappeac_v4.models.cluster_init_report_ext import ClusterInitReportExt from heappeac_v4.models.cluster_node_type import ClusterNodeType from heappeac_v4.models.cluster_node_type_detailed_report_ext import ClusterNodeTypeDetailedReportExt from heappeac_v4.models.cluster_node_type_ext import ClusterNodeTypeExt @@ -56,7 +57,10 @@ from heappeac_v4.models.contact import Contact from heappeac_v4.models.copy_job_data_from_temp_model import CopyJobDataFromTempModel from heappeac_v4.models.copy_job_data_to_temp_model import CopyJobDataToTempModel +from heappeac_v4.models.create_command_inner_template_parameter_model import CreateCommandInnerTemplateParameterModel +from heappeac_v4.models.create_command_template_from_generic_model import CreateCommandTemplateFromGenericModel from heappeac_v4.models.create_command_template_model import CreateCommandTemplateModel +from heappeac_v4.models.create_command_template_parameter_model import CreateCommandTemplateParameterModel from heappeac_v4.models.create_job_by_project_model import CreateJobByProjectModel from heappeac_v4.models.create_project_assignment_to_cluster_model import CreateProjectAssignmentToClusterModel from heappeac_v4.models.create_project_model import CreateProjectModel @@ -71,6 +75,8 @@ from heappeac_v4.models.end_data_transfer_model import EndDataTransferModel from heappeac_v4.models.end_file_transfer_model import EndFileTransferModel from heappeac_v4.models.environment_variable_ext import EnvironmentVariableExt +from heappeac_v4.models.extended_command_template_ext import ExtendedCommandTemplateExt +from heappeac_v4.models.extended_command_template_parameter_ext import ExtendedCommandTemplateParameterExt from heappeac_v4.models.extended_project_info_ext import ExtendedProjectInfoExt from heappeac_v4.models.file_information_ext import FileInformationExt from heappeac_v4.models.file_transfer_cipher_type import FileTransferCipherType @@ -95,7 +101,9 @@ from heappeac_v4.models.job_state_aggregation_report_ext import JobStateAggregationReportExt from heappeac_v4.models.job_state_ext import JobStateExt from heappeac_v4.models.lexis_credentials_ext import LexisCredentialsExt +from heappeac_v4.models.modify_command_template_from_generic_model import ModifyCommandTemplateFromGenericModel from heappeac_v4.models.modify_command_template_model import ModifyCommandTemplateModel +from heappeac_v4.models.modify_command_template_parameter_model import ModifyCommandTemplateParameterModel from heappeac_v4.models.modify_project_assignment_to_cluster_model import ModifyProjectAssignmentToClusterModel from heappeac_v4.models.modify_project_model import ModifyProjectModel from heappeac_v4.models.node_used_cores_and_limitation_ext import NodeUsedCoresAndLimitationExt @@ -118,6 +126,7 @@ from heappeac_v4.models.regenerate_secure_shell_key_model import RegenerateSecureShellKeyModel from heappeac_v4.models.regenerate_secure_shell_key_model_obsolete import RegenerateSecureShellKeyModelObsolete from heappeac_v4.models.remove_command_template_model import RemoveCommandTemplateModel +from heappeac_v4.models.remove_command_template_parameter_model import RemoveCommandTemplateParameterModel from heappeac_v4.models.remove_project_assignment_to_cluster_model import RemoveProjectAssignmentToClusterModel from heappeac_v4.models.remove_project_model import RemoveProjectModel from heappeac_v4.models.remove_secure_shell_key_model import RemoveSecureShellKeyModel diff --git a/heappeac_v4/models/adaptor_user.py b/heappeac_v4/models/adaptor_user.py index 3b4a55d..e06f03f 100644 --- a/heappeac_v4/models/adaptor_user.py +++ b/heappeac_v4/models/adaptor_user.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/adaptor_user_group.py b/heappeac_v4/models/adaptor_user_group.py index 7b18e93..8d9e29f 100644 --- a/heappeac_v4/models/adaptor_user_group.py +++ b/heappeac_v4/models/adaptor_user_group.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/adaptor_user_role.py b/heappeac_v4/models/adaptor_user_role.py index d890239..6b372d4 100644 --- a/heappeac_v4/models/adaptor_user_role.py +++ b/heappeac_v4/models/adaptor_user_role.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/adaptor_user_role_ext.py b/heappeac_v4/models/adaptor_user_role_ext.py index ec1cd50..5502dcb 100644 --- a/heappeac_v4/models/adaptor_user_role_ext.py +++ b/heappeac_v4/models/adaptor_user_role_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/adaptor_user_role_type.py b/heappeac_v4/models/adaptor_user_role_type.py index 971e88d..20126c5 100644 --- a/heappeac_v4/models/adaptor_user_role_type.py +++ b/heappeac_v4/models/adaptor_user_role_type.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -30,6 +30,7 @@ class AdaptorUserRoleType(object): _4 = "4" _5 = "5" _6 = "6" + _7 = "7" """ Attributes: swagger_types (dict): The key is attribute name diff --git a/heappeac_v4/models/adaptor_user_type.py b/heappeac_v4/models/adaptor_user_type.py index 7fbb1b0..bb256c7 100644 --- a/heappeac_v4/models/adaptor_user_type.py +++ b/heappeac_v4/models/adaptor_user_type.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/adaptor_user_user_group_role.py b/heappeac_v4/models/adaptor_user_user_group_role.py index 3382472..d0ca2a7 100644 --- a/heappeac_v4/models/adaptor_user_user_group_role.py +++ b/heappeac_v4/models/adaptor_user_user_group_role.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/authenticate_lexis_token_model.py b/heappeac_v4/models/authenticate_lexis_token_model.py index a48c85e..81eb2d0 100644 --- a/heappeac_v4/models/authenticate_lexis_token_model.py +++ b/heappeac_v4/models/authenticate_lexis_token_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/authenticate_user_digital_signature_model.py b/heappeac_v4/models/authenticate_user_digital_signature_model.py index c3d11bd..acc5c1e 100644 --- a/heappeac_v4/models/authenticate_user_digital_signature_model.py +++ b/heappeac_v4/models/authenticate_user_digital_signature_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/authenticate_user_open_id_model.py b/heappeac_v4/models/authenticate_user_open_id_model.py index 7f975e6..e64d23d 100644 --- a/heappeac_v4/models/authenticate_user_open_id_model.py +++ b/heappeac_v4/models/authenticate_user_open_id_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/authenticate_user_open_id_open_stack_model.py b/heappeac_v4/models/authenticate_user_open_id_open_stack_model.py index 3c066ea..669e791 100644 --- a/heappeac_v4/models/authenticate_user_open_id_open_stack_model.py +++ b/heappeac_v4/models/authenticate_user_open_id_open_stack_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/authenticate_user_password_model.py b/heappeac_v4/models/authenticate_user_password_model.py index 9397a0c..0c4eca6 100644 --- a/heappeac_v4/models/authenticate_user_password_model.py +++ b/heappeac_v4/models/authenticate_user_password_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/authentication_credentials.py b/heappeac_v4/models/authentication_credentials.py index ff13764..2461736 100644 --- a/heappeac_v4/models/authentication_credentials.py +++ b/heappeac_v4/models/authentication_credentials.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/bad_request_result.py b/heappeac_v4/models/bad_request_result.py index 4cf3c44..436bfc9 100644 --- a/heappeac_v4/models/bad_request_result.py +++ b/heappeac_v4/models/bad_request_result.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/cancel_job_model.py b/heappeac_v4/models/cancel_job_model.py index 1218fe5..c49e428 100644 --- a/heappeac_v4/models/cancel_job_model.py +++ b/heappeac_v4/models/cancel_job_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/cluster.py b/heappeac_v4/models/cluster.py index 27228aa..0554bac 100644 --- a/heappeac_v4/models/cluster.py +++ b/heappeac_v4/models/cluster.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/cluster_authentication_credentials.py b/heappeac_v4/models/cluster_authentication_credentials.py index 0f0f721..7d360e3 100644 --- a/heappeac_v4/models/cluster_authentication_credentials.py +++ b/heappeac_v4/models/cluster_authentication_credentials.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/cluster_authentication_credentials_auth_type.py b/heappeac_v4/models/cluster_authentication_credentials_auth_type.py index 6c10e34..e915153 100644 --- a/heappeac_v4/models/cluster_authentication_credentials_auth_type.py +++ b/heappeac_v4/models/cluster_authentication_credentials_auth_type.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/cluster_connection_protocol.py b/heappeac_v4/models/cluster_connection_protocol.py index 60e0112..3b47f5d 100644 --- a/heappeac_v4/models/cluster_connection_protocol.py +++ b/heappeac_v4/models/cluster_connection_protocol.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/cluster_detailed_report_ext.py b/heappeac_v4/models/cluster_detailed_report_ext.py index 719e707..58d540a 100644 --- a/heappeac_v4/models/cluster_detailed_report_ext.py +++ b/heappeac_v4/models/cluster_detailed_report_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/cluster_ext.py b/heappeac_v4/models/cluster_ext.py index 8232803..7f1e4a1 100644 --- a/heappeac_v4/models/cluster_ext.py +++ b/heappeac_v4/models/cluster_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/cluster_init_report_ext.py b/heappeac_v4/models/cluster_init_report_ext.py new file mode 100644 index 0000000..c14946c --- /dev/null +++ b/heappeac_v4/models/cluster_init_report_ext.py @@ -0,0 +1,136 @@ +# coding: utf-8 + +""" + HEAppE Web API + + HEAppE middleware API v4.2.1 # noqa: E501 + + OpenAPI spec version: v4.2.1 + Contact: support.heappe@it4i.cz + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + +import pprint +import re # noqa: F401 + +import six + +class ClusterInitReportExt(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'cluster_name': 'str', + 'is_cluster_initialized': 'bool' + } + + attribute_map = { + 'cluster_name': 'ClusterName', + 'is_cluster_initialized': 'IsClusterInitialized' + } + + def __init__(self, cluster_name=None, is_cluster_initialized=None): # noqa: E501 + """ClusterInitReportExt - a model defined in Swagger""" # noqa: E501 + self._cluster_name = None + self._is_cluster_initialized = None + self.discriminator = None + if cluster_name is not None: + self.cluster_name = cluster_name + if is_cluster_initialized is not None: + self.is_cluster_initialized = is_cluster_initialized + + @property + def cluster_name(self): + """Gets the cluster_name of this ClusterInitReportExt. # noqa: E501 + + + :return: The cluster_name of this ClusterInitReportExt. # noqa: E501 + :rtype: str + """ + return self._cluster_name + + @cluster_name.setter + def cluster_name(self, cluster_name): + """Sets the cluster_name of this ClusterInitReportExt. + + + :param cluster_name: The cluster_name of this ClusterInitReportExt. # noqa: E501 + :type: str + """ + + self._cluster_name = cluster_name + + @property + def is_cluster_initialized(self): + """Gets the is_cluster_initialized of this ClusterInitReportExt. # noqa: E501 + + + :return: The is_cluster_initialized of this ClusterInitReportExt. # noqa: E501 + :rtype: bool + """ + return self._is_cluster_initialized + + @is_cluster_initialized.setter + def is_cluster_initialized(self, is_cluster_initialized): + """Sets the is_cluster_initialized of this ClusterInitReportExt. + + + :param is_cluster_initialized: The is_cluster_initialized of this ClusterInitReportExt. # noqa: E501 + :type: bool + """ + + self._is_cluster_initialized = is_cluster_initialized + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(ClusterInitReportExt, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, ClusterInitReportExt): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/heappeac_v4/models/cluster_node_type.py b/heappeac_v4/models/cluster_node_type.py index e2949b4..9345950 100644 --- a/heappeac_v4/models/cluster_node_type.py +++ b/heappeac_v4/models/cluster_node_type.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/cluster_node_type_detailed_report_ext.py b/heappeac_v4/models/cluster_node_type_detailed_report_ext.py index 06299cc..9b9bdc5 100644 --- a/heappeac_v4/models/cluster_node_type_detailed_report_ext.py +++ b/heappeac_v4/models/cluster_node_type_detailed_report_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/cluster_node_type_ext.py b/heappeac_v4/models/cluster_node_type_ext.py index 80140c8..154281f 100644 --- a/heappeac_v4/models/cluster_node_type_ext.py +++ b/heappeac_v4/models/cluster_node_type_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/cluster_node_type_for_task_ext.py b/heappeac_v4/models/cluster_node_type_for_task_ext.py index 6010f4d..aa480ba 100644 --- a/heappeac_v4/models/cluster_node_type_for_task_ext.py +++ b/heappeac_v4/models/cluster_node_type_for_task_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/cluster_node_type_report_ext.py b/heappeac_v4/models/cluster_node_type_report_ext.py index 44ac2fd..8f74fc4 100644 --- a/heappeac_v4/models/cluster_node_type_report_ext.py +++ b/heappeac_v4/models/cluster_node_type_report_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/cluster_node_type_requested_group.py b/heappeac_v4/models/cluster_node_type_requested_group.py index ad183bb..5262a1c 100644 --- a/heappeac_v4/models/cluster_node_type_requested_group.py +++ b/heappeac_v4/models/cluster_node_type_requested_group.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/cluster_node_type_resource_usage_ext.py b/heappeac_v4/models/cluster_node_type_resource_usage_ext.py index 9800823..8e19bdb 100644 --- a/heappeac_v4/models/cluster_node_type_resource_usage_ext.py +++ b/heappeac_v4/models/cluster_node_type_resource_usage_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/cluster_node_usage_ext.py b/heappeac_v4/models/cluster_node_usage_ext.py index ef60b5c..ac69971 100644 --- a/heappeac_v4/models/cluster_node_usage_ext.py +++ b/heappeac_v4/models/cluster_node_usage_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/cluster_project.py b/heappeac_v4/models/cluster_project.py index 1f3329b..47ca815 100644 --- a/heappeac_v4/models/cluster_project.py +++ b/heappeac_v4/models/cluster_project.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/cluster_project_credential.py b/heappeac_v4/models/cluster_project_credential.py index f10ce75..0c9f612 100644 --- a/heappeac_v4/models/cluster_project_credential.py +++ b/heappeac_v4/models/cluster_project_credential.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/cluster_proxy_connection.py b/heappeac_v4/models/cluster_proxy_connection.py index 2871e3b..e3a978e 100644 --- a/heappeac_v4/models/cluster_proxy_connection.py +++ b/heappeac_v4/models/cluster_proxy_connection.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/cluster_proxy_connection_ext.py b/heappeac_v4/models/cluster_proxy_connection_ext.py index 2640ba0..8626cb2 100644 --- a/heappeac_v4/models/cluster_proxy_connection_ext.py +++ b/heappeac_v4/models/cluster_proxy_connection_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/cluster_report_ext.py b/heappeac_v4/models/cluster_report_ext.py index ca4ec00..c6db7c7 100644 --- a/heappeac_v4/models/cluster_report_ext.py +++ b/heappeac_v4/models/cluster_report_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/command_template.py b/heappeac_v4/models/command_template.py index 9dba122..fd9241f 100644 --- a/heappeac_v4/models/command_template.py +++ b/heappeac_v4/models/command_template.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -41,7 +41,11 @@ class CommandTemplate(object): 'cluster_node_type_id': 'int', 'cluster_node_type': 'ClusterNodeType', 'project_id': 'int', - 'project': 'Project' + 'project': 'Project', + 'created_from_id': 'int', + 'created_from': 'CommandTemplate', + 'created_at': 'datetime', + 'modified_at': 'datetime' } attribute_map = { @@ -58,10 +62,14 @@ class CommandTemplate(object): 'cluster_node_type_id': 'ClusterNodeTypeId', 'cluster_node_type': 'ClusterNodeType', 'project_id': 'ProjectId', - 'project': 'Project' + 'project': 'Project', + 'created_from_id': 'CreatedFromId', + 'created_from': 'CreatedFrom', + 'created_at': 'CreatedAt', + 'modified_at': 'ModifiedAt' } - def __init__(self, id=None, name=None, description=None, extended_allocation_command=None, executable_file=None, command_parameters=None, preparation_script=None, is_generic=None, is_enabled=None, template_parameters=None, cluster_node_type_id=None, cluster_node_type=None, project_id=None, project=None): # noqa: E501 + def __init__(self, id=None, name=None, description=None, extended_allocation_command=None, executable_file=None, command_parameters=None, preparation_script=None, is_generic=None, is_enabled=None, template_parameters=None, cluster_node_type_id=None, cluster_node_type=None, project_id=None, project=None, created_from_id=None, created_from=None, created_at=None, modified_at=None): # noqa: E501 """CommandTemplate - a model defined in Swagger""" # noqa: E501 self._id = None self._name = None @@ -77,6 +85,10 @@ def __init__(self, id=None, name=None, description=None, extended_allocation_com self._cluster_node_type = None self._project_id = None self._project = None + self._created_from_id = None + self._created_from = None + self._created_at = None + self._modified_at = None self.discriminator = None if id is not None: self.id = id @@ -101,6 +113,14 @@ def __init__(self, id=None, name=None, description=None, extended_allocation_com self.project_id = project_id if project is not None: self.project = project + if created_from_id is not None: + self.created_from_id = created_from_id + if created_from is not None: + self.created_from = created_from + if created_at is not None: + self.created_at = created_at + if modified_at is not None: + self.modified_at = modified_at @property def id(self): @@ -406,6 +426,90 @@ def project(self, project): self._project = project + @property + def created_from_id(self): + """Gets the created_from_id of this CommandTemplate. # noqa: E501 + + + :return: The created_from_id of this CommandTemplate. # noqa: E501 + :rtype: int + """ + return self._created_from_id + + @created_from_id.setter + def created_from_id(self, created_from_id): + """Sets the created_from_id of this CommandTemplate. + + + :param created_from_id: The created_from_id of this CommandTemplate. # noqa: E501 + :type: int + """ + + self._created_from_id = created_from_id + + @property + def created_from(self): + """Gets the created_from of this CommandTemplate. # noqa: E501 + + + :return: The created_from of this CommandTemplate. # noqa: E501 + :rtype: CommandTemplate + """ + return self._created_from + + @created_from.setter + def created_from(self, created_from): + """Sets the created_from of this CommandTemplate. + + + :param created_from: The created_from of this CommandTemplate. # noqa: E501 + :type: CommandTemplate + """ + + self._created_from = created_from + + @property + def created_at(self): + """Gets the created_at of this CommandTemplate. # noqa: E501 + + + :return: The created_at of this CommandTemplate. # noqa: E501 + :rtype: datetime + """ + return self._created_at + + @created_at.setter + def created_at(self, created_at): + """Sets the created_at of this CommandTemplate. + + + :param created_at: The created_at of this CommandTemplate. # noqa: E501 + :type: datetime + """ + + self._created_at = created_at + + @property + def modified_at(self): + """Gets the modified_at of this CommandTemplate. # noqa: E501 + + + :return: The modified_at of this CommandTemplate. # noqa: E501 + :rtype: datetime + """ + return self._modified_at + + @modified_at.setter + def modified_at(self, modified_at): + """Sets the modified_at of this CommandTemplate. + + + :param modified_at: The modified_at of this CommandTemplate. # noqa: E501 + :type: datetime + """ + + self._modified_at = modified_at + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/heappeac_v4/models/command_template_ext.py b/heappeac_v4/models/command_template_ext.py index 9ad8bfc..1b5f60a 100644 --- a/heappeac_v4/models/command_template_ext.py +++ b/heappeac_v4/models/command_template_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/command_template_parameter.py b/heappeac_v4/models/command_template_parameter.py index 7557776..29c889c 100644 --- a/heappeac_v4/models/command_template_parameter.py +++ b/heappeac_v4/models/command_template_parameter.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -34,7 +34,10 @@ class CommandTemplateParameter(object): 'description': 'str', 'is_visible': 'bool', 'command_template_id': 'int', - 'command_template': 'CommandTemplate' + 'command_template': 'CommandTemplate', + 'created_at': 'datetime', + 'modified_at': 'datetime', + 'is_enabled': 'bool' } attribute_map = { @@ -44,10 +47,13 @@ class CommandTemplateParameter(object): 'description': 'Description', 'is_visible': 'IsVisible', 'command_template_id': 'CommandTemplateId', - 'command_template': 'CommandTemplate' + 'command_template': 'CommandTemplate', + 'created_at': 'CreatedAt', + 'modified_at': 'ModifiedAt', + 'is_enabled': 'IsEnabled' } - def __init__(self, id=None, identifier=None, query=None, description=None, is_visible=None, command_template_id=None, command_template=None): # noqa: E501 + def __init__(self, id=None, identifier=None, query=None, description=None, is_visible=None, command_template_id=None, command_template=None, created_at=None, modified_at=None, is_enabled=None): # noqa: E501 """CommandTemplateParameter - a model defined in Swagger""" # noqa: E501 self._id = None self._identifier = None @@ -56,6 +62,9 @@ def __init__(self, id=None, identifier=None, query=None, description=None, is_vi self._is_visible = None self._command_template_id = None self._command_template = None + self._created_at = None + self._modified_at = None + self._is_enabled = None self.discriminator = None if id is not None: self.id = id @@ -68,6 +77,12 @@ def __init__(self, id=None, identifier=None, query=None, description=None, is_vi self.command_template_id = command_template_id if command_template is not None: self.command_template = command_template + if created_at is not None: + self.created_at = created_at + if modified_at is not None: + self.modified_at = modified_at + if is_enabled is not None: + self.is_enabled = is_enabled @property def id(self): @@ -222,6 +237,69 @@ def command_template(self, command_template): self._command_template = command_template + @property + def created_at(self): + """Gets the created_at of this CommandTemplateParameter. # noqa: E501 + + + :return: The created_at of this CommandTemplateParameter. # noqa: E501 + :rtype: datetime + """ + return self._created_at + + @created_at.setter + def created_at(self, created_at): + """Sets the created_at of this CommandTemplateParameter. + + + :param created_at: The created_at of this CommandTemplateParameter. # noqa: E501 + :type: datetime + """ + + self._created_at = created_at + + @property + def modified_at(self): + """Gets the modified_at of this CommandTemplateParameter. # noqa: E501 + + + :return: The modified_at of this CommandTemplateParameter. # noqa: E501 + :rtype: datetime + """ + return self._modified_at + + @modified_at.setter + def modified_at(self, modified_at): + """Sets the modified_at of this CommandTemplateParameter. + + + :param modified_at: The modified_at of this CommandTemplateParameter. # noqa: E501 + :type: datetime + """ + + self._modified_at = modified_at + + @property + def is_enabled(self): + """Gets the is_enabled of this CommandTemplateParameter. # noqa: E501 + + + :return: The is_enabled of this CommandTemplateParameter. # noqa: E501 + :rtype: bool + """ + return self._is_enabled + + @is_enabled.setter + def is_enabled(self, is_enabled): + """Sets the is_enabled of this CommandTemplateParameter. + + + :param is_enabled: The is_enabled of this CommandTemplateParameter. # noqa: E501 + :type: bool + """ + + self._is_enabled = is_enabled + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/heappeac_v4/models/command_template_parameter_ext.py b/heappeac_v4/models/command_template_parameter_ext.py index 38605da..248a6f5 100644 --- a/heappeac_v4/models/command_template_parameter_ext.py +++ b/heappeac_v4/models/command_template_parameter_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/command_template_parameter_value_ext.py b/heappeac_v4/models/command_template_parameter_value_ext.py index 61ae5d7..5440e5e 100644 --- a/heappeac_v4/models/command_template_parameter_value_ext.py +++ b/heappeac_v4/models/command_template_parameter_value_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/contact.py b/heappeac_v4/models/contact.py index 31e8990..60a2e3c 100644 --- a/heappeac_v4/models/contact.py +++ b/heappeac_v4/models/contact.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/copy_job_data_from_temp_model.py b/heappeac_v4/models/copy_job_data_from_temp_model.py index a1ed6fd..3211475 100644 --- a/heappeac_v4/models/copy_job_data_from_temp_model.py +++ b/heappeac_v4/models/copy_job_data_from_temp_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/copy_job_data_to_temp_model.py b/heappeac_v4/models/copy_job_data_to_temp_model.py index bb7e841..9f0a771 100644 --- a/heappeac_v4/models/copy_job_data_to_temp_model.py +++ b/heappeac_v4/models/copy_job_data_to_temp_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/create_command_inner_template_parameter_model.py b/heappeac_v4/models/create_command_inner_template_parameter_model.py new file mode 100644 index 0000000..18b512c --- /dev/null +++ b/heappeac_v4/models/create_command_inner_template_parameter_model.py @@ -0,0 +1,162 @@ +# coding: utf-8 + +""" + HEAppE Web API + + HEAppE middleware API v4.2.1 # noqa: E501 + + OpenAPI spec version: v4.2.1 + Contact: support.heappe@it4i.cz + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + +import pprint +import re # noqa: F401 + +import six + +class CreateCommandInnerTemplateParameterModel(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'identifier': 'str', + 'query': 'str', + 'description': 'str' + } + + attribute_map = { + 'identifier': 'Identifier', + 'query': 'Query', + 'description': 'Description' + } + + def __init__(self, identifier=None, query=None, description=None): # noqa: E501 + """CreateCommandInnerTemplateParameterModel - a model defined in Swagger""" # noqa: E501 + self._identifier = None + self._query = None + self._description = None + self.discriminator = None + if identifier is not None: + self.identifier = identifier + if query is not None: + self.query = query + if description is not None: + self.description = description + + @property + def identifier(self): + """Gets the identifier of this CreateCommandInnerTemplateParameterModel. # noqa: E501 + + + :return: The identifier of this CreateCommandInnerTemplateParameterModel. # noqa: E501 + :rtype: str + """ + return self._identifier + + @identifier.setter + def identifier(self, identifier): + """Sets the identifier of this CreateCommandInnerTemplateParameterModel. + + + :param identifier: The identifier of this CreateCommandInnerTemplateParameterModel. # noqa: E501 + :type: str + """ + + self._identifier = identifier + + @property + def query(self): + """Gets the query of this CreateCommandInnerTemplateParameterModel. # noqa: E501 + + + :return: The query of this CreateCommandInnerTemplateParameterModel. # noqa: E501 + :rtype: str + """ + return self._query + + @query.setter + def query(self, query): + """Sets the query of this CreateCommandInnerTemplateParameterModel. + + + :param query: The query of this CreateCommandInnerTemplateParameterModel. # noqa: E501 + :type: str + """ + + self._query = query + + @property + def description(self): + """Gets the description of this CreateCommandInnerTemplateParameterModel. # noqa: E501 + + + :return: The description of this CreateCommandInnerTemplateParameterModel. # noqa: E501 + :rtype: str + """ + return self._description + + @description.setter + def description(self, description): + """Sets the description of this CreateCommandInnerTemplateParameterModel. + + + :param description: The description of this CreateCommandInnerTemplateParameterModel. # noqa: E501 + :type: str + """ + + self._description = description + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(CreateCommandInnerTemplateParameterModel, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, CreateCommandInnerTemplateParameterModel): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/heappeac_v4/models/create_command_template_from_generic_model.py b/heappeac_v4/models/create_command_template_from_generic_model.py new file mode 100644 index 0000000..079e16a --- /dev/null +++ b/heappeac_v4/models/create_command_template_from_generic_model.py @@ -0,0 +1,292 @@ +# coding: utf-8 + +""" + HEAppE Web API + + HEAppE middleware API v4.2.1 # noqa: E501 + + OpenAPI spec version: v4.2.1 + Contact: support.heappe@it4i.cz + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + +import pprint +import re # noqa: F401 + +import six + +class CreateCommandTemplateFromGenericModel(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'session_code': 'str', + 'generic_command_template_id': 'int', + 'name': 'str', + 'project_id': 'int', + 'description': 'str', + 'extended_allocation_command': 'str', + 'executable_file': 'str', + 'preparation_script': 'str' + } + + attribute_map = { + 'session_code': 'SessionCode', + 'generic_command_template_id': 'GenericCommandTemplateId', + 'name': 'Name', + 'project_id': 'ProjectId', + 'description': 'Description', + 'extended_allocation_command': 'ExtendedAllocationCommand', + 'executable_file': 'ExecutableFile', + 'preparation_script': 'PreparationScript' + } + + def __init__(self, session_code=None, generic_command_template_id=None, name=None, project_id=None, description=None, extended_allocation_command=None, executable_file=None, preparation_script=None): # noqa: E501 + """CreateCommandTemplateFromGenericModel - a model defined in Swagger""" # noqa: E501 + self._session_code = None + self._generic_command_template_id = None + self._name = None + self._project_id = None + self._description = None + self._extended_allocation_command = None + self._executable_file = None + self._preparation_script = None + self.discriminator = None + if session_code is not None: + self.session_code = session_code + if generic_command_template_id is not None: + self.generic_command_template_id = generic_command_template_id + if name is not None: + self.name = name + if project_id is not None: + self.project_id = project_id + if description is not None: + self.description = description + if extended_allocation_command is not None: + self.extended_allocation_command = extended_allocation_command + if executable_file is not None: + self.executable_file = executable_file + if preparation_script is not None: + self.preparation_script = preparation_script + + @property + def session_code(self): + """Gets the session_code of this CreateCommandTemplateFromGenericModel. # noqa: E501 + + + :return: The session_code of this CreateCommandTemplateFromGenericModel. # noqa: E501 + :rtype: str + """ + return self._session_code + + @session_code.setter + def session_code(self, session_code): + """Sets the session_code of this CreateCommandTemplateFromGenericModel. + + + :param session_code: The session_code of this CreateCommandTemplateFromGenericModel. # noqa: E501 + :type: str + """ + + self._session_code = session_code + + @property + def generic_command_template_id(self): + """Gets the generic_command_template_id of this CreateCommandTemplateFromGenericModel. # noqa: E501 + + + :return: The generic_command_template_id of this CreateCommandTemplateFromGenericModel. # noqa: E501 + :rtype: int + """ + return self._generic_command_template_id + + @generic_command_template_id.setter + def generic_command_template_id(self, generic_command_template_id): + """Sets the generic_command_template_id of this CreateCommandTemplateFromGenericModel. + + + :param generic_command_template_id: The generic_command_template_id of this CreateCommandTemplateFromGenericModel. # noqa: E501 + :type: int + """ + + self._generic_command_template_id = generic_command_template_id + + @property + def name(self): + """Gets the name of this CreateCommandTemplateFromGenericModel. # noqa: E501 + + + :return: The name of this CreateCommandTemplateFromGenericModel. # noqa: E501 + :rtype: str + """ + return self._name + + @name.setter + def name(self, name): + """Sets the name of this CreateCommandTemplateFromGenericModel. + + + :param name: The name of this CreateCommandTemplateFromGenericModel. # noqa: E501 + :type: str + """ + + self._name = name + + @property + def project_id(self): + """Gets the project_id of this CreateCommandTemplateFromGenericModel. # noqa: E501 + + + :return: The project_id of this CreateCommandTemplateFromGenericModel. # noqa: E501 + :rtype: int + """ + return self._project_id + + @project_id.setter + def project_id(self, project_id): + """Sets the project_id of this CreateCommandTemplateFromGenericModel. + + + :param project_id: The project_id of this CreateCommandTemplateFromGenericModel. # noqa: E501 + :type: int + """ + + self._project_id = project_id + + @property + def description(self): + """Gets the description of this CreateCommandTemplateFromGenericModel. # noqa: E501 + + + :return: The description of this CreateCommandTemplateFromGenericModel. # noqa: E501 + :rtype: str + """ + return self._description + + @description.setter + def description(self, description): + """Sets the description of this CreateCommandTemplateFromGenericModel. + + + :param description: The description of this CreateCommandTemplateFromGenericModel. # noqa: E501 + :type: str + """ + + self._description = description + + @property + def extended_allocation_command(self): + """Gets the extended_allocation_command of this CreateCommandTemplateFromGenericModel. # noqa: E501 + + + :return: The extended_allocation_command of this CreateCommandTemplateFromGenericModel. # noqa: E501 + :rtype: str + """ + return self._extended_allocation_command + + @extended_allocation_command.setter + def extended_allocation_command(self, extended_allocation_command): + """Sets the extended_allocation_command of this CreateCommandTemplateFromGenericModel. + + + :param extended_allocation_command: The extended_allocation_command of this CreateCommandTemplateFromGenericModel. # noqa: E501 + :type: str + """ + + self._extended_allocation_command = extended_allocation_command + + @property + def executable_file(self): + """Gets the executable_file of this CreateCommandTemplateFromGenericModel. # noqa: E501 + + + :return: The executable_file of this CreateCommandTemplateFromGenericModel. # noqa: E501 + :rtype: str + """ + return self._executable_file + + @executable_file.setter + def executable_file(self, executable_file): + """Sets the executable_file of this CreateCommandTemplateFromGenericModel. + + + :param executable_file: The executable_file of this CreateCommandTemplateFromGenericModel. # noqa: E501 + :type: str + """ + + self._executable_file = executable_file + + @property + def preparation_script(self): + """Gets the preparation_script of this CreateCommandTemplateFromGenericModel. # noqa: E501 + + + :return: The preparation_script of this CreateCommandTemplateFromGenericModel. # noqa: E501 + :rtype: str + """ + return self._preparation_script + + @preparation_script.setter + def preparation_script(self, preparation_script): + """Sets the preparation_script of this CreateCommandTemplateFromGenericModel. + + + :param preparation_script: The preparation_script of this CreateCommandTemplateFromGenericModel. # noqa: E501 + :type: str + """ + + self._preparation_script = preparation_script + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(CreateCommandTemplateFromGenericModel, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, CreateCommandTemplateFromGenericModel): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/heappeac_v4/models/create_command_template_model.py b/heappeac_v4/models/create_command_template_model.py index 6ce0128..737156a 100644 --- a/heappeac_v4/models/create_command_template_model.py +++ b/heappeac_v4/models/create_command_template_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -29,53 +29,58 @@ class CreateCommandTemplateModel(object): """ swagger_types = { 'session_code': 'str', - 'generic_command_template_id': 'int', 'name': 'str', - 'project_id': 'int', 'description': 'str', - 'code': 'str', + 'extended_allocation_command': 'str', 'executable_file': 'str', - 'preparation_script': 'str' + 'preparation_script': 'str', + 'cluster_node_type_id': 'int', + 'project_id': 'int', + 'template_parameters': 'list[CreateCommandInnerTemplateParameterModel]' } attribute_map = { 'session_code': 'SessionCode', - 'generic_command_template_id': 'GenericCommandTemplateId', 'name': 'Name', - 'project_id': 'ProjectId', 'description': 'Description', - 'code': 'Code', + 'extended_allocation_command': 'ExtendedAllocationCommand', 'executable_file': 'ExecutableFile', - 'preparation_script': 'PreparationScript' + 'preparation_script': 'PreparationScript', + 'cluster_node_type_id': 'ClusterNodeTypeId', + 'project_id': 'ProjectId', + 'template_parameters': 'TemplateParameters' } - def __init__(self, session_code=None, generic_command_template_id=None, name=None, project_id=None, description=None, code=None, executable_file=None, preparation_script=None): # noqa: E501 + def __init__(self, session_code=None, name=None, description=None, extended_allocation_command=None, executable_file=None, preparation_script=None, cluster_node_type_id=None, project_id=None, template_parameters=None): # noqa: E501 """CreateCommandTemplateModel - a model defined in Swagger""" # noqa: E501 self._session_code = None - self._generic_command_template_id = None self._name = None - self._project_id = None self._description = None - self._code = None + self._extended_allocation_command = None self._executable_file = None self._preparation_script = None + self._cluster_node_type_id = None + self._project_id = None + self._template_parameters = None self.discriminator = None if session_code is not None: self.session_code = session_code - if generic_command_template_id is not None: - self.generic_command_template_id = generic_command_template_id if name is not None: self.name = name - if project_id is not None: - self.project_id = project_id if description is not None: self.description = description - if code is not None: - self.code = code + if extended_allocation_command is not None: + self.extended_allocation_command = extended_allocation_command if executable_file is not None: self.executable_file = executable_file if preparation_script is not None: self.preparation_script = preparation_script + if cluster_node_type_id is not None: + self.cluster_node_type_id = cluster_node_type_id + if project_id is not None: + self.project_id = project_id + if template_parameters is not None: + self.template_parameters = template_parameters @property def session_code(self): @@ -98,27 +103,6 @@ def session_code(self, session_code): self._session_code = session_code - @property - def generic_command_template_id(self): - """Gets the generic_command_template_id of this CreateCommandTemplateModel. # noqa: E501 - - - :return: The generic_command_template_id of this CreateCommandTemplateModel. # noqa: E501 - :rtype: int - """ - return self._generic_command_template_id - - @generic_command_template_id.setter - def generic_command_template_id(self, generic_command_template_id): - """Sets the generic_command_template_id of this CreateCommandTemplateModel. - - - :param generic_command_template_id: The generic_command_template_id of this CreateCommandTemplateModel. # noqa: E501 - :type: int - """ - - self._generic_command_template_id = generic_command_template_id - @property def name(self): """Gets the name of this CreateCommandTemplateModel. # noqa: E501 @@ -140,27 +124,6 @@ def name(self, name): self._name = name - @property - def project_id(self): - """Gets the project_id of this CreateCommandTemplateModel. # noqa: E501 - - - :return: The project_id of this CreateCommandTemplateModel. # noqa: E501 - :rtype: int - """ - return self._project_id - - @project_id.setter - def project_id(self, project_id): - """Sets the project_id of this CreateCommandTemplateModel. - - - :param project_id: The project_id of this CreateCommandTemplateModel. # noqa: E501 - :type: int - """ - - self._project_id = project_id - @property def description(self): """Gets the description of this CreateCommandTemplateModel. # noqa: E501 @@ -183,25 +146,25 @@ def description(self, description): self._description = description @property - def code(self): - """Gets the code of this CreateCommandTemplateModel. # noqa: E501 + def extended_allocation_command(self): + """Gets the extended_allocation_command of this CreateCommandTemplateModel. # noqa: E501 - :return: The code of this CreateCommandTemplateModel. # noqa: E501 + :return: The extended_allocation_command of this CreateCommandTemplateModel. # noqa: E501 :rtype: str """ - return self._code + return self._extended_allocation_command - @code.setter - def code(self, code): - """Sets the code of this CreateCommandTemplateModel. + @extended_allocation_command.setter + def extended_allocation_command(self, extended_allocation_command): + """Sets the extended_allocation_command of this CreateCommandTemplateModel. - :param code: The code of this CreateCommandTemplateModel. # noqa: E501 + :param extended_allocation_command: The extended_allocation_command of this CreateCommandTemplateModel. # noqa: E501 :type: str """ - self._code = code + self._extended_allocation_command = extended_allocation_command @property def executable_file(self): @@ -245,6 +208,69 @@ def preparation_script(self, preparation_script): self._preparation_script = preparation_script + @property + def cluster_node_type_id(self): + """Gets the cluster_node_type_id of this CreateCommandTemplateModel. # noqa: E501 + + + :return: The cluster_node_type_id of this CreateCommandTemplateModel. # noqa: E501 + :rtype: int + """ + return self._cluster_node_type_id + + @cluster_node_type_id.setter + def cluster_node_type_id(self, cluster_node_type_id): + """Sets the cluster_node_type_id of this CreateCommandTemplateModel. + + + :param cluster_node_type_id: The cluster_node_type_id of this CreateCommandTemplateModel. # noqa: E501 + :type: int + """ + + self._cluster_node_type_id = cluster_node_type_id + + @property + def project_id(self): + """Gets the project_id of this CreateCommandTemplateModel. # noqa: E501 + + + :return: The project_id of this CreateCommandTemplateModel. # noqa: E501 + :rtype: int + """ + return self._project_id + + @project_id.setter + def project_id(self, project_id): + """Sets the project_id of this CreateCommandTemplateModel. + + + :param project_id: The project_id of this CreateCommandTemplateModel. # noqa: E501 + :type: int + """ + + self._project_id = project_id + + @property + def template_parameters(self): + """Gets the template_parameters of this CreateCommandTemplateModel. # noqa: E501 + + + :return: The template_parameters of this CreateCommandTemplateModel. # noqa: E501 + :rtype: list[CreateCommandInnerTemplateParameterModel] + """ + return self._template_parameters + + @template_parameters.setter + def template_parameters(self, template_parameters): + """Sets the template_parameters of this CreateCommandTemplateModel. + + + :param template_parameters: The template_parameters of this CreateCommandTemplateModel. # noqa: E501 + :type: list[CreateCommandInnerTemplateParameterModel] + """ + + self._template_parameters = template_parameters + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/heappeac_v4/models/create_command_template_parameter_model.py b/heappeac_v4/models/create_command_template_parameter_model.py new file mode 100644 index 0000000..3de6c72 --- /dev/null +++ b/heappeac_v4/models/create_command_template_parameter_model.py @@ -0,0 +1,214 @@ +# coding: utf-8 + +""" + HEAppE Web API + + HEAppE middleware API v4.2.1 # noqa: E501 + + OpenAPI spec version: v4.2.1 + Contact: support.heappe@it4i.cz + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + +import pprint +import re # noqa: F401 + +import six + +class CreateCommandTemplateParameterModel(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'session_code': 'str', + 'identifier': 'str', + 'query': 'str', + 'description': 'str', + 'command_template_id': 'int' + } + + attribute_map = { + 'session_code': 'SessionCode', + 'identifier': 'Identifier', + 'query': 'Query', + 'description': 'Description', + 'command_template_id': 'CommandTemplateId' + } + + def __init__(self, session_code=None, identifier=None, query=None, description=None, command_template_id=None): # noqa: E501 + """CreateCommandTemplateParameterModel - a model defined in Swagger""" # noqa: E501 + self._session_code = None + self._identifier = None + self._query = None + self._description = None + self._command_template_id = None + self.discriminator = None + if session_code is not None: + self.session_code = session_code + if identifier is not None: + self.identifier = identifier + if query is not None: + self.query = query + if description is not None: + self.description = description + if command_template_id is not None: + self.command_template_id = command_template_id + + @property + def session_code(self): + """Gets the session_code of this CreateCommandTemplateParameterModel. # noqa: E501 + + + :return: The session_code of this CreateCommandTemplateParameterModel. # noqa: E501 + :rtype: str + """ + return self._session_code + + @session_code.setter + def session_code(self, session_code): + """Sets the session_code of this CreateCommandTemplateParameterModel. + + + :param session_code: The session_code of this CreateCommandTemplateParameterModel. # noqa: E501 + :type: str + """ + + self._session_code = session_code + + @property + def identifier(self): + """Gets the identifier of this CreateCommandTemplateParameterModel. # noqa: E501 + + + :return: The identifier of this CreateCommandTemplateParameterModel. # noqa: E501 + :rtype: str + """ + return self._identifier + + @identifier.setter + def identifier(self, identifier): + """Sets the identifier of this CreateCommandTemplateParameterModel. + + + :param identifier: The identifier of this CreateCommandTemplateParameterModel. # noqa: E501 + :type: str + """ + + self._identifier = identifier + + @property + def query(self): + """Gets the query of this CreateCommandTemplateParameterModel. # noqa: E501 + + + :return: The query of this CreateCommandTemplateParameterModel. # noqa: E501 + :rtype: str + """ + return self._query + + @query.setter + def query(self, query): + """Sets the query of this CreateCommandTemplateParameterModel. + + + :param query: The query of this CreateCommandTemplateParameterModel. # noqa: E501 + :type: str + """ + + self._query = query + + @property + def description(self): + """Gets the description of this CreateCommandTemplateParameterModel. # noqa: E501 + + + :return: The description of this CreateCommandTemplateParameterModel. # noqa: E501 + :rtype: str + """ + return self._description + + @description.setter + def description(self, description): + """Sets the description of this CreateCommandTemplateParameterModel. + + + :param description: The description of this CreateCommandTemplateParameterModel. # noqa: E501 + :type: str + """ + + self._description = description + + @property + def command_template_id(self): + """Gets the command_template_id of this CreateCommandTemplateParameterModel. # noqa: E501 + + + :return: The command_template_id of this CreateCommandTemplateParameterModel. # noqa: E501 + :rtype: int + """ + return self._command_template_id + + @command_template_id.setter + def command_template_id(self, command_template_id): + """Sets the command_template_id of this CreateCommandTemplateParameterModel. + + + :param command_template_id: The command_template_id of this CreateCommandTemplateParameterModel. # noqa: E501 + :type: int + """ + + self._command_template_id = command_template_id + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(CreateCommandTemplateParameterModel, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, CreateCommandTemplateParameterModel): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/heappeac_v4/models/create_job_by_project_model.py b/heappeac_v4/models/create_job_by_project_model.py index cb16c31..55655fb 100644 --- a/heappeac_v4/models/create_job_by_project_model.py +++ b/heappeac_v4/models/create_job_by_project_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/create_project_assignment_to_cluster_model.py b/heappeac_v4/models/create_project_assignment_to_cluster_model.py index 1a95762..1f49206 100644 --- a/heappeac_v4/models/create_project_assignment_to_cluster_model.py +++ b/heappeac_v4/models/create_project_assignment_to_cluster_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/create_project_model.py b/heappeac_v4/models/create_project_model.py index 3812ec3..c7dcb68 100644 --- a/heappeac_v4/models/create_project_model.py +++ b/heappeac_v4/models/create_project_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/create_secure_shell_key_model.py b/heappeac_v4/models/create_secure_shell_key_model.py index 9271ad8..39b2a62 100644 --- a/heappeac_v4/models/create_secure_shell_key_model.py +++ b/heappeac_v4/models/create_secure_shell_key_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/create_secure_shell_key_model_obsolete.py b/heappeac_v4/models/create_secure_shell_key_model_obsolete.py index f37dd8b..0a61e4e 100644 --- a/heappeac_v4/models/create_secure_shell_key_model_obsolete.py +++ b/heappeac_v4/models/create_secure_shell_key_model_obsolete.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/data_transfer_method_ext.py b/heappeac_v4/models/data_transfer_method_ext.py index 615d4e6..64b0a20 100644 --- a/heappeac_v4/models/data_transfer_method_ext.py +++ b/heappeac_v4/models/data_transfer_method_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/delete_job_model.py b/heappeac_v4/models/delete_job_model.py index c6e5efa..2b1dc5f 100644 --- a/heappeac_v4/models/delete_job_model.py +++ b/heappeac_v4/models/delete_job_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/deployment_type_ext.py b/heappeac_v4/models/deployment_type_ext.py index 8f4900c..51033e1 100644 --- a/heappeac_v4/models/deployment_type_ext.py +++ b/heappeac_v4/models/deployment_type_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/digital_signature_credentials_ext.py b/heappeac_v4/models/digital_signature_credentials_ext.py index cbb1418..a2bd23a 100644 --- a/heappeac_v4/models/digital_signature_credentials_ext.py +++ b/heappeac_v4/models/digital_signature_credentials_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/download_file_from_cluster_model.py b/heappeac_v4/models/download_file_from_cluster_model.py index b8eec55..c3edbed 100644 --- a/heappeac_v4/models/download_file_from_cluster_model.py +++ b/heappeac_v4/models/download_file_from_cluster_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/download_parts_of_job_files_from_cluster_model.py b/heappeac_v4/models/download_parts_of_job_files_from_cluster_model.py index b467943..9d5a305 100644 --- a/heappeac_v4/models/download_parts_of_job_files_from_cluster_model.py +++ b/heappeac_v4/models/download_parts_of_job_files_from_cluster_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/end_data_transfer_model.py b/heappeac_v4/models/end_data_transfer_model.py index 6428231..9521ba9 100644 --- a/heappeac_v4/models/end_data_transfer_model.py +++ b/heappeac_v4/models/end_data_transfer_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/end_file_transfer_model.py b/heappeac_v4/models/end_file_transfer_model.py index a5ee6d9..deffcfb 100644 --- a/heappeac_v4/models/end_file_transfer_model.py +++ b/heappeac_v4/models/end_file_transfer_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/environment_variable_ext.py b/heappeac_v4/models/environment_variable_ext.py index 1358e11..351d738 100644 --- a/heappeac_v4/models/environment_variable_ext.py +++ b/heappeac_v4/models/environment_variable_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/extended_command_template_ext.py b/heappeac_v4/models/extended_command_template_ext.py new file mode 100644 index 0000000..3ba2081 --- /dev/null +++ b/heappeac_v4/models/extended_command_template_ext.py @@ -0,0 +1,370 @@ +# coding: utf-8 + +""" + HEAppE Web API + + HEAppE middleware API v4.2.1 # noqa: E501 + + OpenAPI spec version: v4.2.1 + Contact: support.heappe@it4i.cz + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + +import pprint +import re # noqa: F401 + +import six + +class ExtendedCommandTemplateExt(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'id': 'int', + 'name': 'str', + 'description': 'str', + 'extended_allocation_command': 'str', + 'executable_file': 'str', + 'preparation_script': 'str', + 'command_parameters': 'str', + 'is_generic': 'bool', + 'project_id': 'int', + 'cluster_node_type_id': 'int', + 'template_parameters': 'list[ExtendedCommandTemplateParameterExt]' + } + + attribute_map = { + 'id': 'Id', + 'name': 'Name', + 'description': 'Description', + 'extended_allocation_command': 'ExtendedAllocationCommand', + 'executable_file': 'ExecutableFile', + 'preparation_script': 'PreparationScript', + 'command_parameters': 'CommandParameters', + 'is_generic': 'IsGeneric', + 'project_id': 'ProjectId', + 'cluster_node_type_id': 'ClusterNodeTypeId', + 'template_parameters': 'TemplateParameters' + } + + def __init__(self, id=None, name=None, description=None, extended_allocation_command=None, executable_file=None, preparation_script=None, command_parameters=None, is_generic=None, project_id=None, cluster_node_type_id=None, template_parameters=None): # noqa: E501 + """ExtendedCommandTemplateExt - a model defined in Swagger""" # noqa: E501 + self._id = None + self._name = None + self._description = None + self._extended_allocation_command = None + self._executable_file = None + self._preparation_script = None + self._command_parameters = None + self._is_generic = None + self._project_id = None + self._cluster_node_type_id = None + self._template_parameters = None + self.discriminator = None + if id is not None: + self.id = id + if name is not None: + self.name = name + if description is not None: + self.description = description + if extended_allocation_command is not None: + self.extended_allocation_command = extended_allocation_command + if executable_file is not None: + self.executable_file = executable_file + if preparation_script is not None: + self.preparation_script = preparation_script + if command_parameters is not None: + self.command_parameters = command_parameters + if is_generic is not None: + self.is_generic = is_generic + if project_id is not None: + self.project_id = project_id + if cluster_node_type_id is not None: + self.cluster_node_type_id = cluster_node_type_id + if template_parameters is not None: + self.template_parameters = template_parameters + + @property + def id(self): + """Gets the id of this ExtendedCommandTemplateExt. # noqa: E501 + + + :return: The id of this ExtendedCommandTemplateExt. # noqa: E501 + :rtype: int + """ + return self._id + + @id.setter + def id(self, id): + """Sets the id of this ExtendedCommandTemplateExt. + + + :param id: The id of this ExtendedCommandTemplateExt. # noqa: E501 + :type: int + """ + + self._id = id + + @property + def name(self): + """Gets the name of this ExtendedCommandTemplateExt. # noqa: E501 + + + :return: The name of this ExtendedCommandTemplateExt. # noqa: E501 + :rtype: str + """ + return self._name + + @name.setter + def name(self, name): + """Sets the name of this ExtendedCommandTemplateExt. + + + :param name: The name of this ExtendedCommandTemplateExt. # noqa: E501 + :type: str + """ + + self._name = name + + @property + def description(self): + """Gets the description of this ExtendedCommandTemplateExt. # noqa: E501 + + + :return: The description of this ExtendedCommandTemplateExt. # noqa: E501 + :rtype: str + """ + return self._description + + @description.setter + def description(self, description): + """Sets the description of this ExtendedCommandTemplateExt. + + + :param description: The description of this ExtendedCommandTemplateExt. # noqa: E501 + :type: str + """ + + self._description = description + + @property + def extended_allocation_command(self): + """Gets the extended_allocation_command of this ExtendedCommandTemplateExt. # noqa: E501 + + + :return: The extended_allocation_command of this ExtendedCommandTemplateExt. # noqa: E501 + :rtype: str + """ + return self._extended_allocation_command + + @extended_allocation_command.setter + def extended_allocation_command(self, extended_allocation_command): + """Sets the extended_allocation_command of this ExtendedCommandTemplateExt. + + + :param extended_allocation_command: The extended_allocation_command of this ExtendedCommandTemplateExt. # noqa: E501 + :type: str + """ + + self._extended_allocation_command = extended_allocation_command + + @property + def executable_file(self): + """Gets the executable_file of this ExtendedCommandTemplateExt. # noqa: E501 + + + :return: The executable_file of this ExtendedCommandTemplateExt. # noqa: E501 + :rtype: str + """ + return self._executable_file + + @executable_file.setter + def executable_file(self, executable_file): + """Sets the executable_file of this ExtendedCommandTemplateExt. + + + :param executable_file: The executable_file of this ExtendedCommandTemplateExt. # noqa: E501 + :type: str + """ + + self._executable_file = executable_file + + @property + def preparation_script(self): + """Gets the preparation_script of this ExtendedCommandTemplateExt. # noqa: E501 + + + :return: The preparation_script of this ExtendedCommandTemplateExt. # noqa: E501 + :rtype: str + """ + return self._preparation_script + + @preparation_script.setter + def preparation_script(self, preparation_script): + """Sets the preparation_script of this ExtendedCommandTemplateExt. + + + :param preparation_script: The preparation_script of this ExtendedCommandTemplateExt. # noqa: E501 + :type: str + """ + + self._preparation_script = preparation_script + + @property + def command_parameters(self): + """Gets the command_parameters of this ExtendedCommandTemplateExt. # noqa: E501 + + + :return: The command_parameters of this ExtendedCommandTemplateExt. # noqa: E501 + :rtype: str + """ + return self._command_parameters + + @command_parameters.setter + def command_parameters(self, command_parameters): + """Sets the command_parameters of this ExtendedCommandTemplateExt. + + + :param command_parameters: The command_parameters of this ExtendedCommandTemplateExt. # noqa: E501 + :type: str + """ + + self._command_parameters = command_parameters + + @property + def is_generic(self): + """Gets the is_generic of this ExtendedCommandTemplateExt. # noqa: E501 + + + :return: The is_generic of this ExtendedCommandTemplateExt. # noqa: E501 + :rtype: bool + """ + return self._is_generic + + @is_generic.setter + def is_generic(self, is_generic): + """Sets the is_generic of this ExtendedCommandTemplateExt. + + + :param is_generic: The is_generic of this ExtendedCommandTemplateExt. # noqa: E501 + :type: bool + """ + + self._is_generic = is_generic + + @property + def project_id(self): + """Gets the project_id of this ExtendedCommandTemplateExt. # noqa: E501 + + + :return: The project_id of this ExtendedCommandTemplateExt. # noqa: E501 + :rtype: int + """ + return self._project_id + + @project_id.setter + def project_id(self, project_id): + """Sets the project_id of this ExtendedCommandTemplateExt. + + + :param project_id: The project_id of this ExtendedCommandTemplateExt. # noqa: E501 + :type: int + """ + + self._project_id = project_id + + @property + def cluster_node_type_id(self): + """Gets the cluster_node_type_id of this ExtendedCommandTemplateExt. # noqa: E501 + + + :return: The cluster_node_type_id of this ExtendedCommandTemplateExt. # noqa: E501 + :rtype: int + """ + return self._cluster_node_type_id + + @cluster_node_type_id.setter + def cluster_node_type_id(self, cluster_node_type_id): + """Sets the cluster_node_type_id of this ExtendedCommandTemplateExt. + + + :param cluster_node_type_id: The cluster_node_type_id of this ExtendedCommandTemplateExt. # noqa: E501 + :type: int + """ + + self._cluster_node_type_id = cluster_node_type_id + + @property + def template_parameters(self): + """Gets the template_parameters of this ExtendedCommandTemplateExt. # noqa: E501 + + + :return: The template_parameters of this ExtendedCommandTemplateExt. # noqa: E501 + :rtype: list[ExtendedCommandTemplateParameterExt] + """ + return self._template_parameters + + @template_parameters.setter + def template_parameters(self, template_parameters): + """Sets the template_parameters of this ExtendedCommandTemplateExt. + + + :param template_parameters: The template_parameters of this ExtendedCommandTemplateExt. # noqa: E501 + :type: list[ExtendedCommandTemplateParameterExt] + """ + + self._template_parameters = template_parameters + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(ExtendedCommandTemplateExt, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, ExtendedCommandTemplateExt): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/heappeac_v4/models/extended_command_template_parameter_ext.py b/heappeac_v4/models/extended_command_template_parameter_ext.py new file mode 100644 index 0000000..7178e27 --- /dev/null +++ b/heappeac_v4/models/extended_command_template_parameter_ext.py @@ -0,0 +1,188 @@ +# coding: utf-8 + +""" + HEAppE Web API + + HEAppE middleware API v4.2.1 # noqa: E501 + + OpenAPI spec version: v4.2.1 + Contact: support.heappe@it4i.cz + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + +import pprint +import re # noqa: F401 + +import six + +class ExtendedCommandTemplateParameterExt(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'id': 'int', + 'identifier': 'str', + 'description': 'str', + 'query': 'str' + } + + attribute_map = { + 'id': 'Id', + 'identifier': 'Identifier', + 'description': 'Description', + 'query': 'Query' + } + + def __init__(self, id=None, identifier=None, description=None, query=None): # noqa: E501 + """ExtendedCommandTemplateParameterExt - a model defined in Swagger""" # noqa: E501 + self._id = None + self._identifier = None + self._description = None + self._query = None + self.discriminator = None + if id is not None: + self.id = id + if identifier is not None: + self.identifier = identifier + if description is not None: + self.description = description + if query is not None: + self.query = query + + @property + def id(self): + """Gets the id of this ExtendedCommandTemplateParameterExt. # noqa: E501 + + + :return: The id of this ExtendedCommandTemplateParameterExt. # noqa: E501 + :rtype: int + """ + return self._id + + @id.setter + def id(self, id): + """Sets the id of this ExtendedCommandTemplateParameterExt. + + + :param id: The id of this ExtendedCommandTemplateParameterExt. # noqa: E501 + :type: int + """ + + self._id = id + + @property + def identifier(self): + """Gets the identifier of this ExtendedCommandTemplateParameterExt. # noqa: E501 + + + :return: The identifier of this ExtendedCommandTemplateParameterExt. # noqa: E501 + :rtype: str + """ + return self._identifier + + @identifier.setter + def identifier(self, identifier): + """Sets the identifier of this ExtendedCommandTemplateParameterExt. + + + :param identifier: The identifier of this ExtendedCommandTemplateParameterExt. # noqa: E501 + :type: str + """ + + self._identifier = identifier + + @property + def description(self): + """Gets the description of this ExtendedCommandTemplateParameterExt. # noqa: E501 + + + :return: The description of this ExtendedCommandTemplateParameterExt. # noqa: E501 + :rtype: str + """ + return self._description + + @description.setter + def description(self, description): + """Sets the description of this ExtendedCommandTemplateParameterExt. + + + :param description: The description of this ExtendedCommandTemplateParameterExt. # noqa: E501 + :type: str + """ + + self._description = description + + @property + def query(self): + """Gets the query of this ExtendedCommandTemplateParameterExt. # noqa: E501 + + + :return: The query of this ExtendedCommandTemplateParameterExt. # noqa: E501 + :rtype: str + """ + return self._query + + @query.setter + def query(self, query): + """Sets the query of this ExtendedCommandTemplateParameterExt. + + + :param query: The query of this ExtendedCommandTemplateParameterExt. # noqa: E501 + :type: str + """ + + self._query = query + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(ExtendedCommandTemplateParameterExt, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, ExtendedCommandTemplateParameterExt): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/heappeac_v4/models/extended_project_info_ext.py b/heappeac_v4/models/extended_project_info_ext.py index 58ffdfa..84a6d4e 100644 --- a/heappeac_v4/models/extended_project_info_ext.py +++ b/heappeac_v4/models/extended_project_info_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/file_information_ext.py b/heappeac_v4/models/file_information_ext.py index ae0d38f..e532cd3 100644 --- a/heappeac_v4/models/file_information_ext.py +++ b/heappeac_v4/models/file_information_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/file_transfer_cipher_type.py b/heappeac_v4/models/file_transfer_cipher_type.py index 7fd571f..3ef71de 100644 --- a/heappeac_v4/models/file_transfer_cipher_type.py +++ b/heappeac_v4/models/file_transfer_cipher_type.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/file_transfer_cipher_type_ext.py b/heappeac_v4/models/file_transfer_cipher_type_ext.py index 8179572..877f0c2 100644 --- a/heappeac_v4/models/file_transfer_cipher_type_ext.py +++ b/heappeac_v4/models/file_transfer_cipher_type_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/file_transfer_key_credentials_ext.py b/heappeac_v4/models/file_transfer_key_credentials_ext.py index 54c25e7..41760e3 100644 --- a/heappeac_v4/models/file_transfer_key_credentials_ext.py +++ b/heappeac_v4/models/file_transfer_key_credentials_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/file_transfer_method.py b/heappeac_v4/models/file_transfer_method.py index 9294453..91a843e 100644 --- a/heappeac_v4/models/file_transfer_method.py +++ b/heappeac_v4/models/file_transfer_method.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/file_transfer_method_ext.py b/heappeac_v4/models/file_transfer_method_ext.py index 11aea87..d7cb5b3 100644 --- a/heappeac_v4/models/file_transfer_method_ext.py +++ b/heappeac_v4/models/file_transfer_method_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/file_transfer_protocol.py b/heappeac_v4/models/file_transfer_protocol.py index 9145ff2..4734c42 100644 --- a/heappeac_v4/models/file_transfer_protocol.py +++ b/heappeac_v4/models/file_transfer_protocol.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/file_transfer_protocol_ext.py b/heappeac_v4/models/file_transfer_protocol_ext.py index aaea043..a4b17ce 100644 --- a/heappeac_v4/models/file_transfer_protocol_ext.py +++ b/heappeac_v4/models/file_transfer_protocol_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/get_command_template_parameters_name_model.py b/heappeac_v4/models/get_command_template_parameters_name_model.py index 4d24ac8..70ab74d 100644 --- a/heappeac_v4/models/get_command_template_parameters_name_model.py +++ b/heappeac_v4/models/get_command_template_parameters_name_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/get_data_transfer_method_model.py b/heappeac_v4/models/get_data_transfer_method_model.py index 77c1990..2f9451b 100644 --- a/heappeac_v4/models/get_data_transfer_method_model.py +++ b/heappeac_v4/models/get_data_transfer_method_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/get_file_transfer_method_model.py b/heappeac_v4/models/get_file_transfer_method_model.py index 1224057..4d2cd36 100644 --- a/heappeac_v4/models/get_file_transfer_method_model.py +++ b/heappeac_v4/models/get_file_transfer_method_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/http_get_to_job_node_model.py b/heappeac_v4/models/http_get_to_job_node_model.py index 9f319f5..8fe58ca 100644 --- a/heappeac_v4/models/http_get_to_job_node_model.py +++ b/heappeac_v4/models/http_get_to_job_node_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/http_header_ext.py b/heappeac_v4/models/http_header_ext.py index c367810..e574fab 100644 --- a/heappeac_v4/models/http_header_ext.py +++ b/heappeac_v4/models/http_header_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/http_post_to_job_node_model.py b/heappeac_v4/models/http_post_to_job_node_model.py index 97e3f73..baf7093 100644 --- a/heappeac_v4/models/http_post_to_job_node_model.py +++ b/heappeac_v4/models/http_post_to_job_node_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/initialize_cluster_script_directory_model.py b/heappeac_v4/models/initialize_cluster_script_directory_model.py index 0101d0e..0712744 100644 --- a/heappeac_v4/models/initialize_cluster_script_directory_model.py +++ b/heappeac_v4/models/initialize_cluster_script_directory_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/instance_information_ext.py b/heappeac_v4/models/instance_information_ext.py index ff97cbe..eb269d5 100644 --- a/heappeac_v4/models/instance_information_ext.py +++ b/heappeac_v4/models/instance_information_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/job_detailed_report_ext.py b/heappeac_v4/models/job_detailed_report_ext.py index 2d1e119..ea30404 100644 --- a/heappeac_v4/models/job_detailed_report_ext.py +++ b/heappeac_v4/models/job_detailed_report_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/job_file_content_ext.py b/heappeac_v4/models/job_file_content_ext.py index 6c0823c..d44e404 100644 --- a/heappeac_v4/models/job_file_content_ext.py +++ b/heappeac_v4/models/job_file_content_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/job_report_ext.py b/heappeac_v4/models/job_report_ext.py index 01c3b47..b07ed1b 100644 --- a/heappeac_v4/models/job_report_ext.py +++ b/heappeac_v4/models/job_report_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/job_specification_ext.py b/heappeac_v4/models/job_specification_ext.py index 64b9599..1d046f1 100644 --- a/heappeac_v4/models/job_specification_ext.py +++ b/heappeac_v4/models/job_specification_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/job_state_aggregation_report_ext.py b/heappeac_v4/models/job_state_aggregation_report_ext.py index cf7b33b..7356a5a 100644 --- a/heappeac_v4/models/job_state_aggregation_report_ext.py +++ b/heappeac_v4/models/job_state_aggregation_report_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/job_state_ext.py b/heappeac_v4/models/job_state_ext.py index 6ca5eeb..32c85b7 100644 --- a/heappeac_v4/models/job_state_ext.py +++ b/heappeac_v4/models/job_state_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/lexis_credentials_ext.py b/heappeac_v4/models/lexis_credentials_ext.py index 5c6dd5f..4ce2829 100644 --- a/heappeac_v4/models/lexis_credentials_ext.py +++ b/heappeac_v4/models/lexis_credentials_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/modify_command_template_from_generic_model.py b/heappeac_v4/models/modify_command_template_from_generic_model.py new file mode 100644 index 0000000..a800c1d --- /dev/null +++ b/heappeac_v4/models/modify_command_template_from_generic_model.py @@ -0,0 +1,292 @@ +# coding: utf-8 + +""" + HEAppE Web API + + HEAppE middleware API v4.2.1 # noqa: E501 + + OpenAPI spec version: v4.2.1 + Contact: support.heappe@it4i.cz + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + +import pprint +import re # noqa: F401 + +import six + +class ModifyCommandTemplateFromGenericModel(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'session_code': 'str', + 'command_template_id': 'int', + 'name': 'str', + 'project_id': 'int', + 'description': 'str', + 'extended_allocation_command': 'str', + 'executable_file': 'str', + 'preparation_script': 'str' + } + + attribute_map = { + 'session_code': 'SessionCode', + 'command_template_id': 'CommandTemplateId', + 'name': 'Name', + 'project_id': 'ProjectId', + 'description': 'Description', + 'extended_allocation_command': 'ExtendedAllocationCommand', + 'executable_file': 'ExecutableFile', + 'preparation_script': 'PreparationScript' + } + + def __init__(self, session_code=None, command_template_id=None, name=None, project_id=None, description=None, extended_allocation_command=None, executable_file=None, preparation_script=None): # noqa: E501 + """ModifyCommandTemplateFromGenericModel - a model defined in Swagger""" # noqa: E501 + self._session_code = None + self._command_template_id = None + self._name = None + self._project_id = None + self._description = None + self._extended_allocation_command = None + self._executable_file = None + self._preparation_script = None + self.discriminator = None + if session_code is not None: + self.session_code = session_code + if command_template_id is not None: + self.command_template_id = command_template_id + if name is not None: + self.name = name + if project_id is not None: + self.project_id = project_id + if description is not None: + self.description = description + if extended_allocation_command is not None: + self.extended_allocation_command = extended_allocation_command + if executable_file is not None: + self.executable_file = executable_file + if preparation_script is not None: + self.preparation_script = preparation_script + + @property + def session_code(self): + """Gets the session_code of this ModifyCommandTemplateFromGenericModel. # noqa: E501 + + + :return: The session_code of this ModifyCommandTemplateFromGenericModel. # noqa: E501 + :rtype: str + """ + return self._session_code + + @session_code.setter + def session_code(self, session_code): + """Sets the session_code of this ModifyCommandTemplateFromGenericModel. + + + :param session_code: The session_code of this ModifyCommandTemplateFromGenericModel. # noqa: E501 + :type: str + """ + + self._session_code = session_code + + @property + def command_template_id(self): + """Gets the command_template_id of this ModifyCommandTemplateFromGenericModel. # noqa: E501 + + + :return: The command_template_id of this ModifyCommandTemplateFromGenericModel. # noqa: E501 + :rtype: int + """ + return self._command_template_id + + @command_template_id.setter + def command_template_id(self, command_template_id): + """Sets the command_template_id of this ModifyCommandTemplateFromGenericModel. + + + :param command_template_id: The command_template_id of this ModifyCommandTemplateFromGenericModel. # noqa: E501 + :type: int + """ + + self._command_template_id = command_template_id + + @property + def name(self): + """Gets the name of this ModifyCommandTemplateFromGenericModel. # noqa: E501 + + + :return: The name of this ModifyCommandTemplateFromGenericModel. # noqa: E501 + :rtype: str + """ + return self._name + + @name.setter + def name(self, name): + """Sets the name of this ModifyCommandTemplateFromGenericModel. + + + :param name: The name of this ModifyCommandTemplateFromGenericModel. # noqa: E501 + :type: str + """ + + self._name = name + + @property + def project_id(self): + """Gets the project_id of this ModifyCommandTemplateFromGenericModel. # noqa: E501 + + + :return: The project_id of this ModifyCommandTemplateFromGenericModel. # noqa: E501 + :rtype: int + """ + return self._project_id + + @project_id.setter + def project_id(self, project_id): + """Sets the project_id of this ModifyCommandTemplateFromGenericModel. + + + :param project_id: The project_id of this ModifyCommandTemplateFromGenericModel. # noqa: E501 + :type: int + """ + + self._project_id = project_id + + @property + def description(self): + """Gets the description of this ModifyCommandTemplateFromGenericModel. # noqa: E501 + + + :return: The description of this ModifyCommandTemplateFromGenericModel. # noqa: E501 + :rtype: str + """ + return self._description + + @description.setter + def description(self, description): + """Sets the description of this ModifyCommandTemplateFromGenericModel. + + + :param description: The description of this ModifyCommandTemplateFromGenericModel. # noqa: E501 + :type: str + """ + + self._description = description + + @property + def extended_allocation_command(self): + """Gets the extended_allocation_command of this ModifyCommandTemplateFromGenericModel. # noqa: E501 + + + :return: The extended_allocation_command of this ModifyCommandTemplateFromGenericModel. # noqa: E501 + :rtype: str + """ + return self._extended_allocation_command + + @extended_allocation_command.setter + def extended_allocation_command(self, extended_allocation_command): + """Sets the extended_allocation_command of this ModifyCommandTemplateFromGenericModel. + + + :param extended_allocation_command: The extended_allocation_command of this ModifyCommandTemplateFromGenericModel. # noqa: E501 + :type: str + """ + + self._extended_allocation_command = extended_allocation_command + + @property + def executable_file(self): + """Gets the executable_file of this ModifyCommandTemplateFromGenericModel. # noqa: E501 + + + :return: The executable_file of this ModifyCommandTemplateFromGenericModel. # noqa: E501 + :rtype: str + """ + return self._executable_file + + @executable_file.setter + def executable_file(self, executable_file): + """Sets the executable_file of this ModifyCommandTemplateFromGenericModel. + + + :param executable_file: The executable_file of this ModifyCommandTemplateFromGenericModel. # noqa: E501 + :type: str + """ + + self._executable_file = executable_file + + @property + def preparation_script(self): + """Gets the preparation_script of this ModifyCommandTemplateFromGenericModel. # noqa: E501 + + + :return: The preparation_script of this ModifyCommandTemplateFromGenericModel. # noqa: E501 + :rtype: str + """ + return self._preparation_script + + @preparation_script.setter + def preparation_script(self, preparation_script): + """Sets the preparation_script of this ModifyCommandTemplateFromGenericModel. + + + :param preparation_script: The preparation_script of this ModifyCommandTemplateFromGenericModel. # noqa: E501 + :type: str + """ + + self._preparation_script = preparation_script + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(ModifyCommandTemplateFromGenericModel, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, ModifyCommandTemplateFromGenericModel): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/heappeac_v4/models/modify_command_template_model.py b/heappeac_v4/models/modify_command_template_model.py index b0dcd3e..29dd76f 100644 --- a/heappeac_v4/models/modify_command_template_model.py +++ b/heappeac_v4/models/modify_command_template_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -29,53 +29,53 @@ class ModifyCommandTemplateModel(object): """ swagger_types = { 'session_code': 'str', - 'command_template_id': 'int', + 'id': 'int', 'name': 'str', - 'project_id': 'int', 'description': 'str', - 'code': 'str', + 'extended_allocation_command': 'str', 'executable_file': 'str', - 'preparation_script': 'str' + 'preparation_script': 'str', + 'cluster_node_type_id': 'int' } attribute_map = { 'session_code': 'SessionCode', - 'command_template_id': 'CommandTemplateId', + 'id': 'Id', 'name': 'Name', - 'project_id': 'ProjectId', 'description': 'Description', - 'code': 'Code', + 'extended_allocation_command': 'ExtendedAllocationCommand', 'executable_file': 'ExecutableFile', - 'preparation_script': 'PreparationScript' + 'preparation_script': 'PreparationScript', + 'cluster_node_type_id': 'ClusterNodeTypeId' } - def __init__(self, session_code=None, command_template_id=None, name=None, project_id=None, description=None, code=None, executable_file=None, preparation_script=None): # noqa: E501 + def __init__(self, session_code=None, id=None, name=None, description=None, extended_allocation_command=None, executable_file=None, preparation_script=None, cluster_node_type_id=None): # noqa: E501 """ModifyCommandTemplateModel - a model defined in Swagger""" # noqa: E501 self._session_code = None - self._command_template_id = None + self._id = None self._name = None - self._project_id = None self._description = None - self._code = None + self._extended_allocation_command = None self._executable_file = None self._preparation_script = None + self._cluster_node_type_id = None self.discriminator = None if session_code is not None: self.session_code = session_code - if command_template_id is not None: - self.command_template_id = command_template_id + if id is not None: + self.id = id if name is not None: self.name = name - if project_id is not None: - self.project_id = project_id if description is not None: self.description = description - if code is not None: - self.code = code + if extended_allocation_command is not None: + self.extended_allocation_command = extended_allocation_command if executable_file is not None: self.executable_file = executable_file if preparation_script is not None: self.preparation_script = preparation_script + if cluster_node_type_id is not None: + self.cluster_node_type_id = cluster_node_type_id @property def session_code(self): @@ -99,25 +99,25 @@ def session_code(self, session_code): self._session_code = session_code @property - def command_template_id(self): - """Gets the command_template_id of this ModifyCommandTemplateModel. # noqa: E501 + def id(self): + """Gets the id of this ModifyCommandTemplateModel. # noqa: E501 - :return: The command_template_id of this ModifyCommandTemplateModel. # noqa: E501 + :return: The id of this ModifyCommandTemplateModel. # noqa: E501 :rtype: int """ - return self._command_template_id + return self._id - @command_template_id.setter - def command_template_id(self, command_template_id): - """Sets the command_template_id of this ModifyCommandTemplateModel. + @id.setter + def id(self, id): + """Sets the id of this ModifyCommandTemplateModel. - :param command_template_id: The command_template_id of this ModifyCommandTemplateModel. # noqa: E501 + :param id: The id of this ModifyCommandTemplateModel. # noqa: E501 :type: int """ - self._command_template_id = command_template_id + self._id = id @property def name(self): @@ -140,27 +140,6 @@ def name(self, name): self._name = name - @property - def project_id(self): - """Gets the project_id of this ModifyCommandTemplateModel. # noqa: E501 - - - :return: The project_id of this ModifyCommandTemplateModel. # noqa: E501 - :rtype: int - """ - return self._project_id - - @project_id.setter - def project_id(self, project_id): - """Sets the project_id of this ModifyCommandTemplateModel. - - - :param project_id: The project_id of this ModifyCommandTemplateModel. # noqa: E501 - :type: int - """ - - self._project_id = project_id - @property def description(self): """Gets the description of this ModifyCommandTemplateModel. # noqa: E501 @@ -183,25 +162,25 @@ def description(self, description): self._description = description @property - def code(self): - """Gets the code of this ModifyCommandTemplateModel. # noqa: E501 + def extended_allocation_command(self): + """Gets the extended_allocation_command of this ModifyCommandTemplateModel. # noqa: E501 - :return: The code of this ModifyCommandTemplateModel. # noqa: E501 + :return: The extended_allocation_command of this ModifyCommandTemplateModel. # noqa: E501 :rtype: str """ - return self._code + return self._extended_allocation_command - @code.setter - def code(self, code): - """Sets the code of this ModifyCommandTemplateModel. + @extended_allocation_command.setter + def extended_allocation_command(self, extended_allocation_command): + """Sets the extended_allocation_command of this ModifyCommandTemplateModel. - :param code: The code of this ModifyCommandTemplateModel. # noqa: E501 + :param extended_allocation_command: The extended_allocation_command of this ModifyCommandTemplateModel. # noqa: E501 :type: str """ - self._code = code + self._extended_allocation_command = extended_allocation_command @property def executable_file(self): @@ -245,6 +224,27 @@ def preparation_script(self, preparation_script): self._preparation_script = preparation_script + @property + def cluster_node_type_id(self): + """Gets the cluster_node_type_id of this ModifyCommandTemplateModel. # noqa: E501 + + + :return: The cluster_node_type_id of this ModifyCommandTemplateModel. # noqa: E501 + :rtype: int + """ + return self._cluster_node_type_id + + @cluster_node_type_id.setter + def cluster_node_type_id(self, cluster_node_type_id): + """Sets the cluster_node_type_id of this ModifyCommandTemplateModel. + + + :param cluster_node_type_id: The cluster_node_type_id of this ModifyCommandTemplateModel. # noqa: E501 + :type: int + """ + + self._cluster_node_type_id = cluster_node_type_id + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/heappeac_v4/models/modify_command_template_parameter_model.py b/heappeac_v4/models/modify_command_template_parameter_model.py new file mode 100644 index 0000000..f580fcb --- /dev/null +++ b/heappeac_v4/models/modify_command_template_parameter_model.py @@ -0,0 +1,214 @@ +# coding: utf-8 + +""" + HEAppE Web API + + HEAppE middleware API v4.2.1 # noqa: E501 + + OpenAPI spec version: v4.2.1 + Contact: support.heappe@it4i.cz + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + +import pprint +import re # noqa: F401 + +import six + +class ModifyCommandTemplateParameterModel(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'session_code': 'str', + 'id': 'int', + 'identifier': 'str', + 'query': 'str', + 'description': 'str' + } + + attribute_map = { + 'session_code': 'SessionCode', + 'id': 'Id', + 'identifier': 'Identifier', + 'query': 'Query', + 'description': 'Description' + } + + def __init__(self, session_code=None, id=None, identifier=None, query=None, description=None): # noqa: E501 + """ModifyCommandTemplateParameterModel - a model defined in Swagger""" # noqa: E501 + self._session_code = None + self._id = None + self._identifier = None + self._query = None + self._description = None + self.discriminator = None + if session_code is not None: + self.session_code = session_code + if id is not None: + self.id = id + if identifier is not None: + self.identifier = identifier + if query is not None: + self.query = query + if description is not None: + self.description = description + + @property + def session_code(self): + """Gets the session_code of this ModifyCommandTemplateParameterModel. # noqa: E501 + + + :return: The session_code of this ModifyCommandTemplateParameterModel. # noqa: E501 + :rtype: str + """ + return self._session_code + + @session_code.setter + def session_code(self, session_code): + """Sets the session_code of this ModifyCommandTemplateParameterModel. + + + :param session_code: The session_code of this ModifyCommandTemplateParameterModel. # noqa: E501 + :type: str + """ + + self._session_code = session_code + + @property + def id(self): + """Gets the id of this ModifyCommandTemplateParameterModel. # noqa: E501 + + + :return: The id of this ModifyCommandTemplateParameterModel. # noqa: E501 + :rtype: int + """ + return self._id + + @id.setter + def id(self, id): + """Sets the id of this ModifyCommandTemplateParameterModel. + + + :param id: The id of this ModifyCommandTemplateParameterModel. # noqa: E501 + :type: int + """ + + self._id = id + + @property + def identifier(self): + """Gets the identifier of this ModifyCommandTemplateParameterModel. # noqa: E501 + + + :return: The identifier of this ModifyCommandTemplateParameterModel. # noqa: E501 + :rtype: str + """ + return self._identifier + + @identifier.setter + def identifier(self, identifier): + """Sets the identifier of this ModifyCommandTemplateParameterModel. + + + :param identifier: The identifier of this ModifyCommandTemplateParameterModel. # noqa: E501 + :type: str + """ + + self._identifier = identifier + + @property + def query(self): + """Gets the query of this ModifyCommandTemplateParameterModel. # noqa: E501 + + + :return: The query of this ModifyCommandTemplateParameterModel. # noqa: E501 + :rtype: str + """ + return self._query + + @query.setter + def query(self, query): + """Sets the query of this ModifyCommandTemplateParameterModel. + + + :param query: The query of this ModifyCommandTemplateParameterModel. # noqa: E501 + :type: str + """ + + self._query = query + + @property + def description(self): + """Gets the description of this ModifyCommandTemplateParameterModel. # noqa: E501 + + + :return: The description of this ModifyCommandTemplateParameterModel. # noqa: E501 + :rtype: str + """ + return self._description + + @description.setter + def description(self, description): + """Sets the description of this ModifyCommandTemplateParameterModel. + + + :param description: The description of this ModifyCommandTemplateParameterModel. # noqa: E501 + :type: str + """ + + self._description = description + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(ModifyCommandTemplateParameterModel, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, ModifyCommandTemplateParameterModel): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/heappeac_v4/models/modify_project_assignment_to_cluster_model.py b/heappeac_v4/models/modify_project_assignment_to_cluster_model.py index 4f0740d..e44fcea 100644 --- a/heappeac_v4/models/modify_project_assignment_to_cluster_model.py +++ b/heappeac_v4/models/modify_project_assignment_to_cluster_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/modify_project_model.py b/heappeac_v4/models/modify_project_model.py index a9d2f74..0c5c40a 100644 --- a/heappeac_v4/models/modify_project_model.py +++ b/heappeac_v4/models/modify_project_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/node_used_cores_and_limitation_ext.py b/heappeac_v4/models/node_used_cores_and_limitation_ext.py index dc3208b..70e10f9 100644 --- a/heappeac_v4/models/node_used_cores_and_limitation_ext.py +++ b/heappeac_v4/models/node_used_cores_and_limitation_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/open_id_credentials_ext.py b/heappeac_v4/models/open_id_credentials_ext.py index c856baf..2e9f7f0 100644 --- a/heappeac_v4/models/open_id_credentials_ext.py +++ b/heappeac_v4/models/open_id_credentials_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/open_stack_application_credentials_ext.py b/heappeac_v4/models/open_stack_application_credentials_ext.py index b4777f9..2f0073a 100644 --- a/heappeac_v4/models/open_stack_application_credentials_ext.py +++ b/heappeac_v4/models/open_stack_application_credentials_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/password_credentials_ext.py b/heappeac_v4/models/password_credentials_ext.py index cb20a55..52dfac2 100644 --- a/heappeac_v4/models/password_credentials_ext.py +++ b/heappeac_v4/models/password_credentials_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/problem_details.py b/heappeac_v4/models/problem_details.py index 34003b1..3c953e5 100644 --- a/heappeac_v4/models/problem_details.py +++ b/heappeac_v4/models/problem_details.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/project.py b/heappeac_v4/models/project.py index b9d6d57..e4bff7f 100644 --- a/heappeac_v4/models/project.py +++ b/heappeac_v4/models/project.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/project_contact.py b/heappeac_v4/models/project_contact.py index 8a58a04..59f2e2e 100644 --- a/heappeac_v4/models/project_contact.py +++ b/heappeac_v4/models/project_contact.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/project_detailed_report_ext.py b/heappeac_v4/models/project_detailed_report_ext.py index 14cfe0c..89fc9db 100644 --- a/heappeac_v4/models/project_detailed_report_ext.py +++ b/heappeac_v4/models/project_detailed_report_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/project_ext.py b/heappeac_v4/models/project_ext.py index de72559..af3eefc 100644 --- a/heappeac_v4/models/project_ext.py +++ b/heappeac_v4/models/project_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/project_for_task_ext.py b/heappeac_v4/models/project_for_task_ext.py index 1115f20..0d60d8b 100644 --- a/heappeac_v4/models/project_for_task_ext.py +++ b/heappeac_v4/models/project_for_task_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/project_list_report_ext.py b/heappeac_v4/models/project_list_report_ext.py index 15b52c9..3a32427 100644 --- a/heappeac_v4/models/project_list_report_ext.py +++ b/heappeac_v4/models/project_list_report_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/project_reference_ext.py b/heappeac_v4/models/project_reference_ext.py index 3820f83..c496858 100644 --- a/heappeac_v4/models/project_reference_ext.py +++ b/heappeac_v4/models/project_reference_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/project_report_ext.py b/heappeac_v4/models/project_report_ext.py index c6e56b0..056a9aa 100644 --- a/heappeac_v4/models/project_report_ext.py +++ b/heappeac_v4/models/project_report_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/project_resource_usage_ext.py b/heappeac_v4/models/project_resource_usage_ext.py index 593231a..2e3c77a 100644 --- a/heappeac_v4/models/project_resource_usage_ext.py +++ b/heappeac_v4/models/project_resource_usage_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/proxy_type.py b/heappeac_v4/models/proxy_type.py index a12e1bf..03bae45 100644 --- a/heappeac_v4/models/proxy_type.py +++ b/heappeac_v4/models/proxy_type.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/proxy_type_ext.py b/heappeac_v4/models/proxy_type_ext.py index 55f05d0..4d3a171 100644 --- a/heappeac_v4/models/proxy_type_ext.py +++ b/heappeac_v4/models/proxy_type_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/public_key_ext.py b/heappeac_v4/models/public_key_ext.py index 4493433..4d72bf3 100644 --- a/heappeac_v4/models/public_key_ext.py +++ b/heappeac_v4/models/public_key_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/regenerate_secure_shell_key_model.py b/heappeac_v4/models/regenerate_secure_shell_key_model.py index ff2270d..54892c4 100644 --- a/heappeac_v4/models/regenerate_secure_shell_key_model.py +++ b/heappeac_v4/models/regenerate_secure_shell_key_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/regenerate_secure_shell_key_model_obsolete.py b/heappeac_v4/models/regenerate_secure_shell_key_model_obsolete.py index 7055906..71246f8 100644 --- a/heappeac_v4/models/regenerate_secure_shell_key_model_obsolete.py +++ b/heappeac_v4/models/regenerate_secure_shell_key_model_obsolete.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/remove_command_template_model.py b/heappeac_v4/models/remove_command_template_model.py index d425864..c52a36f 100644 --- a/heappeac_v4/models/remove_command_template_model.py +++ b/heappeac_v4/models/remove_command_template_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/remove_command_template_parameter_model.py b/heappeac_v4/models/remove_command_template_parameter_model.py new file mode 100644 index 0000000..cd5215a --- /dev/null +++ b/heappeac_v4/models/remove_command_template_parameter_model.py @@ -0,0 +1,136 @@ +# coding: utf-8 + +""" + HEAppE Web API + + HEAppE middleware API v4.2.1 # noqa: E501 + + OpenAPI spec version: v4.2.1 + Contact: support.heappe@it4i.cz + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + +import pprint +import re # noqa: F401 + +import six + +class RemoveCommandTemplateParameterModel(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'session_code': 'str', + 'id': 'int' + } + + attribute_map = { + 'session_code': 'SessionCode', + 'id': 'Id' + } + + def __init__(self, session_code=None, id=None): # noqa: E501 + """RemoveCommandTemplateParameterModel - a model defined in Swagger""" # noqa: E501 + self._session_code = None + self._id = None + self.discriminator = None + if session_code is not None: + self.session_code = session_code + if id is not None: + self.id = id + + @property + def session_code(self): + """Gets the session_code of this RemoveCommandTemplateParameterModel. # noqa: E501 + + + :return: The session_code of this RemoveCommandTemplateParameterModel. # noqa: E501 + :rtype: str + """ + return self._session_code + + @session_code.setter + def session_code(self, session_code): + """Sets the session_code of this RemoveCommandTemplateParameterModel. + + + :param session_code: The session_code of this RemoveCommandTemplateParameterModel. # noqa: E501 + :type: str + """ + + self._session_code = session_code + + @property + def id(self): + """Gets the id of this RemoveCommandTemplateParameterModel. # noqa: E501 + + + :return: The id of this RemoveCommandTemplateParameterModel. # noqa: E501 + :rtype: int + """ + return self._id + + @id.setter + def id(self, id): + """Sets the id of this RemoveCommandTemplateParameterModel. + + + :param id: The id of this RemoveCommandTemplateParameterModel. # noqa: E501 + :type: int + """ + + self._id = id + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(RemoveCommandTemplateParameterModel, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, RemoveCommandTemplateParameterModel): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/heappeac_v4/models/remove_project_assignment_to_cluster_model.py b/heappeac_v4/models/remove_project_assignment_to_cluster_model.py index 8cc5dd0..da8fe94 100644 --- a/heappeac_v4/models/remove_project_assignment_to_cluster_model.py +++ b/heappeac_v4/models/remove_project_assignment_to_cluster_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/remove_project_model.py b/heappeac_v4/models/remove_project_model.py index ab1401f..22d38e7 100644 --- a/heappeac_v4/models/remove_project_model.py +++ b/heappeac_v4/models/remove_project_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/remove_secure_shell_key_model.py b/heappeac_v4/models/remove_secure_shell_key_model.py index 5683777..2c8589b 100644 --- a/heappeac_v4/models/remove_secure_shell_key_model.py +++ b/heappeac_v4/models/remove_secure_shell_key_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/remove_secure_shell_key_model_obsolete.py b/heappeac_v4/models/remove_secure_shell_key_model_obsolete.py index 8550d9a..3085795 100644 --- a/heappeac_v4/models/remove_secure_shell_key_model_obsolete.py +++ b/heappeac_v4/models/remove_secure_shell_key_model_obsolete.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/resource_allocation_type_ext.py b/heappeac_v4/models/resource_allocation_type_ext.py index fb36fd0..2ab129b 100644 --- a/heappeac_v4/models/resource_allocation_type_ext.py +++ b/heappeac_v4/models/resource_allocation_type_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/scheduler_type.py b/heappeac_v4/models/scheduler_type.py index 580e453..54b564d 100644 --- a/heappeac_v4/models/scheduler_type.py +++ b/heappeac_v4/models/scheduler_type.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/ssh_key_user_credentials_model.py b/heappeac_v4/models/ssh_key_user_credentials_model.py index 9ad2972..c0fb768 100644 --- a/heappeac_v4/models/ssh_key_user_credentials_model.py +++ b/heappeac_v4/models/ssh_key_user_credentials_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/submit_job_model.py b/heappeac_v4/models/submit_job_model.py index 9f00a49..5bc472c 100644 --- a/heappeac_v4/models/submit_job_model.py +++ b/heappeac_v4/models/submit_job_model.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/submitted_job_info_ext.py b/heappeac_v4/models/submitted_job_info_ext.py index 71c94a5..4ee6f1e 100644 --- a/heappeac_v4/models/submitted_job_info_ext.py +++ b/heappeac_v4/models/submitted_job_info_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/submitted_task_info_ext.py b/heappeac_v4/models/submitted_task_info_ext.py index 4d2c326..65cc5a5 100644 --- a/heappeac_v4/models/submitted_task_info_ext.py +++ b/heappeac_v4/models/submitted_task_info_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/synchronizable_files_ext.py b/heappeac_v4/models/synchronizable_files_ext.py index 4ad2b60..592c384 100644 --- a/heappeac_v4/models/synchronizable_files_ext.py +++ b/heappeac_v4/models/synchronizable_files_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/task_detailed_report_ext.py b/heappeac_v4/models/task_detailed_report_ext.py index 5cf06ff..a32b2c7 100644 --- a/heappeac_v4/models/task_detailed_report_ext.py +++ b/heappeac_v4/models/task_detailed_report_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/task_file_offset_ext.py b/heappeac_v4/models/task_file_offset_ext.py index 775ad66..e4fd381 100644 --- a/heappeac_v4/models/task_file_offset_ext.py +++ b/heappeac_v4/models/task_file_offset_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/task_paralization_parameter_ext.py b/heappeac_v4/models/task_paralization_parameter_ext.py index d940258..4ebbd6c 100644 --- a/heappeac_v4/models/task_paralization_parameter_ext.py +++ b/heappeac_v4/models/task_paralization_parameter_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/task_priority_ext.py b/heappeac_v4/models/task_priority_ext.py index 5fc2eb5..f933cba 100644 --- a/heappeac_v4/models/task_priority_ext.py +++ b/heappeac_v4/models/task_priority_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/task_report_ext.py b/heappeac_v4/models/task_report_ext.py index 1df4e0e..4c3074f 100644 --- a/heappeac_v4/models/task_report_ext.py +++ b/heappeac_v4/models/task_report_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/task_specification_ext.py b/heappeac_v4/models/task_specification_ext.py index a1068b0..5991a3d 100644 --- a/heappeac_v4/models/task_specification_ext.py +++ b/heappeac_v4/models/task_specification_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/task_state_ext.py b/heappeac_v4/models/task_state_ext.py index 49fbcb9..75f8163 100644 --- a/heappeac_v4/models/task_state_ext.py +++ b/heappeac_v4/models/task_state_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/test_cluster_access_for_account_model_obsolete.py b/heappeac_v4/models/test_cluster_access_for_account_model_obsolete.py index dec232a..b7442b4 100644 --- a/heappeac_v4/models/test_cluster_access_for_account_model_obsolete.py +++ b/heappeac_v4/models/test_cluster_access_for_account_model_obsolete.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/unauthorized_result.py b/heappeac_v4/models/unauthorized_result.py index 0d6d9f0..21f1868 100644 --- a/heappeac_v4/models/unauthorized_result.py +++ b/heappeac_v4/models/unauthorized_result.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/usage_type.py b/heappeac_v4/models/usage_type.py index 01beb1e..31f2898 100644 --- a/heappeac_v4/models/usage_type.py +++ b/heappeac_v4/models/usage_type.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/usage_type_ext.py b/heappeac_v4/models/usage_type_ext.py index c67786f..c9ae170 100644 --- a/heappeac_v4/models/usage_type_ext.py +++ b/heappeac_v4/models/usage_type_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/user_group_detailed_report_ext.py b/heappeac_v4/models/user_group_detailed_report_ext.py index afcb490..7006fe8 100644 --- a/heappeac_v4/models/user_group_detailed_report_ext.py +++ b/heappeac_v4/models/user_group_detailed_report_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/user_group_list_report_ext.py b/heappeac_v4/models/user_group_list_report_ext.py index 4640c86..722a407 100644 --- a/heappeac_v4/models/user_group_list_report_ext.py +++ b/heappeac_v4/models/user_group_list_report_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/user_group_report_ext.py b/heappeac_v4/models/user_group_report_ext.py index 94f0b2b..8be8223 100644 --- a/heappeac_v4/models/user_group_report_ext.py +++ b/heappeac_v4/models/user_group_report_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/models/version_information_ext.py b/heappeac_v4/models/version_information_ext.py index b7ebe48..575bfb5 100644 --- a/heappeac_v4/models/version_information_ext.py +++ b/heappeac_v4/models/version_information_ext.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/heappeac_v4/rest.py b/heappeac_v4/rest.py index b56eba3..6aee8f0 100644 --- a/heappeac_v4/rest.py +++ b/heappeac_v4/rest.py @@ -3,9 +3,9 @@ """ HEAppE Web API - HEAppE middleware API v4.2.0 # noqa: E501 + HEAppE middleware API v4.2.1 # noqa: E501 - OpenAPI spec version: v4.2.0 + OpenAPI spec version: v4.2.1 Contact: support.heappe@it4i.cz Generated by: https://github.com/swagger-api/swagger-codegen.git """