(file) Return to CIM_OperatingSystemCapabilities.mof CVS log (file) (dir) Up to [OMI] / omi / share / omischema / CIM-2.32.0 / System

File: [OMI] / omi / share / omischema / CIM-2.32.0 / System / CIM_OperatingSystemCapabilities.mof (download)
Revision: 1.3, Mon Apr 20 17:20:31 2015 UTC (9 years, 2 months ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
Changes since 1.2: +0 -0 lines
OMI 1.0.8-1

// Copyright (c) 2009 DMTF.  All rights reserved.
   [Version ( "2.22.0" ), 
    UMLPackagePath ( "CIM::System::OperatingSystem" ), 
    Description ( 
       "OperatingSystemCapabilities provides information about the "
       "capabilities of associated instances of CIM_OperatingSystem." )]
class CIM_OperatingSystemCapabilities : CIM_EnabledLogicalElementCapabilities {

      [Description ( 
          "HostShutdownBehavior provides information about the "
          "capabilities of an associated instance of "
          "OperatingSystem to shutdown the hosting computer system.\n"
          "A value of \"Disabled\" indicates that if the associated "
          "OperatingSystem is shutdown using the "
          "RequestStateChange() or Shutdown() extrinsic methods, "
          "the ComputerSystem with which the ComputerSystem is "
          "associated through an instance of CIM_RunningOS shall be shutdown.\n"
          "A value of \"No effect\" indicates that if the "
          "associated OperatingSystem is shutdown using the "
          "RequestStateChange() or Shutdown() extrinsic methods, "
          "the ComputerSystem with which the OperatingSystem is "
          "associated through CIM_RunningOS shall not be shutdown.\n"
          "A value of \"Unknown\" indicates that the effect on the "
          "hosting ComputerSystem is unknown." ), 
       ValueMap { "0", "2", "3", "..", "32768..65535" }, 
       Values { "Unknown", "Disabled", "No effect", "DMTF Reserved", 
          "Vendor Reserved" }]
   uint16 HostShutdownBehavior = 0;


};

ViewCVS 0.9.2