BUG#: 8782
[tpot/pegasus/.git] / Schemas / CIM225 / DMTF / Network / CIM_DHCPCapabilities.mof
1 // Copyright (c) 2008 DMTF.  All rights reserved.
2    [Version ( "2.19.0" ), 
3     UMLPackagePath ( "CIM::Network::DHCP" ), 
4     Description ( 
5        "A class derived from EnabledLogicalElementCapabilities "
6        "representing the capabilities of a DHCP client." )]
7 class CIM_DHCPCapabilities : CIM_EnabledLogicalElementCapabilities {
8
9       [Description ( 
10           "One or more DHCP options supported by the DHCP client. "
11           "These may include: Subnet Mask, Default Router, DNS "
12           "Server, etc. See RFC2132 for a description of each "
13           "option." ), 
14        ValueMap { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", 
15           "10", "11", "12", "13", "14", "15", "16", "17", "18", 
16           "19", "20", "21", "22", "23", "24", "25", "26", "27", 
17           "28", "29", "30", "31", "32", "33", "34", "35", "36", 
18           "37", "38", "39", "40", "41", "42", "43", "44", "45", 
19           "46", "47", "48", "49", "50", "51", "52", "53", "54", 
20           "55", "56", "57", "58", "59", "60", "61", "62", "63", 
21           "64", "65", "66", "67", "68", "69", "70", "71", "72", 
22           "73", "74", "75", "76", "77", "78", "79", "80", "81", 
23           "82..83", "84", "85..118", "119", "120", "121..122", 
24           "123", "124..256", "257", "258..32767", "32768..65535" }, 
25        Values { "Unknown", "Other", "Pad", "Subnet Mask", 
26           "Time Offset", "Router Option", "Time Server", 
27           "Name Server", "Domain Name Server", "Log Server", 
28           "Cookie Server", "LPR Server", "Impress Server", 
29           "Resource Location Server", "Host Name", "Boot File Size", 
30           "Merit Dump File", "Domain Name", "Swap Server", 
31           "Root Path", "Extensions Path", 
32           "IP Forwarding Enable/Disable", 
33           "Non-Local Source Routing Enable/Disable", 
34           "Policy Filter", "Maximum Datagram Reassembly Size", 
35           "Default IP Time-to-live", "Path MTU Aging Timeout", 
36           "Path MTU Plateau Table", "Interface MTU", 
37           "All Subnets are Local", "Broadcast Address", 
38           "Perform Subnet Mask Discovery", "Mask Supplier", 
39           "Perform Router Discovery", "Router Solicitation Address", 
40           "Static Route", "Trailer Encapsulation", 
41           "ARP Cache Timeout", "Ethernet Encapsulation", 
42           "TCP Default TTL", "TCP Keepalive Interval", 
43           "TCP Keepalive Garbage", 
44           "Network Information Service Domain", 
45           "Network Information Servers", 
46           "Network Time Protocol Servers", 
47           "Vendor Specific Information", 
48           "NetBIOS over TCP/IP Name Server", 
49           "NetBIOS over TCP/IP Datagram Distribution Server", 
50           "NetBIOS over TCP/IP Node Type", 
51           "NetBIOS over TCP/IP Scope", 
52           "X Window System Font Server", 
53           "X Window System Display Manager", "Requested IP Address", 
54           "Lease Time", "Option Overload", "Message Type", 
55           "Server Identifier", "Parameter Request List", 
56           "Error Message", "Maximum Message Size", 
57           "Renewal (T1) Time", "Rebinding (T2) Time", 
58           "Vendor Class Identifier", "Client Identifier", 
59           "DMTF Reserved", "DMTF Reserved", 
60           "Network Information Service+ Domain", 
61           "Network Information Service+ Servers", 
62           "TFTP Server Name", "Bootfile Name", 
63           "Mobile IP Home Agent", 
64           "Simple Mail Transport Protocol (SMTP) Server", 
65           "Post Office Protocol (POP3) Server", 
66           "Network News Transport Protocol (NNTP) Server", 
67           "Default World Wide Web (WWW) Server", 
68           "Default Finger Server", 
69           "Default Internet Relay Chat (IRC) Server", 
70           "StreetTalk Server", 
71           "StreetTalk Directory Assistance (STDA) Server", 
72           "User Class", "SLP Directory Agent", "SLP Service Scope", 
73           "DMTF Reserved", "Relay Agent Information", 
74           "DMTF Reserved", "Name Service Search", 
75           "Subnet Selection", "DMTF Reserved", "Classless Route", 
76           "DMTF Reserved", "End", "DMTF Reserved", "Vendor Reserved" }, 
77        MappingStrings { "RFC2132.IETF", "RFC2937.IETF", 
78           "RFC3011.IETF", "RFC3046.IETF", "RFC3004.IETF", 
79           "RFC2610.IETF", "RFC3442.IETF" }, 
80        ModelCorrespondence { 
81           "CIM_DHCPProtocolEndpoint.OptionsReceived" }]
82    uint16 OptionsSupported[];
83
84
85 };