com.xensource.xenapi
Class DataSource

java.lang.Object
  extended by com.xensource.xenapi.XenAPIObject
      extended by com.xensource.xenapi.DataSource

public class DataSource
extends XenAPIObject

Data sources for logging in RRDs


Nested Class Summary
static class DataSource.Record
          Represents all the fields in a DataSource
 
Field Summary
protected  String ref
          The XenAPI reference to this object.
 
Method Summary
 boolean equals(Object obj)
          If obj is a DataSource, compares XenAPI references for equality.
 int hashCode()
           
 String toWireString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ref

protected final String ref
The XenAPI reference to this object.

Method Detail

toWireString

public String toWireString()
Specified by:
toWireString in class XenAPIObject

equals

public boolean equals(Object obj)
If obj is a DataSource, compares XenAPI references for equality.

Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object