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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbootloader(V1Bootloader bootloader) booleanSettings to control the bootloader that is used.The system-serial-number in SMBIOSgetUuid()UUID reported by the vmi bios.inthashCode()voidsetBootloader(V1Bootloader bootloader) voidvoidprivate StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
bootloader
-
serial
-
uuid
-
-
Constructor Details
-
V1Firmware
public V1Firmware()
-
-
Method Details
-
bootloader
-
getBootloader
Settings to control the bootloader that is used. +optional- Returns:
- bootloader
-
setBootloader
-
serial
-
getSerial
The system-serial-number in SMBIOS- Returns:
- serial
-
setSerial
-
uuid
-
getUuid
UUID reported by the vmi bios. Defaults to a random generated uid.- Returns:
- uuid
-
setUuid
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-