Class LiveToolsWakeOnLanCreate
Wake On Lan Create
[DataContract]
public class LiveToolsWakeOnLanCreate
- Inheritance
-
LiveToolsWakeOnLanCreate
- Inherited Members
Properties
Callback
Details for the callback. Please include either an httpServerId OR url and sharedSecret
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "callback")]
public LiveToolsWakeOnLanCreateCallback? Callback { get; set; }
Property Value
Mac
The target's MAC address
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "mac")]
public string Mac { get; set; }
Property Value
VlanId
The target's VLAN (1 to 4094)
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "vlanId")]
public int VlanId { get; set; }