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