com.xensource.xenapi
Class DataSource
java.lang.Object
com.xensource.xenapi.XenAPIObject
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. |
ref
protected final String ref
- The XenAPI reference to this object.
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