public class HostGraphicsInfo extends DynamicData
Java class for HostGraphicsInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostGraphicsInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="deviceName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="vendorName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="pciId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="graphicsType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="memorySizeInKB" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="vm" type="{urn:vim25}ManagedObjectReference" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
deviceName |
protected String |
graphicsType |
protected long |
memorySizeInKB |
protected String |
pciId |
protected String |
vendorName |
protected List<ManagedObjectReference> |
vm |
| Constructor and Description |
|---|
HostGraphicsInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeviceName()
Gets the value of the deviceName property.
|
String |
getGraphicsType()
Gets the value of the graphicsType property.
|
long |
getMemorySizeInKB()
Gets the value of the memorySizeInKB property.
|
String |
getPciId()
Gets the value of the pciId property.
|
String |
getVendorName()
Gets the value of the vendorName property.
|
List<ManagedObjectReference> |
getVm()
Gets the value of the vm property.
|
void |
setDeviceName(String value)
Sets the value of the deviceName property.
|
void |
setGraphicsType(String value)
Sets the value of the graphicsType property.
|
void |
setMemorySizeInKB(long value)
Sets the value of the memorySizeInKB property.
|
void |
setPciId(String value)
Sets the value of the pciId property.
|
void |
setVendorName(String value)
Sets the value of the vendorName property.
|
protected String deviceName
protected String vendorName
protected String pciId
protected String graphicsType
protected long memorySizeInKB
protected List<ManagedObjectReference> vm
public String getDeviceName()
Stringpublic void setDeviceName(String value)
value - allowed object is
Stringpublic String getVendorName()
Stringpublic void setVendorName(String value)
value - allowed object is
Stringpublic String getPciId()
Stringpublic void setPciId(String value)
value - allowed object is
Stringpublic String getGraphicsType()
Stringpublic void setGraphicsType(String value)
value - allowed object is
Stringpublic long getMemorySizeInKB()
public void setMemorySizeInKB(long value)
public List<ManagedObjectReference> getVm()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the vm property.
For example, to add a new item, do as follows:
getVm().add(newItem);
Objects of the following type(s) are allowed in the list
ManagedObjectReference
Copyright © 2018. All rights reserved.