Share via


2.2.4.388 ServerPolicyOptionDataFormatter

The ServerPolicyOptionDataFormatter complex type allows extended attributes on an IpamObject type (section 2.2.4.285). It creates formatted strings with data about the server name, vendor class name, policy name, and the associated option ID.

 <xs:complexType name="ServerPolicyOptionDataFormatter">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamObject">
       <xs:sequence>
         <xs:element minOccurs="0" name="OptionId" type="xsd:int" />
         <xs:element minOccurs="0" name="PolicyName" nillable="true" type="xsd:string" />
         <xs:element minOccurs="0" name="ServerName" nillable="true" type="xsd:string" />
         <xs:element minOccurs="0" name="VendorClassName" nillable="true" type="xsd:string" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

OptionId:  An INT that uniquely identifies the DHCP option.

PolicyName:  A string that represents the name of the policy.

ServerName:  A string that represents the name of the DHCP server on which the option is configured.

VendorClassName:  A string that represents the name of the vendor class associated with the DHCP option.