CertificateAuthorityService

gcp/Item/CertificateAuthorityService
include('gcp/Item/CertificateAuthorityService')
Illustration CertificateAuthorityService CertificateAuthorityServiceCard CertificateAuthorityServiceGroup
illustration for Illustration illustration for CertificateAuthorityService illustration for CertificateAuthorityServiceCard illustration for CertificateAuthorityServiceGroup

Sprites

The item provides the following sriptes:

  • <$CertificateAuthorityServiceXs>
  • <$CertificateAuthorityServiceSm>
  • <$CertificateAuthorityServiceMd>
  • <$CertificateAuthorityServiceLg>

CertificateAuthorityService

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

' renders the element
CertificateAuthorityService('CertificateAuthorityService', 'Certificate Authority Service', '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 CertificateAuthorityService
include('gcp/Item/CertificateAuthorityService')

' renders the element
CertificateAuthorityService('CertificateAuthorityService', 'Certificate Authority Service', 'an optional tech label', 'an optional description')
@enduml

CertificateAuthorityServiceCard

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

' renders the element
CertificateAuthorityServiceCard('CertificateAuthorityServiceCard', 'Certificate Authority Service 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 CertificateAuthorityServiceCard
include('gcp/Item/CertificateAuthorityService')

' renders the element
CertificateAuthorityServiceCard('CertificateAuthorityServiceCard', 'Certificate Authority Service Card', 'an optional description')
@enduml

CertificateAuthorityServiceGroup

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

' renders the element
CertificateAuthorityServiceGroup('CertificateAuthorityServiceGroup', 'Certificate Authority Service 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 CertificateAuthorityServiceGroup
include('gcp/Item/CertificateAuthorityService')

' renders the element
CertificateAuthorityServiceGroup('CertificateAuthorityServiceGroup', 'Certificate Authority Service Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml