Table of Contents

Enum MicrosoftDhcpServerv4PolicyConditionType

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

Represents a Microsoft DHCP IPv4 policy condition type.

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

Fields

CircuitId = 1

The condition type a circuit identifier.

ClientId = 2

The condition type a client identifier.

Fqdn = 3

The condition type a fully qualified domain name.

MacAddress = 4

The condition type a MAC address.

RelayAgent = 5

The condition type a relay agent.

RemoteId = 6

The condition type a remote identifier.

SubscriberId = 7

The condition type a subscriber identifier.

Unknown = 0

The condition type is unknown.

UserClass = 8

The condition type a user class.

VendorClass = 9

The condition type a vendor class.