(file) Return to CIM_StorageVolume.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Device

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3           // qualifier values to CIM Schema.</change>
 4           // ==================================================================
 5           //  CIM_StorageVolume 
 6           // ==================================================================
 7              [Version ( "2.13.0" ), 
 8               UMLPackagePath ( "CIM::Device::StorageExtents" ), 
 9               Description ( 
10                  "A StorageVolume is a StorageExtent that is published for use "
11                  "outside of the scoping System. For SCSI storage target "
12                  "devices, StorageVolumes are used to represent target Block "
13                  "devices, (peripheral device type codes 0h (i.e, "
14                  "direct-access), 4h (i.e., write-once), 5h (i.e., CD/DVD), 7h "
15                  "(i.e., optical memory), and Eh (i.e., simplified "
16                  "direct-access).); \n"
17                  "Stream devices, (peripheral device type codes 1h (i.e., \n"
18                  "sequential-access) and 3h (i.e., processor).). \n"
19                  "In these case, StorageVolume.Name will be derived from SCSI "
20                  "volume as documented in StorageExtent.Nameformat and "
21                  "NameNamespace Descriptions. \n"
22 marek 1.1        "\n"
23                  "The \'Exported\' value from StorageExtent.ExtentStatus[] MUST "
24                  "be in all instances of StorageVolume to maintain the semantic "
25                  "of \'published\' described above." )]
26           class CIM_StorageVolume : CIM_StorageExtent {
27           
28                 [Override ( "Name" ), 
29                  Description ( "A unique identifier for the Volume." ), 
30                  MappingStrings { "ANSI|T10|SCSI SPC-3|8.6" }, 
31                  ModelCorrespondence { "CIM_StorageVolume.NameFormat" }]
32              string Name;
33           
34                 [Override ( "NameFormat" ), 
35                  Description ( 
36                     "A subset of StorageExtent name formats apply to StorageVolumes."
37                      ), 
38                  ValueMap { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", 
39                     "10", "11" }, 
40                  Values { "Unknown", "Other", "VPD83NAA6", "VPD83NAA5", 
41                     "VPD83Type2", "VPD83Type1", "VPD83Type0", "SNVM", 
42                     "NodeWWN", "NAA", "EUI64", "T10VID" }]
43 marek 1.1    uint16 NameFormat;
44           
45                 [Override ( "NameNamespace" ), 
46                  Description ( 
47                     "A subset of StorageExtent name spaces apply to StorageVolume."
48                      ), 
49                  ValueMap { "0", "1", "2", "3", "4", "5", "6", "7" }, 
50                  Values { "Unknown", "Other", "VPD83Type3", "VPD83Type2", 
51                     "VPD83Type1", "VPD80", "NodeWWN", "SNVM" }]
52              uint16 NameNamespace;
53           
54           
55           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2