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