Class CIM_ManagedElement

CIM_ManagedElement

Known Subclasses:
CIM_Collection CIM_Role CIM_FilterCollection AMT_TLSProtocolEndpointCollection CIM_StatisticalData IPS_WatchDogAction IPS_HostBootReason CIM_RegisteredProfile CIM_Privilege CIM_AuthorizedPrivilege CIM_ManagedSystemElement CIM_PhysicalElement CIM_PhysicalComponent CIM_Chip CIM_PhysicalMemory CIM_PhysicalPackage CIM_Card CIM_PhysicalFrame CIM_Chassis CIM_PhysicalConnector CIM_LogicalElement CIM_Job CIM_ConcreteJob CIM_SoftwareFeature CIM_BIOSFeature CIM_SoftwareIdentity AMT_FilterEntryBase AMT_NetworkFilter AMT_ComplexFilterEntryBase AMT_IPHeadersFilter AMT_Hdr8021Filter CIM_EnabledLogicalElement CIM_Log AMT_AuditLog CIM_RecordLog IPS_ProvisioningRecordLog CIM_MessageLog AMT_MessageLog CIM_Service CIM_RedirectionService AMT_ThirdPartyDataStorageService AMT_RemoteAccessService CIM_OpaqueManagementDataService AMT_EventManagerService CIM_PowerManagementService IPS_PowerManagementService AMT_AuthorizationService AMT_SystemDefenseService AMT_EndpointAccessControlService AMT_UserInitiatedConnectionService AMT_AssetTableService AMT_ThirdPartyDataStorageAdministrationService IPS_ScreenConfigurationService AMT_RedirectionService CIM_IndicationService AMT_WebUIService AMT_TimeSynchronizationService CIM_SecurityService CIM_AuthenticationService CIM_CredentialManagementService AMT_SetupAndConfigurationService AMT_PublicKeyManagementService CIM_AccountManagementService CIM_AuthorizationService CIM_PrivilegeManagementService CIM_RoleBasedAuthorizationService IPS_HostBasedSetupService AMT_AgentPresenceService IPS_SecIOService CIM_BootService IPS_OptInService CIM_NetworkPortConfigurationService AMT_WiFiPortConfigurationService AMT_AlarmClockService CIM_LogicalDevice CIM_MediaAccessDevice CIM_Processor CIM_StorageExtent CIM_Memory CIM_OpaqueManagementData CIM_PowerSupply CIM_Controller CIM_PCIController AMT_PCIDevice CIM_Sensor CIM_LogicalPort CIM_NetworkPort CIM_EthernetPort CIM_WiFiPort CIM_Watchdog AMT_AgentPresenceWatchdog CIM_CoolingDevice CIM_Fan CIM_Battery CIM_System CIM_ComputerSystem CIM_AdminDomain CIM_ServiceAccessPoint CIM_ProtocolEndpoint AMT_TLSProtocolEndpoint CIM_LANEndpoint IPS_LANEndpoint CIM_WiFiEndpoint CIM_KVMRedirectionSAP CIM_RemoteServiceAccessPoint CIM_RemotePort AMT_EventSubscriber AMT_SNMPEventSubscriber AMT_ManagementPresenceRemoteSAP CIM_Account CIM_SoftwareElement CIM_BIOSElement CIM_ListenerDestination CIM_ListenerDestinationWSManagement CIM_SettingData AMT_8021XProfile AMT_CRL AMT_EnvironmentDetectionSettingData IPS_IPv6PortSettings CIM_IEEE8021xSettings IPS_IEEE8021xSettings CIM_BootSourceSetting IPS_HostIPSettings IPS_ScreenSettingData AMT_GeneralSettings IPS_KVMRedirectionSettingData AMT_TLSSettingData CIM_WiFiEndpointSettings CIM_BootConfigSetting AMT_KerberosSettingData AMT_SystemPowerScheme AMT_EthernetPortSettings CIM_BootSettingData AMT_BootSettingData AMT_PETFilterSetting AMT_SystemDefensePolicy CIM_Policy CIM_PolicyCondition AMT_StateTransitionCondition CIM_PolicyAction AMT_AgentPresenceWatchdogAction CIM_PolicySet CIM_PolicyRule AMT_RemoteAccessPolicyRule AMT_AuditPolicyRule CIM_Credential AMT_ProvisioningCertificateHash CIM_SharedCredential AMT_MPSUsernamePassword AMT_PublicPrivateKeyPair AMT_PublicKeyCertificate CIM_RecordForLog CIM_LogEntry AMT_EventLogEntry IPS_ProvisioningAuditRecord IPS_AdminProvisioningRecord IPS_ManualProvisioningRecord IPS_DALProvisioningRecord IPS_TLSProvisioningRecord IPS_ClientProvisioningRecord IPS_AlarmClockOccurrence AMT_AssetTable CIM_Location CIM_Capabilities CIM_IEEE8021xCapabilities CIM_PrivilegeManagementCapabilities CIM_RoleBasedManagementCapabilities CIM_EnabledLogicalElementCapabilities CIM_OpaqueManagementDataCapabilities CIM_WiFiEndpointCapabilities CIM_LogicalPortCapabilities CIM_NetworkPortCapabilities CIM_WiFiPortCapabilities CIM_AccountManagementCapabilities CIM_PowerManagementCapabilities IPS_PowerManagementCapabilities AMT_RemoteAccessCapabilities AMT_BootCapabilities AMT_GeneralSystemDefenseCapabilities AMT_PublicKeyManagementCapabilities AMT_CryptographicCapabilities AMT_AgentPresenceCapabilities AMT_PETCapabilities AMT_NetworkPortSystemDefenseCapabilities CIM_Identity CIM_RemoteIdentity

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.19.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

Caption

public string Caption
General Information:
The Caption property is a short textual description (one- line string) of the object.

Qualifiers:
-------------
MaxLen=64


Description

public string Description
General Information:
The Description property provides a textual description of the object.

Qualifiers:
-------------
MaxLen=256


ElementName

public string ElementName
General Information:
A user-friendly name for the object. This property allows each instance to define a user-friendly name in addition to its key properties, identity data, and description information.
Note that the Name property of ManagedSystemElement is also defined as a user-friendly name. But, it is often subclassed to be a Key. It is not reasonable that the same property can convey both identity and a user-friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information can be present in both the Name and ElementName properties. Note that if there is an associated instance of CIM_EnabledLogicalElementCapabilities, restrictions on this properties may exist as defined in ElementNameMask and MaxElementNameLen properties defined in that class.

Qualifiers:
-------------
MaxLen=256


Method Detail

Create

public  Create([IN]CIM_ManagedElement Instance, [OUT] REF CIM_ManagedElement ResourceCreated)
Permission Information:
No permissions defined

General Information:
Creates a new instance of this class

Product Specific Usage:
The following properties must be included in any representation of CIM_ManagedElement:



Put

public  Put([IN]CIM_ManagedElement Instance)
Permission Information:
No permissions defined

General Information:
Changes properties of the selected instance

Product Specific Usage:
The following properties must be included in any representation of CIM_ManagedElement:



Get

public  Get([OUT]CIM_ManagedElement Instance)
Permission Information:
No permissions defined

General Information:
Gets the representation of the instance

Delete

public  Delete()
Permission Information:
No permissions defined

General Information:
Deletes an instance

Pull

public  Pull([IN]String EnumerationContext, [IN]String MaxElements)
Permission Information:
All users permitted to use method, only instances to whom the user has permissions will be returned

General Information:
Pulls instances of this class, following an Enumerate operation

Enumerate

public  Enumerate()
Permission Information:
All users permitted to use method

General Information:
Enumerates the instances of this class

Release

public  Release([IN]String EnumerationContext)
Permission Information:
All users permitted to use method

General Information:
Releases an enumeration context

Subscribe

public  Subscribe()
Permission Information:
No permissions defined

General Information:
Subscribes to this resource (WS-Eventing)

Unsubscribe

public  Unsubscribe()
Permission Information:
No permissions defined

General Information:
Remove subscription to this resource (WS-Eventing)

Copyright © 2006-2022, Intel Corporation. All rights reserved.