Package kubevirt.io

Class 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 Detail

      • V1Bootloader

        public V1Bootloader()
    • Method Detail

      • getBios

        public V1BIOS getBios()
        If set (default), BIOS will be used. +optional
        Returns:
        bios
      • setBios

        public void setBios​(V1BIOS bios)
      • 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 class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.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).