2.2.5.48 ServerInfoNewFlag

This simple type is an enumeration that summarizes the change of ServerInfo server instance data between two consecutive discovery IPAM task executions.

 <xs:simpleType name="ServerInfoNewFlag">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="Old" />
     <xs:enumeration value="New" />
     <xs:enumeration value="Modified" />
   </xs:restriction>
 </xs:simpleType>

The following table describes the various values of this type.

Value

Description

None

Uninitialized or invalid value.

Old

There has been no change to the ServerInfo details.

New

The ServerInfo is a new instance since the last execution of the discovery task.

Modified

There has been some change to an existing instance of the ServerInfo.