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 |
---|
Record() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
toMap()
Convert a PVS_cache_storage.Record to a Map
|
java.lang.String |
toString() |
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