Class PVSCacheStorage.Record

java.lang.Object
com.xensource.xenapi.PVSCacheStorage.Record
All Implemented Interfaces:
Types.Record
Enclosing class:
PVSCacheStorage

public static class PVSCacheStorage.Record extends Object implements Types.Record
Represents all the fields in a PVSCacheStorage
  • Field Details

    • uuid

      public String uuid
      Unique identifier/object reference
    • host

      public Host host
      The host on which this object defines PVS cache storage
    • SR

      public SR SR
      SR providing storage for the PVS cache
    • site

      public PVSSite site
      The PVS_site for which this object defines the storage
    • size

      public Long size
      The size of the cache VDI (in bytes)
    • VDI

      public VDI VDI
      The VDI used for caching
  • Constructor Details

    • Record

      public Record()
  • Method Details