You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrap the CIM_AssociatedPowerManagementService service.
This service has more details about the power state of the system then the existing PowerManagementService, for example, it has the AvailableRequestedPowerStates property, which contains the set of states the system can transition to.
Further documentation about this CIM_AssociatedPowerManagementService service is available at:
Wrap the
CIM_AssociatedPowerManagementService
service.This service has more details about the power state of the system then the existing
PowerManagementService
, for example, it has theAvailableRequestedPowerStates
property, which contains the set of states the system can transition to.Further documentation about this
CIM_AssociatedPowerManagementService
service is available at:It seems this repository already includes the required message type at https://github.com/open-amt-cloud-toolkit/go-wsman-messages/blob/v2.11.1/pkg/wsman/cim/models/types.go#L431-L434
I guess this should be wrapped in a similar way to
PowerManagementService
, which is used as:So, I guess, something like this is needed:
The text was updated successfully, but these errors were encountered: