Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Component nameplate information. More...
import <Nameplate.idl;
Classes | |
struct | Rating |
Component ratings. More... | |
Public Attributes | |
string | manufacturer |
Component manufacturer. | |
string | brand |
Component brand. | |
string | model |
Component model. | |
string | partNumber |
Part number. | |
string | serialNumber |
Serial number. | |
Rating | rating |
Ratings. | |
string | imageFileURL |
URL to component image. | |
Component nameplate information.
Definition at line 23 of file Nameplate.idl.
string pdumodel::Nameplate::brand |
Component brand.
Definition at line 33 of file Nameplate.idl.
string pdumodel::Nameplate::imageFileURL |
URL to component image.
Definition at line 38 of file Nameplate.idl.
string pdumodel::Nameplate::manufacturer |
Component manufacturer.
Definition at line 32 of file Nameplate.idl.
string pdumodel::Nameplate::model |
Component model.
Definition at line 34 of file Nameplate.idl.
string pdumodel::Nameplate::partNumber |
Part number.
Definition at line 35 of file Nameplate.idl.
Rating pdumodel::Nameplate::rating |
Ratings.
Definition at line 37 of file Nameplate.idl.
string pdumodel::Nameplate::serialNumber |
Serial number.
Definition at line 36 of file Nameplate.idl.