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 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.