2.2.5.11 DhcpLeaseDurationType

This simple type is an enumeration that specifies the type of DHCP address lease duration.

 <xs:simpleType name="DhcpLeaseDurationType">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="None" />
     <xs:enumeration value="Limited" />
     <xs:enumeration value="Unlimited" />
   </xs:restriction>
 </xs:simpleType>

The following table specifies the valid values for this type.

Value

Description

None

Unspecified or an invalid value.

Limited

The lease duration type for the DHCP client is limited to the specified value of lease duration.

Unlimited

The lease duration is unlimited for the DHCP client.