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