HostDevice#

class wattson.util.object_model.devices.HostDevice(node_id, interfaces, start_cmd='')#

Bases: Device

A device, that has exactly one IP address and a command which is executed to perform some task.

Methods

__init__

ip_addresses

Attributes

ip_address

__init__(node_id, interfaces, start_cmd='')#