2.2.4.363 ScopePolicyIpRangeDataFormatter

The ScopePolicyIpRangeDataFormatter allows extended attributes on an IpamObject type (section 2.2.4.285). It creates formatted strings with data about the policy name, server name, scope ID, and the range.

 <xs:complexType name="ScopePolicyIpRangeDataFormatter">
   <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="PolicyRange" nillable="true" type="ipam:DhcpPolicyRangeV4" />
         <xs:element minOccurs="0" name="ScopeId" nillable="true" type="sysnet:IPAddress" />
         <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 scope policy.

PolicyRange:  A DhcpPolicyRangeV4 and represents the range associated with the policy.

ScopeId:  Represents the DHCP scope in IP Address format.

ServerName:  A string that represents the name of the DHCP server to which the scope belongs.