PartnerInterconnect

gcp/Item/PartnerInterconnect
include('gcp/Item/PartnerInterconnect')
Illustration PartnerInterconnect PartnerInterconnectCard PartnerInterconnectGroup
illustration for Illustration illustration for PartnerInterconnect illustration for PartnerInterconnectCard illustration for PartnerInterconnectGroup

Sprites

The item provides the following sriptes:

  • <$PartnerInterconnectXs>
  • <$PartnerInterconnectSm>
  • <$PartnerInterconnectMd>
  • <$PartnerInterconnectLg>

PartnerInterconnect

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

' renders the element
PartnerInterconnect('PartnerInterconnect', 'Partner Interconnect', '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 PartnerInterconnect
include('gcp/Item/PartnerInterconnect')

' renders the element
PartnerInterconnect('PartnerInterconnect', 'Partner Interconnect', 'an optional tech label', 'an optional description')
@enduml

PartnerInterconnectCard

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

' renders the element
PartnerInterconnectCard('PartnerInterconnectCard', 'Partner Interconnect 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 PartnerInterconnectCard
include('gcp/Item/PartnerInterconnect')

' renders the element
PartnerInterconnectCard('PartnerInterconnectCard', 'Partner Interconnect Card', 'an optional description')
@enduml

PartnerInterconnectGroup

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

' renders the element
PartnerInterconnectGroup('PartnerInterconnectGroup', 'Partner Interconnect 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 PartnerInterconnectGroup
include('gcp/Item/PartnerInterconnect')

' renders the element
PartnerInterconnectGroup('PartnerInterconnectGroup', 'Partner Interconnect Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml