|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xensource.xenapi.SR.Record
public static class SR.Record
Represents all the fields in a SR
Field Summary | |
---|---|
java.util.Set<Types.StorageOperations> |
allowedOperations
list of the operations allowed in this state. |
java.util.Map<java.lang.String,Blob> |
blobs
Binary blobs associated with this SR |
java.lang.String |
contentType
the type of the SR's content, if required (e.g. |
java.util.Map<java.lang.String,Types.StorageOperations> |
currentOperations
links each of the running tasks using this object (by reference) to a current_operation enum which describes the nature of the task. |
java.lang.Boolean |
localCacheEnabled
True if this SR is assigned to be the local cache for its host |
java.lang.String |
nameDescription
a notes field containg human-readable description |
java.lang.String |
nameLabel
a human-readable name |
java.util.Map<java.lang.String,java.lang.String> |
otherConfig
additional configuration |
java.util.Set<PBD> |
PBDs
describes how particular hosts can see this storage repository |
java.lang.Long |
physicalSize
total physical size of the repository (in bytes) |
java.lang.Long |
physicalUtilisation
physical space currently utilised on this storage repository (in bytes). |
java.lang.Boolean |
shared
true if this SR is (capable of being) shared between multiple hosts |
java.util.Map<java.lang.String,java.lang.String> |
smConfig
SM dependent data |
java.util.Set<java.lang.String> |
tags
user-specified tags for categorization purposes |
java.lang.String |
type
type of the storage repository |
java.lang.String |
uuid
Unique identifier/object reference |
java.util.Set<VDI> |
VDIs
all virtual disks known to this storage repository |
java.lang.Long |
virtualAllocation
sum of virtual_sizes of all VDIs in this storage repository (in bytes) |
Constructor Summary | |
---|---|
SR.Record()
|
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
toMap()
Convert a SR.Record to a Map |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String uuid
public java.lang.String nameLabel
public java.lang.String nameDescription
public java.util.Set<Types.StorageOperations> allowedOperations
public java.util.Map<java.lang.String,Types.StorageOperations> currentOperations
public java.util.Set<VDI> VDIs
public java.util.Set<PBD> PBDs
public java.lang.Long virtualAllocation
public java.lang.Long physicalUtilisation
public java.lang.Long physicalSize
public java.lang.String type
public java.lang.String contentType
public java.lang.Boolean shared
public java.util.Map<java.lang.String,java.lang.String> otherConfig
public java.util.Set<java.lang.String> tags
public java.util.Map<java.lang.String,java.lang.String> smConfig
public java.util.Map<java.lang.String,Blob> blobs
public java.lang.Boolean localCacheEnabled
Constructor Detail |
---|
public SR.Record()
Method Detail |
---|
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
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |