public static class SrStat.Record extends java.lang.Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
java.lang.Boolean |
clustered
Indicates whether the SR uses clustered local storage.
|
java.lang.Long |
freeSpace
Number of bytes free on the backing storage (in bytes)
Experimental.
|
Types.SrHealth |
health
The health status of the SR.
|
java.lang.String |
nameDescription
Longer, human-readable description of the SR.
|
java.lang.String |
nameLabel
Short, human-readable label for the SR.
|
java.lang.Long |
totalSpace
Total physical size of the backing storage (in bytes)
Experimental.
|
java.lang.String |
uuid
Uuid that uniquely identifies this SR, if one is available.
|
Constructor and Description |
---|
Record() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
toMap()
Convert a sr_stat.Record to a Map
|
java.lang.String |
toString() |
public java.lang.String uuid
public java.lang.String nameLabel
public java.lang.String nameDescription
public java.lang.Long freeSpace
public java.lang.Long totalSpace
public java.lang.Boolean clustered
public Types.SrHealth health
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Map<java.lang.String,java.lang.Object> toMap()
toMap
in interface Types.Record