public class HostDiskConfigurationResult extends DynamicData
Java class for HostDiskConfigurationResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostDiskConfigurationResult">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="devicePath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="success" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="fault" type="{urn:vim25}LocalizedMethodFault" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
devicePath |
protected LocalizedMethodFault |
fault |
protected Boolean |
success |
| Constructor and Description |
|---|
HostDiskConfigurationResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDevicePath()
Gets the value of the devicePath property.
|
LocalizedMethodFault |
getFault()
Gets the value of the fault property.
|
Boolean |
isSuccess()
Gets the value of the success property.
|
void |
setDevicePath(String value)
Sets the value of the devicePath property.
|
void |
setFault(LocalizedMethodFault value)
Sets the value of the fault property.
|
void |
setSuccess(Boolean value)
Sets the value of the success property.
|
protected String devicePath
protected Boolean success
protected LocalizedMethodFault fault
public String getDevicePath()
Stringpublic void setDevicePath(String value)
value - allowed object is
Stringpublic Boolean isSuccess()
Booleanpublic void setSuccess(Boolean value)
value - allowed object is
Booleanpublic LocalizedMethodFault getFault()
LocalizedMethodFaultpublic void setFault(LocalizedMethodFault value)
value - allowed object is
LocalizedMethodFaultCopyright © 2018. All rights reserved.