System.NetworkManagement.ChassisChassis (Network)

System.NetworkManagement.Chassis (ClassType)

This class represents the chassis

Element properties:

Base ClassSystem.NetworkManagement.PhysicalFrame
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda25c1012-a236-09f2-9ca3-370b73aa9d02

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
System.NetworkManagement.PhysicalPackage:
Index  string  Index Instance index used for monitoring false 256  True     
Location  string  Location Location specifies the position and address of a physical element false 256  True     
Key  string  Physica Package Key The key of the physical package true 256  True     
SerialNumber  string  Serial Number A string indicating the version of the physical package false 256  True     
Tag  string  Tag An arbitrary string that uniquely identifies the physical element and serves as the element's key; can contain information such as an asset tag or serial number false 256  True     
Type  string  Type Functional type of this PhysicalPackage false 256  True     
System.NetworkManagement.Chassis:
PortNumber  int  Port Number The UDP port number at which the SNMP agent is listening false 38       
SNMPAddress  string  SNMP Agent Address The primary address used to contact the SNMP agent running on this system false 256  True     
SNMPVersion  int  SNMP Version The SNMP protocol version used to communicate with the SNMP agent false 256       
SystemObjectID  string  System Object ID The System Object Identifier associated with the vendor of this system false 256  True     

Health Model:

Source Code:

<ClassType ID="System.NetworkManagement.Chassis" Accessibility="Public" Abstract="false" Base="System.NetworkManagement.PhysicalFrame" Hosted="false" Singleton="false">
<Property ID="PortNumber" Type="int" Key="false" CaseSensitive="false" Length="38" MinLength="0"/>
<Property ID="SNMPAddress" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="SNMPVersion" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SystemObjectID" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
</ClassType>