Class ProbeResult

java.lang.Object
com.xensource.xenapi.XenAPIObject
com.xensource.xenapi.ProbeResult

public class ProbeResult extends XenAPIObject
A set of properties that describe one result element of SR.probe. Result elements and properties can change dynamically based on changes to the the SR.probe input-parameters or the target. First published in XenServer 7.6.
Author:
Cloud Software Group, Inc.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Represents all the fields in a ProbeResult
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final String
    The XenAPI reference (OpaqueRef) to this object.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an object from a given XenAPI reference (OpaqueRef)
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    If obj is a ProbeResult, compares XenAPI references for equality.
    int
     
     

    Methods inherited from class com.xensource.xenapi.XenAPIObject

    isNull

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ref

      protected final String ref
      The XenAPI reference (OpaqueRef) to this object.
  • Constructor Details

    • ProbeResult

      public ProbeResult(String ref)
      Creates an object from a given XenAPI reference (OpaqueRef)
      Parameters:
      ref - The OpaqueRef from which to create the object.
  • Method Details

    • toWireString

      public String toWireString()
      Specified by:
      toWireString in class XenAPIObject
      Returns:
      The XenAPI reference (OpaqueRef) to this object.
    • equals

      public boolean equals(Object obj)
      If obj is a ProbeResult, compares XenAPI references for equality.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object