8 lines
101 B
Plaintext
8 lines
101 B
Plaintext
@startuml
|
|
|
|
class Device {
|
|
+id: string
|
|
+name: string
|
|
+model: string
|
|
+getInterfaces()
|
|
} |