public static final class BootTypes.Info.Builder
extends java.lang.Object
BootTypes.Info
.Constructor and Description |
---|
BootTypes.Info.Builder(BootTypes.Type type,
long delay,
boolean retry,
long retryDelay,
boolean enterSetupMode)
Constructor with parameters for the required properties of
BootTypes.Info . |
Modifier and Type | Method and Description |
---|---|
BootTypes.Info |
build() |
BootTypes.Info.Builder |
setEfiLegacyBoot(java.lang.Boolean efiLegacyBoot)
Flag indicating whether to use EFI legacy boot mode.
|
BootTypes.Info.Builder |
setNetworkProtocol(BootTypes.NetworkProtocol networkProtocol)
Protocol to use when attempting to boot the virtual machine over the network.
|
public BootTypes.Info.Builder(BootTypes.Type type, long delay, boolean retry, long retryDelay, boolean enterSetupMode)
BootTypes.Info
.public BootTypes.Info.Builder setEfiLegacyBoot(java.lang.Boolean efiLegacyBoot)
getType()
is BootTypes.Type.EFI
.efiLegacyBoot
- New value for the property.public BootTypes.Info.Builder setNetworkProtocol(BootTypes.NetworkProtocol networkProtocol)
getType()
is BootTypes.Type.EFI
.networkProtocol
- New value for the property.public BootTypes.Info build()