public class PhysicalComponent extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BACKPLANE |
static int |
CHASSIS |
static int |
CONTAINER |
static int |
FAN |
static int |
MODULE |
static int |
OTHER |
static int |
PORT |
static int |
PSU |
static int |
SENSOR |
static int |
STACK |
static int |
UNKNOWN |
Modifier | Constructor and Description |
---|---|
protected |
PhysicalComponent(org.netxms.base.NXCPMessage msg,
long baseId,
PhysicalComponent parent)
Create object from NXCP message
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getFirmware() |
int |
getIfIndex() |
int |
getIndex() |
String |
getModel() |
String |
getName() |
PhysicalComponent |
getParent() |
int |
getParentIndex() |
int |
getPhyClass() |
String |
getSerialNumber() |
List<PhysicalComponent> |
getSubcomponents() |
String |
getVendor() |
public static final int OTHER
public static final int UNKNOWN
public static final int CHASSIS
public static final int BACKPLANE
public static final int CONTAINER
public static final int PSU
public static final int FAN
public static final int SENSOR
public static final int MODULE
public static final int PORT
public static final int STACK
protected PhysicalComponent(org.netxms.base.NXCPMessage msg, long baseId, PhysicalComponent parent)
msg
- baseId
- public int getIndex()
public int getParentIndex()
public int getIfIndex()
public int getPhyClass()
public String getName()
public String getDescription()
public String getModel()
public String getSerialNumber()
public String getFirmware()
public String getVendor()
public List<PhysicalComponent> getSubcomponents()
public PhysicalComponent getParent()
Copyright © 2015. All rights reserved.