Package com.xensource.xenapi
Class VMAppliance.Record
java.lang.Object
com.xensource.xenapi.VMAppliance.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- VMAppliance
Represents all the fields in a VMAppliance
-
Field Summary
FieldsModifier and TypeFieldDescriptionlist of the operations allowed in this state.links each of the running tasks using this object (by reference) to a current_operation enum which describes the nature of the task.a notes field containing human-readable descriptiona human-readable nameUnique identifier/object referenceall VMs in this appliance -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
nameLabel
a human-readable name -
nameDescription
a notes field containing human-readable description -
allowedOperations
list of the operations allowed in this state. This list is advisory only and the server state may have changed by the time this field is read by a client. -
currentOperations
links each of the running tasks using this object (by reference) to a current_operation enum which describes the nature of the task. -
VMs
all VMs in this appliance
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a VM_appliance.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-