Share via


2.2.4.175 DiscoveryConfig

The DiscoveryConfig complex type is used to describe the discovery configuration for a specific domain.

 <xs:complexType name="DiscoveryConfig">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:BaseIpamObject">
       <xs:sequence>
         <xs:element minOccurs="0" name="DiscoverDhcpServers" type="xsd:boolean" />
         <xs:element minOccurs="0" name="DiscoverDnsServers" type="xsd:boolean" />
         <xs:element minOccurs="0" name="DiscoverDomainControllers" type="xsd:boolean" />
         <xs:element minOccurs="0" name="DiscoveryConfigurationStatus" type="ipam:ADDomainConfigurationStatus" />
         <xs:element minOccurs="0" name="DiscoveryDomain" nillable="true" type="xsd:string" />
         <xs:element minOccurs="0" name="DomainGuid" nillable="true" type="xsd:string" />
         <xs:element minOccurs="0" name="Forest" nillable="true" type="ipam:IpamForest" />
         <xs:element minOccurs="0" name="RecordId" type="xsd:int" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

DiscoverDhcpServers:  Specifies whether the DHCP instances in the domain specified by DiscoveryDomain are enabled for automatic discovery by the IPAM server.

DiscoverDnsServers:  Specifies whether the DNS instances in the domain specified by DiscoveryDomain are enabled for automatic discovery by the IPAM server.

DiscoverDomainControllers:  Specifies whether the domain controllers in the domain specified by DiscoveryDomain are enabled for automatic discovery by the IPAM server.

DiscoveryConfigurationStatus: Specifies whether the domain is configured for automatic discovery of servers.

DiscoveryDomain:  Specifies the domain for which the DiscoveryConfig specifies the discovery configuration. This MUST NOT be NULL. The length of the string MUST be at least 1 character and lesser than 256 characters.

DomainGuid:  Specifies the globally unique identifier (GUID) in the string which uniquely identifies the domain specified by DiscoveryDomain.

Forest:  Specifies the forest for this discovery configuration.

RecordId:  Specifies the unique identifier for the data in the IPAM data store.