public interface Device extends Element
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
Device.Type
Coarse classification of the type of the infrastructure device. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ChassisId | 
chassisId()
Returns the device chassis id. 
 | 
String | 
hwVersion()
Returns the device hardware version. 
 | 
DeviceId | 
id()
Returns the device identifier. 
 | 
String | 
manufacturer()
Returns the device manufacturer name. 
 | 
String | 
serialNumber()
Returns the device serial number. 
 | 
String | 
swVersion()
Returns the device software version. 
 | 
Device.Type | 
type()
Returns the type of the infrastructure device. 
 | 
annotationsproviderIdas, is, projectDeviceId id()
Device.Type type()
String manufacturer()
String hwVersion()
String swVersion()
String serialNumber()
ChassisId chassisId()