aboutsummaryrefslogtreecommitdiffstats
path: root/docs/clamp/acm/plantuml/states/AcElementInstanceStatesOnRuntime.puml
diff options
context:
space:
mode:
authorAdheli Tavares <adheli.tavares@est.tech>2024-02-27 14:26:21 +0000
committerGerrit Code Review <gerrit@onap.org>2024-02-27 14:26:21 +0000
commit5c5c3f33e18a06d6a2f6bb4343ea16a30ecc84b3 (patch)
tree207b3ab134b53b3313e40bdcdc6b0410f10893bf /docs/clamp/acm/plantuml/states/AcElementInstanceStatesOnRuntime.puml
parent091e7765d4eb791e4acabbcdcc7adcf2c39116f4 (diff)
parent87ffab8a9b0c1b1b8e2e67b7ad192c61ddd235ce (diff)
Merge "Update documentation for composition and instance states"
Diffstat (limited to 'docs/clamp/acm/plantuml/states/AcElementInstanceStatesOnRuntime.puml')
-rw-r--r--docs/clamp/acm/plantuml/states/AcElementInstanceStatesOnRuntime.puml12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/clamp/acm/plantuml/states/AcElementInstanceStatesOnRuntime.puml b/docs/clamp/acm/plantuml/states/AcElementInstanceStatesOnRuntime.puml
index c27b320c..13faeacf 100644
--- a/docs/clamp/acm/plantuml/states/AcElementInstanceStatesOnRuntime.puml
+++ b/docs/clamp/acm/plantuml/states/AcElementInstanceStatesOnRuntime.puml
@@ -3,20 +3,24 @@
[*] --> UNDEPLOYED: Create
UNDEPLOYED --> [*]: Delete
UNDEPLOYED --> DEPLOYING: Deploy
-DEPLOYING --> DEPLOYED: AC Element\nInstance DEPLOYED
+DEPLOYING --> DEPLOYED: AC Instance\nElement DEPLOYED
DEPLOYING --> UNDEPLOYING: Undeploy
DEPLOYED --> UNDEPLOYING: Undeploy
-UNDEPLOYING --> UNDEPLOYED: AC Element\nInstance UNDEPLOYED
+DEPLOYED --> UPDATING: Update
+DEPLOYED --> MIGRATING: Migrate
+MIGRATING --> DEPLOYED: AC Instance\nElement MIGRATED
+UNDEPLOYING --> UNDEPLOYED: AC Instance\nElement UNDEPLOYED
+UNDEPLOYING --> UNDEPLOYED: AC Instance\nElement UNDEPLOYED
state DEPLOYED {
[*] --> LOCKED: Deploy
LOCKED --> [*]: Undeploy
LOCKED --> UNLOCKING: Unlock
- UNLOCKING --> UNLOCKED: AC Element\nInstance UNLOCKED
+ UNLOCKING --> UNLOCKED: AC Instance\nElement UNLOCKED
UNLOCKED --> LOCKING: Lock
UNLOCKING --> LOCKING: Lock
- LOCKING --> LOCKED: AC Element\nInstance LOCKED
+ LOCKING --> LOCKED: AC Instance\nElement LOCKED
}
@enduml