(file) Return to CIM_SystemIdentification.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM241 / DMTF / Interop

File: [Pegasus] / pegasus / Schemas / CIM241 / DMTF / Interop / CIM_SystemIdentification.mof (download)
Revision: 1.1, Mon Aug 25 21:28:36 2014 UTC (9 years, 10 months ago) by karl
Branch: MAIN
CVS Tags: preBug9676, postBug9676, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, RELEASE_2_14_1, RELEASE_2_14_0-RC2, RELEASE_2_14_0-RC1, RELEASE_2_14_0, RELEASE_2_14-root, RELEASE_2_14-branch, HEAD
Branch point for: TASK-PEP317_pullop-branch
BUG#: 9745
TITLE: Update to use Latest CIM Schema

DESCRIPTION: Commit Schema 241 to CVS including Pegasus link files

// Copyright (c) 2005 DMTF.  All rights reserved.
   [Version ( "2.7.0" ), 
    UMLPackagePath ( "CIM::Interop" ), 
    Description ( 
       "A Namespace may represent data for one or many systems, that "
       "are local, remote (different than the system on which the "
       "ObjectManager is running) or aggregated. The System "
       "Identification class provides enough data to identify the "
       "system(s) represented in the Namespace. It is weak to the "
       "Namespace." )]
class CIM_SystemIdentification : CIM_ManagedElement {

      [Key, Description ( "The scoping System\'s CreationClassName." ), 
       MaxLen ( 256 ), 
       Propagated ( "CIM_Namespace.SystemCreationClassName" )]
   string SystemCreationClassName;

      [Key, Description ( "The scoping System\'s Name." ), 
       MaxLen ( 256 ), 
       Propagated ( "CIM_Namespace.SystemName" )]
   string SystemName;

      [Key, Description ( 
          "The scoping ObjectManager\'s CreationClassName." ), 
       MaxLen ( 256 ), 
       Propagated ( "CIM_Namespace.ObjectManagerCreationClassName" )]
   string ObjectManagerCreationClassName;

      [Key, Description ( "The scoping ObjectManager\'s Name." ), 
       MaxLen ( 256 ), 
       Propagated ( "CIM_Namespace.ObjectManagerName" )]
   string ObjectManagerName;

      [Key, Description ( 
          "The scoping Namespace\'s CreationClassName." ), 
       MaxLen ( 256 ), 
       Propagated ( "CIM_Namespace.CreationClassName" )]
   string NamespaceCreationClassName;

      [Key, Description ( "The scoping Namespace\'s Name." ), 
       MaxLen ( 256 ), 
       Propagated ( "CIM_Namespace.Name" )]
   string NamespaceName;

      [Key, Description ( 
          "CreationClassName indicates the name of the class or the "
          "subclass used in the creation of an instance. When used "
          "with the other key properties of this class, this "
          "property allows all instances of this class and its "
          "subclasses to be uniquely identified." ), 
       MaxLen ( 256 )]
   string CreationClassName;

      [Key, Description ( 
          "A string uniquely identifying the name of the system "
          "represented in the Namespace." ), 
       MaxLen ( 256 )]
   string Name;

      [Required, Write, Description ( 
          "Enumeration indicating the format of the system "
          "identification and/or addressing information." ), 
       ValueMap { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", 
          "10", "11" }, 
       Values { "Unknown", "Other", "Short DNS Name", 
          "Fully qualified DNS Name", "Windows Domain Name", 
          "NetWare Server Name", "Unix Hostname", 
          "Globally Unique System Identifier", "IP Address", 
          "Modem Dialup String", "MAC Address", "IPMI Address" }, 
       ArrayType ( "Indexed" ), 
       ModelCorrespondence { 
          "CIM_SystemIdentification.IdentificationData", 
          "CIM_SystemIdentification.FormatDescriptions" }]
   uint16 IdentificationFormats[];

      [Write, Description ( 
          "Strings further describing the format of the system "
          "identification information." ), 
       ArrayType ( "Indexed" ), 
       ModelCorrespondence { 
          "CIM_SystemIdentification.IdentificationFormats", 
          "CIM_SystemIdentification.IdentificationData" }]
   string FormatDescriptions[];

      [Write, Description ( 
          "Strings containing the system identification "
          "information. The format is described by the "
          "corresponding array item in IdentificationFormats." ), 
       ArrayType ( "Indexed" ), 
       ModelCorrespondence { 
          "CIM_SystemIdentification.IdentificationFormats", 
          "CIM_SystemIdentification.FormatDescriptions" }]
   string IdentificationData[];


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2