com.xensource.xenapi
public static class VGPUType.Record extends java.lang.Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
java.util.Set<GPUGroup> |
enabledOnGPUGroups
List of GPU groups in which at least one have this VGPU type enabled
First published in XenServer 6.2 SP1.
|
java.util.Set<PGPU> |
enabledOnPGPUs
List of PGPUs that have this VGPU type enabled
|
java.lang.Boolean |
experimental
Indicates whether VGPUs of this type should be considered experimental
First published in XenServer Dundee.
|
java.lang.Long |
framebufferSize
Framebuffer size of the VGPU type, in bytes
|
java.lang.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 Dundee.
|
Types.VgpuTypeImplementation |
implementation
The internal implementation of this VGPU type
First published in XenServer Dundee.
|
java.lang.Long |
maxHeads
Maximum number of displays supported by the VGPU type
|
java.lang.Long |
maxResolutionX
Maximum resolution (width) supported by the VGPU type
First published in XenServer 6.2 SP1.
|
java.lang.Long |
maxResolutionY
Maximum resolution (height) supported by the VGPU type
First published in XenServer 6.2 SP1.
|
java.lang.String |
modelName
Model name associated with the VGPU type
|
java.util.Set<GPUGroup> |
supportedOnGPUGroups
List of GPU groups in which at least one PGPU supports this VGPU type
First published in XenServer 6.2 SP1.
|
java.util.Set<PGPU> |
supportedOnPGPUs
List of PGPUs that support this VGPU type
|
java.lang.String |
uuid
Unique identifier/object reference
|
java.lang.String |
vendorName
Name of VGPU vendor
|
java.util.Set<VGPU> |
VGPUs
List of VGPUs of this type
|
Constructor and Description |
---|
VGPUType.Record() |
public java.lang.String uuid
public java.lang.String vendorName
public java.lang.String modelName
public java.lang.Long framebufferSize
public java.lang.Long maxHeads
public java.lang.Long maxResolutionX
public java.lang.Long maxResolutionY
public java.util.Set<PGPU> supportedOnPGPUs
public java.util.Set<PGPU> enabledOnPGPUs
public java.util.Set<VGPU> VGPUs
public java.util.Set<GPUGroup> supportedOnGPUGroups
public java.util.Set<GPUGroup> enabledOnGPUGroups
public Types.VgpuTypeImplementation implementation
public java.lang.String identifier
public java.lang.Boolean experimental
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