BUG#: 8782
[tpot/pegasus/.git] / Schemas / CIM225 / DMTF / Network / CIM_CLPCapabilities.mof
1 // Copyright (c) 2009 DMTF.  All rights reserved.
2    [Version ( "2.22.0" ), 
3     UMLPackagePath ( "CIM::Network::ProtocolEndpoints" ), 
4     Description ( 
5        "A subclass of ProtocolServiceCapabilities that defines the "
6        "capabilities of a CLPService. An instance of CLPCapabilities "
7        "is associated with a ProtocolService using "
8        "ElementCapabilities." )]
9 class CIM_CLPCapabilities : CIM_ProtocolServiceCapabilities {
10
11       [Description ( 
12           "CLPVersion is an array of strings that specifies the "
13           "versions of the SM CLP Specification, DMTF document "
14           "DSP0214, that the CLP service supports. The format of "
15           "the version string follows the conventions noted in DMTF "
16           "document DSP4004 in current and historical versions of "
17           "the document. Thus the version string format is \"m.n.ud "
18           "s\" where m is the string value of the major version "
19           "identifier in numeric form, n is the string value of the "
20           "minor version identifier in numeric form , u is the "
21           "optional string value of the update (errata or "
22           "coordination changes) in numeric form, d is the optional "
23           "draft in alphabetic form and s is one of the following "
24           "string values in alphabetic form: \"Work In Progress\", "
25           "\"Draft Standard\", \"DMTF Standard\", \"Preliminary "
26           "Standard\" or \"Final Standard\"." )]
27    string CLPVersions[];
28
29       [Description ( 
30           "SMMEAddressVersion is an array of strings that specify "
31           "the versions of the Server Management Managed Element "
32           "Address Specification, DMTF document DSP0215, that the "
33           "CLP service supports. The format of the version string "
34           "follows the conventions noted in DMTF document DSP4004 "
35           "in current and historical versions of the document. Thus "
36           "the version string format is \"m.n.ud s\" where m is the "
37           "string value of the major version identifier in numeric "
38           "form, n is the string value of the minor version "
39           "identifier in numeric form , u is the optional string "
40           "value of the update (errata or coordination changes) in "
41           "numeric form, d is the optional draft in alphabetic form "
42           "and s is one of the following string values in "
43           "alphabetic form: \"Work In Progress\", \"Draft "
44           "Standard\", \"Preliminary Standard\" or \"Final "
45           "Standard\"." )]
46    string SMMEAddressVersions[];
47
48
49 };