rsd_lib.resources.v2_1.system.system
Module¶rsd_lib.resources.v2_1.system.system.
System
(connector, identity, redfish_version=None)¶Bases: sushy.resources.system.system.System
ethernet_interfaces
¶Property to provide reference to EthernetInterfaceCollection
It is calculated once the first time it is queried. On refresh, this property is reset.
memory
¶Property to provide reference to Metrics instance
It is calculated once the first time it is queried. On refresh, this property is reset.
network_interfaces
¶Property to provide reference to NetworkInterfaceCollection
It is calculated once the first time it is queried. On refresh, this property is reset.
pcie_devices
¶Property to provide reference to a list of PCIeDevice instances
It is calculated once when it is queried for the first time. On refresh, this property is reset.
pcie_functions
¶Property to provide reference to a list of PCIeFunction instances
It is calculated once when it is queried for the first time. On refresh, this property is reset.
processors
¶Property to reference ProcessorCollection instance
It is set once when the first time it is queried. On refresh, this property is marked as stale (greedy-refresh not done). Here the actual refresh of the sub-resource happens, if stale.
storage_subsystem
¶Property to provide reference to StorageSubsystem instance
It is calculated once the first time it is queried. On refresh, this property is reset.
rsd_lib.resources.v2_1.system.system.
SystemCollection
(connector, path, redfish_version=None)¶Bases: sushy.resources.system.system.SystemCollection
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.