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.
|
java.lang.String |
hwVersion()
Returns the device hardware version.
|
DeviceId |
id()
Returns the device identifier.
|
java.lang.String |
manufacturer()
Returns the device manufacturer name.
|
java.lang.String |
serialNumber()
Returns the device serial number.
|
java.lang.String |
swVersion()
Returns the device software version.
|
Device.Type |
type()
Returns the type of the infrastructure device.
|
annotations
providerId
as, is, project
DeviceId id()
Device.Type type()
java.lang.String manufacturer()
java.lang.String hwVersion()
java.lang.String swVersion()
java.lang.String serialNumber()
ChassisId chassisId()