Skip navigation links

Oracle VM Manager Web Services API Reference
Release 2.2.0

E15446-02


oracle.ovs.api.datamodel
Class VmType

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

All Implemented Interfaces:
java.io.Serializable

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

Virtual machine type data model. used in VirtualMachineBase

See Also:
Serialized Form

Constructor Summary
  VmType()
           
protected VmType(java.lang.String vmType)
           

 

Method Summary
 boolean equals(VmType oVmType)
           
 java.lang.String getVmType()
           
 void setVmType(java.lang.String vmType)
           
 java.lang.String toString()
           

 

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

 

Constructor Detail

VmType

protected VmType(java.lang.String vmType)

VmType

public VmType()

Method Detail

toString

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

equals

public boolean equals(VmType oVmType)

setVmType

public void setVmType(java.lang.String vmType)

getVmType

public java.lang.String getVmType()

Skip navigation links

Oracle VM Manager Web Services API Reference
Release 2.2.0

E15446-02


Copyright © 2009, Oracle. All rights reserved.