2.2.5.46 ServerInfoConfigRetrievalStatus

This simple type is an enumeration which specifies the status of the configuration data retrieval from the managed server.

 <xs:simpleType name="ServerInfoConfigRetrievalStatus">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="None" />
     <xs:enumeration value="NotStarted" />
     <xs:enumeration value="InProgress" />
     <xs:enumeration value="Completed" />
   </xs:restriction>
 </xs:simpleType>

The following table describes the various values of this type.

Value

Description

None

Unspecified or invalid value.

NotStarted

Configuration data retrieval has not yet started.

InProgress

Configuration data retrieval is in progress.

Completed

Configuration data retrieval has completed.