Class GPUGroup.Record

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

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

    • uuid

      public String uuid
      Unique identifier/object reference
    • nameLabel

      public String nameLabel
      a human-readable name
    • nameDescription

      public String nameDescription
      a notes field containing human-readable description
    • PGPUs

      public Set<PGPU> PGPUs
      List of pGPUs in the group
    • VGPUs

      public Set<VGPU> VGPUs
      List of vGPUs using the group
    • GPUTypes

      public Set<String> GPUTypes
      List of GPU types (vendor+device ID) that can be in this group
    • otherConfig

      public Map<String,String> otherConfig
      Additional configuration
    • allocationAlgorithm

      public Types.AllocationAlgorithm allocationAlgorithm
      Current allocation of vGPUs to pGPUs for this group First published in XenServer 6.2 SP1 Tech-Preview.
    • supportedVGPUTypes

      public Set<VGPUType> supportedVGPUTypes
      vGPU types supported on at least one of the pGPUs in this group First published in XenServer 6.2 SP1.
    • enabledVGPUTypes

      public Set<VGPUType> enabledVGPUTypes
      vGPU types supported on at least one of the pGPUs in this group First published in XenServer 6.2 SP1.
  • Constructor Details

    • Record

      public Record()
  • Method Details