Package kubevirt.io
Class V1Features
java.lang.Object
kubevirt.io.V1Features
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
public class V1Features
extends Object
V1Features
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate V1FeatureStateprivate V1FeatureAPICprivate V1FeatureHypervprivate V1FeatureState -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionacpi(V1FeatureState acpi) apic(V1FeatureAPIC apic) booleangetAcpi()ACPI enables/disables ACPI insidejsondata guest.getApic()Defaults to the machine type setting.Defaults to the machine type setting.getSmm()SMM enables/disables System Management Mode.inthashCode()hyperv(V1FeatureHyperv hyperv) voidsetAcpi(V1FeatureState acpi) voidsetApic(V1FeatureAPIC apic) voidsetHyperv(V1FeatureHyperv hyperv) voidsetSmm(V1FeatureState smm) smm(V1FeatureState smm) private StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
acpi
-
apic
-
hyperv
-
smm
-
-
Constructor Details
-
V1Features
public V1Features()
-
-
Method Details
-
acpi
-
getAcpi
ACPI enables/disables ACPI insidejsondata guest. Defaults to enabled. +optional- Returns:
- acpi
-
setAcpi
-
apic
-
getApic
Defaults to the machine type setting. +optional- Returns:
- apic
-
setApic
-
hyperv
-
getHyperv
Defaults to the machine type setting. +optional- Returns:
- hyperv
-
setHyperv
-
smm
-
getSmm
SMM enables/disables System Management Mode. TSEG not yet implemented. +optional- Returns:
- smm
-
setSmm
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-