Table of Contents

Class OrganizationConfigTemplatesSwitchProfilesPortsMirrorUpdateRequestSourceFilter

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Source Port filter traffic based on vlans

[DataContract]
public class OrganizationConfigTemplatesSwitchProfilesPortsMirrorUpdateRequestSourceFilter
Inheritance
OrganizationConfigTemplatesSwitchProfilesPortsMirrorUpdateRequestSourceFilter
Inherited Members

Constructors

OrganizationConfigTemplatesSwitchProfilesPortsMirrorUpdateRequestSourceFilter()

public OrganizationConfigTemplatesSwitchProfilesPortsMirrorUpdateRequestSourceFilter()

Properties

HasTransitVlan

Enable the users to choose the given source vlans as transit vlans

[DataMember(Name = "hasTransitVlan")]
public bool? HasTransitVlan { get; set; }

Property Value

bool?

Vlans

Comma-separated VLAN IDs or ID ranges

[DataMember(Name = "vlans")]
public string? Vlans { get; set; }

Property Value

string