SUMMARY: NESTED | FIELD | | METHOD |
DETAIL: FIELD | METHOD |
CIM_ManagedElement
Abstract class CIM_ManagedElement
General Information:
ManagedElement is an abstract class that provides a common superclass (or top of the inheritance tree) for the non-association classes in the CIM Schema.
Qualifiers:
-------------
Abstract
Version=2.10.0
UMLPackagePath=CIM::Core::CoreElements
Supported Fields Summary | |
---|---|
string |
Caption
The Caption property is a short textual description (one- line string) of the object. |
string |
Description
The Description property provides a textual description of the object. |
string |
ElementName
A user-friendly name for the object . . . |
Methods Summary | |
---|---|
|
Create(Instance, ResourceCreated)
Creates a new instance of this class |
|
Put(Instance)
Changes properties of the selected instance |
|
Get(Instance)
Gets the representation of the instance |
|
Delete()
Deletes an instance |
|
Pull(EnumerationContext, MaxElements)
Pulls instances of this class, following an Enumerate operation |
|
Enumerate()
Enumerates the instances of this class |
|
Release(EnumerationContext)
Releases an enumeration context |
|
Subscribe()
Subscribes to this resource (WS-Eventing) |
|
Unsubscribe()
Remove subscription to this resource (WS-Eventing) |
Field Detail |
---|
public string Caption
public string Description
public string ElementName
Method Detail |
---|
public Create([IN]CIM_ManagedElement Instance, [OUT] REF CIM_ManagedElement ResourceCreated)
public Put([IN]CIM_ManagedElement Instance)
public Get([OUT]CIM_ManagedElement Instance)
public Delete()
public Pull([IN]String EnumerationContext, [IN]String MaxElements)
public Enumerate()
public Release([IN]String EnumerationContext)
public Subscribe()
public Unsubscribe()
SUMMARY: NESTED | FIELD | METHOD |
DETAIL: FIELD | METHOD |