sandbox/drawings/cisco asa/urls.puml
2025-01-24 10:50:14 +03:00

12 lines
No EOL
362 B
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@startuml
' map "URL без имени устройства" as no_man {
' usergate => manufacturer
' {pk} => Primary key of model instance in database
' }
map "URL с конкретизацией имени устройства" as man {
cisco => manufacturer
asa => "Device name"
{pk} => Primary key of model instance in database
}
@enduml