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