|
||||||||
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 | |
---|---|
java.util.Set<Types.VmApplianceOperation> |
allowedOperations
list of the operations allowed in this state. |
java.util.Map<java.lang.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. |
java.lang.String |
nameDescription
a notes field containing human-readable description |
java.lang.String |
nameLabel
a human-readable name |
java.lang.String |
uuid
Unique identifier/object reference |
java.util.Set<VM> |
VMs
all VMs in this appliance |
Constructor Summary | |
---|---|
VMAppliance.Record()
|
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
toMap()
Convert a VM_appliance.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.VmApplianceOperation> allowedOperations
public java.util.Map<java.lang.String,Types.VmApplianceOperation> currentOperations
public java.util.Set<VM> VMs
Constructor Detail |
---|
public VMAppliance.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 |