Package com.xensource.xenapi
Class VGPUType.Record
java.lang.Object
com.xensource.xenapi.VGPUType.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- VGPUType
Represents all the fields in a VGPUType
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of VGPU types which are compatible in one VM First published in Citrix Hypervisor 8.1.List of GPU groups in which at least one have this VGPU type enabled First published in XenServer 6.2 SP1.List of PGPUs that have this VGPU type enabledIndicates whether VGPUs of this type should be considered experimental First published in XenServer 7.0.Framebuffer size of the VGPU type, in bytesKey used to identify VGPU types and avoid creating duplicates - this field is used internally and not intended for interpretation by API clients First published in XenServer 7.0.The internal implementation of this VGPU type First published in XenServer 7.0.Maximum number of displays supported by the VGPU typeMaximum resolution (width) supported by the VGPU type First published in XenServer 6.2 SP1.Maximum resolution (height) supported by the VGPU type First published in XenServer 6.2 SP1.Model name associated with the VGPU typeList of GPU groups in which at least one PGPU supports this VGPU type First published in XenServer 6.2 SP1.List of PGPUs that support this VGPU typeUnique identifier/object referenceName of VGPU vendorList of VGPUs of this type -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
vendorName
Name of VGPU vendor -
modelName
Model name associated with the VGPU type -
framebufferSize
Framebuffer size of the VGPU type, in bytes -
maxHeads
Maximum number of displays supported by the VGPU type -
maxResolutionX
Maximum resolution (width) supported by the VGPU type First published in XenServer 6.2 SP1. -
maxResolutionY
Maximum resolution (height) supported by the VGPU type First published in XenServer 6.2 SP1. -
supportedOnPGPUs
List of PGPUs that support this VGPU type -
enabledOnPGPUs
List of PGPUs that have this VGPU type enabled -
VGPUs
List of VGPUs of this type -
supportedOnGPUGroups
List of GPU groups in which at least one PGPU supports this VGPU type First published in XenServer 6.2 SP1. -
enabledOnGPUGroups
List of GPU groups in which at least one have this VGPU type enabled First published in XenServer 6.2 SP1. -
implementation
The internal implementation of this VGPU type First published in XenServer 7.0. -
identifier
Key used to identify VGPU types and avoid creating duplicates - this field is used internally and not intended for interpretation by API clients First published in XenServer 7.0. -
experimental
Indicates whether VGPUs of this type should be considered experimental First published in XenServer 7.0. -
compatibleTypesInVm
List of VGPU types which are compatible in one VM First published in Citrix Hypervisor 8.1.
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a VGPU_type.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-