Class NetworksSwitchStackPortsMirrorConfigurationsSourceFilter
Source Port filter traffic based on vlans
[DataContract]
public class NetworksSwitchStackPortsMirrorConfigurationsSourceFilter
- Inheritance
-
NetworksSwitchStackPortsMirrorConfigurationsSourceFilter
- Inherited Members
Constructors
NetworksSwitchStackPortsMirrorConfigurationsSourceFilter()
public NetworksSwitchStackPortsMirrorConfigurationsSourceFilter()
Properties
HasTransitVlan
Enable the users to choose the given source vlans as transit vlans
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "hasTransitVlan")]
public bool HasTransitVlan { get; set; }
Property Value
Vlans
Comma-separated VLAN IDs or ID ranges
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "vlans")]
public string Vlans { get; set; }