Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 736 Bytes

component.adoc

File metadata and controls

45 lines (33 loc) · 736 Bytes

Component

Node components

Instance attributes

class ⇒ String

Type of the component:

  • unknown

  • chassis

  • backplane

  • container

  • power supply

  • fan

  • sensor

  • module

  • port

  • stack

children ⇒ Array

List of direct children (Array of Component object intances).

description ⇒ String

Component description

firmware ⇒ String

Component firmware version, if available.

ifIndex ⇒ Integer

Interface index number

model ⇒ String

Component model number, if available.

name ⇒ String

Component name, if available.

serial ⇒ String

Component serial number, if available.

vendor ⇒ String

Component vendor, if available.