PersistentDisk
gcp/Item/PersistentDisk
include('gcp/Item/PersistentDisk')
| Illustration | PersistentDisk | PersistentDiskCard | PersistentDiskGroup |
|---|---|---|---|
![]() | ![]() | ![]() | ![]() |
Sprites
The item provides the following sriptes:
<$PersistentDiskXs><$PersistentDiskSm><$PersistentDiskMd><$PersistentDiskLg>
PersistentDisk
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 PersistentDisk
include('gcp/Item/PersistentDisk')
' renders the element
PersistentDisk('PersistentDisk', 'Persistent Disk', '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 PersistentDisk
include('gcp/Item/PersistentDisk')
' renders the element
PersistentDisk('PersistentDisk', 'Persistent Disk', 'an optional tech label', 'an optional description')
@enduml
PersistentDiskCard
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 PersistentDiskCard
include('gcp/Item/PersistentDisk')
' renders the element
PersistentDiskCard('PersistentDiskCard', 'Persistent Disk 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 PersistentDiskCard
include('gcp/Item/PersistentDisk')
' renders the element
PersistentDiskCard('PersistentDiskCard', 'Persistent Disk Card', 'an optional description')
@enduml
PersistentDiskGroup
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 PersistentDiskGroup
include('gcp/Item/PersistentDisk')
' renders the element
PersistentDiskGroup('PersistentDiskGroup', 'Persistent Disk 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 PersistentDiskGroup
include('gcp/Item/PersistentDisk')
' renders the element
PersistentDiskGroup('PersistentDiskGroup', 'Persistent Disk Group', 'an optional tech label') {
note as note
the content of the group
end note
}
@enduml



