Table of Contents

Enum GroupPolicyQoSPolicyProtocol

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Determines the protocol for a QoS policy.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyQoSPolicyProtocol

Fields

Any = 1

The protocol is any.

Tcp = 2

The protocol is TCP.

Udp = 3

The protocol is UDP.

Unknown = 0

The protocol is unknown.