API Reference
Class
RemoteTransportCapabilitySnapshot
Neutral high-level transport capability snapshot that can be embedded in ComputerX result models.
Inheritance
- Object
- RemoteTransportCapabilitySnapshot
Constructors
public RemoteTransportCapabilitySnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ComputerName { get; set; } #Requested target host.
public String Health { get; set; } #Normalized high-level WinRM capability health.
public Boolean IsHealthy { get; set; } #True when the remote WinRM capability is healthy.
public Boolean DnsResolved { get; set; } #True when the target resolved locally.
public Boolean TcpReachable { get; set; } #True when the requested WinRM port was reachable.
public String FailureKind { get; set; } #Normalized failure kind name when available.
public String Summary { get; set; } #Human-readable capability summary.
public String RemoteComputerName { get; set; } #Remote computer name reported by the endpoint.
public String RemotePowerShellVersion { get; set; } #Remote PowerShell version string.
public String RemoteConfigurationName { get; set; } #Remote endpoint configuration name when available.
public Int32 Port { get; set; } #Effective WinRM port used for the attempt.
public Boolean UseSsl { get; set; } #True when HTTPS was requested for the transport.