public class DataSource extends XenAPIObject
Modifier and Type | Class and Description |
---|---|
static class |
DataSource.Record
Represents all the fields in a DataSource
|
Modifier and Type | Field and Description |
---|---|
protected String |
ref
The XenAPI reference to this object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
If obj is a DataSource, compares XenAPI references for equality.
|
int |
hashCode() |
String |
toWireString() |
protected final String ref
public String toWireString()
toWireString
in class XenAPIObject
public boolean equals(Object obj)