ServiceLocalNetworkGateways

azure-17/Item/Networking/ServiceLocalNetworkGateways
include('azure-17/Item/Networking/ServiceLocalNetworkGateways')
Illustration ServiceLocalNetworkGateways ServiceLocalNetworkGatewaysCard ServiceLocalNetworkGatewaysGroup
illustration for Illustration illustration for ServiceLocalNetworkGateways illustration for ServiceLocalNetworkGatewaysCard illustration for ServiceLocalNetworkGatewaysGroup

Sprites

The item provides the following sriptes:

  • <$ServiceLocalNetworkGatewaysXs>
  • <$ServiceLocalNetworkGatewaysSm>
  • <$ServiceLocalNetworkGatewaysMd>
  • <$ServiceLocalNetworkGatewaysLg>

ServiceLocalNetworkGateways

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

' renders the element
ServiceLocalNetworkGateways('ServiceLocalNetworkGateways', 'Service Local Network Gateways', '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 ServiceLocalNetworkGateways
include('azure-17/Item/Networking/ServiceLocalNetworkGateways')

' renders the element
ServiceLocalNetworkGateways('ServiceLocalNetworkGateways', 'Service Local Network Gateways', 'an optional tech label', 'an optional description')
@enduml

ServiceLocalNetworkGatewaysCard

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 ServiceLocalNetworkGatewaysCard
include('azure-17/Item/Networking/ServiceLocalNetworkGateways')

' renders the element
ServiceLocalNetworkGatewaysCard('ServiceLocalNetworkGatewaysCard', 'Service Local Network Gateways 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 ServiceLocalNetworkGatewaysCard
include('azure-17/Item/Networking/ServiceLocalNetworkGateways')

' renders the element
ServiceLocalNetworkGatewaysCard('ServiceLocalNetworkGatewaysCard', 'Service Local Network Gateways Card', 'an optional description')
@enduml

ServiceLocalNetworkGatewaysGroup

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 ServiceLocalNetworkGatewaysGroup
include('azure-17/Item/Networking/ServiceLocalNetworkGateways')

' renders the element
ServiceLocalNetworkGatewaysGroup('ServiceLocalNetworkGatewaysGroup', 'Service Local Network Gateways 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 ServiceLocalNetworkGatewaysGroup
include('azure-17/Item/Networking/ServiceLocalNetworkGateways')

' renders the element
ServiceLocalNetworkGatewaysGroup('ServiceLocalNetworkGatewaysGroup', 'Service Local Network Gateways Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml