Table of Contents

Class OrganizationApplianceSdwanInternetPoliciesPreferenceTrafficFilterValueSource

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

Source of traffic filter

[DataContract]
public class OrganizationApplianceSdwanInternetPoliciesPreferenceTrafficFilterValueSource
Inheritance
OrganizationApplianceSdwanInternetPoliciesPreferenceTrafficFilterValueSource
Inherited Members

Constructors

OrganizationApplianceSdwanInternetPoliciesPreferenceTrafficFilterValueSource()

public OrganizationApplianceSdwanInternetPoliciesPreferenceTrafficFilterValueSource()

Properties

Cidr

CIDR format address (e.g."192.168.10.1", which is the same as "192.168.10.1/32"), or "any". Cannot be used in combination with the "vlan" property

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "cidr")]
public string Cidr { get; set; }

Property Value

string

Host

Host ID in the VLAN. Should not exceed the VLAN subnet capacity. Must be used along with the "vlan" property and is currently only available under a template network.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "host")]
public long Host { get; set; }

Property Value

long

Port

E.g.: "any", "0" (also means "any"), "8080", "1-1024"

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "port")]
public string Port { get; set; }

Property Value

string

Vlan

VLAN ID of the configured VLAN in the Meraki network. Cannot be used in combination with the "cidr" property and is currently only available under a template network.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "vlan")]
public long Vlan { get; set; }

Property Value

long