|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.xensource.xenapi.VGPUType.Record
public static class VGPUType.Record
Represents all the fields in a VGPUType
| Field Summary | |
|---|---|
Set<GPUGroup> |
enabledOnGPUGroups
List of GPU groups in which at least one have this VGPU type enabled First published in XenServer 6.2 SP1. |
Set<PGPU> |
enabledOnPGPUs
List of PGPUs that have this VGPU type enabled |
Long |
framebufferSize
Framebuffer size of the VGPU type, in bytes |
Long |
maxHeads
Maximum number of displays supported by the VGPU type |
Long |
maxResolutionX
Maximum resultion (width) supported by the VGPU type First published in XenServer 6.2 SP1. |
Long |
maxResolutionY
Maximum resoltion (height) supported by the VGPU type First published in XenServer 6.2 SP1. |
String |
modelName
Model name associated with the VGPU type |
Set<GPUGroup> |
supportedOnGPUGroups
List of GPU groups in which at least one PGPU supports this VGPU type First published in XenServer 6.2 SP1. |
Set<PGPU> |
supportedOnPGPUs
List of PGPUs that support this VGPU type |
String |
uuid
Unique identifier/object reference |
String |
vendorName
Name of VGPU vendor |
Set<VGPU> |
VGPUs
List of VGPUs of this type |
| Constructor Summary | |
|---|---|
VGPUType.Record()
|
|
| Method Summary | |
|---|---|
Map<String,Object> |
toMap()
Convert a VGPU_type.Record to a Map |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String uuid
public String vendorName
public String modelName
public Long framebufferSize
public Long maxHeads
public Long maxResolutionX
public Long maxResolutionY
public Set<PGPU> supportedOnPGPUs
public Set<PGPU> enabledOnPGPUs
public Set<VGPU> VGPUs
public Set<GPUGroup> supportedOnGPUGroups
public Set<GPUGroup> enabledOnGPUGroups
| Constructor Detail |
|---|
public VGPUType.Record()
| Method Detail |
|---|
public String toString()
toString in class Objectpublic Map<String,Object> toMap()
toMap in interface Types.Record
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||