Class RendezvousPoint
Network Switch Routing Multicast Rendezvous Points
[DataContract]
public class RendezvousPoint : RendezvousPointCreateUpdateRequest
- Inheritance
-
RendezvousPoint
- Inherited Members
Properties
InterfaceName
InterfaceName
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "interfaceName")]
public string? InterfaceName { get; set; }
Property Value
RendezvousPointId
RendezvousPointId
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "rendezvousPointId")]
public string? RendezvousPointId { get; set; }
Property Value
Serial
Serial
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string? Serial { get; set; }
Property Value
SwitchStackId
Switch Stack ID - Undocumented
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "switchStackId")]
public string? SwitchStackId { get; set; }