2.2.5.29 HealthStatus

This simple type is an enumeration that specifies the health of a specific DNS zone or a DNS server.

 <xs:simpleType name="HealthStatus">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="None" />
     <xs:enumeration value="Healthy" />
     <xs:enumeration value="HealthyWithWarnings" />
     <xs:enumeration value="Unhealthy" />
     <xs:enumeration value="NotApplicable" />
     <xs:enumeration value="Unknown" />
     <xs:enumeration value="Unchecked" />
   </xs:restriction>
 </xs:simpleType>

The following table specifies the valid values for this type.

Value

Description

None

Unspecified or an invalid value.

Healthy

This specifies the health status when there is no error or warning events.

HealthyWithWarnings

This specifies the health status when there are no error events but the warning events are very much present.

Unhealthy

This specifies the health status when there are any error events.

NotApplicable

The health status is not applicable for the entity.

Unknown

This specifies the health status is unknown.

Unchecked

This specifies the health status has not yet been checked.