2.2.4.359 ResetConfigSyncStatusParameters
The ResetConfigSyncStatusParameters complex type allows extended attributes on an IpamOperationWithProgressParameters type (section 2.2.4.286). It creates objects whose OperationId is ResetConfigSyncStatus and associates them to a list of ipam:DhcpScope objects on which this operation is to be performed.
-
<xs:complexType name="ResetConfigSyncStatusParameters"> <xs:complexContent mixed="false"> <xs:extension base="ipam:IpamOperationWithProgressParameters"> <xs:sequence> <xs:element minOccurs="0" name="Scopes" nillable="true" type="ipam:ArrayOfDhcpScope" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Scopes: This is of type ipam:ArrayOfDhcpScope and represents the DHCP scopes whose config sync status is to be cleared.