WattsonZebraService#
- class wattson.services.routing.wattson_zebra_service.WattsonZebraService(service_configuration: ServiceConfiguration, network_node: WattsonNetworkNode)#
Bases:
WattsonFrRoutingService
Methods
get_pid_file
get_socket_file
Returns the command to be executed for starting this service on the network node
pre_start
write_fr_config_file
Attributes
id
name
- __init__(service_configuration: ServiceConfiguration, network_node: WattsonNetworkNode)#
- get_start_command() List[str] #
Returns the command to be executed for starting this service on the network node
- Returns:
The start command as a list of strings.
- Return type:
List[str]