com.xensource.xenapi
Class VGPU.Record

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

public static class VGPU.Record
extends java.lang.Object
implements Types.Record

Represents all the fields in a VGPU


Field Summary
 java.lang.Boolean currentlyAttached
          Reflects whether the virtual device is currently connected to a physical device
 java.lang.String device
          Order in which the devices are plugged into the VM
 GPUGroup GPUGroup
          GPU group used by the vGPU
 java.util.Map<java.lang.String,java.lang.String> otherConfig
          Additional configuration
 PGPU residentOn
          The PGPU on which this VGPU is running First published in XenServer 6.2 SP1 Tech-Preview.
 VGPUType type
          Preset type for this VGPU First published in XenServer 6.2 SP1 Tech-Preview.
 java.lang.String uuid
          Unique identifier/object reference
 VM VM
          VM that owns the vGPU
 
Constructor Summary
VGPU.Record()
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Object> toMap()
          Convert a VGPU.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


VM

public VM VM
VM that owns the vGPU


GPUGroup

public GPUGroup GPUGroup
GPU group used by the vGPU


device

public java.lang.String device
Order in which the devices are plugged into the VM


currentlyAttached

public java.lang.Boolean currentlyAttached
Reflects whether the virtual device is currently connected to a physical device


otherConfig

public java.util.Map<java.lang.String,java.lang.String> otherConfig
Additional configuration


type

public VGPUType type
Preset type for this VGPU First published in XenServer 6.2 SP1 Tech-Preview.


residentOn

public PGPU residentOn
The PGPU on which this VGPU is running First published in XenServer 6.2 SP1 Tech-Preview.

Constructor Detail

VGPU.Record

public VGPU.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 VGPU.Record to a Map

Specified by:
toMap in interface Types.Record