com.xensource.xenapi
public static class GPUGroup.Record extends java.lang.Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
Types.AllocationAlgorithm |
allocationAlgorithm
Current allocation of vGPUs to pGPUs for this group
First published in XenServer 6.2 SP1 Tech-Preview.
|
java.util.Set<VGPUType> |
enabledVGPUTypes
vGPU types supported on at least one of the pGPUs in this group
First published in XenServer 6.2 SP1.
|
java.util.Set<java.lang.String> |
GPUTypes
List of GPU types (vendor+device ID) that can be in this group
|
java.lang.String |
nameDescription
a notes field containing human-readable description
|
java.lang.String |
nameLabel
a human-readable name
|
java.util.Map<java.lang.String,java.lang.String> |
otherConfig
Additional configuration
|
java.util.Set<PGPU> |
PGPUs
List of pGPUs in the group
|
java.util.Set<VGPUType> |
supportedVGPUTypes
vGPU types supported on at least one of the pGPUs in this group
First published in XenServer 6.2 SP1.
|
java.lang.String |
uuid
Unique identifier/object reference
|
java.util.Set<VGPU> |
VGPUs
List of vGPUs using the group
|
Constructor and Description |
---|
GPUGroup.Record() |
public java.lang.String uuid
public java.lang.String nameLabel
public java.lang.String nameDescription
public java.util.Set<PGPU> PGPUs
public java.util.Set<VGPU> VGPUs
public java.util.Set<java.lang.String> GPUTypes
public java.util.Map<java.lang.String,java.lang.String> otherConfig
public Types.AllocationAlgorithm allocationAlgorithm
public java.util.Set<VGPUType> supportedVGPUTypes
public java.util.Set<VGPUType> enabledVGPUTypes
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Map<java.lang.String,java.lang.Object> toMap()
toMap
in interface Types.Record