Table of Contents

Class SwitchAccessControlListRule

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

Rule12

[DataContract]
public class SwitchAccessControlListRule
Inheritance
SwitchAccessControlListRule
Inherited Members

Properties

Comment

Description of the rule (optional).

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "comment")]
public string Comment { get; set; }

Property Value

string

DestinationCidr

Destination IP address (in IP or CIDR notation) or 'any'.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "dstCidr")]
public string DestinationCidr { get; set; }

Property Value

string

DestinationPort

Destination port. Must be in the range of 1-65535 or 'any'. Default is 'any'.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "dstPort")]
public string DestinationPort { get; set; }

Property Value

string

IpVersion

Gets or Sets IpVersion

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "ipVersion")]
public IpVersion IpVersion { get; set; }

Property Value

IpVersion

Policy

Gets or Sets Policy

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "policy")]
public AllowOrDeny Policy { get; set; }

Property Value

AllowOrDeny

Protocol

Gets or Sets Protocol

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

Property Value

TcpUdpAnyProtocol

SourceCidr

Source IP address (in IP or CIDR notation) or 'any'.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "srcCidr")]
public string SourceCidr { get; set; }

Property Value

string

SourcePort

Source port. Must be in the range of 1-65535 or 'any'. Default is 'any'

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "srcPort")]
public string SourcePort { get; set; }

Property Value

string

Vlan

Incoming traffic VLAN. Must be in the range of 1-4095 or 'any'. Default is 'any'.

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

Property Value

string