rsd_lib.resources.v2_1.chassis.power_zone
Module¶rsd_lib.resources.v2_1.chassis.power_zone.
PowerSuppliesField
(*args, **kwargs)¶Bases: sushy.resources.base.ListField
firmware_revision
= <sushy.resources.base.Field object>¶The firmware version for this Power Supply
last_power_output_watts
= <sushy.resources.base.Field object>¶The average power output of this Power Supply
manufacturer
= <sushy.resources.base.Field object>¶The manufacturer of this Power Supply
model_number
= <sushy.resources.base.Field object>¶The model number for this Power Supply
name
= <sushy.resources.base.Field object>¶The Power Supply name
part_number
= <sushy.resources.base.Field object>¶The part number for this Power Supply
power_capacity_watts
= <sushy.resources.base.Field object>¶The maximum capacity of this Power Supply
rack_location
= <rsd_lib.resources.v2_1.chassis.power_zone.RackLocationField object>¶The PowerZone physical location
serial_number
= <sushy.resources.base.Field object>¶The serial number for this Power Supply
status
= <rsd_lib.common.StatusField object>¶The Power supply status
rsd_lib.resources.v2_1.chassis.power_zone.
PowerZone
(connector, path='', redfish_version=None, reader=None)¶Bases: sushy.resources.base.ResourceBase
description
= <sushy.resources.base.Field object>¶The PowerZone description
identity
= <sushy.resources.base.Field object>¶The PowerZone identity string
max_psus_supported
= <sushy.resources.base.Field object>¶The maximum number of Power Supply Units supported by PowerZone
name
= <sushy.resources.base.Field object>¶The PowerZone name
number_of_psus_present
= <sushy.resources.base.Field object>¶Indicates the number of existing Power Supply Units in PowerZone
power_capacity_watts
= <sushy.resources.base.Field object>¶The maximum power capacity supported by PowerZone
power_consumed_watts
= <sushy.resources.base.Field object>¶The total power consumption of PowerZone, sum of trays’ power consumption
power_output_watts
= <sushy.resources.base.Field object>¶The total power production of PowerZone, sum of PSUs’ output
power_supplies
= <rsd_lib.resources.v2_1.chassis.power_zone.PowerSuppliesField object>¶Details of the power supplies associated with this system or device
presence
= <sushy.resources.base.Field object>¶Indicates the aggregated Power Supply Unit presence information Aggregated Power Supply Unit presence format: Length of string indicate total slot of Power Supply Units in PowerZone.
For each byte the string: “1” means present “0” means not present
rack_location
= <rsd_lib.resources.v2_1.chassis.power_zone.RackLocationField object>¶The PowerZone physical location
status
= <rsd_lib.common.StatusField object>¶The PowerZone status
rsd_lib.resources.v2_1.chassis.power_zone.
PowerZoneCollection
(connector, path, redfish_version=None)¶Bases: sushy.resources.base.ResourceCollectionBase
rsd_lib.resources.v2_1.chassis.power_zone.
RackLocationField
(*args, **kwargs)¶Bases: sushy.resources.base.CompositeField
rack_units
= <sushy.resources.base.Field object>¶Indicates the rack unit type
uheight
= <sushy.resources.base.Field object>¶The height of managed zone, e.g. 8 for 8U, 16 for 16U
ulocation
= <sushy.resources.base.Field object>¶The index of the top-most U of the component, from top to bottom (1.. MAXIMUM) 0 indicate not available
xlocation
= <sushy.resources.base.Field object>¶The horizontal location within uLocation, from left to right (1.. MAXIMUM) 0 indicate not available
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.