16 lines
No EOL
346 B
Text
16 lines
No EOL
346 B
Text
@startuml
|
|
|
|
class Cisco << (M,#FF7700) Model>> {
|
|
cisco_type : CharField
|
|
connection_type : CharField
|
|
current_context : CharField
|
|
enable_password : CharField
|
|
multiple_mode : BooleanField
|
|
password : CharField
|
|
port : PositiveIntegerField
|
|
protocol : CharField
|
|
rsa_limit : IntegerField
|
|
user : CharField
|
|
}
|
|
|
|
@enduml |