Package com.xensource.xenapi
Class SrStat
java.lang.Object
com.xensource.xenapi.XenAPIObject
com.xensource.xenapi.SrStat
A set of high-level properties associated with an SR.
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 SrStat -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionboolean
If obj is a SrStat, 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 SrStat, compares XenAPI references for equality. -
hashCode
public int hashCode()
-