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

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2               // <change cr="DMTFCR01299" type = "change"> Add iSCSI support to the
 3               // enum of ID Types used for SCSI LUN Masking </change>
 4               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 5               // qualifier values to CIM Schema.</change>
 6               // ==================================================================
 7               //  CIM_GatewayPathID
 8               // ==================================================================
 9                  [Version ( "2.8.1000" ), 
10                   UMLPackagePath ( "CIM::User::StorageHardwareID" ), 
11                   Description ( 
12                      "GatewayPathID extends StorageHardwareID to name a path segment "
13                      "defined by the end identities, HardwareID and GatewayID. The "
14                      "purpose is to describe Identity to allow access control to be "
15                      "applied to a particular path segment. Think of the element "
16                      "identified by GatewayPathID as a Gateway between a non-trusted "
17                      "world and a trusted world." )]
18               class CIM_GatewayPathID : CIM_StorageHardwareID {
19               
20                     [Required, Description ( 
21                         "The ID representing the Gateway for a path segment from "
22 karl  1.1.2.2           "the element identified in the HardwareID property to the "
23                         "Gateway." ), 
24                      ModelCorrespondence { "CIM_GatewayPathID.GatewayIDType", 
25                         "CIM_GatewayPathID.OtherGatewayIDType" }]
26                  string GatewayID;
27               
28                     [Required, Description ( 
29                         "The type of the ID property. iSCSI GatewayIDs may use "
30                         "one of three iSCSI formats - iqn, eui, or naa. This "
31                         "three letter format is the name prefix; so a single "
32                         "iSCSI type is provided here, the prefix can be used to "
33                         "further refine the format." ), 
34                      ValueMap { "1", "2", "3", "4", "5" }, 
35                      Values { "Other", "PortWWN", "NodeWWN", "Hostname", 
36                         "iSCSI Name" }, 
37                      ModelCorrespondence { "CIM_GatewayPathID.GatewayID" }]
38                  uint16 GatewayIDType;
39               
40                     [Description ( 
41                         "The gateway ID type when Gateway IDType is \"Other\"." ), 
42                      ModelCorrespondence { "CIM_GatewayPathID.GatewayID" }]
43 karl  1.1.2.2    string OtherGatewayIDType;
44               
45               
46               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2