Keepalived

homecloud-2/Brand/Keepalived
include('homecloud-2/Brand/Keepalived')
Illustration Keepalived KeepalivedCard KeepalivedGroup
illustration for Illustration illustration for Keepalived illustration for KeepalivedCard illustration for KeepalivedGroup

Sprites

The item provides the following sriptes:

  • <$KeepalivedXs>
  • <$KeepalivedSm>
  • <$KeepalivedMd>
  • <$KeepalivedLg>

Keepalived

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('homecloud-2/bootstrap')

' loads the Item which embeds the element Keepalived
include('homecloud-2/Brand/Keepalived')

' renders the element
Keepalived('Keepalived', 'Keepalived', '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('homecloud-2/bootstrap')

' loads the Item which embeds the element Keepalived
include('homecloud-2/Brand/Keepalived')

' renders the element
Keepalived('Keepalived', 'Keepalived', 'an optional tech label', 'an optional description')
@enduml

KeepalivedCard

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('homecloud-2/bootstrap')

' loads the Item which embeds the element KeepalivedCard
include('homecloud-2/Brand/Keepalived')

' renders the element
KeepalivedCard('KeepalivedCard', 'Keepalived 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('homecloud-2/bootstrap')

' loads the Item which embeds the element KeepalivedCard
include('homecloud-2/Brand/Keepalived')

' renders the element
KeepalivedCard('KeepalivedCard', 'Keepalived Card', 'an optional description')
@enduml

KeepalivedGroup

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('homecloud-2/bootstrap')

' loads the Item which embeds the element KeepalivedGroup
include('homecloud-2/Brand/Keepalived')

' renders the element
KeepalivedGroup('KeepalivedGroup', 'Keepalived 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('homecloud-2/bootstrap')

' loads the Item which embeds the element KeepalivedGroup
include('homecloud-2/Brand/Keepalived')

' renders the element
KeepalivedGroup('KeepalivedGroup', 'Keepalived Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml