2.2.5.12 DhcpDiscardDnsRecordOnLeaseDeletionStatus
The DhcpDiscardDnsRecordOnLeaseDeletionStatus simple type is an enumeration that specifies whether A/AAAA and PTR records are discarded when the address lease is expired on the DHCP server instance.
-
<xs:simpleType name="DhcpDiscardDnsRecordOnLeaseDeletionStatus"> <xs:restriction base="xsd:string"> <xs:enumeration value="None" /> <xs:enumeration value="Enabled" /> <xs:enumeration value="Disabled" /> </xs:restriction> </xs:simpleType>
The following table specifies the valid values for this type.
|
Value |
Description |
|---|---|
|
None |
Unspecified or an invalid value. |
|
Enabled |
Discard A/AAAA and PTR records when the lease is deleted. |
|
Disabled |
Do not discard A/AAAA and PTR records when the lease is deleted. |