Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.42 KB

BootPxe.md

File metadata and controls

16 lines (12 loc) · 1.42 KB

BootPxe

Device type used when booting from a PXE boot device.

Properties

Name Type Description Notes
interface_name str The name of the underlying virtual ethernet interface used by the PXE boot device. [optional]
interface_source str Lists the supported Interface Source for PXE device. Supported values are "name" and "mac". [optional] [default to 'name']
ip_type str The IP Address family type to use during the PXE Boot process. [optional] [default to 'None']
mac_address str The MAC Address of the underlying virtual ethernet interface used by the PXE boot device. [optional]
port int The logical port id of the ethernet interface used by the PXE device. Port is a deprecated property. Default value is changed to '-1' as this is invalid port. New or modified pxe device has the port value always set to '-1'. [optional] [readonly]
slot str The slot ID of the adapter on which the underlying virtual ethernet interface is present. Supported values are ( 1 - 255, "MLOM", "L", "L1", "L2", "OCP"). [optional]

[Back to Model list] [Back to API list] [Back to README]