Memorystore

gcp/Item/Memorystore
include('gcp/Item/Memorystore')
Illustration Memorystore MemorystoreCard MemorystoreGroup
illustration for Illustration illustration for Memorystore illustration for MemorystoreCard illustration for MemorystoreGroup

Sprites

The item provides the following sriptes:

  • <$MemorystoreXs>
  • <$MemorystoreSm>
  • <$MemorystoreMd>
  • <$MemorystoreLg>

Memorystore

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 Memorystore
include('gcp/Item/Memorystore')

' renders the element
Memorystore('Memorystore', 'Memorystore', '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 Memorystore
include('gcp/Item/Memorystore')

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

MemorystoreCard

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 MemorystoreCard
include('gcp/Item/Memorystore')

' renders the element
MemorystoreCard('MemorystoreCard', 'Memorystore 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 MemorystoreCard
include('gcp/Item/Memorystore')

' renders the element
MemorystoreCard('MemorystoreCard', 'Memorystore Card', 'an optional description')
@enduml

MemorystoreGroup

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 MemorystoreGroup
include('gcp/Item/Memorystore')

' renders the element
MemorystoreGroup('MemorystoreGroup', 'Memorystore 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 MemorystoreGroup
include('gcp/Item/Memorystore')

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