Dell.ManagedServer.iDrac.NetworkInterfaceUnitDell iDRAC Network Interface

Dell.ManagedServer.iDrac.NetworkInterfaceUnit (ClassType)

Dell Managed Server iDrac Network Interface

Element properties:

Base ClassSystem.PhysicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdcfe41f1c-3f1a-74f1-c24a-ea1272c473f0

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 monitoring object. false 256  False 
Dell.ManagedServer.iDrac.NetworkInterfaceUnit:
ID  string  Instance ID Unique identifier for this NetworkInterfaceUnit object true 256  False 
ProductName  string  Product Name Product Name false 256  False 
MACAddress  string  MAC Address MAC Address false 256  False 
IPv4Address  string  IPv4 Address IPv4 Address false 256  False 
IPv6Address  string  IPv6 Address IPv6 Address false 256  False 
Speed  string  Link Speed Link Speed false 256  False 
LinkDuplexMode  string  Link Duplex Mode Link Duplex Mode false 256  False 
SwitchChassisID  string  Switch Chassis ID Chassis ID information received from the switch LLDP false 256  False 
SwitchPortID  string  Switch Port ID Port ID information received from the switch LLDP false 256  False 

Health Model:

Source Code:

<ClassType ID="Dell.ManagedServer.iDrac.NetworkInterfaceUnit" Accessibility="Public" Abstract="false" Base="System!System.PhysicalEntity" Hosted="true" Singleton="false">
<Property ID="ID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ProductName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MACAddress" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="IPv4Address" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="IPv6Address" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Speed" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="LinkDuplexMode" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SwitchChassisID" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SwitchPortID" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>