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
Experimental.
|
PVSSite |
site
The PVS_site for which this object defines the storage
Experimental.
|
java.lang.Long |
size
The size of the cache VDI (in bytes)
Experimental.
|
SR |
SR
SR providing storage for the PVS cache
Experimental.
|
java.lang.String |
uuid
Unique identifier/object reference
Experimental.
|
VDI |
VDI
The VDI used for caching
Experimental.
|
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.Object
public java.util.Map<java.lang.String,java.lang.Object> toMap()
toMap
in interface Types.Record