TestimoX

API Reference

Class

RebootCadenceRow

Namespace TestimoX.Rules.DomainController.Servicing.DomainControllerRebootCadence
Assembly TestimoX
Modifiers sealed

Single result row for the target domain controller.

Inheritance

  • Object
  • RebootCadenceRow

Constructors

Properties

public String ComputerName { get; set; } #

Target computer name.

public Nullable<DateTime> LastBootUpTime { get; set; } #

Last boot time reported by Win32_OperatingSystem.LastBootUpTime.

public Nullable<Int32> UptimeDays { get; set; } #

Computed uptime in days; null when LastBootUpTime is unknown.

public Int32 MaxUptimeDays { get; set; } #

Maximum allowed uptime in days for compliance.

public String OsCaption { get; set; } #

OS caption when available.

public Boolean IsCompliant { get; set; } #

True when uptime is known and within the threshold.

public String Notes { get; set; } #

Optional note for unknown/error cases.