rsd_lib.resources.v2_1.system.network_interface
Module¶rsd_lib.resources.v2_1.system.network_interface.
NetworkInterface
(connector, path='', redfish_version=None, reader=None)¶Bases: rsd_lib.base.ResourceBase
NetworkInterface resource class
A NetworkInterface contains references linking NetworkDeviceFunction resources and represents the functionality available to the containing system.
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.
rsd_lib.resources.v2_1.system.network_interface.
NetworkInterfaceCollection
(connector, path, redfish_version=None)¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.