Package com.xensource.xenapi
Class GPUGroup.Record
java.lang.Object
com.xensource.xenapi.GPUGroup.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- GPUGroup
Represents all the fields in a GPUGroup
-
Field Summary
FieldsModifier and TypeFieldDescriptionCurrent allocation of vGPUs to pGPUs for this group First published in XenServer 6.2 SP1 Tech-Preview.vGPU types supported on at least one of the pGPUs in this group First published in XenServer 6.2 SP1.List of GPU types (vendor+device ID) that can be in this groupa notes field containing human-readable descriptiona human-readable nameAdditional configurationList of pGPUs in the groupvGPU types supported on at least one of the pGPUs in this group First published in XenServer 6.2 SP1.Unique identifier/object referenceList of vGPUs using the group -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
nameLabel
a human-readable name -
nameDescription
a notes field containing human-readable description -
PGPUs
List of pGPUs in the group -
VGPUs
List of vGPUs using the group -
GPUTypes
List of GPU types (vendor+device ID) that can be in this group -
otherConfig
Additional configuration -
allocationAlgorithm
Current allocation of vGPUs to pGPUs for this group First published in XenServer 6.2 SP1 Tech-Preview. -
supportedVGPUTypes
vGPU types supported on at least one of the pGPUs in this group First published in XenServer 6.2 SP1. -
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
-
toString
-
toMap
Convert a GPU_group.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-