System.NetworkManagement.NetworkDiscoveryServerNetwork Discovery Server

System.NetworkManagement.NetworkDiscoveryServer (ClassType)

This class represents the Network Discovery Server

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId1d30c3ad-7376-45db-3362-470a0e48c668
Commentrepresents a Network Discovery Server

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
System.NetworkManagement.NetworkDiscoveryServer:
ServerId  string  Discovery Server Server Id The id of the discovery server true 256  False 
ConfigVersion  int  Version of the Config The version of the config for the network discovery server false 256   
State  int  State This class represents the state of the Network Discovery Server false 256   
NumberOfDevicesProcessed  int  Number of Devices Processed The number of devices that have been processed by the discovery server false 256   
NumberOfTotalDevices  int  Number of Total Devices The total number of devices, both discovered and pending false 256   
LastExecutionTime  datetime  Last Discovery Execution Time The last time the network discovery server executed false 256   
NumberOfPendingDiscoveredDevices  int  Number Of Devices In Pending The number of devices currently in pending for the network discovery server false 256   
NumberOfSuccessfullyDiscoveredDevices  int  Number Of Devices Discovered The number of devices currently discovered for the network discovery server false 256   

Health Model:

Source Code:

<ClassType ID="System.NetworkManagement.NetworkDiscoveryServer" Comment="represents a Network Discovery Server" Accessibility="Public" Abstract="false" Base="System!System.Entity" Hosted="false" Singleton="false">
<Property ID="ServerId" Type="string" Key="true" CaseSensitive="false"/>
<Property ID="ConfigVersion" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="State" Type="int" Key="false"/>
<Property ID="NumberOfDevicesProcessed" Type="int" Key="false"/>
<Property ID="NumberOfTotalDevices" Type="int" Key="false"/>
<Property ID="LastExecutionTime" Type="datetime" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="NumberOfPendingDiscoveredDevices" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="NumberOfSuccessfullyDiscoveredDevices" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>