Package kubevirt.io
Class V1FeatureAPIC
java.lang.Object
kubevirt.io.V1FeatureAPIC
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
public class V1FeatureAPIC
extends Object
V1FeatureAPIC
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionendOfInterrupt(Boolean endOfInterrupt) booleaninthashCode()Enabled determines if the feature should be enabled or disabled on the guest.EndOfInterrupt enables the end of interrupt notification in the guest.voidsetEnabled(Boolean enabled) voidsetEndOfInterrupt(Boolean endOfInterrupt) private StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
enabled
-
endOfInterrupt
-
-
Constructor Details
-
V1FeatureAPIC
public V1FeatureAPIC()
-
-
Method Details
-
enabled
-
isEnabled
Enabled determines if the feature should be enabled or disabled on the guest. Defaults to true. +optional- Returns:
- enabled
-
setEnabled
-
endOfInterrupt
-
isEndOfInterrupt
EndOfInterrupt enables the end of interrupt notification in the guest. Defaults to false. +optional- Returns:
- endOfInterrupt
-
setEndOfInterrupt
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-