Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.88 KB

EquipmentFanModule.md

File metadata and controls

25 lines (21 loc) · 1.88 KB

EquipmentFanModule

Moudule housing one or more fans.

Properties

Name Type Description Notes
description str This field is to provide description for the fan module. [optional] [readonly]
module_id int This field acts as the identifier for this particular Module, within the Fabric Interconnect. [optional] [readonly]
oper_state str This field is used to indicate this fan module's operational state. [optional] [readonly]
part_number str This field identifies the Part Number for this Fan Module. [optional] [readonly]
pid str This field identifies the Product ID for the fan module. [optional] [readonly]
presence str This field is used to indicate this fan module's presence. [optional] [readonly]
sku str This field identifies the Stockkeeping Unit for this Fan Module. [optional] [readonly]
tray_id int Tray identifier for the fan module. [optional] [readonly]
vid str This field identifies the Vendor ID for this Fan Module. [optional] [readonly]
compute_rack_unit ComputeRackUnit [optional]
equipment_chassis EquipmentChassis [optional]
equipment_rack_enclosure EquipmentRackEnclosure [optional]
fans list[EquipmentFan] A reference to a equipmentFan resource. When the $expand query parameter is specified, the referenced resource is returned inline. [optional] [readonly]
network_element NetworkElement [optional]
registered_device AssetDeviceRegistration [optional]

[Back to Model list] [Back to API list] [Back to README]