Brownie Host

constructor()

Constructor to instantiate the object


constructor(id: String, name: String, hostAddress: String, status: HostStatus, sshUser: String, sshPassword: String, session: BrownieSession, macAddress: String, broadcastIp: String, events: List<HostHistoryEvent>, services: List<BrownieHostService>, insertionDate: Long)

Constructor to instantiate the object

Parameters

id

The identifier of the host

name

The name of the host

hostAddress

The address of the host

status

The current status of the host

sshUser

The user to use for the SSH connection

sshPassword

The password to use for the SSH connection

session

The session owner of the host

macAddress

The physical mac address of the remote host network interface

broadcastIp

The ip address of the remote host network interface

events

The events related to the lifecycle of the host

services

The services attached to the host

insertionDate

The date when the host has been inserted in the system