Supermicro.Server.SSM.SystemInfo.NetworksNetwork

Supermicro.Server.SSM.SystemInfo.Networks (ClassType)

Element properties:

Base ClassSupermicro.Server.SMCINetwork
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda5a20d9b-9f98-1706-86a6-27784d628f1c

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 
Supermicro.Server.SSM.SystemInfo.Networks:
netIPv4Address  string  IPv4 Address false 256  False 
netIPv6Address  string  IPv6 Address false 256  False 
netMACAddress  string  MAC Address true 256  False 
netMACAddress2  string  MAC Address2 false 256  False 
netMACAddress3  string  MAC Address3 false 256  False 
netMACAddress4  string  MAC Address4 false 256  False 
netSubnetMask  string  Subnet Mask false 256  False 
netDescription  string  Description false 256  False 

Health Model:

Source Code:

<ClassType ID="Supermicro.Server.SSM.SystemInfo.Networks" Base="SMCIC!Supermicro.Server.SMCINetwork" Accessibility="Public" Abstract="false" Hosted="true">
<Property ID="netIPv4Address" Key="false" Type="string"/>
<Property ID="netIPv6Address" Key="false" Type="string"/>
<Property ID="netMACAddress" Key="true" Type="string"/>
<Property ID="netMACAddress2" Key="false" Type="string"/>
<Property ID="netMACAddress3" Key="false" Type="string"/>
<Property ID="netMACAddress4" Key="false" Type="string"/>
<Property ID="netSubnetMask" Key="false" Type="string"/>
<Property ID="netDescription" Key="false" Type="string"/>
</ClassType>