/*NOCHKSRC*/ //============================================================================== // // PLEASE DO NOT EDIT THIS FILE; IT WAS AUTOMATICALLY GENERATED BY GENCLASS. // //============================================================================== #ifndef _cimple_CIM_StorageRedundancySet_h #define _cimple_CIM_StorageRedundancySet_h #include #include "CIM_RedundancySet.h" CIMPLE_NAMESPACE_BEGIN class CIM_StorageRedundancySet : public Instance { public: // CIM_ManagedElement features: Property Caption; Property Description; Property ElementName; // CIM_Collection features: // CIM_SystemSpecificCollection features: Property InstanceID; // KEY // CIM_RedundancySet features: Property RedundancyStatus; Property TypeOfSet; Property MinNumberNeeded; Property MaxNumberSupported; Property VendorIdentifyingInfo; Property OtherTypeOfSet; Property LoadBalanceAlgorithm; Property OtherLoadBalanceAlgorithm; // CIM_StorageRedundancySet features: Property TypeOfAlgorithm; Property OtherAlgorithm; CIMPLE_CLASS(CIM_StorageRedundancySet) }; typedef CIM_RedundancySet_Failover_method CIM_StorageRedundancySet_Failover_method; CIMPLE_NAMESPACE_END #endif /* _cimple_CIM_StorageRedundancySet_h */