Table of Contents

Class SwitchSettingsQosRuleCreationRequest

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

CreateNetworkSwitchSettingsQosRule

[DataContract]
public class SwitchSettingsQosRuleCreationRequest
Inheritance
SwitchSettingsQosRuleCreationRequest
Inherited Members

Properties

DestinationPort

The destination port of the incoming packet. Applicable only if protocol is TCP or UDP.

[DataMember(Name = "dstPort")]
public int? DestinationPort { get; set; }

Property Value

int?

The destination port of the incoming packet. Applicable only if protocol is TCP or UDP.

DestinationPortRange

The destination port range of the incoming packet. Applicable only if protocol is set to TCP or UDP. Example: 70-80

[DataMember(Name = "dstPortRange")]
public string DestinationPortRange { get; set; }

Property Value

string

The destination port range of the incoming packet. Applicable only if protocol is set to TCP or UDP. Example: 70-80

Dscp

DSCP tag. Set this to -1 to trust incoming DSCP. Default value is 0

[DataMember(Name = "dscp")]
public int? Dscp { get; set; }

Property Value

int?

DSCP tag. Set this to -1 to trust incoming DSCP. Default value is 0

Protocol

Gets or Sets Protocol

[DataMember(Name = "protocol")]
public TcpUdpAnyCapsProtocol Protocol { get; set; }

Property Value

TcpUdpAnyCapsProtocol

SourcePort

The source port of the incoming packet. Applicable only if protocol is TCP or UDP.

[DataMember(Name = "srcPort")]
public int? SourcePort { get; set; }

Property Value

int?

The source port of the incoming packet. Applicable only if protocol is TCP or UDP.

SourcePortRange

The source port range of the incoming packet. Applicable only if protocol is set to TCP or UDP. Example: 70-80

[DataMember(Name = "srcPortRange")]
public string SourcePortRange { get; set; }

Property Value

string

The source port range of the incoming packet. Applicable only if protocol is set to TCP or UDP. Example: 70-80

Vlan

The VLAN of the incoming packet. A null value will match any VLAN.

[DataMember(Name = "vlan")]
public int? Vlan { get; set; }

Property Value

int?

The VLAN of the incoming packet. A null value will match any VLAN.