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 java.lang.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.
-
-
Constructor Summary
Constructors Constructor Description V1Bootloader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V1Bootloader
bios(V1BIOS bios)
V1Bootloader
efi(V1EFI efi)
boolean
equals(java.lang.Object o)
V1BIOS
getBios()
If set (default), BIOS will be used.V1EFI
getEfi()
If set, EFI will be used instead of BIOS.int
hashCode()
void
setBios(V1BIOS bios)
void
setEfi(V1EFI efi)
private java.lang.String
toIndentedString(java.lang.Object o)
Convert the given object to string with each line indented by 4 spaces (except the first line).java.lang.String
toString()
-
-
-
Method Detail
-
bios
public V1Bootloader bios(V1BIOS bios)
-
getBios
public V1BIOS getBios()
If set (default), BIOS will be used. +optional- Returns:
- bios
-
setBios
public void setBios(V1BIOS bios)
-
efi
public V1Bootloader efi(V1EFI efi)
-
getEfi
public V1EFI getEfi()
If set, EFI will be used instead of BIOS. +optional- Returns:
- efi
-
setEfi
public void setEfi(V1EFI efi)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
toIndentedString
private java.lang.String toIndentedString(java.lang.Object o)
Convert the given object to string with each line indented by 4 spaces (except the first line).
-
-