Class LiveToolsWakeOnLanResult
Wake On Lan Result
[DataContract]
public class LiveToolsWakeOnLanResult
- Inheritance
-
LiveToolsWakeOnLanResult
- Inherited Members
Properties
Error
An error message for a failed execution
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "error")]
public string? Error { get; set; }
Property Value
Request
The parameters of the Wake-on-LAN request
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "request")]
public LiveToolsWakeOnLanRequest Request { get; set; }
Property Value
Status
Status of the Wake-on-LAN request
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }
Property Value
Url
GET this url to check the status of your ping request
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "url")]
public string Url { get; set; }
Property Value
WakeOnLanId
ID of the Wake-on-LAN job
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "wakeOnLanId")]
public string WakeOnLanId { get; set; }