Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The deployment Inventory Model is represented in the class diagram below

Image Added

Expand
titleClick here to view plantUML...

@startuml
Class Deployment {
     deploymentID : string
     deploymentTenant : string
     serviceConfigID : string
     resourceConfigID : string
     hostingOcloudID : string
     hostingOcloudDMSID : string
     hostedOCloudLocation : string
}

Deployment -left- Tenant : uses >
Deployment -- OCloud : deployed on >
Deployment -- DeploymentService : managed by >
Deployment -- Location : uses resources at >
Deployment -- ResourceConfiguration : with configuration >
Deployment -right- ServiceConfiguration : for service with >

@enduml

...