Type Name Description DHCPServerv4Policy { string Name Unique name for the Policy at the specified level string Description ...

Type Name Description
DHCPServerv4Policy
{
 string Name Unique name for the Policy at the specified level

 string Description Description of the policy

 IPAddress ScopeId If specified, indicates the Scope for which the Policy exists.  If 0, indicates a Policy at the Server level.

 bool  Enabled Policy state; valid values are {true, False}

 string Condition Indicates whether Policy rules are logically combined with an ?AND? or an ?OR?

 ushort ProcessingOrder Processing order for the Policy

 string[] VendorClass The comparator to use, and values to compare VendorClass with.

 string[] MACAddress The comparator to use, and values to compare HWAddress with.

String[] Fqdn The comparator to use, and values to compare FQDN with.  

 string[] RelayAgent The comparator to use, and values to compare RelayAgent information with.

 string[] CircuitId The comparator to use, and values to compare CircuitId with.  

 string[] RemoteId The comparator to use, and values to compare RemoteId with. 

 string[] SubscriberId The comparator to use, and values to compare SubscriberId with.  

DateTime LeaseDuration Lease duration to be assigned for policy clients.
}