public class HostGraphicsConfig extends DynamicData
Java class for HostGraphicsConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostGraphicsConfig">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="hostDefaultGraphicsType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sharedPassthruAssignmentPolicy" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="deviceType" type="{urn:vim25}HostGraphicsConfigDeviceType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<HostGraphicsConfigDeviceType> |
deviceType |
protected String |
hostDefaultGraphicsType |
protected String |
sharedPassthruAssignmentPolicy |
| Constructor and Description |
|---|
HostGraphicsConfig() |
| Modifier and Type | Method and Description |
|---|---|
List<HostGraphicsConfigDeviceType> |
getDeviceType()
Gets the value of the deviceType property.
|
String |
getHostDefaultGraphicsType()
Gets the value of the hostDefaultGraphicsType property.
|
String |
getSharedPassthruAssignmentPolicy()
Gets the value of the sharedPassthruAssignmentPolicy property.
|
void |
setHostDefaultGraphicsType(String value)
Sets the value of the hostDefaultGraphicsType property.
|
void |
setSharedPassthruAssignmentPolicy(String value)
Sets the value of the sharedPassthruAssignmentPolicy property.
|
protected String hostDefaultGraphicsType
protected String sharedPassthruAssignmentPolicy
protected List<HostGraphicsConfigDeviceType> deviceType
public String getHostDefaultGraphicsType()
Stringpublic void setHostDefaultGraphicsType(String value)
value - allowed object is
Stringpublic String getSharedPassthruAssignmentPolicy()
Stringpublic void setSharedPassthruAssignmentPolicy(String value)
value - allowed object is
Stringpublic List<HostGraphicsConfigDeviceType> getDeviceType()
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 deviceType property.
For example, to add a new item, do as follows:
getDeviceType().add(newItem);
Objects of the following type(s) are allowed in the list
HostGraphicsConfigDeviceType
Copyright © 2018. All rights reserved.