CloudAssetInventory

gcp/Item/CloudAssetInventory
include('gcp/Item/CloudAssetInventory')
Illustration CloudAssetInventory CloudAssetInventoryCard CloudAssetInventoryGroup
illustration for Illustration illustration for CloudAssetInventory illustration for CloudAssetInventoryCard illustration for CloudAssetInventoryGroup

Sprites

The item provides the following sriptes:

  • <$CloudAssetInventoryXs>
  • <$CloudAssetInventorySm>
  • <$CloudAssetInventoryMd>
  • <$CloudAssetInventoryLg>

CloudAssetInventory

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

' renders the element
CloudAssetInventory('CloudAssetInventory', 'Cloud Asset Inventory', '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 CloudAssetInventory
include('gcp/Item/CloudAssetInventory')

' renders the element
CloudAssetInventory('CloudAssetInventory', 'Cloud Asset Inventory', 'an optional tech label', 'an optional description')
@enduml

CloudAssetInventoryCard

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

' renders the element
CloudAssetInventoryCard('CloudAssetInventoryCard', 'Cloud Asset Inventory 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 CloudAssetInventoryCard
include('gcp/Item/CloudAssetInventory')

' renders the element
CloudAssetInventoryCard('CloudAssetInventoryCard', 'Cloud Asset Inventory Card', 'an optional description')
@enduml

CloudAssetInventoryGroup

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

' renders the element
CloudAssetInventoryGroup('CloudAssetInventoryGroup', 'Cloud Asset Inventory 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 CloudAssetInventoryGroup
include('gcp/Item/CloudAssetInventory')

' renders the element
CloudAssetInventoryGroup('CloudAssetInventoryGroup', 'Cloud Asset Inventory Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml