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