Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
CurrentAccess | uint16 | |
Description | string | CurrentAccess describes the current ability of the System owning the Dependent LogicalDevice to access the shared device. This property does not model whether or not the referenced System is authorized to utilize the shared resource. It is intended to model the current sharing relationship the system has to the device. Authorization for a user or service running within the system would be modeled identical to if the resource was owned exclusively by the system. However, the ability of an authorized user to utilize a shared resource is contingent on the System having access to the shared resource.
Unknown (0) indicates that the current access of the System to the shared resource is unknown
No Access (1) indicates that the System currently does not have access to the shared resource
Exclusive Access (2) indicates that the System has exclusive access to the shared resource. The resource is effectively locked. Granting another System access to the shared resource will cause this system to lose access.
Shared Read (3) indicates that the System is accessing the resource in a read only mode. Other Systems can have concurrent access to the device of type "Shared Read" or "Shared Full"
Shared Full (4) indicates that the System is accessing the resource in read/write mode. Other Systems can have concurrent access to the device of type "Shared Read" or "Shared Full". |
ModelCorrespondence | string | CIM_SharingDependency.OtherCurrentAccess, CIM_DeviceSharingCapabilities.SupportedAccessModes |
ValueMap | string | 0, 1, 2, 3, 4, 5, .., 32768..65535 |
Values | string | Unknown, Other, No Access, Exclusive Access, Shared Read, Shared Full, DMTF Reserved, Vendor Reserved |
OtherCurrentAccess | string | |
Description | string | A string value describing CurrentAccess when it has a value of "1 (Other)". |
ModelCorrespondence | string | CIM_SharingDependency.CurrentAccess |