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 ServerPolicyDataFormatter allows extended attributes on an IpamObject type (section 2.2.4.285). It creates formatted strings with data about the server name and policy name.
-
<xs:complexType name="ServerPolicyDataFormatter"> <xs:complexContent mixed="false"> <xs:extension base="ipam:IpamObject"> <xs:sequence> <xs:element minOccurs="0" name="PolicyName" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="ServerName" nillable="true" type="xsd:string" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
PolicyName: A string that represents the name of the DHCP policy.
ServerName: A string that represents the name of the DHCP server.