Class MachineLifecycle
public record MachineLifecycle : IEquatable<MachineLifecycle>
- Inheritance
-
MachineLifecycle
- Implements
- Inherited Members
Properties
BootTime
public required DateTime BootTime { get; init; }
Property Value
Uptime
public required TimeSpan Uptime { get; init; }