HostInfo
Interface for host information model classes.
swrede
getHostId
Returns a unique id describing a host. This ID should be as persistent as possible.
string representation of the ID, might be null in case it could not be determined
null
getHostName
Returns a human-readable host name that might change during runtime of the host.
string, might be null in case the host name could not be determined
getMachineType
Returns the computer architecture of this host.
system architecture, might be null in case it could not be determined
getSoftwareType
Returns the name of the underlying software host system (OS).
the name, might be null in case it could not be determined