# Pastebin 0PLv9SoS @abc.abstractmethod def health_monitor_create(self, healthmonitor): """Creates a new health monitor. :param healthmonitor (object): The health monitor object. :return: Nothing if the create request was accepted. :raises DriverError: An unexpected error occurred in the driver. :raises NotImplementedError: if driver does not support request. :raises UnsupportedOptionError: if driver does not support one of the configuration options. """ raise NotImplementedError()