rsd_lib.resources.v2_2.system.processor Module¶rsd_lib.resources.v2_2.system.processor.FpgaField(*args, **kwargs)¶Bases: sushy.resources.base.CompositeField
bit_stream_version = <sushy.resources.base.Field object>¶Version of BitStream loaded on FPGA
fpga_type = <sushy.resources.base.Field object>¶Type of FPGA
hssi_configuration = <sushy.resources.base.Field object>¶High Speed Serial Interface configuration
hssi_sideband = <sushy.resources.base.Field object>¶High Speed Serial Interface sideband interface type
reconfiguration_slots = <sushy.resources.base.Field object>¶Number of supported reconfiguration slots
rsd_lib.resources.v2_2.system.processor.IntelRackScaleField(*args, **kwargs)¶Bases: rsd_lib.resources.v2_1.system.processor.IntelRackScaleField
extended_identification_registers = <rsd_lib.base.DynamicField object>¶Extended contents of the Identification Registers (CPUID) for this processor
fpga = <rsd_lib.resources.v2_2.system.processor.FpgaField object>¶FPGA specific properties for FPGA ProcessorType
metrics = <sushy.resources.base.Field object>¶A reference to the Metrics associated with this Processor
on_package_memory = <rsd_lib.resources.v2_2.system.processor.OnPackageMemoryField object>¶An array of references to the endpoints that connect to this processor
thermal_design_power_watt = <sushy.resources.base.Field object>¶Thermal Design Power (TDP) of this processor
rsd_lib.resources.v2_2.system.processor.OemField(*args, **kwargs)¶Bases: sushy.resources.base.CompositeField
intel_rackscale = <rsd_lib.resources.v2_2.system.processor.IntelRackScaleField object>¶Intel Rack Scale Design extensions (‘Intel_RackScale’ object)
rsd_lib.resources.v2_2.system.processor.OnPackageMemoryField(*args, **kwargs)¶Bases: sushy.resources.base.ListField
capacity_mb = <sushy.resources.base.Field object>¶Memory capacity
memory_type = <sushy.resources.base.Field object>¶Type of memory
speed_mhz = <sushy.resources.base.Field object>¶Memory speed
rsd_lib.resources.v2_2.system.processor.Processor(connector, identity, redfish_version=None)¶Bases: rsd_lib.resources.v2_1.system.processor.Processor
metrics¶Property to provide reference to Metrics instance
It is calculated once the first time it is queried. On refresh, this property is reset.
oem = <rsd_lib.resources.v2_2.system.processor.OemField object>¶Oem extension object
rsd_lib.resources.v2_2.system.processor.ProcessorCollection(connector, path, redfish_version=None)¶Bases: rsd_lib.resources.v2_1.system.processor.ProcessorCollection
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.