2.2.5.1 ADDomainConfigurationStatus
The ADDomainConfigurationStatus simple type is an enumeration used to specify the discovery configuration status of a domain in the IPAM data store.
-
<xs:simpleType name="ADDomainConfigurationStatus"> <xs:restriction base="xsd:string"> <xs:enumeration value="None" /> <xs:enumeration value="NotConfigured" /> <xs:enumeration value="Configured" /> </xs:restriction> </xs:simpleType>
The following table describes the various values of this type.
|
Value |
Description |
|---|---|
|
None |
Unspecified or an invalid value. |
|
NotConfigured |
The domain instance is not configured for auto discovery. |
|
Configured |
The domain instance is configured for auto discovery. |