ServiceDefenderRtu

azure-17/Item/Other/ServiceDefenderRtu
include('azure-17/Item/Other/ServiceDefenderRtu')
Illustration ServiceDefenderRtu ServiceDefenderRtuCard ServiceDefenderRtuGroup
illustration for Illustration illustration for ServiceDefenderRtu illustration for ServiceDefenderRtuCard illustration for ServiceDefenderRtuGroup

Sprites

The item provides the following sriptes:

  • <$ServiceDefenderRtuXs>
  • <$ServiceDefenderRtuSm>
  • <$ServiceDefenderRtuMd>
  • <$ServiceDefenderRtuLg>

ServiceDefenderRtu

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('azure-17/bootstrap')

' loads the Item which embeds the element ServiceDefenderRtu
include('azure-17/Item/Other/ServiceDefenderRtu')

' renders the element
ServiceDefenderRtu('ServiceDefenderRtu', 'Service Defender Rtu', 'an optional tech label', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('azure-17/bootstrap')

' loads the Item which embeds the element ServiceDefenderRtu
include('azure-17/Item/Other/ServiceDefenderRtu')

' renders the element
ServiceDefenderRtu('ServiceDefenderRtu', 'Service Defender Rtu', 'an optional tech label', 'an optional description')
@enduml

ServiceDefenderRtuCard

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('azure-17/bootstrap')

' loads the Item which embeds the element ServiceDefenderRtuCard
include('azure-17/Item/Other/ServiceDefenderRtu')

' renders the element
ServiceDefenderRtuCard('ServiceDefenderRtuCard', 'Service Defender Rtu Card', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('azure-17/bootstrap')

' loads the Item which embeds the element ServiceDefenderRtuCard
include('azure-17/Item/Other/ServiceDefenderRtu')

' renders the element
ServiceDefenderRtuCard('ServiceDefenderRtuCard', 'Service Defender Rtu Card', 'an optional description')
@enduml

ServiceDefenderRtuGroup

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('azure-17/bootstrap')

' loads the Item which embeds the element ServiceDefenderRtuGroup
include('azure-17/Item/Other/ServiceDefenderRtu')

' renders the element
ServiceDefenderRtuGroup('ServiceDefenderRtuGroup', 'Service Defender Rtu Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('azure-17/bootstrap')

' loads the Item which embeds the element ServiceDefenderRtuGroup
include('azure-17/Item/Other/ServiceDefenderRtu')

' renders the element
ServiceDefenderRtuGroup('ServiceDefenderRtuGroup', 'Service Defender Rtu Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml