/*NOCHKSRC*/ //============================================================================== // // PLEASE DO NOT EDIT THIS FILE; IT WAS AUTOMATICALLY GENERATED BY GENCLASS. // //============================================================================== #ifndef _cimple_CIM_RedundancySet_h #define _cimple_CIM_RedundancySet_h #include #include "CIM_SystemSpecificCollection.h" #include "CIM_ManagedElement.h" #include "CIM_ManagedElement.h" CIMPLE_NAMESPACE_BEGIN class CIM_RedundancySet : 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; CIMPLE_CLASS(CIM_RedundancySet) }; class CIM_RedundancySet_Failover_method : public Instance { public: CIM_ManagedElement* FailoverFrom; CIM_ManagedElement* FailoverTo; Property return_value; CIMPLE_METHOD(CIM_RedundancySet_Failover_method) }; CIMPLE_NAMESPACE_END #endif /* _cimple_CIM_RedundancySet_h */