Class DeviceLiveToolsMulticastRoutingGetResponse
Device Live Tools Multicast Routing Get Response
[DataContract]
public class DeviceLiveToolsMulticastRoutingGetResponse
- Inheritance
-
DeviceLiveToolsMulticastRoutingGetResponse
- Inherited Members
Constructors
DeviceLiveToolsMulticastRoutingGetResponse()
public DeviceLiveToolsMulticastRoutingGetResponse()
Properties
Error
Description of the error.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "error")]
public string Error { get; set; }
Property Value
Interfaces
The interfaces that have PIM enabled
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "interfaces")]
public List<DeviceLiveToolsMulticastRoutingGetResponseInterface> Interfaces { get; set; }
Property Value
MulticastRoutingId
ID of the Multicast routing request. Used to check the status of the request.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "multicastRoutingId")]
public string MulticastRoutingId { get; set; }
Property Value
Request
Multicast routing request parameters
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "request")]
public DeviceLiveToolsMulticastRoutingGetResponseRequest Request { get; set; }
Property Value
Routes
The multicast routes
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "routes")]
public List<DeviceLiveToolsMulticastRoutingGetResponseRoute> Routes { get; set; }
Property Value
Status
Status of the Multicast routing 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 Multicast routing request.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "url")]
public string Url { get; set; }