2.2.5.47 ServerInfoGetServerFilter

This simple type is an enumeration which specifies the various types of filter criteria that can be applied while enumerating the ServerInfo data from the IPAM data store.

 <xs:simpleType name="ServerInfoGetServerFilter">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="IPSubnet" />
     <xs:enumeration value="RecordId" />
     <xs:enumeration value="Guid" />
     <xs:enumeration value="Role" />
     <xs:enumeration value="ManagementStatus" />
     <xs:enumeration value="Name" />
     <xs:enumeration value="IpType" />
     <xs:enumeration value="MultipleRole" />
   </xs:restriction>
 </xs:simpleType>

The following table describes the various values of this type.

Value

Description

IPSubnet

Filter server information based on the specified IP subnet of the network interface addresses of the server.

RecordId

Filter server information based on the RecordId.

Guid

Filter server information based on the server GUID.

Role

Filter server information based on the server role type.

ManagementStatus

Filter server information based on the specified server manageability status.

Name

Filter server information based on the name of the server.

IpType

Filter server information based on the IpType of the network interface address of the server.

MultipleRole

Filter server information based on if the server has a single server role or multiple server roles running on it.