public class DeviceControllerNotSupported extends DeviceNotSupported
Java class for DeviceControllerNotSupported complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeviceControllerNotSupported">
<complexContent>
<extension base="{urn:vim25}DeviceNotSupported">
<sequence>
<element name="controller" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
controller |
device, reasonfaultCause, faultMessage| Constructor and Description |
|---|
DeviceControllerNotSupported() |
| Modifier and Type | Method and Description |
|---|---|
String |
getController()
Gets the value of the controller property.
|
void |
setController(String value)
Sets the value of the controller property.
|
getDevice, getReason, setDevice, setReasongetFaultCause, getFaultMessage, setFaultCauseprotected String controller
Copyright © 2018. All rights reserved.