Class DeviceLiveToolsDhcpLeaseCreateResponse
Device Live Tools DHCP Lease Create Response
[DataContract]
public class DeviceLiveToolsDhcpLeaseCreateResponse
- Inheritance
-
DeviceLiveToolsDhcpLeaseCreateResponse
- Inherited Members
Constructors
DeviceLiveToolsDhcpLeaseCreateResponse()
public DeviceLiveToolsDhcpLeaseCreateResponse()
Properties
Callback
Information for callback used to send back results
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "callback")]
public DeviceLiveToolsDhcpLeaseCreateResponseCallback Callback { get; set; }
Property Value
DhcpLeasesId
Id of the DHCP leases request. Used to check the status of the request.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "dhcpLeasesId")]
public string DhcpLeasesId { get; set; }
Property Value
Request
DHCP leases request parameters
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "request")]
public DeviceLiveToolsDhcpLeaseCreateResponseRequest Request { get; set; }
Property Value
Status
Status of the DHCP leases request. enum = ["complete", "failed", "new", "ready", "running", ...]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }
Property Value
Url
GET this url to check the status of your DHCP leases request.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "url")]
public string Url { get; set; }