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

File: [OMI] / omi / share / omischema / CIM-2.32.0 / Network / CIM_IPVersionSettingData.mof (download)
Revision: 1.3, Mon Apr 20 17:20:26 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) 2012 DMTF.  All rights reserved.
   [Version ( "2.32.0" ), 
    UMLPackagePath ( "CIM::Network::IP" ), 
    Description ( 
       "This SettingData instance represents an IP version. This "
       "instance can be associated to one or more CIM_ManagedElements "
       "(Eg. CIM_ComputerSystem or CIM_IPNetworkConnection) to "
       "respresent the IP version. The properties of the "
       "CIM_ElementSettingData can be used show the IPVersions that "
       "are configured as default, current or Next boot." )]
class CIM_IPVersionSettingData : CIM_SettingData {

      [Description ( "An enumeration that describes the IP version." ), 
       ValueMap { "0", "..", "4096", "4097", "32768.." }, 
       Values { "Unknown", "DMTF Reserved", "IPv4", "IPv6", 
          "Vendor Reserved" }, 
       ModelCorrespondence { "CIM_ProtocolEndpoint.ProtocolIFType" }]
   uint16 ProtocolIFType;


};

ViewCVS 0.9.2