2.2.4.119 DhcpMsmOverallCompletionStatus
The DhcpMsmOverallCompletionStatus complex type allows extended attributes on an IpamObject type (section 2.2.4.285).
-
<xs:complexType name="DhcpMsmOverallCompletionStatus"> <xs:complexContent mixed="false"> <xs:extension base="ipam:IpamObject"> <xs:sequence> <xs:element minOccurs="0" name="EntityStatusCollectionObject" nillable="true" type="ipam:IpamObject" /> <xs:element minOccurs="0" name="ErrorInfo" nillable="true" type="ipam1:IpamException" /> <xs:element minOccurs="0" name="HasIpamUpdateError" type="xsd:boolean" /> <xs:element minOccurs="0" name="ReturnObject" nillable="true" type="ipam:IpamObject" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType
EntityStatusCollectionObject: An object to keep track of what operation took place and whether it was successful or not.
ErrorInfo: An ipam1:IpamException (section 2.2.4.247) that stores any exception thrown during the operation associated with this instance of DhcpMsmOverallCompletionStatus.
HasIpamUpdateError: A Boolean that indicates if the IPAM operation had errors.
ReturnObject: An IpamObject instance that holds the return data after the operation.