Class LiveToolsWakeOnLan
Wake On Lan
[DataContract]
public class LiveToolsWakeOnLan
- Inheritance
-
LiveToolsWakeOnLan
- Inherited Members
Properties
Callback
Information for callback used to send back results
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "callback")]
public LiveToolsWakeOnLanCallback? Callback { get; set; }
Property Value
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; }