VolumeDisk

homecloud-2/Container/VolumeDisk
include('homecloud-2/Container/VolumeDisk')
Illustration VolumeDisk VolumeDiskCard VolumeDiskGroup
illustration for Illustration illustration for VolumeDisk illustration for VolumeDiskCard illustration for VolumeDiskGroup

Sprites

The item provides the following sriptes:

  • <$VolumeDiskXs>
  • <$VolumeDiskSm>
  • <$VolumeDiskMd>
  • <$VolumeDiskLg>

VolumeDisk

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('homecloud-2/bootstrap')

' loads the Item which embeds the element VolumeDisk
include('homecloud-2/Container/VolumeDisk')

' renders the element
VolumeDisk('VolumeDisk', 'Volume 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('homecloud-2/bootstrap')

' loads the Item which embeds the element VolumeDisk
include('homecloud-2/Container/VolumeDisk')

' renders the element
VolumeDisk('VolumeDisk', 'Volume Disk', 'an optional tech label', 'an optional description')
@enduml

VolumeDiskCard

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('homecloud-2/bootstrap')

' loads the Item which embeds the element VolumeDiskCard
include('homecloud-2/Container/VolumeDisk')

' renders the element
VolumeDiskCard('VolumeDiskCard', 'Volume 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('homecloud-2/bootstrap')

' loads the Item which embeds the element VolumeDiskCard
include('homecloud-2/Container/VolumeDisk')

' renders the element
VolumeDiskCard('VolumeDiskCard', 'Volume Disk Card', 'an optional description')
@enduml

VolumeDiskGroup

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('homecloud-2/bootstrap')

' loads the Item which embeds the element VolumeDiskGroup
include('homecloud-2/Container/VolumeDisk')

' renders the element
VolumeDiskGroup('VolumeDiskGroup', 'Volume 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('homecloud-2/bootstrap')

' loads the Item which embeds the element VolumeDiskGroup
include('homecloud-2/Container/VolumeDisk')

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