|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.xensource.xenapi.XenAPIObject
com.xensource.xenapi.VGPUType
public class VGPUType
A type of virtual GPU First published in XenServer 6.2 SP1 Tech-Preview.
| Nested Class Summary | |
|---|---|
static class |
VGPUType.Record
Represents all the fields in a VGPUType |
| Field Summary | |
|---|---|
protected String |
ref
The XenAPI reference (OpaqueRef) to this object. |
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
If obj is a VGPUType, compares XenAPI references for equality. |
static Set<VGPUType> |
getAll(Connection c)
Return a list of all the VGPU_types known to the system. |
static Map<VGPUType,VGPUType.Record> |
getAllRecords(Connection c)
Return a map of VGPU_type references to VGPU_type records for all VGPU_types known to the system. |
static VGPUType |
getByUuid(Connection c,
String uuid)
Get a reference to the VGPU_type instance with the specified UUID. |
Set<GPUGroup> |
getEnabledOnGPUGroups(Connection c)
Get the enabled_on_GPU_groups field of the given VGPU_type. |
Set<PGPU> |
getEnabledOnPGPUs(Connection c)
Get the enabled_on_PGPUs field of the given VGPU_type. |
Long |
getFramebufferSize(Connection c)
Get the framebuffer_size field of the given VGPU_type. |
Long |
getMaxHeads(Connection c)
Get the max_heads field of the given VGPU_type. |
Long |
getMaxResolutionX(Connection c)
Get the max_resolution_x field of the given VGPU_type. |
Long |
getMaxResolutionY(Connection c)
Get the max_resolution_y field of the given VGPU_type. |
String |
getModelName(Connection c)
Get the model_name field of the given VGPU_type. |
VGPUType.Record |
getRecord(Connection c)
Get a record containing the current state of the given VGPU_type. |
Set<GPUGroup> |
getSupportedOnGPUGroups(Connection c)
Get the supported_on_GPU_groups field of the given VGPU_type. |
Set<PGPU> |
getSupportedOnPGPUs(Connection c)
Get the supported_on_PGPUs field of the given VGPU_type. |
String |
getUuid(Connection c)
Get the uuid field of the given VGPU_type. |
String |
getVendorName(Connection c)
Get the vendor_name field of the given VGPU_type. |
Set<VGPU> |
getVGPUs(Connection c)
Get the VGPUs field of the given VGPU_type. |
int |
hashCode()
|
String |
toWireString()
|
| Methods inherited from class com.xensource.xenapi.XenAPIObject |
|---|
isNull |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final String ref
| Method Detail |
|---|
public String toWireString()
toWireString in class XenAPIObjectpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
public VGPUType.Record getRecord(Connection c)
throws Types.BadServerResponse,
Types.XenAPIException,
org.apache.xmlrpc.XmlRpcException
Types.BadServerResponse
Types.XenAPIException
org.apache.xmlrpc.XmlRpcException
public static VGPUType getByUuid(Connection c,
String uuid)
throws Types.BadServerResponse,
Types.XenAPIException,
org.apache.xmlrpc.XmlRpcException
uuid - UUID of object to return
Types.BadServerResponse
Types.XenAPIException
org.apache.xmlrpc.XmlRpcException
public String getUuid(Connection c)
throws Types.BadServerResponse,
Types.XenAPIException,
org.apache.xmlrpc.XmlRpcException
Types.BadServerResponse
Types.XenAPIException
org.apache.xmlrpc.XmlRpcException
public String getVendorName(Connection c)
throws Types.BadServerResponse,
Types.XenAPIException,
org.apache.xmlrpc.XmlRpcException
Types.BadServerResponse
Types.XenAPIException
org.apache.xmlrpc.XmlRpcException
public String getModelName(Connection c)
throws Types.BadServerResponse,
Types.XenAPIException,
org.apache.xmlrpc.XmlRpcException
Types.BadServerResponse
Types.XenAPIException
org.apache.xmlrpc.XmlRpcException
public Long getFramebufferSize(Connection c)
throws Types.BadServerResponse,
Types.XenAPIException,
org.apache.xmlrpc.XmlRpcException
Types.BadServerResponse
Types.XenAPIException
org.apache.xmlrpc.XmlRpcException
public Long getMaxHeads(Connection c)
throws Types.BadServerResponse,
Types.XenAPIException,
org.apache.xmlrpc.XmlRpcException
Types.BadServerResponse
Types.XenAPIException
org.apache.xmlrpc.XmlRpcException
public Long getMaxResolutionX(Connection c)
throws Types.BadServerResponse,
Types.XenAPIException,
org.apache.xmlrpc.XmlRpcException
Types.BadServerResponse
Types.XenAPIException
org.apache.xmlrpc.XmlRpcException
public Long getMaxResolutionY(Connection c)
throws Types.BadServerResponse,
Types.XenAPIException,
org.apache.xmlrpc.XmlRpcException
Types.BadServerResponse
Types.XenAPIException
org.apache.xmlrpc.XmlRpcException
public Set<PGPU> getSupportedOnPGPUs(Connection c)
throws Types.BadServerResponse,
Types.XenAPIException,
org.apache.xmlrpc.XmlRpcException
Types.BadServerResponse
Types.XenAPIException
org.apache.xmlrpc.XmlRpcException
public Set<PGPU> getEnabledOnPGPUs(Connection c)
throws Types.BadServerResponse,
Types.XenAPIException,
org.apache.xmlrpc.XmlRpcException
Types.BadServerResponse
Types.XenAPIException
org.apache.xmlrpc.XmlRpcException
public Set<VGPU> getVGPUs(Connection c)
throws Types.BadServerResponse,
Types.XenAPIException,
org.apache.xmlrpc.XmlRpcException
Types.BadServerResponse
Types.XenAPIException
org.apache.xmlrpc.XmlRpcException
public Set<GPUGroup> getSupportedOnGPUGroups(Connection c)
throws Types.BadServerResponse,
Types.XenAPIException,
org.apache.xmlrpc.XmlRpcException
Types.BadServerResponse
Types.XenAPIException
org.apache.xmlrpc.XmlRpcException
public Set<GPUGroup> getEnabledOnGPUGroups(Connection c)
throws Types.BadServerResponse,
Types.XenAPIException,
org.apache.xmlrpc.XmlRpcException
Types.BadServerResponse
Types.XenAPIException
org.apache.xmlrpc.XmlRpcException
public static Set<VGPUType> getAll(Connection c)
throws Types.BadServerResponse,
Types.XenAPIException,
org.apache.xmlrpc.XmlRpcException
Types.BadServerResponse
Types.XenAPIException
org.apache.xmlrpc.XmlRpcException
public static Map<VGPUType,VGPUType.Record> getAllRecords(Connection c)
throws Types.BadServerResponse,
Types.XenAPIException,
org.apache.xmlrpc.XmlRpcException
Types.BadServerResponse
Types.XenAPIException
org.apache.xmlrpc.XmlRpcException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||