The rsd_lib.resources.v2_1.system.network_interface
Module¶
- class rsd_lib.resources.v2_1.system.network_interface.NetworkInterface(connector, path='', redfish_version=None, registries=None, reader=None, json_doc=None, root=None)¶
Bases:
ResourceBase
NetworkInterface resource class
A NetworkInterface contains references linking NetworkDeviceFunction resources and represents the functionality available to the containing system.
- property network_device_functions¶
Property to provide reference to NetworkDeviceFunctionCollection instance
It is calculated once when it is queried for the first time. On refresh, this property is reset.
- status = <rsd_lib.base.StatusField object>¶
This indicates the known state of the resource, such as if it is enabled.
- class rsd_lib.resources.v2_1.system.network_interface.NetworkInterfaceCollection(connector, path, redfish_version=None, registries=None, root=None)¶
Bases:
ResourceCollectionBase