Package kubevirt.io

Class V1Firmware

java.lang.Object
kubevirt.io.V1Firmware

@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-11-10T14:44:51.030+02:00") public class V1Firmware extends Object
V1Firmware
  • Field Details

  • Constructor Details

    • V1Firmware

      public V1Firmware()
  • Method Details

    • bootloader

      public V1Firmware bootloader(V1Bootloader bootloader)
    • getBootloader

      public V1Bootloader getBootloader()
      Settings to control the bootloader that is used. +optional
      Returns:
      bootloader
    • setBootloader

      public void setBootloader(V1Bootloader bootloader)
    • serial

      public V1Firmware serial(String serial)
    • getSerial

      public String getSerial()
      The system-serial-number in SMBIOS
      Returns:
      serial
    • setSerial

      public void setSerial(String serial)
    • uuid

      public V1Firmware uuid(String uuid)
    • getUuid

      public String getUuid()
      UUID reported by the vmi bios. Defaults to a random generated uid.
      Returns:
      uuid
    • setUuid

      public void setUuid(String uuid)
    • 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).