Class CIM_PhysicalFrame


CIM_ManagedElement
\_CIM_ManagedSystemElement
  \_CIM_PhysicalElement
    \_CIM_PhysicalPackage


Description

PhysicalFrame is a superclass of Rack, Chassis and other frame enclosures, as they are defined in extension classes. Properties like visible or audible alarm, and data related to security breaches are in this superclass.

Subclasses

CIM_Chassis IBMTSDS_StorageFacilityChassis

Referenced By


Properties

IdTypeRangeDescription
Key
CreationClassName string
Max Length256
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.
Tag string
Max Length256
An arbitrary string that uniquely identifies the Physical Element and serves as the key of the Element. The Tag property can contain information such as asset tag or serial number data. The key for PhysicalElement is placed very high in the object hierarchy in order to independently identify the hardware or entity, regardless of physical placement in or on Cabinets, Adapters, and so on. For example, a hotswappable or removable component can be taken from its containing (scoping) Package and be temporarily unused. The object still continues to exist and can even be inserted into a different scoping container. Therefore, the key for Physical Element is an arbitrary string and is defined independently of any placement or location-oriented hierarchy.
Read Only
AudibleAlarm boolean
Boolean indicating whether the Frame is equipped with an audible alarm.
BreachDescription string
BreachDescription is a free-form string providing more information if the SecurityBreach property indicates that a breach or some other security-related event occurred.
CableManagementStrategy string
CableManagementStrategy is a free-form string that contains information on how the various cables are connected and bundled for the Frame. With many networking, storage-related and power cables, cable management can be a complex and challenging endeavor. This string property contains information to aid in assembly and service of the Frame.
IsLocked boolean
Boolean indicating that the Frame is currently locked.
LockPresent boolean
Boolean indicating whether the Frame is protected with a lock.
SecurityBreach uint16
Other1
Unknown2
No Breach3
Breach Attempted4
Breach Successful5
SecurityBreach is an enumerated, integer-valued property indicating whether a physical breach of the Frame was attempted but unsuccessful (value=4) or attempted and successful (5). Also, the values,"Unknown","Other"or"No Breach", can be specified.
ServiceDescriptions string
An array of free-form strings providing more detailed explanations for any of the entries in the Service Philosophy array. Note, each entry of this array is related to the entry in ServicePhilosophy that is located at the same index.
ServicePhilosophy uint16
Unknown0
Other1
Service From Top2
Service From Front3
Service From Back4
Service From Side5
Sliding Trays6
Removable Sides7
Moveable8
ServicePhilosophy is an enumerated, integer-valued array that indicates whether the Frame is serviced from the top (value=2), front (3), back (4) or side (5), whether it has sliding trays (6) or removable sides (7), and/or whether the Frame is moveable (8), for example, having rollers.
VisibleAlarm boolean
Boolean indicating that the equipment includes a visible alarm.
Read Write
 
Inherited from class CIM_ManagedElement
Caption, Description, ElementName
 
Inherited from class CIM_ManagedSystemElement
HealthState, InstallDate, Name, OperationalStatus, Status, StatusDescriptions
 
Inherited from class CIM_PhysicalElement
CanBeFRUed, Description, ElementName, ManufactureDate, Manufacturer, Model, PartNumber, PoweredOn, SerialNumber, SKU, VendorEquipmentType, Version, OtherIdentifyingInfo, UserTracking
 
Inherited from class CIM_PhysicalPackage
Depth, Height, HotSwappable, OtherPackageType, PackageType, Removable, RemovalConditions, Replaceable, VendorCompatibilityStrings, Weight, Width
 

Method Summary

NameDescription
 
Inherited from class CIM_PhysicalPackage
IsCompatible
 

Method Detail