Class DeviceLiveToolsOspfNeighborCreateResponse
Device Live Tools OSPF Neighbor Create Response
[DataContract]
public class DeviceLiveToolsOspfNeighborCreateResponse
- Inheritance
-
DeviceLiveToolsOspfNeighborCreateResponse
- Inherited Members
Constructors
DeviceLiveToolsOspfNeighborCreateResponse()
public DeviceLiveToolsOspfNeighborCreateResponse()
Properties
Callback
Information for callback used to send back results
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "callback")]
public DeviceLiveToolsOspfNeighborCreateResponseCallback Callback { get; set; }
Property Value
OspfNeighborId
ID of the OSPF neighbors request. Used to check the status of the request.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ospfNeighborsId")]
public string OspfNeighborId { get; set; }
Property Value
Request
OSPF neighbors request parameters
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "request")]
public DeviceLiveToolsOspfNeighborCreateResponseRequest Request { get; set; }
Property Value
Status
Status of the OSPF neighbors 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 OSPF neighbors request.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "url")]
public string Url { get; set; }