Class TrafficFiltersValue
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
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
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
Source
Source of this custom type traffic filter
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "source")]
public ValueSource? Source { get; set; }