API Reference
Class
View (DomainControllerPingPostureService)
Aggregated ICMP reachability view for a target domain controller.
Inheritance
- Object
- View
Constructors
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ComputerName { get; set; } #Target computer name.
public Boolean QuerySucceeded { get; set; } #True when the ping query completed without a fatal error.
public Boolean PingSucceeded { get; set; } #True when the target responded to ICMP echo.
public String Status { get; set; } #Normalized ping status value.
public Nullable<Int64> RoundtripTimeMs { get; set; } #Round-trip time in milliseconds when available.
public String ReplyAddress { get; set; } #Reply address when available.
public String CollectionError { get; set; } #Collection error when the ping query fails before a reply is received.
public Diagnostics Diagnostics { get; set; } #Evaluation diagnostics.