PolicyAnalyzer

gcp/Item/PolicyAnalyzer
include('gcp/Item/PolicyAnalyzer')
Illustration PolicyAnalyzer PolicyAnalyzerCard PolicyAnalyzerGroup
illustration for Illustration illustration for PolicyAnalyzer illustration for PolicyAnalyzerCard illustration for PolicyAnalyzerGroup

Sprites

The item provides the following sriptes:

  • <$PolicyAnalyzerXs>
  • <$PolicyAnalyzerSm>
  • <$PolicyAnalyzerMd>
  • <$PolicyAnalyzerLg>

PolicyAnalyzer

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

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

' renders the element
PolicyAnalyzer('PolicyAnalyzer', 'Policy Analyzer', 'an optional tech label', 'an optional description')
@enduml

PolicyAnalyzerCard

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

' renders the element
PolicyAnalyzerCard('PolicyAnalyzerCard', 'Policy Analyzer 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 PolicyAnalyzerCard
include('gcp/Item/PolicyAnalyzer')

' renders the element
PolicyAnalyzerCard('PolicyAnalyzerCard', 'Policy Analyzer Card', 'an optional description')
@enduml

PolicyAnalyzerGroup

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

' renders the element
PolicyAnalyzerGroup('PolicyAnalyzerGroup', 'Policy Analyzer 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 PolicyAnalyzerGroup
include('gcp/Item/PolicyAnalyzer')

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