Subclass of CIM_Capabilities
Capabilities is an abstract class whose subclasses describe abilities and/or potential for use. For example, one may describe the maximum number of VLANs that can be supported on a system using a subclass of Capabilities. Capabilities are tied to the elements which they describe using the ElementCapabilities association. Note that the cardinality of the ManagedElement reference is Min(1). This cardinality mandates the instantiation of the ElementCapabilities association for the referenced instance of Capabilities. ElementCapabilities describes the existence requirements for the referenced instance of ManagedElement. Specifically, the ManagedElement MUST exist and provide the context for the Capabilities. Note that Capabilities do not indicate what IS configured or operational, but what CAN or CANNOT exist, be defined or be used. Note that it is possible to describe both supported and excluded abilities and functions (both capabilities and limitations) using this class.
uint16[] SupportedAsynchronousMethods
ValueMap Values 0 CreateMount 1 ModifyMount 2 DeleteMount
uint32 CreateSetting (LMI_MountedFileSystemSetting MountSetting)
Method to create and populate an LMI_MountedFileSystemSetting instance. This removes the need to populate default settings and other settings in the context of each LMI_MountedFileSystemCapabilities (which could be numerous).
ValueMap Values 0 Success 1 Not Supported 2 Unspecified Error 3 Timeout 4 Failed 5 Invalid Parameter DMTF Reserved 32768..65535 Vendor Specific Parameters
- OUT LMI_MountedFileSystemSetting MountSetting
- Reference to the created setting instance.