Share via


2.2.4.360 ScopeDataFormatter

The ScopeDataFormatter complex type allows extended attributes on an IpamObject type (section 2.2.4.285). It creates formatted strings with data about the server name and the scope ID of the relevant scope.

 <xs:complexType name="ScopeDataFormatter">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamObject">
       <xs:sequence>
         <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>

ScopeId: Represents the DHCP scope in IP address format that includes the start IP address of the DHCP scope and its subnet mask.

ServerName: A string that represents the name of the DHCP server on which the DHCP scope is present.