com.xensource.xenapi
public static class PVSCacheStorage.Record extends java.lang.Object implements Types.Record
| Modifier and Type | Field and Description |
|---|---|
Host |
host
The host on which this object defines PVS cache storage
|
PVSSite |
site
The PVS_site for which this object defines the storage
|
java.lang.Long |
size
The size of the cache VDI (in bytes)
|
SR |
SR
SR providing storage for the PVS cache
|
java.lang.String |
uuid
Unique identifier/object reference
|
VDI |
VDI
The VDI used for caching
|
| Constructor and Description |
|---|
PVSCacheStorage.Record() |
public java.lang.String uuid
public Host host
public SR SR
public PVSSite site
public java.lang.Long size
public VDI VDI
public java.lang.String toString()
toString in class java.lang.Objectpublic java.util.Map<java.lang.String,java.lang.Object> toMap()
toMap in interface Types.Record