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

 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_NamedAddressCollection 
 6           // ==================================================================
 7              [Version ( "2.7.0" ), 
 8               UMLPackagePath ( "CIM::Network::Collections" ), 
 9               Description ( 
10                  "A NamedAddressCollection groups ProtocolEndpoints/addresses "
11                  "and other network identifiers for the purposes of assigning a "
12                  "single name (i.e., an alias). It is a subclass of "
13                  "SystemSpecificCollection to force the definition of the \'named "
14                  "collection\' in the context of a System (for example, either a "
15                  "ComputerSystem or an AdminDomain hosting a naming alias)." )]
16           class CIM_NamedAddressCollection : CIM_SystemSpecificCollection {
17           
18                 [Required, Write, Description ( 
19                     "A name (alias) for the NamedAddressCollection which is "
20                     "unique in the context of the hosting System." )]
21              string CollectionAlias;
22 marek 1.1 
23           
24           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2