(file) Return to CIM_ZoneMembershipSettingData.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="CIMCoreCR00736.001" type ="change">Update of
 3           // descriptions based on Tech Edit review.</
 4           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 5           // qualifier values to CIM Schema.</change>
 6           // ==================================================================
 7           //  CIM_ZoneMembershipSettingData
 8           // ==================================================================
 9              [Version ( "2.10.0" ), 
10               UMLPackagePath ( "CIM::Device::FC" ), 
11               Description ( 
12                  "ZoneMembershipSettingData provides the identification criteria "
13                  "for possible Zone and ZoneAlias members." )]
14           class CIM_ZoneMembershipSettingData : CIM_ConnectivityMembershipSettingData {
15           
16                 [Override ( "ConnectivityMemberType" ), 
17                  Description ( 
18                     "ConnectivityMemberType specifies the type of "
19                     "identification used in the ConnectivityMemberID field. "
20                     "For Fibre Channel, several of the enumerated values "
21                     "require additional explanation: \n"
22 marek 1.1           "* A ConnectivityMemberType equal to 2 (Permanent "
23                     "Address) indicates that an NxPort WWN value should be "
24                     "specified in the related ConnectivityMemberID property. \n"
25                     "* A ConnectivityMemberType of 3 (Network Address) "
26                     "indicates that an NxPort Address ID value should be "
27                     "specified in the related ConnectivityMemberID property. \n"
28                     "* A ConnectivityMemberType of 4 (Switch Port ID) "
29                     "indicates that a Domain or Port Number value should be "
30                     "specified in the related ConnectivityMemberID property. \n"
31                     "* A ConnectivityMemberType of 5 (Logical Port Group) "
32                     "indicates that a Node WWN value should be specified in "
33                     "the related ConnectivityMemberID property." )]
34              uint16 ConnectivityMemberType;
35           
36           
37           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2