rsd_lib.resources.v2_1.system.pcie_function
Module¶rsd_lib.resources.v2_1.system.pcie_function.
LinksField
(*args, **kwargs)¶Bases: sushy.resources.base.CompositeField
drives
= <sushy.resources.base.Field object>¶The value of this property shall reference a resource of type Drive that represents the storage drives associated with this resource.
ethernet_interfaces
= <sushy.resources.base.Field object>¶The value of this property shall reference a resource of type EthernetInterface that represents the network interfaces associated with this resource.
pcie_device
= <sushy.resources.base.Field object>¶The value of this property shall be a reference to the resource that this function is a part of and shall reference a resource of type PCIeDevice.
storage_controllers
= <sushy.resources.base.Field object>¶The value of this property shall reference a resource of type StorageController that represents the storage controllers associated with this resource.
rsd_lib.resources.v2_1.system.pcie_function.
PCIeFunction
(connector, path='', redfish_version=None, reader=None)¶Bases: sushy.resources.base.ResourceBase
class_code
= <sushy.resources.base.Field object>¶The Class Code of this PCIe function
description
= <sushy.resources.base.Field object>¶The PCIe function description
device_class
= <sushy.resources.base.Field object>¶The class for this PCIe Function
device_id
= <sushy.resources.base.Field object>¶The Device ID of this PCIe function
function_id
= <sushy.resources.base.Field object>¶The the PCIe Function identifier
function_type
= <sushy.resources.base.Field object>¶The type of the PCIe Function
identity
= <sushy.resources.base.Field object>¶The PCIe function identity string
links
= <rsd_lib.resources.v2_1.system.pcie_function.LinksField object>¶The link section of PCIe function
name
= <sushy.resources.base.Field object>¶The PCIe function name
revision_id
= <sushy.resources.base.Field object>¶The Revision ID of this PCIe function
status
= <rsd_lib.common.StatusField object>¶The PCIe function status
subsystem_id
= <sushy.resources.base.Field object>¶The Subsystem ID of this PCIe function
subsystem_vendor_id
= <sushy.resources.base.Field object>¶The Subsystem Vendor ID of this PCIe function
vendor_id
= <sushy.resources.base.Field object>¶The Vendor ID of this PCIe function
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.