Brownie Host Overview

The BrownieHostOverview class is used as DTO to share the information about the current stats of a BrownieHost

Author

N7ghtm4r3 - Tecknobit

Constructors

Link copied to clipboard
constructor(host: BrownieHost)
Constructor to instantiate the object with default values when the host is not reachable
constructor(host: BrownieHost, cpuUsage: CPUUsage, memoryUsage: BrownieHostStat, storageUsage: StorageUsage)
Constructor to instantiate the object

Properties

Link copied to clipboard
cpuUsage the current usage of the CPU
Link copied to clipboard
events the events related to the lifecycle of the host
Link copied to clipboard
hostAddress the address of the host
Link copied to clipboard
val id: String
id the identifier of the host
Link copied to clipboard
memoryUsage the current usage of the RAM memory
Link copied to clipboard
val name: String
name the name of the host
Link copied to clipboard
status the current status of the host
Link copied to clipboard
storageUsage the current usage of the storage