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 Details

  • Constructor Details

    • V1Bootloader

      public V1Bootloader()
  • Method Details

    • 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(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toIndentedString

      private String toIndentedString(Object o)
      Convert the given object to string with each line indented by 4 spaces (except the first line).