Skip navigation links

Oracle VM Manager Web Services API Reference
Release 2.1.5

E14979-01


oracle.ovs.api.datamodel
Class PXEVMConfig

java.lang.Object
  extended by oracle.ovs.api.datamodel.VirtualMachineBase
      extended by oracle.ovs.api.datamodel.PXEVMConfig

All Implemented Interfaces:
java.io.Serializable

public class PXEVMConfig
extends VirtualMachineBase

PXE config data model, use to create a virtual machine based on this PXE config.

See Also:
Serialized Form

Field Summary

 

Fields inherited from class oracle.ovs.api.datamodel.VirtualMachineBase
BOOT_DEVICE_CDROM, BOOT_DEVICE_HDD, BOOT_DEVICE_PXE, CLONING, CREATING, DEFAULT_KEYBOARD_LAYOUT, DELETING, DEPLOY_AUTO, DEPLOY_MANUAL, DEPLOYING, ERROR, IMG_TYPE, INITIALIZING, MEMORY_LOWERBOUND, MIGRATING, OP_CLONE, OP_DELETE, OP_EDIT, OP_LIVEMIG, OP_PAUSE, OP_POWEROFF, OP_POWERON, OP_PREF_SRV, OP_REBOOT, OP_RESET_STATUS, OP_RESUME, OP_SAVTEM, OP_SUSPEND, OP_UNPAUSE, PAUSED, PAUSING, POWEREDOFF, REBOOTING, RESUMING, RUNNING, SAVING, SHUTTINGDOWN, SUSPENDED, SUSPENDING, UNKNOWN, UNPAUSING, VM_TYPE_HVM, VM_TYPE_PVM

 

Constructor Summary
PXEVMConfig()
           

 

Method Summary
 java.lang.String getComments()
           
 int getCpuNumber()
           
 DiskConfig getDiskConf()
           
 java.lang.Integer getMemory()
           
 VirtualServer[] getPreferredServers()
           
 ServerPool getServerPool()
           
 NICConfig[] getVif()
           
 VirtualMachine getVm()
           
 java.lang.String getVmName()
           
 VmType getVmType()
           
 java.lang.String getVncPassword()
           
 boolean isHaEnable()
           
 void setComments(java.lang.String comments)
           
 void setCpuNumber(int cpuNumber)
           
 void setDiskConf(DiskConfig diskConf)
           
 void setHaEnable(boolean haEnable)
           
 void setMemory(java.lang.Integer memory)
           
 void setPreferredServers(VirtualServer[] preferredServers)
           
 void setServerPool(ServerPool serverPool)
           
 void setVif(NICConfig[] vif)
           
 void setVmName(java.lang.String vmName)
           
 void setVmType(VmType vmType)
           
 void setVncPassword(java.lang.String vncPassword)
           

 

Methods inherited from class oracle.ovs.api.datamodel.VirtualMachineBase
getBootDeviceCdrom, getBootDeviceHdd, getBootDevicePxe, getHvmType, getPvmType

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

PXEVMConfig

public PXEVMConfig()

Method Detail

setServerPool

public void setServerPool(ServerPool serverPool)

getServerPool

public ServerPool getServerPool()

setPreferredServers

public void setPreferredServers(VirtualServer[] preferredServers)

getPreferredServers

public VirtualServer[] getPreferredServers()

getVm

public VirtualMachine getVm()

setDiskConf

public void setDiskConf(DiskConfig diskConf)

getDiskConf

public DiskConfig getDiskConf()

setVif

public void setVif(NICConfig[] vif)

getVif

public NICConfig[] getVif()

setVmName

public void setVmName(java.lang.String vmName)

getVmName

public java.lang.String getVmName()

setVncPassword

public void setVncPassword(java.lang.String vncPassword)

getVncPassword

public java.lang.String getVncPassword()

setComments

public void setComments(java.lang.String comments)

getComments

public java.lang.String getComments()

setMemory

public void setMemory(java.lang.Integer memory)

getMemory

public java.lang.Integer getMemory()

setCpuNumber

public void setCpuNumber(int cpuNumber)

getCpuNumber

public int getCpuNumber()

setVmType

public void setVmType(VmType vmType)

getVmType

public VmType getVmType()

setHaEnable

public void setHaEnable(boolean haEnable)

isHaEnable

public boolean isHaEnable()

Skip navigation links

Oracle VM Manager Web Services API Reference
Release 2.1.5

E14979-01


Copyright © 2009, Oracle. All rights reserved.