2.2.5.13 DhcpDnsNameProtectionStatus
The DhcpDnsNameProtectionStatus simple type is an enumeration that specifies whether DNS name protection is enabled on a DHCP server instance.
-
<xs:simpleType name="DhcpDnsNameProtectionStatus"> <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 |
DNS name protection is enabled (See [RFC4701] for information on DNS name protection). |
|
Disabled |
DNS name protection is not enabled. |