CIM_ActsAsSpare class
The CIM_ActsAsSpare association indicates which elements can be spares or replace other aggregated elements. A spare can operate in "hot-standby" mode as specified on an element-by-element basis.
Importanti
The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.
[Abstract, Association, UUID("{64C1726E-DB21-11d2-85FC-0000F8102E5F}"), AMENDMENT]
class CIM_ActsAsSpare
{
CIM_SpareGroup REF Group;
boolean HotStandby;
CIM_ManagedSystemElement REF Spare;
};
The CIM_ActsAsSpare class has these types of members:
The CIM_ActsAsSpare class has these properties.
-
Group
-
-
Data type: CIM_SpareGroup
-
Access type: Read-only
Reference to the Group property that represents the CIM_SpareGroup class.
-
-
HotStandby
-
-
Data type: boolean
-
Access type: Read-only
If TRUE, the spare is operating as a hot standby.
-
-
Spare
-
-
Data type: CIM_ManagedSystemElement
-
Access type: Read-only
Reference to a managed system element acting as a spare and participating in the spare group.
-
WMI does not implement this class.
This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\CIMV2 |
MOF |
|
DLL |
|