Skip navigation links

Oracle VM Manager Web Services API Reference
Release 2.2.0

E15446-02


oracle.ovs.api.datamodel
Class BootDevice

java.lang.Object
  extended by oracle.ovs.api.datamodel.BootDevice

All Implemented Interfaces:
java.io.Serializable

public class BootDevice
extends java.lang.Object
implements java.io.Serializable

Boot device data model, use to set the boot priority of the virtual machine.

See Also:
Serialized Form

Constructor Summary
  BootDevice()
           
protected BootDevice(java.lang.String val)
           

 

Method Summary
 boolean equals(BootDevice oBootDevice)
           
static BootDevice fromString(java.lang.String bootDevice)
           
 java.lang.String getBootDevice()
           
 void setBootDevice(java.lang.String bootDevice)
           
 java.lang.String toString()
           

 

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

 

Constructor Detail

BootDevice

protected BootDevice(java.lang.String val)

BootDevice

public BootDevice()

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(BootDevice oBootDevice)

fromString

public static BootDevice fromString(java.lang.String bootDevice)

setBootDevice

public void setBootDevice(java.lang.String bootDevice)

getBootDevice

public java.lang.String getBootDevice()

Skip navigation links

Oracle VM Manager Web Services API Reference
Release 2.2.0

E15446-02


Copyright © 2009, Oracle. All rights reserved.