Share via


2.2.4.126 DhcpOptionV4

The DhcpOptionV4 complex type allows extension of DhcpOption (section 2.2.4.120). It specifies the DHCP option associated with the IPv4-specific DHCP server or scope instance. It also associates its objects with an object of type DhcpPolicyV4 type (section 2.2.4.132).

 <xs:complexType name="DhcpOptionV4">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:DhcpOption">
       <xs:sequence>
         <xs:element minOccurs="0" name="PolicyOwner" nillable="true" type="ipam:DhcpPolicyV4" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

PolicyOwner: A DhcpPolicyV4 that represents the policy whose DHCP option is represented by this type.