Class DeviceLiveToolsOspfNeighborGetResponse
Device Live Tools OSPF Neighbor Get Response
[DataContract]
public class DeviceLiveToolsOspfNeighborGetResponse
- Inheritance
-
DeviceLiveToolsOspfNeighborGetResponse
- Inherited Members
Constructors
DeviceLiveToolsOspfNeighborGetResponse()
public DeviceLiveToolsOspfNeighborGetResponse()
Properties
Error
Description of the error.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "error")]
public string Error { get; set; }
Property Value
OspfNeighborsId
ID of the OSPF neighbors request. Used to check the status of the request.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ospfNeighborsId")]
public string OspfNeighborsId { get; set; }
Property Value
Request
OSPF neighbors request parameters
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "request")]
public DeviceLiveToolsOspfNeighborGetResponseRequest Request { get; set; }
Property Value
Routers
The OSPF neighbors
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "routers")]
public List<DeviceLiveToolsOspfNeighborGetResponseRouter> Routers { 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; }