Class HostCpuUnitContainer
- java.lang.Object
-
- org.ovirt.engine.sdk4.internal.containers.Container
-
- org.ovirt.engine.sdk4.internal.containers.IdentifiedContainer
-
- org.ovirt.engine.sdk4.internal.containers.HostCpuUnitContainer
-
- All Implemented Interfaces:
HostCpuUnit
,Identified
public class HostCpuUnitContainer extends IdentifiedContainer implements HostCpuUnit
-
-
Constructor Summary
Constructors Constructor Description HostCpuUnitContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigInteger
coreId()
void
coreId(BigInteger newCoreId)
Byte
coreIdAsByte()
Integer
coreIdAsInteger()
Long
coreIdAsLong()
Short
coreIdAsShort()
boolean
coreIdPresent()
BigInteger
cpuId()
void
cpuId(BigInteger newCpuId)
Byte
cpuIdAsByte()
Integer
cpuIdAsInteger()
Long
cpuIdAsLong()
Short
cpuIdAsShort()
boolean
cpuIdPresent()
boolean
runsVdsm()
void
runsVdsm(boolean newRunsVdsm)
void
runsVdsm(Boolean newRunsVdsm)
boolean
runsVdsmPresent()
BigInteger
socketId()
void
socketId(BigInteger newSocketId)
Byte
socketIdAsByte()
Integer
socketIdAsInteger()
Long
socketIdAsLong()
Short
socketIdAsShort()
boolean
socketIdPresent()
List<Vm>
vms()
void
vms(List<Vm> newVms)
boolean
vmsPresent()
-
Methods inherited from class org.ovirt.engine.sdk4.internal.containers.IdentifiedContainer
comment, comment, commentPresent, description, description, descriptionPresent, href, href, hrefPresent, id, id, idPresent, name, name, namePresent
-
Methods inherited from class org.ovirt.engine.sdk4.internal.containers.Container
asByte, asInteger, asLong, asShort, makeArrayList, makeUnmodifiableList
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ovirt.engine.sdk4.types.Identified
comment, commentPresent, description, descriptionPresent, href, hrefPresent, id, idPresent, name, namePresent
-
-
-
-
Method Detail
-
coreId
public BigInteger coreId()
- Specified by:
coreId
in interfaceHostCpuUnit
-
coreIdAsByte
public Byte coreIdAsByte()
- Specified by:
coreIdAsByte
in interfaceHostCpuUnit
-
coreIdAsShort
public Short coreIdAsShort()
- Specified by:
coreIdAsShort
in interfaceHostCpuUnit
-
coreIdAsInteger
public Integer coreIdAsInteger()
- Specified by:
coreIdAsInteger
in interfaceHostCpuUnit
-
coreIdAsLong
public Long coreIdAsLong()
- Specified by:
coreIdAsLong
in interfaceHostCpuUnit
-
coreId
public void coreId(BigInteger newCoreId)
-
coreIdPresent
public boolean coreIdPresent()
- Specified by:
coreIdPresent
in interfaceHostCpuUnit
-
cpuId
public BigInteger cpuId()
- Specified by:
cpuId
in interfaceHostCpuUnit
-
cpuIdAsByte
public Byte cpuIdAsByte()
- Specified by:
cpuIdAsByte
in interfaceHostCpuUnit
-
cpuIdAsShort
public Short cpuIdAsShort()
- Specified by:
cpuIdAsShort
in interfaceHostCpuUnit
-
cpuIdAsInteger
public Integer cpuIdAsInteger()
- Specified by:
cpuIdAsInteger
in interfaceHostCpuUnit
-
cpuIdAsLong
public Long cpuIdAsLong()
- Specified by:
cpuIdAsLong
in interfaceHostCpuUnit
-
cpuId
public void cpuId(BigInteger newCpuId)
-
cpuIdPresent
public boolean cpuIdPresent()
- Specified by:
cpuIdPresent
in interfaceHostCpuUnit
-
runsVdsm
public boolean runsVdsm()
- Specified by:
runsVdsm
in interfaceHostCpuUnit
-
runsVdsm
public void runsVdsm(boolean newRunsVdsm)
-
runsVdsm
public void runsVdsm(Boolean newRunsVdsm)
-
runsVdsmPresent
public boolean runsVdsmPresent()
- Specified by:
runsVdsmPresent
in interfaceHostCpuUnit
-
socketId
public BigInteger socketId()
- Specified by:
socketId
in interfaceHostCpuUnit
-
socketIdAsByte
public Byte socketIdAsByte()
- Specified by:
socketIdAsByte
in interfaceHostCpuUnit
-
socketIdAsShort
public Short socketIdAsShort()
- Specified by:
socketIdAsShort
in interfaceHostCpuUnit
-
socketIdAsInteger
public Integer socketIdAsInteger()
- Specified by:
socketIdAsInteger
in interfaceHostCpuUnit
-
socketIdAsLong
public Long socketIdAsLong()
- Specified by:
socketIdAsLong
in interfaceHostCpuUnit
-
socketId
public void socketId(BigInteger newSocketId)
-
socketIdPresent
public boolean socketIdPresent()
- Specified by:
socketIdPresent
in interfaceHostCpuUnit
-
vms
public List<Vm> vms()
- Specified by:
vms
in interfaceHostCpuUnit
-
vmsPresent
public boolean vmsPresent()
- Specified by:
vmsPresent
in interfaceHostCpuUnit
-
-