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