Class NumaNodePinContainer
- java.lang.Object
-
- org.ovirt.engine.sdk4.internal.containers.Container
-
- org.ovirt.engine.sdk4.internal.containers.NumaNodePinContainer
-
- All Implemented Interfaces:
NumaNodePin
public class NumaNodePinContainer extends Container implements NumaNodePin
-
-
Constructor Summary
Constructors Constructor Description NumaNodePinContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NumaNode
hostNumaNode()
void
hostNumaNode(NumaNode newHostNumaNode)
boolean
hostNumaNodePresent()
BigInteger
index()
void
index(BigInteger newIndex)
Byte
indexAsByte()
Integer
indexAsInteger()
Long
indexAsLong()
Short
indexAsShort()
boolean
indexPresent()
boolean
pinned()
void
pinned(boolean newPinned)
void
pinned(Boolean newPinned)
boolean
pinnedPresent()
-
Methods inherited from class org.ovirt.engine.sdk4.internal.containers.Container
asByte, asInteger, asLong, asShort, makeArrayList, makeUnmodifiableList
-
-
-
-
Method Detail
-
hostNumaNode
public NumaNode hostNumaNode()
- Specified by:
hostNumaNode
in interfaceNumaNodePin
-
hostNumaNode
public void hostNumaNode(NumaNode newHostNumaNode)
-
hostNumaNodePresent
public boolean hostNumaNodePresent()
- Specified by:
hostNumaNodePresent
in interfaceNumaNodePin
-
index
public BigInteger index()
- Specified by:
index
in interfaceNumaNodePin
-
indexAsByte
public Byte indexAsByte()
- Specified by:
indexAsByte
in interfaceNumaNodePin
-
indexAsShort
public Short indexAsShort()
- Specified by:
indexAsShort
in interfaceNumaNodePin
-
indexAsInteger
public Integer indexAsInteger()
- Specified by:
indexAsInteger
in interfaceNumaNodePin
-
indexAsLong
public Long indexAsLong()
- Specified by:
indexAsLong
in interfaceNumaNodePin
-
index
public void index(BigInteger newIndex)
-
indexPresent
public boolean indexPresent()
- Specified by:
indexPresent
in interfaceNumaNodePin
-
pinned
public boolean pinned()
- Specified by:
pinned
in interfaceNumaNodePin
-
pinned
public void pinned(boolean newPinned)
-
pinned
public void pinned(Boolean newPinned)
-
pinnedPresent
public boolean pinnedPresent()
- Specified by:
pinnedPresent
in interfaceNumaNodePin
-
-