2.2.5.31 DhcpReservationStatus
The DhcpReservationStatus simple type is an enumeration that specifies when a reservation on a DHCP server is active or inactive.
-
<xs:simpleType name="DhcpReservationStatus"> <xs:restriction base="xsd:string"> <xs:enumeration value="Inactive" /> <xs:enumeration value="Active" /> </xs:restriction> </xs:simpleType>
The following table specifies the valid values for this type.
|
Value |
Description |
|---|---|
|
Inactive |
The DHCP reservation is inactive. |
|
Active |
The DHCP reservation is active. |