public interface DeviceDescription extends Description
Modifier and Type | Method and Description |
---|---|
ChassisId |
chassisId()
Returns a device chassis id.
|
java.net.URI |
deviceUri()
Protocol/provider specific URI that can be used to encode the identity
information required to communicate with the device externally, e.g.
|
java.lang.String |
hwVersion()
Returns the device hardware version.
|
boolean |
isDefaultAvailable()
Return whether device should be made available by default.
|
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
java.net.URI deviceUri()
Device.Type type()
java.lang.String manufacturer()
java.lang.String hwVersion()
java.lang.String swVersion()
java.lang.String serialNumber()
ChassisId chassisId()
boolean isDefaultAvailable()