def get_crud_args(self, object_key) -> list: raise SolaceInternalErrorAbstractMethod()
def get_path_array(self, params: dict) -> list: raise SolaceInternalErrorAbstractMethod()
def get_objects_path_array(self) -> list: raise SolaceInternalErrorAbstractMethod()
def get_objects_result_data_object_keys(self) -> list: raise SolaceInternalErrorAbstractMethod()
def get_auth(self, config: SolaceTaskConfig) -> str: raise SolaceInternalErrorAbstractMethod()
def get_validate_certs(self) -> bool: raise SolaceInternalErrorAbstractMethod()
def _extract_formatted_trust_store_details(self) -> dict: raise SolaceInternalErrorAbstractMethod()
def do_task(self): # return: msg(dict) and result(dict) raise SolaceInternalErrorAbstractMethod()
def _extract_formatted_bridge_remote_msg_vpn_locations(self) -> dict: raise SolaceInternalErrorAbstractMethod()
def _extract_formatted_msg_vpn_attributes(self) -> dict: raise SolaceInternalErrorAbstractMethod()
def _extract_formatted_virtual_router_name(self) -> dict: raise SolaceInternalErrorAbstractMethod()
def _get_broker_mgmt_type(self) -> str: raise SolaceInternalErrorAbstractMethod()
def get_headers(self, op: str) -> dict: raise SolaceInternalErrorAbstractMethod()
def get_settings_arg_name(self) -> str: raise SolaceInternalErrorAbstractMethod()
def _extract_formatted_smf_client_connection_details(self) -> dict: raise SolaceInternalErrorAbstractMethod()
def get_config(self) -> SolaceTaskConfig: raise SolaceInternalErrorAbstractMethod()
def get_args(self) -> list: raise SolaceInternalErrorAbstractMethod()
def handle_bad_response(self, resp, module_op): raise SolaceInternalErrorAbstractMethod()
def delete_func(self, *args) -> dict: raise SolaceInternalErrorAbstractMethod()
def get_url(self, config: SolaceTaskConfig, path: str) -> str: raise SolaceInternalErrorAbstractMethod()
def get_timeout(self) -> float: raise SolaceInternalErrorAbstractMethod()