Class ProbeResult.Record

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

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

    • configuration

      public Map<String,String> configuration
      Plugin-specific configuration which describes where and how to locate the storage repository. This may include the physical block device name, a remote NFS server and path or an RBD storage pool.
    • complete

      public Boolean complete
      True if this configuration is complete and can be used to call SR.create. False if it requires further iterative calls to SR.probe, to potentially narrow down on a configuration that can be used.
    • sr

      public SrStat.Record sr
      Existing SR found for this configuration
    • extraInfo

      public Map<String,String> extraInfo
      Additional plugin-specific information about this configuration, that might be of use for an API user. This can for example include the LUN or the WWPN.
  • Constructor Details

    • Record

      public Record()
  • Method Details