Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 3.26 KB

ComputeBoard.md

File metadata and controls

28 lines (24 loc) · 3.26 KB

ComputeBoard

Mother board of a server.

Properties

Name Type Description Notes
board_id int [optional] [readonly]
cpu_type_controller str [optional] [readonly]
oper_power_state str [optional] [readonly]
presence str [optional] [readonly]
compute_blade ComputeBlade [optional]
compute_rack_unit ComputeRackUnit [optional]
equipment_tpms list[EquipmentTpm] A reference to a equipmentTpm resource. When the $expand query parameter is specified, the referenced resource is returned inline. [optional] [readonly]
graphics_cards list[GraphicsCard] A reference to a graphicsCard resource. When the $expand query parameter is specified, the referenced resource is returned inline. It shows Graphics cards present in a server. [optional] [readonly]
memory_arrays list[MemoryArray] A reference to a memoryArray resource. When the $expand query parameter is specified, the referenced resource is returned inline. [optional] [readonly]
pci_coprocessor_cards list[PciCoprocessorCard] A reference to a pciCoprocessorCard resource. When the $expand query parameter is specified, the referenced resource is returned inline. It shows PCI CoprocessorCard present in a server. [optional] [readonly]
pci_switch list[PciSwitch] A reference to a pciSwitch resource. When the $expand query parameter is specified, the referenced resource is returned inline. It shows PCI Switches presen in a server. [optional] [readonly]
persistent_memory_configuration MemoryPersistentMemoryConfiguration [optional]
processors list[ProcessorUnit] A reference to a processorUnit resource. When the $expand query parameter is specified, the referenced resource is returned inline. [optional] [readonly]
registered_device AssetDeviceRegistration [optional]
security_units list[SecurityUnit] A reference to a securityUnit resource. When the $expand query parameter is specified, the referenced resource is returned inline. [optional] [readonly]
storage_controllers list[StorageController] A reference to a storageController resource. When the $expand query parameter is specified, the referenced resource is returned inline. [optional] [readonly]
storage_flex_flash_controllers list[StorageFlexFlashController] A reference to a storageFlexFlashController resource. When the $expand query parameter is specified, the referenced resource is returned inline. [optional] [readonly]
storage_flex_util_controllers list[StorageFlexUtilController] A reference to a storageFlexUtilController resource. When the $expand query parameter is specified, the referenced resource is returned inline. [optional] [readonly]

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