Package kubevirt.io
Class V1Bootloader
java.lang.Object
kubevirt.io.V1Bootloader
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
public class V1Bootloader
extends Object
Represents the firmware blob used to assist in the domain creation process. Used for setting the QEMU BIOS file path for the libvirt domain.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bios
-
efi
-
-
Constructor Details
-
V1Bootloader
public V1Bootloader()
-
-
Method Details
-
bios
-
getBios
If set (default), BIOS will be used. +optional- Returns:
- bios
-
setBios
-
efi
-
getEfi
If set, EFI will be used instead of BIOS. +optional- Returns:
- efi
-
setEfi
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-