Table of Contents

Class TrafficFiltersValue

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

Value

[DataContract]
public class TrafficFiltersValue : NamedItem
Inheritance
TrafficFiltersValue
Inherited Members

Properties

Destination

Destination of this custom type traffic filter

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "destination")]
public ValueDestination? Destination { get; set; }

Property Value

ValueDestination

Id

ID of this applicationCategory or application type traffic filter. E.g.: "meraki:layer7/category/1", "meraki:layer7/application/4"

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "id")]
public string? Id { get; set; }

Property Value

string

Protocol

Protocol of this custom type traffic filter. Must be one of: 'tcp', 'udp', 'icmp' or 'any'

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "protocol")]
public FirewallProtocol? Protocol { get; set; }

Property Value

FirewallProtocol?

Source

Source of this custom type traffic filter

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "source")]
public ValueSource? Source { get; set; }

Property Value

ValueSource