com.xensource.xenapi
Class VMAppliance.Record

java.lang.Object
  extended by com.xensource.xenapi.VMAppliance.Record
All Implemented Interfaces:
Types.Record
Enclosing class:
VMAppliance

public static class VMAppliance.Record
extends java.lang.Object
implements Types.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

uuid

public java.lang.String uuid
Unique identifier/object reference


nameLabel

public java.lang.String nameLabel
a human-readable name


nameDescription

public java.lang.String nameDescription
a notes field containing human-readable description


allowedOperations

public java.util.Set<Types.VmApplianceOperation> 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

public 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.


VMs

public java.util.Set<VM> VMs
all VMs in this appliance

Constructor Detail

VMAppliance.Record

public VMAppliance.Record()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toMap

public java.util.Map<java.lang.String,java.lang.Object> toMap()
Convert a VM_appliance.Record to a Map

Specified by:
toMap in interface Types.Record