summaryrefslogtreecommitdiffstats
path: root/doc/admin/power/pic/powermanagement.uml
blob: ab4bb638c59900f94fe173012a189162562b25f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@startuml

object "CIM_ComputerSystem" as cs

object "LMI_PowerManagementService" as pms
pms : RequestPowerStateChange()

object "LMI_PowerManagementCapabilities" as pmc
pmc : PowerStatesSupportedValues = [OffSoftGraceful, OffSoft, ...]

cs -- pms : LMI_AssociatedPowerManagementService
pms -- cs : LMI_HostedPowerManagementService
pms -- pmc : LMI_ElementCapabilities

@enduml