Class VmBaseContainer
- java.lang.Object
-
- org.ovirt.engine.sdk4.internal.containers.Container
-
- org.ovirt.engine.sdk4.internal.containers.IdentifiedContainer
-
- org.ovirt.engine.sdk4.internal.containers.VmBaseContainer
-
- All Implemented Interfaces:
Identified
,VmBase
- Direct Known Subclasses:
TemplateContainer
,VmContainer
public class VmBaseContainer extends IdentifiedContainer implements VmBase
-
-
Constructor Summary
Constructors Constructor Description VmBaseContainer()
-
Method Summary
-
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
-
autoPinningPolicy
public AutoPinningPolicy autoPinningPolicy()
- Specified by:
autoPinningPolicy
in interfaceVmBase
-
autoPinningPolicy
public void autoPinningPolicy(AutoPinningPolicy newAutoPinningPolicy)
-
autoPinningPolicyPresent
public boolean autoPinningPolicyPresent()
- Specified by:
autoPinningPolicyPresent
in interfaceVmBase
-
bios
public void bios(Bios newBios)
-
biosPresent
public boolean biosPresent()
- Specified by:
biosPresent
in interfaceVmBase
-
console
public void console(Console newConsole)
-
consolePresent
public boolean consolePresent()
- Specified by:
consolePresent
in interfaceVmBase
-
cpu
public void cpu(Cpu newCpu)
-
cpuPresent
public boolean cpuPresent()
- Specified by:
cpuPresent
in interfaceVmBase
-
cpuPinningPolicy
public CpuPinningPolicy cpuPinningPolicy()
- Specified by:
cpuPinningPolicy
in interfaceVmBase
-
cpuPinningPolicy
public void cpuPinningPolicy(CpuPinningPolicy newCpuPinningPolicy)
-
cpuPinningPolicyPresent
public boolean cpuPinningPolicyPresent()
- Specified by:
cpuPinningPolicyPresent
in interfaceVmBase
-
cpuShares
public BigInteger cpuShares()
-
cpuSharesAsByte
public Byte cpuSharesAsByte()
- Specified by:
cpuSharesAsByte
in interfaceVmBase
-
cpuSharesAsShort
public Short cpuSharesAsShort()
- Specified by:
cpuSharesAsShort
in interfaceVmBase
-
cpuSharesAsInteger
public Integer cpuSharesAsInteger()
- Specified by:
cpuSharesAsInteger
in interfaceVmBase
-
cpuSharesAsLong
public Long cpuSharesAsLong()
- Specified by:
cpuSharesAsLong
in interfaceVmBase
-
cpuShares
public void cpuShares(BigInteger newCpuShares)
-
cpuSharesPresent
public boolean cpuSharesPresent()
- Specified by:
cpuSharesPresent
in interfaceVmBase
-
creationTime
public Date creationTime()
- Specified by:
creationTime
in interfaceVmBase
-
creationTime
public void creationTime(Date newCreationTime)
-
creationTimePresent
public boolean creationTimePresent()
- Specified by:
creationTimePresent
in interfaceVmBase
-
customCompatibilityVersion
public Version customCompatibilityVersion()
- Specified by:
customCompatibilityVersion
in interfaceVmBase
-
customCompatibilityVersion
public void customCompatibilityVersion(Version newCustomCompatibilityVersion)
-
customCompatibilityVersionPresent
public boolean customCompatibilityVersionPresent()
- Specified by:
customCompatibilityVersionPresent
in interfaceVmBase
-
customCpuModel
public String customCpuModel()
- Specified by:
customCpuModel
in interfaceVmBase
-
customCpuModel
public void customCpuModel(String newCustomCpuModel)
-
customCpuModelPresent
public boolean customCpuModelPresent()
- Specified by:
customCpuModelPresent
in interfaceVmBase
-
customEmulatedMachine
public String customEmulatedMachine()
- Specified by:
customEmulatedMachine
in interfaceVmBase
-
customEmulatedMachine
public void customEmulatedMachine(String newCustomEmulatedMachine)
-
customEmulatedMachinePresent
public boolean customEmulatedMachinePresent()
- Specified by:
customEmulatedMachinePresent
in interfaceVmBase
-
customProperties
public List<CustomProperty> customProperties()
- Specified by:
customProperties
in interfaceVmBase
-
customProperties
public void customProperties(List<CustomProperty> newCustomProperties)
-
customPropertiesPresent
public boolean customPropertiesPresent()
- Specified by:
customPropertiesPresent
in interfaceVmBase
-
deleteProtected
public boolean deleteProtected()
- Specified by:
deleteProtected
in interfaceVmBase
-
deleteProtected
public void deleteProtected(boolean newDeleteProtected)
-
deleteProtected
public void deleteProtected(Boolean newDeleteProtected)
-
deleteProtectedPresent
public boolean deleteProtectedPresent()
- Specified by:
deleteProtectedPresent
in interfaceVmBase
-
display
public void display(Display newDisplay)
-
displayPresent
public boolean displayPresent()
- Specified by:
displayPresent
in interfaceVmBase
-
domain
public void domain(Domain newDomain)
-
domainPresent
public boolean domainPresent()
- Specified by:
domainPresent
in interfaceVmBase
-
highAvailability
public HighAvailability highAvailability()
- Specified by:
highAvailability
in interfaceVmBase
-
highAvailability
public void highAvailability(HighAvailability newHighAvailability)
-
highAvailabilityPresent
public boolean highAvailabilityPresent()
- Specified by:
highAvailabilityPresent
in interfaceVmBase
-
initialization
public Initialization initialization()
- Specified by:
initialization
in interfaceVmBase
-
initialization
public void initialization(Initialization newInitialization)
-
initializationPresent
public boolean initializationPresent()
- Specified by:
initializationPresent
in interfaceVmBase
-
io
public void io(Io newIo)
-
largeIcon
public void largeIcon(Icon newLargeIcon)
-
largeIconPresent
public boolean largeIconPresent()
- Specified by:
largeIconPresent
in interfaceVmBase
-
lease
public StorageDomainLease lease()
-
lease
public void lease(StorageDomainLease newLease)
-
leasePresent
public boolean leasePresent()
- Specified by:
leasePresent
in interfaceVmBase
-
memory
public BigInteger memory()
-
memoryAsByte
public Byte memoryAsByte()
- Specified by:
memoryAsByte
in interfaceVmBase
-
memoryAsShort
public Short memoryAsShort()
- Specified by:
memoryAsShort
in interfaceVmBase
-
memoryAsInteger
public Integer memoryAsInteger()
- Specified by:
memoryAsInteger
in interfaceVmBase
-
memoryAsLong
public Long memoryAsLong()
- Specified by:
memoryAsLong
in interfaceVmBase
-
memory
public void memory(BigInteger newMemory)
-
memoryPresent
public boolean memoryPresent()
- Specified by:
memoryPresent
in interfaceVmBase
-
memoryPolicy
public MemoryPolicy memoryPolicy()
- Specified by:
memoryPolicy
in interfaceVmBase
-
memoryPolicy
public void memoryPolicy(MemoryPolicy newMemoryPolicy)
-
memoryPolicyPresent
public boolean memoryPolicyPresent()
- Specified by:
memoryPolicyPresent
in interfaceVmBase
-
migration
public MigrationOptions migration()
-
migration
public void migration(MigrationOptions newMigration)
-
migrationPresent
public boolean migrationPresent()
- Specified by:
migrationPresent
in interfaceVmBase
-
migrationDowntime
public BigInteger migrationDowntime()
- Specified by:
migrationDowntime
in interfaceVmBase
-
migrationDowntimeAsByte
public Byte migrationDowntimeAsByte()
- Specified by:
migrationDowntimeAsByte
in interfaceVmBase
-
migrationDowntimeAsShort
public Short migrationDowntimeAsShort()
- Specified by:
migrationDowntimeAsShort
in interfaceVmBase
-
migrationDowntimeAsInteger
public Integer migrationDowntimeAsInteger()
- Specified by:
migrationDowntimeAsInteger
in interfaceVmBase
-
migrationDowntimeAsLong
public Long migrationDowntimeAsLong()
- Specified by:
migrationDowntimeAsLong
in interfaceVmBase
-
migrationDowntime
public void migrationDowntime(BigInteger newMigrationDowntime)
-
migrationDowntimePresent
public boolean migrationDowntimePresent()
- Specified by:
migrationDowntimePresent
in interfaceVmBase
-
multiQueuesEnabled
public boolean multiQueuesEnabled()
- Specified by:
multiQueuesEnabled
in interfaceVmBase
-
multiQueuesEnabled
public void multiQueuesEnabled(boolean newMultiQueuesEnabled)
-
multiQueuesEnabled
public void multiQueuesEnabled(Boolean newMultiQueuesEnabled)
-
multiQueuesEnabledPresent
public boolean multiQueuesEnabledPresent()
- Specified by:
multiQueuesEnabledPresent
in interfaceVmBase
-
origin
public void origin(String newOrigin)
-
originPresent
public boolean originPresent()
- Specified by:
originPresent
in interfaceVmBase
-
os
public OperatingSystem os()
-
os
public void os(OperatingSystem newOs)
-
placementPolicy
public VmPlacementPolicy placementPolicy()
- Specified by:
placementPolicy
in interfaceVmBase
-
placementPolicy
public void placementPolicy(VmPlacementPolicy newPlacementPolicy)
-
placementPolicyPresent
public boolean placementPolicyPresent()
- Specified by:
placementPolicyPresent
in interfaceVmBase
-
rngDevice
public void rngDevice(RngDevice newRngDevice)
-
rngDevicePresent
public boolean rngDevicePresent()
- Specified by:
rngDevicePresent
in interfaceVmBase
-
serialNumber
public SerialNumber serialNumber()
- Specified by:
serialNumber
in interfaceVmBase
-
serialNumber
public void serialNumber(SerialNumber newSerialNumber)
-
serialNumberPresent
public boolean serialNumberPresent()
- Specified by:
serialNumberPresent
in interfaceVmBase
-
smallIcon
public void smallIcon(Icon newSmallIcon)
-
smallIconPresent
public boolean smallIconPresent()
- Specified by:
smallIconPresent
in interfaceVmBase
-
soundcardEnabled
public boolean soundcardEnabled()
- Specified by:
soundcardEnabled
in interfaceVmBase
-
soundcardEnabled
public void soundcardEnabled(boolean newSoundcardEnabled)
-
soundcardEnabled
public void soundcardEnabled(Boolean newSoundcardEnabled)
-
soundcardEnabledPresent
public boolean soundcardEnabledPresent()
- Specified by:
soundcardEnabledPresent
in interfaceVmBase
-
sso
public void sso(Sso newSso)
-
ssoPresent
public boolean ssoPresent()
- Specified by:
ssoPresent
in interfaceVmBase
-
startPaused
public boolean startPaused()
- Specified by:
startPaused
in interfaceVmBase
-
startPaused
public void startPaused(boolean newStartPaused)
-
startPaused
public void startPaused(Boolean newStartPaused)
-
startPausedPresent
public boolean startPausedPresent()
- Specified by:
startPausedPresent
in interfaceVmBase
-
stateless
public void stateless(boolean newStateless)
-
stateless
public void stateless(Boolean newStateless)
-
statelessPresent
public boolean statelessPresent()
- Specified by:
statelessPresent
in interfaceVmBase
-
storageErrorResumeBehaviour
public VmStorageErrorResumeBehaviour storageErrorResumeBehaviour()
- Specified by:
storageErrorResumeBehaviour
in interfaceVmBase
-
storageErrorResumeBehaviour
public void storageErrorResumeBehaviour(VmStorageErrorResumeBehaviour newStorageErrorResumeBehaviour)
-
storageErrorResumeBehaviourPresent
public boolean storageErrorResumeBehaviourPresent()
- Specified by:
storageErrorResumeBehaviourPresent
in interfaceVmBase
-
timeZone
public void timeZone(TimeZone newTimeZone)
-
timeZonePresent
public boolean timeZonePresent()
- Specified by:
timeZonePresent
in interfaceVmBase
-
tpmEnabled
public boolean tpmEnabled()
- Specified by:
tpmEnabled
in interfaceVmBase
-
tpmEnabled
public void tpmEnabled(boolean newTpmEnabled)
-
tpmEnabled
public void tpmEnabled(Boolean newTpmEnabled)
-
tpmEnabledPresent
public boolean tpmEnabledPresent()
- Specified by:
tpmEnabledPresent
in interfaceVmBase
-
tunnelMigration
public boolean tunnelMigration()
- Specified by:
tunnelMigration
in interfaceVmBase
-
tunnelMigration
public void tunnelMigration(boolean newTunnelMigration)
-
tunnelMigration
public void tunnelMigration(Boolean newTunnelMigration)
-
tunnelMigrationPresent
public boolean tunnelMigrationPresent()
- Specified by:
tunnelMigrationPresent
in interfaceVmBase
-
type
public void type(VmType newType)
-
typePresent
public boolean typePresent()
- Specified by:
typePresent
in interfaceVmBase
-
usb
public void usb(Usb newUsb)
-
usbPresent
public boolean usbPresent()
- Specified by:
usbPresent
in interfaceVmBase
-
virtioScsi
public VirtioScsi virtioScsi()
- Specified by:
virtioScsi
in interfaceVmBase
-
virtioScsi
public void virtioScsi(VirtioScsi newVirtioScsi)
-
virtioScsiPresent
public boolean virtioScsiPresent()
- Specified by:
virtioScsiPresent
in interfaceVmBase
-
virtioScsiMultiQueues
public BigInteger virtioScsiMultiQueues()
- Specified by:
virtioScsiMultiQueues
in interfaceVmBase
-
virtioScsiMultiQueuesAsByte
public Byte virtioScsiMultiQueuesAsByte()
- Specified by:
virtioScsiMultiQueuesAsByte
in interfaceVmBase
-
virtioScsiMultiQueuesAsShort
public Short virtioScsiMultiQueuesAsShort()
- Specified by:
virtioScsiMultiQueuesAsShort
in interfaceVmBase
-
virtioScsiMultiQueuesAsInteger
public Integer virtioScsiMultiQueuesAsInteger()
- Specified by:
virtioScsiMultiQueuesAsInteger
in interfaceVmBase
-
virtioScsiMultiQueuesAsLong
public Long virtioScsiMultiQueuesAsLong()
- Specified by:
virtioScsiMultiQueuesAsLong
in interfaceVmBase
-
virtioScsiMultiQueues
public void virtioScsiMultiQueues(BigInteger newVirtioScsiMultiQueues)
-
virtioScsiMultiQueuesPresent
public boolean virtioScsiMultiQueuesPresent()
- Specified by:
virtioScsiMultiQueuesPresent
in interfaceVmBase
-
virtioScsiMultiQueuesEnabled
public boolean virtioScsiMultiQueuesEnabled()
- Specified by:
virtioScsiMultiQueuesEnabled
in interfaceVmBase
-
virtioScsiMultiQueuesEnabled
public void virtioScsiMultiQueuesEnabled(boolean newVirtioScsiMultiQueuesEnabled)
-
virtioScsiMultiQueuesEnabled
public void virtioScsiMultiQueuesEnabled(Boolean newVirtioScsiMultiQueuesEnabled)
-
virtioScsiMultiQueuesEnabledPresent
public boolean virtioScsiMultiQueuesEnabledPresent()
- Specified by:
virtioScsiMultiQueuesEnabledPresent
in interfaceVmBase
-
cluster
public void cluster(Cluster newCluster)
-
clusterPresent
public boolean clusterPresent()
- Specified by:
clusterPresent
in interfaceVmBase
-
cpuProfile
public CpuProfile cpuProfile()
- Specified by:
cpuProfile
in interfaceVmBase
-
cpuProfile
public void cpuProfile(CpuProfile newCpuProfile)
-
cpuProfilePresent
public boolean cpuProfilePresent()
- Specified by:
cpuProfilePresent
in interfaceVmBase
-
quota
public void quota(Quota newQuota)
-
quotaPresent
public boolean quotaPresent()
- Specified by:
quotaPresent
in interfaceVmBase
-
storageDomain
public StorageDomain storageDomain()
- Specified by:
storageDomain
in interfaceVmBase
-
storageDomain
public void storageDomain(StorageDomain newStorageDomain)
-
storageDomainPresent
public boolean storageDomainPresent()
- Specified by:
storageDomainPresent
in interfaceVmBase
-
-