pub enum BootMode {
Disabled,
PXE,
Iscsi,
FibreChannel,
FibreChannelOverEthernet,
HTTP,
}
Variants§
Disabled
Do not indicate to UEFI/BIOS that this device is bootable.
PXE
Boot this device by using the embedded PXE support. Only applicable if the NetDevFuncType is Ethernet
or InfiniBand
.
Iscsi
Boot this device by using the embedded iSCSI boot support and configuration. Only applicable if the NetDevFuncType is iSCSI
or Ethernet
.
FibreChannel
Boot this device by using the embedded Fibre Channel support and configuration. Only applicable if the NetDevFuncType is FibreChannel
.
FibreChannelOverEthernet
Boot this device by using the embedded Fibre Channel over Ethernet (FCoE) boot support and configuration. Only applicable if the NetDevFuncType is FibreChannelOverEthernet
.
HTTP
Boot this device by using the embedded HTTP/HTTPS support. Only applicable if the NetDevFuncType is Ethernet
. Added in version v1_9_0.