CloudLoadBalancing
gcp/Item/CloudLoadBalancing
include('gcp/Item/CloudLoadBalancing')
Illustration | CloudLoadBalancing | CloudLoadBalancingCard | CloudLoadBalancingGroup |
---|---|---|---|
Sprites
The item provides the following sriptes:
<$CloudLoadBalancingXs>
<$CloudLoadBalancingSm>
<$CloudLoadBalancingMd>
<$CloudLoadBalancingLg>
CloudLoadBalancing
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 CloudLoadBalancing
include('gcp/Item/CloudLoadBalancing')
' renders the element
CloudLoadBalancing('CloudLoadBalancing', 'Cloud Load Balancing', '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 CloudLoadBalancing
include('gcp/Item/CloudLoadBalancing')
' renders the element
CloudLoadBalancing('CloudLoadBalancing', 'Cloud Load Balancing', 'an optional tech label', 'an optional description')
@enduml
CloudLoadBalancingCard
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 CloudLoadBalancingCard
include('gcp/Item/CloudLoadBalancing')
' renders the element
CloudLoadBalancingCard('CloudLoadBalancingCard', 'Cloud Load Balancing 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 CloudLoadBalancingCard
include('gcp/Item/CloudLoadBalancing')
' renders the element
CloudLoadBalancingCard('CloudLoadBalancingCard', 'Cloud Load Balancing Card', 'an optional description')
@enduml
CloudLoadBalancingGroup
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 CloudLoadBalancingGroup
include('gcp/Item/CloudLoadBalancing')
' renders the element
CloudLoadBalancingGroup('CloudLoadBalancingGroup', 'Cloud Load Balancing 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 CloudLoadBalancingGroup
include('gcp/Item/CloudLoadBalancing')
' renders the element
CloudLoadBalancingGroup('CloudLoadBalancingGroup', 'Cloud Load Balancing Group', 'an optional tech label') {
note as note
the content of the group
end note
}
@enduml