Class Hierarchy
Class Attributes
Class Qualifiers
Properties
Methods
Associations in which the class can participate
Sub Profiling Summary
CIM_BGPProtocolEndpoint --> CIM_ProtocolEndpoint --> CIM_ServiceAccessPoint --> CIM_EnabledLogicalElement --> CIM_LogicalElement --> CIM_ManagedSystemElement --> CIM_ManagedElement --> [top]
Class Declaration Attributes Name Value SUPERCLASS CIM_ProtocolEndpoint NAME CIM_BGPProtocolEndpoint
Class CIM_BGPProtocolEndpoint Qualifiers Name Type Value From Class Version string 2.8.0 CIM_BGPProtocolEndpoint Description string A ProtocolEndpoint that is dedicated to running BGP. CIM_BGPProtocolEndpoint Description string A communication point from which data can be sent or received. ProtocolEndpoints link system or computer interfaces to LogicalNetworks. CIM_ProtocolEndpoint Description string CIM_ServiceAccessPoint represents the ability to utilize or invoke a Service. Access points represent that a Service is made available for other entities to use. CIM_ServiceAccessPoint Description string This class extends LogicalElement to abstract the concept of an element that is enabled and disabled, such as a LogicalDevice or a ServiceAccessPoint. CIM_EnabledLogicalElement Description string CIM_LogicalElement is a base class for all the components of a System that represent abstract system components, such as Files, Processes, or LogicalDevices. CIM_LogicalElement Description string CIM_ManagedSystemElement is the base class for the System Element hierarchy. Any distinguishable component of a System is a candidate for inclusion in this class. Examples of system components include: - software components such as application servers, databases, and applications - operating system components such as files, processes, and threads - device components such as disk drives, controllers, processors, and printers - physical components such as chips and cards. CIM_ManagedSystemElement Description string ManagedElement is an abstract class that provides a common superclass (or top of the inheritance tree) for the non-association classes in the CIM Schema. CIM_ManagedElement
Property Qualifiers
Property IsEBGP Qualifiers Name Type Value From Class Description string A boolean that, when TRUE, signifies that this is an instance of the external version of BGP (FALSE is the internal version). CIM_BGPProtocolEndpoint
Property IsEBGPMultihop Qualifiers Name Type Value From Class Description string Normally, two routers running EBGP must be physically connected. This boolean, when TRUE, denotes a LOGICAL connection between two routers that are running EBGP (e.g., there is an intermediate router or interface between them). CIM_BGPProtocolEndpoint
Property LocalIdentifier Qualifiers Name Type Value From Class Description string This is the unique identifier of the local BGP router. This is often the router ID (e.g., an IP address). CIM_BGPProtocolEndpoint MappingStrings string MIB.IETF|BGP4-MIB.bgpIdentifier CIM_BGPProtocolEndpoint
Property PeerIdentifier Qualifiers Name Type Value From Class Description string This is the unique identifier of the peer BGP router. This is often the router ID (e.g., an IP address). CIM_BGPProtocolEndpoint MappingStrings string MIB.IETF|BGP4-MIB.bgpPeerIdentifier CIM_BGPProtocolEndpoint
Property State Qualifiers Name Type Value From Class Description string This defines the current connection state of the BGP Peer. CIM_BGPProtocolEndpoint ValueMap string [See below.] CIM_BGPProtocolEndpoint Values string Idle
Connect
Active
OpenSet
OpenConfirm
EstablishedCIM_BGPProtocolEndpoint MappingStrings string MIB.IETF|BGP4-MIB.bgpPeerState CIM_BGPProtocolEndpoint
Name Value 1 Idle 2 Connect 3 Active 4 OpenSet 5 OpenConfirm 6 Established
Property AdminStatus Qualifiers Name Type Value From Class Description string This defines the desired state of the BGP connection. It is equivalent to the RequestedState property (i.e., enabled/disabled status) that is inherited from EnabledLogicalElement. AdminStatus is deprecated in lieu of this inherited property. CIM_BGPProtocolEndpoint ValueMap string [See below.] CIM_BGPProtocolEndpoint Values string Stop
StartCIM_BGPProtocolEndpoint MappingStrings string MIB.IETF|BGP4-MIB.bgpPeerAdminStatus CIM_BGPProtocolEndpoint
Name Value 1 Stop 2 Start
Property NegotiatedVersion Qualifiers Name Type Value From Class Description string This defines the negotiated version of BGP that is running between the two peers. CIM_BGPProtocolEndpoint MappingStrings string MIB.IETF|BGP4-MIB.bgpPeerNegotiatedVersion CIM_BGPProtocolEndpoint
Property LocalAddress Qualifiers Name Type Value From Class Description string This is the local IP address of this router ’ s BGP connection. It is deprecated since a binding should be defined using the CIM_BindsTo association. Ideally the binding is to a TCPProtocolEndpoint which then handles the association to its IPEndpoint. CIM_BGPProtocolEndpoint MappingStrings string MIB.IETF|BGP4-MIB.bgpPeerLocalAddr CIM_BGPProtocolEndpoint
Property LocalPort Qualifiers Name Type Value From Class Description string This is the local port number for the TCP connection of this router ’ s BGP connection. It is deprecated since a binding should be defined (to a TCPProtocolEndpoint) using the CIM_BindsTo association. CIM_BGPProtocolEndpoint MappingStrings string MIB.IETF|BGP4-MIB.bgpPeerLocalPort CIM_BGPProtocolEndpoint
Property RemoteAddress Qualifiers Name Type Value From Class Description string This is the remote IP address of this router ’ s BGP connection. It is deprecated since a binding to a Remote ServiceAccessPoint should be instantiated, using CIM_BindsTo. CIM_BGPProtocolEndpoint MappingStrings string MIB.IETF|BGP4-MIB.bgpPeerRemoteAddr CIM_BGPProtocolEndpoint
Property RemotePort Qualifiers Name Type Value From Class Description string This is the remote port number for the TCP connection of this router ’ s BGP connection. It is deprecated since a binding to a RemotePort should be instantiated, using CIM_BindsTo. CIM_BGPProtocolEndpoint MappingStrings string MIB.IETF|BGP4-MIB.bgpPeerRemotePort CIM_BGPProtocolEndpoint
Property RemoteAS Qualifiers Name Type Value From Class Description string This is the remote AS number for this router ’ s BGP connection. CIM_BGPProtocolEndpoint MappingStrings string MIB.IETF|BGP4-MIB.bgpPeerRemoteAs CIM_BGPProtocolEndpoint
Property ConnectRetryInterval Qualifiers Name Type Value From Class Description string This defines the time interval, in seconds, for the ConnectRetry timer. The suggested value is 120 seconds. CIM_BGPProtocolEndpoint Units string Seconds CIM_BGPProtocolEndpoint MappingStrings string MIB.IETF|BGP4-MIB.bgpConnectRetryInterval CIM_BGPProtocolEndpoint
Property HoldTimeConfigured Qualifiers Name Type Value From Class Description string This defines the time interval in seconds for the Hold Time configured for this BGP speaker with a peer. This value is placed in an OPEN message sent to a peer by this BGP speaker, and is compared with the Hold Time field in the OPEN message received from the peer. It enables this speaker to establish a mutually agreeable Hold Time with the peer. This value must not be less than three seconds. If it is zero, then the Hold Time is NOT to be established with the peer. The suggested value for this timer is 90 seconds. CIM_BGPProtocolEndpoint Units string Seconds CIM_BGPProtocolEndpoint MappingStrings string MIB.IETF|BGP4-MIB.bgpPeerHoldTimeConfigured CIM_BGPProtocolEndpoint
Property KeepAliveConfigured Qualifiers Name Type Value From Class Description string This defines the time interval in seconds for the KeepAlive timer configured for this BGP speaker with a peer. This value will determine the frequency of the KEEPALIVE messages relative to the value of the HoldTimeConfigured property; the actual frequency is specified by the value of the KeepAlive property. A reasonable value is one third of that of the value of the HoldTimeConfigured property. If it is zero, then NO periodic KEEPALIVE messages are sent to the peer. The suggested value for this property is 30 seconds. The maximum value of this property is 21845 seconds. CIM_BGPProtocolEndpoint Units string Seconds CIM_BGPProtocolEndpoint MappingStrings string MIB.IETF|BGP4-MIB.bgpPeerKeepAliveConfigured CIM_BGPProtocolEndpoint
Property MinASOriginationInterval Qualifiers Name Type Value From Class Description string This defines the time interval in seconds for the MinASOriginationInterval timer. The suggested value for this property is 15 seconds. CIM_BGPProtocolEndpoint Units string Seconds CIM_BGPProtocolEndpoint MappingStrings string MIB.IETF|BGP4-MIB.bgpPeerMinASOriginationInterval CIM_BGPProtocolEndpoint
Property MinRouteAdvertisementInterval Qualifiers Name Type Value From Class Description string This defines the time interval in seconds for the MinRouteAdvertisementInterval timer. The suggested value for this property is 30 seconds. CIM_BGPProtocolEndpoint Units string Seconds CIM_BGPProtocolEndpoint MappingStrings string MIB.IETF|BGP4-MIB.bgpPeerMinRouteAdvertisementInterval CIM_BGPProtocolEndpoint
Property HoldTime Qualifiers Name Type Value From Class Description string This defines the maximum amount of time in seconds that may elapse between the receipt of successive KEEPALIVE or UPDATE messages. This is instrumented as a counter that increments from zero to the value specified in this property. The value of this property is calculated by the BGP speaker by using the smaller of the values of bgpPeerHoldTimeConfigured and the Hold Time received in the OPEN message. This value, if not zero seconds, must be at least three seconds, up to a maximum of 65535 seconds. Receipt of either a KEEPALIVE or an UPDATE message resets this value. CIM_BGPProtocolEndpoint Units string Seconds CIM_BGPProtocolEndpoint MappingStrings string MIB.IETF|BGP4-MIB.bgpPeerHoldTime CIM_BGPProtocolEndpoint
Property KeepAlive Qualifiers Name Type Value From Class Description string This defines the time interval in seconds for the KeepAlive timer established with the peer. The value of this property is calculated by the speaker such that, when compared with the HoldTime property, it has the same proportion as the KeepAliveConfigured property has with the HoldTimeConfigured property. A value of 0 indicates that the KeepAlive timer has not yet been established. The maximum value of this property is 21845 seconds. CIM_BGPProtocolEndpoint Units string Seconds CIM_BGPProtocolEndpoint MappingStrings string MIB.IETF|BGP4-MIB.bgpPeerKeepAlive CIM_BGPProtocolEndpoint
Property ProtocolIFType Qualifiers Name Type Value From Class Override string ProtocolIFType CIM_BGPProtocolEndpoint Description string ProtocolIFType ’ s enumeration is limited to BGP and reserved values for this subclass of ProtocolEndpoint. CIM_BGPProtocolEndpoint ValueMap string [See below.] CIM_BGPProtocolEndpoint Values string Other
IANA Reserved
BGP
DMTF Reserved
Vendor ReservedCIM_BGPProtocolEndpoint MappingStrings string MIB.IETF|IF-MIB.ifType CIM_BGPProtocolEndpoint ModelCorrespondence string CIM_ProtocolEndpoint.OtherTypeDescription CIM_BGPProtocolEndpoint
Name Value 1 Other 225..4095 IANA Reserved 4108 BGP 4301..32767 DMTF Reserved 32768.. Vendor Reserved
Property Description Qualifiers Name Type Value From Class Override string Description CIM_ProtocolEndpoint MappingStrings string MIB.IETF|IF-MIB.ifDescr CIM_ProtocolEndpoint Description string The Description property provides a textual description of the object. CIM_ProtocolEndpoint
Property OperationalStatus Qualifiers Name Type Value From Class Override string OperationalStatus CIM_ProtocolEndpoint MappingStrings string MIB.IETF|IF-MIB.ifOperStatus CIM_ProtocolEndpoint Description string Indicates the current statuses of the element. Various operational statuses are defined. Many of the enumeration ’ s values are self-explanatory. However, a few are not and are described here in more detail. " Stressed " indicates that the element is functioning, but needs attention. Examples of " Stressed " states are overload, overheated, and so on. " Predictive Failure " indicates that an element is functioning nominally but predicting a failure in the near future. " In Service " describes an element being configured, maintained, cleaned, or otherwise administered. " No Contact " indicates that the monitoring system has knowledge of this element, but has never been able to establish communications with it. " Lost Communication " indicates that the ManagedSystem Element is known to exist and has been contacted successfully in the past, but is currently unreachable. " Stopped " and " Aborted " are similar, although the former implies a clean and orderly stop, while the latter implies an abrupt stop where the state and configuration of the element might need to be updated. " Dormant " indicates that the element is inactive or quiesced. " Supporting Entity in Error " indicates that this element might be " OK " but that another element, on which it is dependent, is in error. An example is a network service or endpoint that cannot function due to lower-layer networking problems. " Completed " indicates that the element has completed its operation. This value should be combined with either OK, Error, or Degraded so that a client can tell if the complete operation Completed with OK (passed), Completed with Error (failed), or Completed with Degraded (the operation finished, but it did not complete OK or did not report an error). " Power Mode " indicates that the element has additional power model information contained in the Associated PowerManagementService association. OperationalStatus replaces the Status property on ManagedSystemElement to provide a consistent approach to enumerations, to address implementation needs for an array property, and to provide a migration path from today ’ s environment to the future. This change was not made earlier because it required the deprecated qualifier. Due to the widespread use of the existing Status property in management applications, it is strongly recommended that providers or instrumentation provide both the Status and OperationalStatus properties. Further, the first value of OperationalStatus should contain the primary status for the element. When instrumented, Status (because it is single-valued) should also provide the primary status of the element. CIM_ProtocolEndpoint ValueMap string [See below.] CIM_ProtocolEndpoint Values string Unknown
Other
OK
Degraded
Stressed
Predictive Failure
Error
Non-Recoverable Error
Starting
Stopping
Stopped
In Service
No Contact
Lost Communication
Aborted
Dormant
Supporting Entity in Error
Completed
Power Mode
DMTF Reserved
Vendor ReservedCIM_ProtocolEndpoint ArrayType string Indexed CIM_ProtocolEndpoint ModelCorrespondence string CIM_ManagedSystemElement.StatusDescriptions CIM_ProtocolEndpoint
Name Value 0 Unknown 1 Other 2 OK 3 Degraded 4 Stressed 5 Predictive Failure 6 Error 7 Non-Recoverable Error 8 Starting 9 Stopping 10 Stopped 11 In Service 12 No Contact 13 Lost Communication 14 Aborted 15 Dormant 16 Supporting Entity in Error 17 Completed 18 Power Mode .. DMTF Reserved 0x8000.. Vendor Reserved
Property EnabledState Qualifiers Name Type Value From Class Override string EnabledState CIM_ProtocolEndpoint MappingStrings string MIB.IETF|IF-MIB.ifAdminStatus CIM_ProtocolEndpoint Description string EnabledState is an integer enumeration that indicates the enabled and disabled states of an element. It can also indicate the transitions between these requested states. For example, shutting down (value=4) and starting (value=10) are transient states between enabled and disabled. The following text briefly summarizes the various enabled and disabled states: Enabled (2) indicates that the element is or could be executing commands, will process any queued commands, and queues new requests. Disabled (3) indicates that the element will not execute commands and will drop any new requests. Shutting Down (4) indicates that the element is in the process of going to a Disabled state. Not Applicable (5) indicates the element does not support being enabled or disabled. Enabled but Offline (6) indicates that the element might be completing commands, and will drop any new requests. Test (7) indicates that the element is in a test state. Deferred (8) indicates that the element might be completing commands, but will queue any new requests. Quiesce (9) indicates that the element is enabled but in a restricted mode. The behavior of the element is similar to the Enabled state, but it processes only a restricted set of commands. All other requests are queued. Starting (10) indicates that the element is in the process of going to an Enabled state. New requests are queued. CIM_ProtocolEndpoint ValueMap string [See below.] CIM_ProtocolEndpoint Values string Unknown
Other
Enabled
Disabled
Shutting Down
Not Applicable
Enabled but Offline
In Test
Deferred
Quiesce
Starting
DMTF Reserved
Vendor ReservedCIM_ProtocolEndpoint ModelCorrespondence string CIM_EnabledLogicalElement.OtherEnabledState CIM_ProtocolEndpoint
Name Value 0 Unknown 1 Other 2 Enabled 3 Disabled 4 Shutting Down 5 Not Applicable 6 Enabled but Offline 7 In Test 8 Deferred 9 Quiesce 10 Starting 11..32767 DMTF Reserved 32768..65535 Vendor Reserved
Property TimeOfLastStateChange Qualifiers Name Type Value From Class Override string TimeOfLastStateChange CIM_ProtocolEndpoint MappingStrings string MIB.IETF|IF-MIB.ifLastChange CIM_ProtocolEndpoint Description string The date or time when the EnabledState of the element last changed. If the state of the element has not changed and this property is populated, then it must be set to a 0 interval value. If a state change was requested, but rejected or not yet processed, the property must not be updated. CIM_ProtocolEndpoint
Property Name Qualifiers Name Type Value From Class Description string A string that identifies this ProtocolEndpoint with either a port or an interface on a device. To ensure uniqueness, the Name property should be prepended or appended with information from the Type or OtherTypeDescription properties. The method selected is described in the NameFormat property of this class. CIM_ProtocolEndpoint MaxLen uint32 256 CIM_ProtocolEndpoint Key boolean true CIM_ProtocolEndpoint Override string Name CIM_ProtocolEndpoint
Property NameFormat Qualifiers Name Type Value From Class Description string NameFormat contains the naming heuristic that is selected to ensure that the value of the Name property is unique. For example, you might choose to prepend the name of the port or interface with the Type of ProtocolEndpoint (for example, IPv4) of this instance followed by an underscore. CIM_ProtocolEndpoint MaxLen uint32 256 CIM_ProtocolEndpoint
Property ProtocolType Qualifiers Name Type Value From Class Description string Note: This property is deprecated in lieu of the ProtocolIFType enumeration. This deprecation was done to have better alignment between the IF-MIB of the IETF and this CIM class. Deprecated description: ProtocolType is an enumeration that provides information to categorize and classify different instances of this class. For most instances, information in this enumeration and the definition of the subclass overlap. However, there are several cases where a specific subclass of ProtocolEndpoint is not required (for example, there is no Fibre Channel subclass of ProtocolEndpoint). Therefore, this property is needed to define the type of Endpoint. CIM_ProtocolEndpoint ValueMap string [See below.] CIM_ProtocolEndpoint Values string Unknown
Other
IPv4
IPv6
IPX
AppleTalk
DECnet
SNA
CONP
CLNP
VINES
XNS
ATM
Frame Relay
Ethernet
TokenRing
FDDI
Infiniband
Fibre Channel
ISDN BRI Endpoint
ISDN B Channel Endpoint
ISDN D Channel Endpoint
IPv4/v6
BGP
OSPF
MPLS
UDP
TCPCIM_ProtocolEndpoint ModelCorrespondence string CIM_ProtocolEndpoint.OtherTypeDescription CIM_ProtocolEndpoint
Name Value 0 Unknown 1 Other 2 IPv4 3 IPv6 4 IPX 5 AppleTalk 6 DECnet 7 SNA 8 CONP 9 CLNP 10 VINES 11 XNS 12 ATM 13 Frame Relay 14 Ethernet 15 TokenRing 16 FDDI 17 Infiniband 18 Fibre Channel 19 ISDN BRI Endpoint 20 ISDN B Channel Endpoint 21 ISDN D Channel Endpoint 22 IPv4/v6 23 BGP 24 OSPF 25 MPLS 26 UDP 27 TCP
Property ProtocolIFType Qualifiers Name Type Value From Class Description string ProtocolIFType is an enumeration that is synchronized with the IANA ifType MIB. The ifType MIB is maintained at the URL, http://www.iana.org/assignments/ianaiftype-mib. Also, additional values defined by the DMTF are included. The property is used to categorize and classify instances of the ProtocolEndpoint class. Note that if the ProtocolIFType is set to 1 (Other), then the type information should be provided in the OtherTypeDescription string property. CIM_ProtocolEndpoint ValueMap string [See below.] CIM_ProtocolEndpoint Values string Unknown
Other
Regular 1822
HDH 1822
DDN X.25
RFC877 X.25
Ethernet CSMA/CD
ISO 802.3 CSMA/CD
ISO 802.4 Token Bus
ISO 802.5 Token Ring
ISO 802.6 MAN
StarLAN
Proteon 10Mbit
Proteon 80Mbit
HyperChannel
FDDI
LAP-B
SDLC
DS1
E1
Basic ISDN
Primary ISDN
Proprietary Point-to-Point Serial
PPP
Software Loopback
EON
Ethernet 3Mbit
NSIP
SLIP
Ultra
DS3
SIP
Frame Relay
RS-232
Parallel
ARCNet
ARCNet Plus
ATM
MIO X.25
SONET
X.25 PLE
ISO 802.211c
LocalTalk
SMDS DXI
Frame Relay Service
V.35
HSSI
HIPPI
Modem
AAL5
SONET Path
SONET VT
SMDS ICIP
Proprietary Virtual/Internal
Proprietary Multiplexor
IEEE 802.12
Fibre Channel
HIPPI Interface
Frame Relay Interconnect
ATM Emulated LAN for 802.3
ATM Emulated LAN for 802.5
ATM Emulated Circuit
Fast Ethernet (100BaseT)
ISDN
V.11
V.36
G703 at 64K
G703 at 2Mb
QLLC
Fast Ethernet 100BaseFX
Channel
IEEE 802.11
IBM 260/370 OEMI Channel
ESCON
Data Link Switching
ISDN S/T Interface
ISDN U Interface
LAP-D
IP Switch
Remote Source Route Bridging
ATM Logical
DS0
DS0 Bundle
BSC
Async
Combat Net Radio
ISO 802.5r DTR
Ext Pos Loc Report System
AppleTalk Remote Access Protocol
Proprietary Connectionless
ITU X.29 Host PAD
ITU X.3 Terminal PAD
Frame Relay MPI
ITU X.213
ADSL
RADSL
SDSL
VDSL
ISO 802.5 CRFP
Myrinet
Voice Receive and Transmit
Voice Foreign Exchange Office
Voice Foreign Exchange Service
Voice Encapsulation
Voice over IP
ATM DXI
ATM FUNI
ATM IMA
PPP Multilink Bundle
IP over CDLC
IP over CLAW
Stack to Stack
Virtual IP Address
MPC
IP over ATM
ISO 802.5j Fibre Token Ring
TDLC
Gigabit Ethernet
HDLC
LAP-F
V.37
X.25 MLP
X.25 Hunt Group
Transp HDLC
Interleave Channel
FAST Channel
IP (for APPN HPR in IP Networks)
CATV MAC Layer
CATV Downstream
CATV Upstream
Avalon 12MPP Switch
Tunnel
Coffee
Circuit Emulation Service
ATM SubInterface
Layer 2 VLAN using 802.1Q
Layer 3 VLAN using IP
Layer 3 VLAN using IPX
Digital Power Line
Multimedia Mail over IP
DTM
DCN
IP Forwarding
MSDSL
IEEE 1394
IF-GSN/HIPPI-6400
DVB-RCC MAC Layer
DVB-RCC Downstream
DVB-RCC Upstream
ATM Virtual
MPLS Tunnel
SRP
Voice over ATM
Voice over Frame Relay
ISDL
Composite Link
SS7 Signaling Link
Proprietary P2P Wireless
Frame Forward
RFC1483 Multiprotocol over ATM
USB
IEEE 802.3ad Link Aggregate
BGP Policy Accounting
FRF .16 Multilink FR
H.323 Gatekeeper
H.323 Proxy
MPLS
Multi-Frequency Signaling Link
HDSL-2
S-HDSL
DS1 Facility Data Link
Packet over SONET/SDH
DVB-ASI Input
DVB-ASI Output
Power Line
Non Facility Associated Signaling
TR008
GR303 RDT
GR303 IDT
ISUP
Proprietary Wireless MAC Layer
Proprietary Wireless Downstream
Proprietary Wireless Upstream
HIPERLAN Type 2
Proprietary Broadband Wireless Access Point to Mulipoint
SONET Overhead Channel
Digital Wrapper Overhead Channel
ATM Adaptation Layer 2
Radio MAC
ATM Radio
Inter Machine Trunk
MVL DSL
Long Read DSL
Frame Relay DLCI Endpoint
ATM VCI Endpoint
Optical Channel
Optical Transport
Proprietary ATM
Voice over Cable
Infiniband
TE Link
Q.2931
Virtual Trunk Group
SIP Trunk Group
SIP Signaling
CATV Upstream Channel
Econet
FSAN 155Mb PON
FSAN 622Mb PON
Transparent Bridge
Line Group
Voice E & M Feature Group
Voice FGD EANA
Voice DID
MPEG Transport
6To4
GTP
Paradyne EtherLoop 1
Paradyne EtherLoop 2
Optical Channel Group
HomePNA
GFP
ciscoISLvlan
actelisMetaLOOP
Fcip
IANA Reserved
IPv4
IPv6
IPv4/v6
IPX
DECnet
SNA
CONP
CLNP
VINES
XNS
ISDN B Channel Endpoint
ISDN D Channel Endpoint
BGP
OSPF
UDP
TCP
802.11a
802.11b
802.11g
802.11h
NFS
CIFS
DAFS
WebDAV
HTTP
FTP
NDMP
DMTF Reserved
Vendor ReservedCIM_ProtocolEndpoint MappingStrings string MIB.IETF|IF-MIB.ifType CIM_ProtocolEndpoint ModelCorrespondence string CIM_ProtocolEndpoint.OtherTypeDescription CIM_ProtocolEndpoint
Name Value 0 Unknown 1 Other 2 Regular 1822 3 HDH 1822 4 DDN X.25 5 RFC877 X.25 6 Ethernet CSMA/CD 7 ISO 802.3 CSMA/CD 8 ISO 802.4 Token Bus 9 ISO 802.5 Token Ring 10 ISO 802.6 MAN 11 StarLAN 12 Proteon 10Mbit 13 Proteon 80Mbit 14 HyperChannel 15 FDDI 16 LAP-B 17 SDLC 18 DS1 19 E1 20 Basic ISDN 21 Primary ISDN 22 Proprietary Point-to-Point Serial 23 PPP 24 Software Loopback 25 EON 26 Ethernet 3Mbit 27 NSIP 28 SLIP 29 Ultra 30 DS3 31 SIP 32 Frame Relay 33 RS-232 34 Parallel 35 ARCNet 36 ARCNet Plus 37 ATM 38 MIO X.25 39 SONET 40 X.25 PLE 41 ISO 802.211c 42 LocalTalk 43 SMDS DXI 44 Frame Relay Service 45 V.35 46 HSSI 47 HIPPI 48 Modem 49 AAL5 50 SONET Path 51 SONET VT 52 SMDS ICIP 53 Proprietary Virtual/Internal 54 Proprietary Multiplexor 55 IEEE 802.12 56 Fibre Channel 57 HIPPI Interface 58 Frame Relay Interconnect 59 ATM Emulated LAN for 802.3 60 ATM Emulated LAN for 802.5 61 ATM Emulated Circuit 62 Fast Ethernet (100BaseT) 63 ISDN 64 V.11 65 V.36 66 G703 at 64K 67 G703 at 2Mb 68 QLLC 69 Fast Ethernet 100BaseFX 70 Channel 71 IEEE 802.11 72 IBM 260/370 OEMI Channel 73 ESCON 74 Data Link Switching 75 ISDN S/T Interface 76 ISDN U Interface 77 LAP-D 78 IP Switch 79 Remote Source Route Bridging 80 ATM Logical 81 DS0 82 DS0 Bundle 83 BSC 84 Async 85 Combat Net Radio 86 ISO 802.5r DTR 87 Ext Pos Loc Report System 88 AppleTalk Remote Access Protocol 89 Proprietary Connectionless 90 ITU X.29 Host PAD 91 ITU X.3 Terminal PAD 92 Frame Relay MPI 93 ITU X.213 94 ADSL 95 RADSL 96 SDSL 97 VDSL 98 ISO 802.5 CRFP 99 Myrinet 100 Voice Receive and Transmit 101 Voice Foreign Exchange Office 102 Voice Foreign Exchange Service 103 Voice Encapsulation 104 Voice over IP 105 ATM DXI 106 ATM FUNI 107 ATM IMA 108 PPP Multilink Bundle 109 IP over CDLC 110 IP over CLAW 111 Stack to Stack 112 Virtual IP Address 113 MPC 114 IP over ATM 115 ISO 802.5j Fibre Token Ring 116 TDLC 117 Gigabit Ethernet 118 HDLC 119 LAP-F 120 V.37 121 X.25 MLP 122 X.25 Hunt Group 123 Transp HDLC 124 Interleave Channel 125 FAST Channel 126 IP (for APPN HPR in IP Networks) 127 CATV MAC Layer 128 CATV Downstream 129 CATV Upstream 130 Avalon 12MPP Switch 131 Tunnel 132 Coffee 133 Circuit Emulation Service 134 ATM SubInterface 135 Layer 2 VLAN using 802.1Q 136 Layer 3 VLAN using IP 137 Layer 3 VLAN using IPX 138 Digital Power Line 139 Multimedia Mail over IP 140 DTM 141 DCN 142 IP Forwarding 143 MSDSL 144 IEEE 1394 145 IF-GSN/HIPPI-6400 146 DVB-RCC MAC Layer 147 DVB-RCC Downstream 148 DVB-RCC Upstream 149 ATM Virtual 150 MPLS Tunnel 151 SRP 152 Voice over ATM 153 Voice over Frame Relay 154 ISDL 155 Composite Link 156 SS7 Signaling Link 157 Proprietary P2P Wireless 158 Frame Forward 159 RFC1483 Multiprotocol over ATM 160 USB 161 IEEE 802.3ad Link Aggregate 162 BGP Policy Accounting 163 FRF .16 Multilink FR 164 H.323 Gatekeeper 165 H.323 Proxy 166 MPLS 167 Multi-Frequency Signaling Link 168 HDSL-2 169 S-HDSL 170 DS1 Facility Data Link 171 Packet over SONET/SDH 172 DVB-ASI Input 173 DVB-ASI Output 174 Power Line 175 Non Facility Associated Signaling 176 TR008 177 GR303 RDT 178 GR303 IDT 179 ISUP 180 Proprietary Wireless MAC Layer 181 Proprietary Wireless Downstream 182 Proprietary Wireless Upstream 183 HIPERLAN Type 2 184 Proprietary Broadband Wireless Access Point to Mulipoint 185 SONET Overhead Channel 186 Digital Wrapper Overhead Channel 187 ATM Adaptation Layer 2 188 Radio MAC 189 ATM Radio 190 Inter Machine Trunk 191 MVL DSL 192 Long Read DSL 193 Frame Relay DLCI Endpoint 194 ATM VCI Endpoint 195 Optical Channel 196 Optical Transport 197 Proprietary ATM 198 Voice over Cable 199 Infiniband 200 TE Link 201 Q.2931 202 Virtual Trunk Group 203 SIP Trunk Group 204 SIP Signaling 205 CATV Upstream Channel 206 Econet 207 FSAN 155Mb PON 208 FSAN 622Mb PON 209 Transparent Bridge 210 Line Group 211 Voice E 212 Voice FGD EANA 213 Voice DID 214 MPEG Transport 215 6To4 216 GTP 217 Paradyne EtherLoop 1 218 Paradyne EtherLoop 2 219 Optical Channel Group 220 HomePNA 221 GFP 222 ciscoISLvlan 223 actelisMetaLOOP 224 Fcip 225..4095 IANA Reserved 4096 IPv4 4097 IPv6 4098 IPv4/v6 4099 IPX 4100 DECnet 4101 SNA 4102 CONP 4103 CLNP 4104 VINES 4105 XNS 4106 ISDN B Channel Endpoint 4107 ISDN D Channel Endpoint 4108 BGP 4109 OSPF 4110 UDP 4111 TCP 4112 802.11a 4113 802.11b 4114 802.11g 4115 802.11h 4200 NFS 4201 CIFS 4202 DAFS 4203 WebDAV 4204 HTTP 4205 FTP 4300 NDMP 4301..32767 DMTF Reserved 32768.. Vendor Reserved
Property OtherTypeDescription Qualifiers Name Type Value From Class Description string A string that describes the type of ProtocolEndpoint when the Type property of this class (or any of its subclasses) is set to 1 (Other). This property should be set to null when the Type property is any value other than 1. CIM_ProtocolEndpoint MaxLen uint32 64 CIM_ProtocolEndpoint ModelCorrespondence string CIM_ProtocolEndpoint.ProtocolType
CIM_ProtocolEndpoint.ProtocolIFTypeCIM_ProtocolEndpoint
Property BroadcastResetSupported Qualifiers Name Type Value From Class Description string A boolean indicating whether the instrumentation supports the BroadcastReset method. CIM_ProtocolEndpoint MappingStrings string FC-SWAPI.INCITS-T11|SWAPI_PORT_CONFIG_CAPS_T.PortForceLipSupported CIM_ProtocolEndpoint ModelCorrespondence string CIM_ProtocolEndpoint.BroadcastReset CIM_ProtocolEndpoint
Property SystemCreationClassName Qualifiers Name Type Value From Class Key boolean true CIM_ServiceAccessPoint Propagated string CIM_System.CreationClassName CIM_ServiceAccessPoint Description string The CreationClassName of the scoping System. CIM_ServiceAccessPoint MaxLen uint32 256 CIM_ServiceAccessPoint
Property SystemName Qualifiers Name Type Value From Class Key boolean true CIM_ServiceAccessPoint Propagated string CIM_System.Name CIM_ServiceAccessPoint Description string The Name of the scoping System. CIM_ServiceAccessPoint MaxLen uint32 256 CIM_ServiceAccessPoint
Property CreationClassName Qualifiers Name Type Value From Class Key boolean true CIM_ServiceAccessPoint Description string CreationClassName indicates the name of the class or the subclass used in the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified. CIM_ServiceAccessPoint MaxLen uint32 256 CIM_ServiceAccessPoint
Property Name Qualifiers Name Type Value From Class Key boolean true CIM_ServiceAccessPoint Override string Name CIM_ServiceAccessPoint Description string The Name property uniquely identifies the ServiceAccessPoint and provides an indication of the functionality that is managed. This functionality is described in more detail in the Description property of the object. CIM_ServiceAccessPoint MaxLen uint32 256 CIM_ServiceAccessPoint
Property EnabledState Qualifiers Name Type Value From Class Description string EnabledState is an integer enumeration that indicates the enabled and disabled states of an element. It can also indicate the transitions between these requested states. For example, shutting down (value=4) and starting (value=10) are transient states between enabled and disabled. The following text briefly summarizes the various enabled and disabled states: Enabled (2) indicates that the element is or could be executing commands, will process any queued commands, and queues new requests. Disabled (3) indicates that the element will not execute commands and will drop any new requests. Shutting Down (4) indicates that the element is in the process of going to a Disabled state. Not Applicable (5) indicates the element does not support being enabled or disabled. Enabled but Offline (6) indicates that the element might be completing commands, and will drop any new requests. Test (7) indicates that the element is in a test state. Deferred (8) indicates that the element might be completing commands, but will queue any new requests. Quiesce (9) indicates that the element is enabled but in a restricted mode. The behavior of the element is similar to the Enabled state, but it processes only a restricted set of commands. All other requests are queued. Starting (10) indicates that the element is in the process of going to an Enabled state. New requests are queued. CIM_EnabledLogicalElement ValueMap string [See below.] CIM_EnabledLogicalElement Values string Unknown
Other
Enabled
Disabled
Shutting Down
Not Applicable
Enabled but Offline
In Test
Deferred
Quiesce
Starting
DMTF Reserved
Vendor ReservedCIM_EnabledLogicalElement ModelCorrespondence string CIM_EnabledLogicalElement.OtherEnabledState CIM_EnabledLogicalElement
Name Value 0 Unknown 1 Other 2 Enabled 3 Disabled 4 Shutting Down 5 Not Applicable 6 Enabled but Offline 7 In Test 8 Deferred 9 Quiesce 10 Starting 11..32767 DMTF Reserved 32768..65535 Vendor Reserved
Property OtherEnabledState Qualifiers Name Type Value From Class Description string A string that describes the enabled or disabled state of the element when the EnabledState property is set to 1 ( " Other " ). This property must be set to null when EnabledState is any value other than 1. CIM_EnabledLogicalElement ModelCorrespondence string CIM_EnabledLogicalElement.EnabledState CIM_EnabledLogicalElement
Property RequestedState Qualifiers Name Type Value From Class Description string RequestedState is an integer enumeration that indicates the last requested or desired state for the element. The actual state of the element is represented by EnabledState. This property is provided to compare the last requested and current enabled or disabled states. Note that when EnabledState is set to 5 ( " Not Applicable " ), then this property has no meaning. By default, the RequestedState of the element is 5 ( " No Change " ). Refer to the EnabledState property description for explanations of the values in the RequestedState enumeration. It should be noted that there are two new values in RequestedState that build on the statuses of EnabledState. These are " Reboot " (10) and " Reset " (11). Reboot refers to doing a " Shut Down " and then moving to an " Enabled " state. Reset indicates that the element is first " Disabled " and then " Enabled " . The distinction between requesting " Shut Down " and " Disabled " should also be noted. Shut Down requests an orderly transition to the Disabled state, and might involve removing power, to completely erase any existing state. The Disabled state requests an immediate disabling of the element, such that it will not execute or accept any commands or processing requests. This property is set as the result of a method invocation (such as Start or StopService on CIM_Service), or can be overridden and defined as WRITEable in a subclass. The method approach is considered superior to a WRITEable property, because it allows an explicit invocation of the operation and the return of a result code. A particular instance of EnabledLogicalElement might not support RequestedStateChange. If this occurs, the value 12 ( " Not Applicable " ) is used. CIM_EnabledLogicalElement ValueMap string [See below.] CIM_EnabledLogicalElement Values string Enabled
Disabled
Shut Down
No Change
Offline
Test
Deferred
Quiesce
Reboot
Reset
Not Applicable
DMTF Reserved
Vendor ReservedCIM_EnabledLogicalElement ModelCorrespondence string CIM_EnabledLogicalElement.EnabledState CIM_EnabledLogicalElement
Name Value 2 Enabled 3 Disabled 4 Shut Down 5 No Change 6 Offline 7 Test 8 Deferred 9 Quiesce 10 Reboot 11 Reset 12 Not Applicable .. DMTF Reserved 32768..65535 Vendor Reserved
Property EnabledDefault Qualifiers Name Type Value From Class Write boolean true CIM_EnabledLogicalElement Description string An enumerated value indicating an administrator ’ s default or startup configuration for the Enabled State of an element. By default, the element is " Enabled " (value=2). CIM_EnabledLogicalElement ValueMap string [See below.] CIM_EnabledLogicalElement Values string Enabled
Disabled
Not Applicable
Enabled but Offline
No Default
DMTF Reserved
Vendor ReservedCIM_EnabledLogicalElement
Name Value 2 Enabled 3 Disabled 5 Not Applicable 6 Enabled but Offline 7 No Default 8..32767 DMTF Reserved 32768..65535 Vendor Reserved
Property TimeOfLastStateChange Qualifiers Name Type Value From Class Description string The date or time when the EnabledState of the element last changed. If the state of the element has not changed and this property is populated, then it must be set to a 0 interval value. If a state change was requested, but rejected or not yet processed, the property must not be updated. CIM_EnabledLogicalElement
Property InstallDate Qualifiers Name Type Value From Class Description string A datetime value that indicates when the object was installed. Lack of a value does not indicate that the object is not installed. CIM_ManagedSystemElement MappingStrings string MIF.DMTF|ComponentID|001.5 CIM_ManagedSystemElement
Property Name Qualifiers Name Type Value From Class Description string The Name property defines the label by which the object is known. When subclassed, the Name property can be overridden to be a Key property. CIM_ManagedSystemElement MaxLen uint32 1024 CIM_ManagedSystemElement
Property OperationalStatus Qualifiers Name Type Value From Class Description string Indicates the current statuses of the element. Various operational statuses are defined. Many of the enumeration ’ s values are self-explanatory. However, a few are not and are described here in more detail. " Stressed " indicates that the element is functioning, but needs attention. Examples of " Stressed " states are overload, overheated, and so on. " Predictive Failure " indicates that an element is functioning nominally but predicting a failure in the near future. " In Service " describes an element being configured, maintained, cleaned, or otherwise administered. " No Contact " indicates that the monitoring system has knowledge of this element, but has never been able to establish communications with it. " Lost Communication " indicates that the ManagedSystem Element is known to exist and has been contacted successfully in the past, but is currently unreachable. " Stopped " and " Aborted " are similar, although the former implies a clean and orderly stop, while the latter implies an abrupt stop where the state and configuration of the element might need to be updated. " Dormant " indicates that the element is inactive or quiesced. " Supporting Entity in Error " indicates that this element might be " OK " but that another element, on which it is dependent, is in error. An example is a network service or endpoint that cannot function due to lower-layer networking problems. " Completed " indicates that the element has completed its operation. This value should be combined with either OK, Error, or Degraded so that a client can tell if the complete operation Completed with OK (passed), Completed with Error (failed), or Completed with Degraded (the operation finished, but it did not complete OK or did not report an error). " Power Mode " indicates that the element has additional power model information contained in the Associated PowerManagementService association. OperationalStatus replaces the Status property on ManagedSystemElement to provide a consistent approach to enumerations, to address implementation needs for an array property, and to provide a migration path from today ’ s environment to the future. This change was not made earlier because it required the deprecated qualifier. Due to the widespread use of the existing Status property in management applications, it is strongly recommended that providers or instrumentation provide both the Status and OperationalStatus properties. Further, the first value of OperationalStatus should contain the primary status for the element. When instrumented, Status (because it is single-valued) should also provide the primary status of the element. CIM_ManagedSystemElement ValueMap string [See below.] CIM_ManagedSystemElement Values string Unknown
Other
OK
Degraded
Stressed
Predictive Failure
Error
Non-Recoverable Error
Starting
Stopping
Stopped
In Service
No Contact
Lost Communication
Aborted
Dormant
Supporting Entity in Error
Completed
Power Mode
DMTF Reserved
Vendor ReservedCIM_ManagedSystemElement ArrayType string Indexed CIM_ManagedSystemElement ModelCorrespondence string CIM_ManagedSystemElement.StatusDescriptions CIM_ManagedSystemElement
Name Value 0 Unknown 1 Other 2 OK 3 Degraded 4 Stressed 5 Predictive Failure 6 Error 7 Non-Recoverable Error 8 Starting 9 Stopping 10 Stopped 11 In Service 12 No Contact 13 Lost Communication 14 Aborted 15 Dormant 16 Supporting Entity in Error 17 Completed 18 Power Mode .. DMTF Reserved 0x8000.. Vendor Reserved
Property StatusDescriptions Qualifiers Name Type Value From Class Description string Strings describing the various OperationalStatus array values. For example, if " Stopping " is the value assigned to OperationalStatus, then this property may contain an explanation as to why an object is being stopped. Note that entries in this array are correlated with those at the same array index in OperationalStatus. CIM_ManagedSystemElement ArrayType string Indexed CIM_ManagedSystemElement ModelCorrespondence string CIM_ManagedSystemElement.OperationalStatus CIM_ManagedSystemElement
Property Status Qualifiers Name Type Value From Class Description string A string indicating the current status of the object. Various operational and non-operational statuses are defined. This property is deprecated in lieu of OperationalStatus, which includes the same semantics in its enumeration. This change is made for 3 reasons: 1) Status is more correctly defined as an array. This definition overcomes the limitation of describing status using a single value, when it is really a multi-valued property (for example, an element might be OK AND Stopped. 2) A MaxLen of 10 is too restrictive and leads to unclear enumerated values. 3) The change to a uint16 data type was discussed when CIM V2.0 was defined. However, existing V1.0 implementations used the string property and did not want to modify their code. Therefore, Status was grandfathered into the Schema. Use of the deprecated qualifier allows the maintenance of the existing property, but also permits an improved definition using OperationalStatus. CIM_ManagedSystemElement ValueMap string [See below.] CIM_ManagedSystemElement MaxLen uint32 10 CIM_ManagedSystemElement
Name Value OK [none] Error [none] Degraded [none] Unknown [none] Pred Fail [none] Starting [none] Stopping [none] Service [none] Stressed [none] NonRecover [none] No Contact [none] Lost Comm [none] Stopped [none]
Property HealthState Qualifiers Name Type Value From Class Description string Indicates the current health of the element. This attribute expresses the health of this element but not necessarily that of its subcomponents. The possible values are 0 to 30, where 5 means the element is entirely healthy and 30 means the element is completely non-functional. The following continuum is defined: " Non-recoverable Error " (30) - The element has completely failed, and recovery is not possible. All functionality provided by this element has been lost. " Critical Failure " (25) - The element is non-functional and recovery might not be possible. " Major Failure " (20) - The element is failing. It is possible that some or all of the functionality of this component is degraded or not working. " Minor Failure " (15) - All functionality is available but some might be degraded. " Degraded/Warning " (10) - The element is in working order and all functionality is provided. However, the element is not working to the best of its abilities. For example, the element might not be operating at optimal performance or it might be reporting recoverable errors. " OK " (5) - The element is fully functional and is operating within normal operational parameters and without error. " Unknown " (0) - The implementation cannot report on HealthState at this time. DMTF has reserved the unused portion of the continuum for additional HealthStates in the future. CIM_ManagedSystemElement ValueMap string [See below.] CIM_ManagedSystemElement Values string Unknown
OK
Degraded/Warning
Minor failure
Major failure
Critical failure
Non-recoverable error
DMTF ReservedCIM_ManagedSystemElement
Name Value 0 Unknown 5 OK 10 Degraded/Warning 15 Minor failure 20 Major failure 25 Critical failure 30 Non-recoverable error .. DMTF Reserved
Property Caption Qualifiers Name Type Value From Class Description string The Caption property is a short textual description (one- line string) of the object. CIM_ManagedElement MaxLen uint32 64 CIM_ManagedElement
Property Description Qualifiers Name Type Value From Class Description string The Description property provides a textual description of the object. CIM_ManagedElement
Property ElementName Qualifiers Name Type Value From Class Description string A user-friendly name for the object. This property allows each instance to define a user-friendly name in addition to its key properties, identity data, and description information. Note that the Name property of ManagedSystemElement is also defined as a user-friendly name. But, it is often subclassed to be a Key. It is not reasonable that the same property can convey both identity and a user-friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information can be present in both the Name and ElementName properties. CIM_ManagedElement
Name Type Value Qualifiers Parameters ClassOrigin BroadcastReset uint32 Experimental
Description
ValueMap
Values
ModelCorrespondenceCIM_ProtocolEndpoint RequestStateChange uint32 Description
ValueMap
Values
ModelCorrespondenceRequestedState
TimeoutPeriodCIM_EnabledLogicalElement Method Qualifiers
Method BroadcastReset Qualifiers Name Type Value From Class Description string Send a broadcast reset. A broadcast reset is a request that peers perform a reset. Examples include a parallel SCSI Bus Reset and a Fibre Channel LIP. CIM_ProtocolEndpoint ValueMap string [See below.] CIM_ProtocolEndpoint Values string Success
Not_Supported
Unspecified Error
Timeout
Failed
DMTF_Reserved
Method_Reserved
Vendor_ReservedCIM_ProtocolEndpoint ModelCorrespondence string CIM_ProtocolEndpoint.BroadcastResetSupported CIM_ProtocolEndpoint
Method RequestStateChange Qualifiers Name Type Value From Class Description string Requests that the state of the element be changed to the value specified in the RequestedState parameter. When the requested state change takes place, the EnabledState and RequestedState of the element will be the same. Invoking the RequestStateChange method multiple times could result in earlier requests being overwritten or lost. If 0 is returned, then the task completed successfully and the use of ConcreteJob was not required. If 4096 (0x1000) is returned, then the task will take some time to complete, ConcreteJob will be created, and its reference returned in the output parameter Job. Any other return code indicates an error condition. CIM_EnabledLogicalElement ValueMap string [See below.] CIM_EnabledLogicalElement Values string Completed with No Error
Not Supported
Unknown or Unspecified Error
Cannot complete within Timeout Period
Failed
Invalid Parameter
In Use
DMTF Reserved
Method Parameters Checked - Job Started
Invalid State Transition
Use of Timeout Parameter Not Supported
Busy
Method Reserved
Vendor SpecificCIM_EnabledLogicalElement ModelCorrespondence string CIM_EnabledLogicalElement.RequestedState CIM_EnabledLogicalElement Parameters
Method RequestStateChange Parameters Name Type Qualifiers RequestedState uint16 IN
Description
ValueMap
Values
ModelCorrespondenceTimeoutPeriod datetime IN
DescriptionParameter Qualifiers
Parameter RequestedState Qualifiers Name Type Value From Class IN boolean true CIM_EnabledLogicalElement Description string The state requested for the element. This information will be placed into the RequestedState property of the instance if the return code of the RequestStateChange method is 0 ( ’ Completed with No Error ’ ), 3 ( ’ Timeout ’ ), or 4096 (0x1000) ( ’ Job Started ’ ). Refer to the description of the EnabledState and RequestedState properties for the detailed explanations of the RequestedState values. CIM_EnabledLogicalElement ValueMap string [See below.] CIM_EnabledLogicalElement Values string Enabled
Disabled
Shut Down
Offline
Test
Defer
Quiesce
Reboot
Reset
DMTF Reserved
Vendor ReservedCIM_EnabledLogicalElement ModelCorrespondence string CIM_EnabledLogicalElement.RequestedState CIM_EnabledLogicalElement
Parameter TimeoutPeriod Qualifiers Name Type Value From Class IN boolean true CIM_EnabledLogicalElement Description string A timeout period that specifies the maximum amount of time that the client expects the transition to the new state to take. The interval format must be used to specify the TimeoutPeriod. A value of 0 or a null parameter indicates that the client has no time requirements for the transition. If this property does not contain 0 or null and the implementation does not support this parameter, a return code of ’ Use Of Timeout Parameter Not Supported ’ must be returned. CIM_EnabledLogicalElement