System.NetworkManagement.PendingNetworkDeviceNetwork Device (Pending)

System.NetworkManagement.PendingNetworkDevice (ClassType)

This class represents the pending network device

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId1ef6e180-7346-cb54-6272-b8a30cd9bcfa

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.PendingNetworkDevice:
SystemName  string  System Name The system name associated with the pending device true 256  True 
Status  string  Status The status of the pending device false 256  False 
Reason  string  Reason The reason the device was placed in the pending discovery queue false 256  False 

Health Model:

Source Code:

<ClassType ID="System.NetworkManagement.PendingNetworkDevice" Accessibility="Public" Abstract="false" Base="System!System.Entity" Hosted="false" Singleton="false">
<Property ID="SystemName" Type="string" Key="true" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="Status" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Reason" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>