White Papers

Virtual Media Profile
Version 1.0.0a 31
c) the CIM_SAPAvailableForElement associations between CIM_USBRedirectionSAP and
CIM_USBDevice
d) any CIM_BindsTo associations between CIM_USBRedirectionSAP and
CIM_ProtocolEndpoint.
e) any CIM_RemoteAccessAvailableToElement association between
CIM_USBRedirectionSAP and CIM_RemoteServiceAccessPoint
If the CIM_USBRedirectionSAP was associated to an instance of CIM_ProtocolEndpoint, and
the instance of CIM_ProtocolEndpoint was created by
DCIM_OEMVirtualMediaService.CreateRedirectionSAP(), delete the instance of
CIM_ProtocolEndpoint.
If the CIM_USBRedirectionSAP is associated to an instance of
CIM_RemoteServiceAccessPoint and the instance of CIM_RemoteServiceAccessPoint was
created by DCIM_OEMVirtualMediaService.CreateRedirectionSAP(), delete the instance of
CIM_RemoteServiceAccessPoint.
Deletes the instance of CIM_USBRedirectionSAP
When the DeleteUSBDevices parameter is TRUE, the method shall perform the following for each
instance of CIM_USBDevice created by DCIM_OEMVirtualMediaService.CreateRedirectionSAP method
and associated to the instance of CIM_USBRedirectionSAP referenced by the parameter RedirectionSAP
Delete the instance of CIM_ServiceAffectsElement association between the CIM_USBDevice
and the DCIM_OEMVirtualMediaService.
Delete the instance of USBDevice
Detailed requirements of the method are specified in Table 7 and Table 8.
No sta
ndard messages are defined.
Table 9 – DCIM_OEMVirtualMediaService.DeleteRedirectionSAP(
) Method: Return Code Values
Value Description
0 Request was successfully executed.
1 Method is unsupported.
2 Error occurred.
4096 Job started: REF returned to started CIM_ConcreteJob.
Table 10 – DCIM_OEMVirtualMediaService.DeleteRedirectionSAP( ) Method: Parameters
Qualifiers Name Type Description/Values
IN RedirectionSAP
CIM_USBRedirectionSAP
REF
Redirection SAP to delete.
IN DeleteUSBDevices boolean
Delete USB Devices associated
through session.
OUT Job CIM_ConcreteJob REF Returned if job started
8.6 CIM_USBRedirectionSAP.RequestStateChange( )
Invocation of the RequestStateChange( ) method changes the element’s state to the value specified in the
RequestedState parameter. The 2 (Enabled), 3 (Disabled), and 6 (Offline) values of the RequestedState
parameter shall correspond to enabled, disabled, and offline requested states for the SAP, respectively.
Detailed requirements of the RequestStateChange(
) method are specified in Table 11 and Table 12.