Saved Host Stats Impl

@Serializable
data class SavedHostStatsImpl(val usageValue: Double, val totalValue: Double, val percentValue: Double) : SavedHostStats

The SavedHostStatsImpl class is the implementation of the SavedHostStats interface

Author

N7ghtm4r3 - Tecknobit

See also

Constructors

Link copied to clipboard
constructor(usageValue: Double, totalValue: Double, percentValue: Double)

Properties

Link copied to clipboard
@SerialName(value = "percent_value" )
open override val percentValue: Double

The current percent value of the resource usage

Link copied to clipboard
@SerialName(value = "total_value" )
open override val totalValue: Double

The total amount of the resource available of the host

Link copied to clipboard
@SerialName(value = "usage_value" )
open override val usageValue: Double

The current usage of a resource of the host