Cisco Cisco Evolved Programmable Network Manager 2.0 Guia Do Programador

Página de 88
 
                                   RESTCONF/YANG Interface Details 
 
 
Cisco Evolved Programmable Network Manager 2.0 RESTCONF NBI Guide  
 
 
 
25
 
productName 
String 
The official name given to a product. For example, Cisco 
10720 Router or Cisco 10720, Cisco 12000 Series Six-Port 
DS3 Line Card or 6-Port DS3. 
serialNumber 
String 
The vendor-specific serial number string for the physical 
entity. The preferred value is the serial number string 
actually printed on the component itself (if present). If a 
serial number is unknown or nonexistent, the SerialNumber 
will be left null. Note that not every physical component has 
(or needs) a serial number. Physical entities, which are not 
FRU (field replaceable) do not need their own unique serial 
number. This item is used for composing the UDI SID (see 
attribute 'udi'). 
serviceState 
EquipmentServic
eStateEnum 
Denotes the service state of a physical entity from the point 
of view of the management application. It indicates whether 
the entity is in service, out of service, under maintenance, 
and so on. 
slotConfig 
String 
** Deprecated. Will be removed after EquipmentHolder is 
put back in the model **\r\nAn indication of which slots in 
the chassis have modules inserted. This is an integer value 
with bits set to indicate configured modules. It can be 
interpreted as a sum of f(x) as x goes from 1 to the number 
of slots, where f(x) = 0 for no module inserted and f(x) = 
exp(2, x-1) for a module inserted. Based on the MIB 
definition, it can only represent (the first) 16 slots in a 
Chassis. 
subclassname 
String 
The name of the object type 
udi 
String 
Universal Device Identifier. The UDI is composed by 
concatenating the following values:\r\nPID = 
Equipment.partNumber\r\nVID = 
Equipment.hardwareVersion\r\nSN = 
Equipment.serialNumber 
vendorEquipmentType 
String 
An indication of the vendor-specific hardware type of the 
physical entity. Represents an independently extensible type 
identification value. It can, for example, indicate a particular 
subtree with further MIB definitions, or define a particular 
type of protocol or hardware (for example, 
1.3.6.1.4.1.9.12.3.1.9.3.131).\r\nSee CISCO-ENTITY-
VENDORTYPE-OID-MIB. 
connectors * 
Set<PhysicalCon
nector> 
The set of instances of PhysicalConnectors contained in this 
piece of Equipment. 
containedEquipment * 
Set<Equipment> 
A set of instances of Equipment contained in this instance of 
Equipment. 
occupiedHolders 
Set<EquipmentH
older> 
The EquipmentHolders occupied by this piece of 
Equipment.\nOther pieces of Equipment provide these 
Holders. For example: A Module can occupy one or two 
Slots provided by a Chassis. 
providedHolders 
Set<EquipmentH
older> 
A collection of the EquipmentHolders provided by this 
Chassis. Other pieces of Equipment can occupy these 
Holders. For example: A Chassis can provide many Slots, and 
Modules can occupy the Slots.