NetworkTiers
gcp/Item/NetworkTiers
include('gcp/Item/NetworkTiers')
Illustration | NetworkTiers | NetworkTiersCard | NetworkTiersGroup |
---|---|---|---|
Sprites
The item provides the following sriptes:
<$NetworkTiersXs>
<$NetworkTiersSm>
<$NetworkTiersMd>
<$NetworkTiersLg>
NetworkTiers
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('gcp/bootstrap')
' loads the Item which embeds the element NetworkTiers
include('gcp/Item/NetworkTiers')
' renders the element
NetworkTiers('NetworkTiers', 'Network Tiers', '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('gcp/bootstrap')
' loads the Item which embeds the element NetworkTiers
include('gcp/Item/NetworkTiers')
' renders the element
NetworkTiers('NetworkTiers', 'Network Tiers', 'an optional tech label', 'an optional description')
@enduml
NetworkTiersCard
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('gcp/bootstrap')
' loads the Item which embeds the element NetworkTiersCard
include('gcp/Item/NetworkTiers')
' renders the element
NetworkTiersCard('NetworkTiersCard', 'Network Tiers 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('gcp/bootstrap')
' loads the Item which embeds the element NetworkTiersCard
include('gcp/Item/NetworkTiers')
' renders the element
NetworkTiersCard('NetworkTiersCard', 'Network Tiers Card', 'an optional description')
@enduml
NetworkTiersGroup
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('gcp/bootstrap')
' loads the Item which embeds the element NetworkTiersGroup
include('gcp/Item/NetworkTiers')
' renders the element
NetworkTiersGroup('NetworkTiersGroup', 'Network Tiers 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('gcp/bootstrap')
' loads the Item which embeds the element NetworkTiersGroup
include('gcp/Item/NetworkTiers')
' renders the element
NetworkTiersGroup('NetworkTiersGroup', 'Network Tiers Group', 'an optional tech label') {
note as note
the content of the group
end note
}
@enduml