DSCResources/DCPP_MiscellaneousDevices/DCPP_MiscellaneousDevices.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("MiscellaneousDevices")] class DCPP_MiscellaneousDevices : OMI_BaseResource { [Key] String Category; [Write, Description("DedicatedGPS"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string DedicatedGPS; [Write, Description("PciSlots"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string PciSlots; [Write, Description("ModuleBayDevice"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string ModuleBayDevice; [Write, Description("ExpressCard"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string ExpressCard; [Write, Description("EsataPorts"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string EsataPorts; [Write, Description("Camera"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string Camera; [Write, Description("Camera2"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string Camera2; [Write, Description("HdFreeFallProtect"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string HdFreeFallProtect; [Write, Description("MediaCard"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string MediaCard; [Write, Description("MediaCardand1394"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string MediaCardand1394; [Write, Description("PCMCIA"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string PCMCIA; [Write, Description("PcCard"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string PcCard; [Write, Description("SdCard"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string SdCard; [Write, Description("SdCardBoot"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string SdCardBoot; [Write, Description("SdCardReadOnly"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string SdCardReadOnly; [Write, Description("OnboardModem"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string OnboardModem; [Write, Description("MiniCardSSDDevice"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string MiniCardSSDDevice; [Write, Description("Password")] string Password; [Write, Description("SecurePassword")] string SecurePassword; [Write] string PathToKey; }; |