Package com.xensource.xenapi
Class PVSCacheStorage.Record
java.lang.Object
com.xensource.xenapi.PVSCacheStorage.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- PVSCacheStorage
Represents all the fields in a PVSCacheStorage
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe host on which this object defines PVS cache storageThe PVS_site for which this object defines the storageThe size of the cache VDI (in bytes)SR providing storage for the PVS cacheUnique identifier/object referenceThe VDI used for caching -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
host
The host on which this object defines PVS cache storage -
SR
SR providing storage for the PVS cache -
site
The PVS_site for which this object defines the storage -
size
The size of the cache VDI (in bytes) -
VDI
The VDI used for caching
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a PVS_cache_storage.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-