Difference between revisions of "NXSL:Component"
Jump to navigation
Jump to search
(Created page with "Represents NetXMS node object physical components. '''Class Name''' Component '''Attributes''' {| class="wikitable" |- ! Name !! Type !! Description |- | children || NXSL...") |
|||
| Line 12: | Line 12: | ||
! Name !! Type !! Description | ! Name !! Type !! Description | ||
|- | |- | ||
| children || NXSL:Component | | children || array ([[NXSL:Component|Components]]) || The children components | ||
|- | |- | ||
| class || string || Name of the physical component`s class | | class || string || Name of the physical component`s class | ||
Revision as of 07:31, 4 January 2018
Represents NetXMS node object physical components.
Class Name
Component
Attributes
| Name | Type | Description |
|---|---|---|
| children | array (Components) | The children components |
| class | string | Name of the physical component`s class |
| firmware | string | Firmware information of the physical component |
| model | string | Model information of the physical component |
| name | string | Name of the physical component |
| serial | string | The serial number of the physical component |
| vendor | string | Vendor information of the physical component |