WattsonOSPFService#
- class wattson.services.routing.wattson_ospf_service.WattsonOSPFService(service_configuration: ServiceConfiguration, network_node: WattsonNetworkNode)#
Bases:
WattsonFrRoutingServiceMethods
get_pid_fileReturns the command to be executed for starting this service on the network node
pre_startwrite_fr_config_fileAttributes
idname- __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]