Class CPUFluent<A extends CPUFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.ovirt.v1.CPUFluent<A>
-
- Direct Known Subclasses:
CPUBuilder,MachinePoolFluent.CpuNested
public class CPUFluent<A extends CPUFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)protected voidcopyInstance(CPU instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()IntegergetCores()IntegergetSockets()booleanhasAdditionalProperties()booleanhasCores()inthashCode()booleanhasSockets()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithCores(Integer cores)AwithSockets(Integer sockets)
-
-
-
Constructor Detail
-
CPUFluent
public CPUFluent()
-
CPUFluent
public CPUFluent(CPU instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(CPU instance)
-
equals
public boolean equals(Object o)
-
getCores
public Integer getCores()
-
getSockets
public Integer getSockets()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasCores
public boolean hasCores()
-
hasSockets
public boolean hasSockets()
-
hashCode
public int hashCode()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
-