|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.xensource.xenapi.VMAppliance.Record
public static class VMAppliance.Record
Represents all the fields in a VMAppliance
| Field Summary | |
|---|---|
Set<Types.VmApplianceOperation> |
allowedOperations
list of the operations allowed in this state. |
Map<String,Types.VmApplianceOperation> |
currentOperations
links each of the running tasks using this object (by reference) to a current_operation enum which describes the nature of the task. |
String |
nameDescription
a notes field containing human-readable description |
String |
nameLabel
a human-readable name |
String |
uuid
Unique identifier/object reference |
Set<VM> |
VMs
all VMs in this appliance |
| Constructor Summary | |
|---|---|
VMAppliance.Record()
|
|
| Method Summary | |
|---|---|
Map<String,Object> |
toMap()
Convert a VM_appliance.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.VmApplianceOperation> allowedOperations
public Map<String,Types.VmApplianceOperation> currentOperations
public Set<VM> VMs
| Constructor Detail |
|---|
public VMAppliance.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 | |||||||