CloudExternalIpAddresses

gcp/Item/CloudExternalIpAddresses
include('gcp/Item/CloudExternalIpAddresses')
Illustration CloudExternalIpAddresses CloudExternalIpAddressesCard CloudExternalIpAddressesGroup
illustration for Illustration illustration for CloudExternalIpAddresses illustration for CloudExternalIpAddressesCard illustration for CloudExternalIpAddressesGroup

Sprites

The item provides the following sriptes:

  • <$CloudExternalIpAddressesXs>
  • <$CloudExternalIpAddressesSm>
  • <$CloudExternalIpAddressesMd>
  • <$CloudExternalIpAddressesLg>

CloudExternalIpAddresses

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

' renders the element
CloudExternalIpAddresses('CloudExternalIpAddresses', 'Cloud External Ip Addresses', '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 CloudExternalIpAddresses
include('gcp/Item/CloudExternalIpAddresses')

' renders the element
CloudExternalIpAddresses('CloudExternalIpAddresses', 'Cloud External Ip Addresses', 'an optional tech label', 'an optional description')
@enduml

CloudExternalIpAddressesCard

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

' renders the element
CloudExternalIpAddressesCard('CloudExternalIpAddressesCard', 'Cloud External Ip Addresses 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 CloudExternalIpAddressesCard
include('gcp/Item/CloudExternalIpAddresses')

' renders the element
CloudExternalIpAddressesCard('CloudExternalIpAddressesCard', 'Cloud External Ip Addresses Card', 'an optional description')
@enduml

CloudExternalIpAddressesGroup

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

' renders the element
CloudExternalIpAddressesGroup('CloudExternalIpAddressesGroup', 'Cloud External Ip Addresses 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 CloudExternalIpAddressesGroup
include('gcp/Item/CloudExternalIpAddresses')

' renders the element
CloudExternalIpAddressesGroup('CloudExternalIpAddressesGroup', 'Cloud External Ip Addresses Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml