2.2.5.55 IpamTaskType
The IpamTaskType simple type is an enumeration which uniquely identifies the type of an IPAM task.
-
<xs:simpleType name="IpamTaskType"> <xs:restriction base="xsd:string"> <xs:enumeration value="None" /> <xs:enumeration value="Discovery" /> <xs:enumeration value="Utilization" /> <xs:enumeration value="Audit" /> <xs:enumeration value="Configuration" /> <xs:enumeration value="ServerAvailability" /> <xs:enumeration value="Monitoring" /> <xs:enumeration value="Expiry" /> <xs:enumeration value="DnsConfiguration" /> </xs:restriction> </xs:simpleType>
The following table describes the various values of this type.
|
Value |
Description |
|---|---|
|
None |
Unspecified or an invalid value. |
|
Discovery |
The task is an IPAM server discovery task. |
|
Utilization |
The task is an IPAM utilization collection task. |
|
Audit |
The task is an IPAM event data collection task. |
|
Configuration |
The task is an IPAM server configuration collection task. |
|
ServerAvailability |
The task is an IPAM server availability collection task. |
|
Monitoring |
The task is an IPAM monitoring information collection task. |
|
Expiry |
The task is an IPAM address expiry calculation task. |
|
DnsConfiguration |
The task is an IPAM DNS configuration collection task. |