Class NetworksSwitchStackPortsMirrorUpdateRequestDestination
Destination port Details
[DataContract]
public class NetworksSwitchStackPortsMirrorUpdateRequestDestination
- Inheritance
-
NetworksSwitchStackPortsMirrorUpdateRequestDestination
- Inherited Members
Constructors
NetworksSwitchStackPortsMirrorUpdateRequestDestination()
public NetworksSwitchStackPortsMirrorUpdateRequestDestination()
Properties
Port
Port specific details
[DataMember(Name = "port")]
public NetworksSwitchStackPortsMirrorUpdateRequestDestinationPort? Port { get; set; }
Property Value
Vlan
Transit or destination vlan only for RSPAN
[DataMember(Name = "vlan")]
public string? Vlan { get; set; }