Package com.xensource.xenapi
Class SrStat.Record
java.lang.Object
com.xensource.xenapi.SrStat.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- SrStat
Represents all the fields in a SrStat
-
Field Summary
FieldsModifier and TypeFieldDescriptionIndicates whether the SR uses clustered local storage.Number of bytes free on the backing storage (in bytes)The health status of the SR.Longer, human-readable description of the SR.Short, human-readable label for the SR.Total physical size of the backing storage (in bytes)Uuid that uniquely identifies this SR, if one is available. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Uuid that uniquely identifies this SR, if one is available. -
nameLabel
Short, human-readable label for the SR. -
nameDescription
Longer, human-readable description of the SR. Descriptions are generally only displayed by clients when the user is examining SRs in detail. -
freeSpace
Number of bytes free on the backing storage (in bytes) -
totalSpace
Total physical size of the backing storage (in bytes) -
clustered
Indicates whether the SR uses clustered local storage. -
health
The health status of the SR.
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a sr_stat.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-