Share via


2.2.4.358 ResetConfigSyncStatusDataFormatter

The ResetConfigSyncStatusDataFormatter complex type allows extended attributes on an IpamObject type (section 2.2.4.285). It creates formatted strings with data about the list of DhcpScope objects’ scope IDs for which this reset is applied.

 <xs:complexType name="ResetConfigSyncStatusDataFormatter">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamObject">
       <xs:sequence>
         <xs:element minOccurs="0" name="Scopes" nillable="true" type="ipam:ArrayOfDhcpScope" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Scopes: An ArrayOfDhcpScope type (section 2.2.4.28) that represents the DHCP scopes whose config sync status has been cleared.