ServiceDefenderMeter

azure-17/Item/Other/ServiceDefenderMeter
include('azure-17/Item/Other/ServiceDefenderMeter')
Illustration ServiceDefenderMeter ServiceDefenderMeterCard ServiceDefenderMeterGroup
illustration for Illustration illustration for ServiceDefenderMeter illustration for ServiceDefenderMeterCard illustration for ServiceDefenderMeterGroup

Sprites

The item provides the following sriptes:

  • <$ServiceDefenderMeterXs>
  • <$ServiceDefenderMeterSm>
  • <$ServiceDefenderMeterMd>
  • <$ServiceDefenderMeterLg>

ServiceDefenderMeter

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 ServiceDefenderMeter
include('azure-17/Item/Other/ServiceDefenderMeter')

' renders the element
ServiceDefenderMeter('ServiceDefenderMeter', 'Service Defender Meter', '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 ServiceDefenderMeter
include('azure-17/Item/Other/ServiceDefenderMeter')

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

ServiceDefenderMeterCard

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 ServiceDefenderMeterCard
include('azure-17/Item/Other/ServiceDefenderMeter')

' renders the element
ServiceDefenderMeterCard('ServiceDefenderMeterCard', 'Service Defender Meter 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 ServiceDefenderMeterCard
include('azure-17/Item/Other/ServiceDefenderMeter')

' renders the element
ServiceDefenderMeterCard('ServiceDefenderMeterCard', 'Service Defender Meter Card', 'an optional description')
@enduml

ServiceDefenderMeterGroup

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 ServiceDefenderMeterGroup
include('azure-17/Item/Other/ServiceDefenderMeter')

' renders the element
ServiceDefenderMeterGroup('ServiceDefenderMeterGroup', 'Service Defender Meter 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 ServiceDefenderMeterGroup
include('azure-17/Item/Other/ServiceDefenderMeter')

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