Package com.xensource.xenapi
Class ProbeResult
java.lang.Object
com.xensource.xenapi.XenAPIObject
com.xensource.xenapi.ProbeResult
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 ClassesModifier and TypeClassDescriptionstatic class
Represents all the fields in a ProbeResult -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionboolean
If obj is a ProbeResult, compares XenAPI references for equality.int
hashCode()
Methods inherited from class com.xensource.xenapi.XenAPIObject
isNull
-
Field Details
-
ref
The XenAPI reference (OpaqueRef) to this object.
-
-
Method Details
-
toWireString
- Specified by:
toWireString
in classXenAPIObject
- Returns:
- The XenAPI reference (OpaqueRef) to this object.
-
equals
If obj is a ProbeResult, compares XenAPI references for equality. -
hashCode
public int hashCode()
-