Class DynamicCpuContainer
- java.lang.Object
-
- org.ovirt.engine.sdk4.internal.containers.Container
-
- org.ovirt.engine.sdk4.internal.containers.DynamicCpuContainer
-
- All Implemented Interfaces:
DynamicCpu
public class DynamicCpuContainer extends Container implements DynamicCpu
-
-
Constructor Summary
Constructors Constructor Description DynamicCpuContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CpuTune
cpuTune()
void
cpuTune(CpuTune newCpuTune)
boolean
cpuTunePresent()
CpuTopology
topology()
void
topology(CpuTopology newTopology)
boolean
topologyPresent()
-
Methods inherited from class org.ovirt.engine.sdk4.internal.containers.Container
asByte, asInteger, asLong, asShort, makeArrayList, makeUnmodifiableList
-
-
-
-
Method Detail
-
cpuTune
public CpuTune cpuTune()
- Specified by:
cpuTune
in interfaceDynamicCpu
-
cpuTune
public void cpuTune(CpuTune newCpuTune)
-
cpuTunePresent
public boolean cpuTunePresent()
- Specified by:
cpuTunePresent
in interfaceDynamicCpu
-
topology
public CpuTopology topology()
- Specified by:
topology
in interfaceDynamicCpu
-
topology
public void topology(CpuTopology newTopology)
-
topologyPresent
public boolean topologyPresent()
- Specified by:
topologyPresent
in interfaceDynamicCpu
-
-