2.2.5.43 DnsSyncStatus

The DnsSyncStatus simple type is an enumeration that specifies the result of the DNS record creation attempted by the IPAM server for an IP address.

 <xs:simpleType name="DnsSyncStatus">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="None" />
     <xs:enumeration value="NotAttempted" />
     <xs:enumeration value="CreateSuccess" />
     <xs:enumeration value="CreateFailure" />
     <xs:enumeration value="DeleteSuccess" />
     <xs:enumeration value="DeleteFailure" />
   </xs:restriction>
 </xs:simpleType>

The following table specifies the valid values for this type.

Value

Description

None

Unspecified or an invalid value.

NotAttempted

The DNS registration has not yet been attempted using the IPAM server.

CreateSuccess

The DNS registration was successfully created.

CreateFailure

The DNS registration was not created successfully.

DeleteSuccess

The DNS registration was deleted successfully.

DeleteFailure

The DNS registration could not be deleted successfully.