Class VGPUType.Record

java.lang.Object
com.xensource.xenapi.VGPUType.Record
All Implemented Interfaces:
Types.Record
Enclosing class:
VGPUType

public static class VGPUType.Record extends Object implements Types.Record
Represents all the fields in a VGPUType
  • Field Details

    • uuid

      public String uuid
      Unique identifier/object reference
    • vendorName

      public String vendorName
      Name of VGPU vendor
    • modelName

      public String modelName
      Model name associated with the VGPU type
    • framebufferSize

      public Long framebufferSize
      Framebuffer size of the VGPU type, in bytes
    • maxHeads

      public Long maxHeads
      Maximum number of displays supported by the VGPU type
    • maxResolutionX

      public Long maxResolutionX
      Maximum resolution (width) supported by the VGPU type First published in XenServer 6.2 SP1.
    • maxResolutionY

      public Long maxResolutionY
      Maximum resolution (height) supported by the VGPU type First published in XenServer 6.2 SP1.
    • supportedOnPGPUs

      public Set<PGPU> supportedOnPGPUs
      List of PGPUs that support this VGPU type
    • enabledOnPGPUs

      public Set<PGPU> enabledOnPGPUs
      List of PGPUs that have this VGPU type enabled
    • VGPUs

      public Set<VGPU> VGPUs
      List of VGPUs of this type
    • supportedOnGPUGroups

      public Set<GPUGroup> supportedOnGPUGroups
      List of GPU groups in which at least one PGPU supports this VGPU type First published in XenServer 6.2 SP1.
    • enabledOnGPUGroups

      public Set<GPUGroup> enabledOnGPUGroups
      List of GPU groups in which at least one have this VGPU type enabled First published in XenServer 6.2 SP1.
    • implementation

      public Types.VgpuTypeImplementation implementation
      The internal implementation of this VGPU type First published in XenServer 7.0.
    • identifier

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

      public Boolean experimental
      Indicates whether VGPUs of this type should be considered experimental First published in XenServer 7.0.
    • compatibleTypesInVm

      public Set<VGPUType> 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