CloudAuditLogs

gcp/Item/CloudAuditLogs
include('gcp/Item/CloudAuditLogs')
Illustration CloudAuditLogs CloudAuditLogsCard CloudAuditLogsGroup
illustration for Illustration illustration for CloudAuditLogs illustration for CloudAuditLogsCard illustration for CloudAuditLogsGroup

Sprites

The item provides the following sriptes:

  • <$CloudAuditLogsXs>
  • <$CloudAuditLogsSm>
  • <$CloudAuditLogsMd>
  • <$CloudAuditLogsLg>

CloudAuditLogs

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

' renders the element
CloudAuditLogs('CloudAuditLogs', 'Cloud Audit Logs', '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 CloudAuditLogs
include('gcp/Item/CloudAuditLogs')

' renders the element
CloudAuditLogs('CloudAuditLogs', 'Cloud Audit Logs', 'an optional tech label', 'an optional description')
@enduml

CloudAuditLogsCard

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

' renders the element
CloudAuditLogsCard('CloudAuditLogsCard', 'Cloud Audit Logs 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 CloudAuditLogsCard
include('gcp/Item/CloudAuditLogs')

' renders the element
CloudAuditLogsCard('CloudAuditLogsCard', 'Cloud Audit Logs Card', 'an optional description')
@enduml

CloudAuditLogsGroup

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

' renders the element
CloudAuditLogsGroup('CloudAuditLogsGroup', 'Cloud Audit Logs 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 CloudAuditLogsGroup
include('gcp/Item/CloudAuditLogs')

' renders the element
CloudAuditLogsGroup('CloudAuditLogsGroup', 'Cloud Audit Logs Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml