Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DnsResourceRecordDataDhcid complex type SHOULD<25> extend the DnsResourceRecordData (section 2.2.4.184). It specifies the details associated with a DNS resource record of type DHCID.
-
<xs:complexType name="DnsResourceRecordDataDhcid"> <xs:complexContent mixed="false"> <xs:extension base="ipam:DnsResourceRecordData"> <xs:sequence> <xs:element minOccurs="0" name="Dhcid" nillable="true" type="xsd:string" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Dhcid: The Dynamic Host Configuration Identifier of the host.