com.xensource.xenapi
public static class VMAppliance.Record extends java.lang.Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
VMAppliance.Record() |
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
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