public class HostLowLevelProvisioningManagerFileDeleteResult extends DynamicData
Java class for HostLowLevelProvisioningManagerFileDeleteResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostLowLevelProvisioningManagerFileDeleteResult">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="fileName" 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 |
fileName |
| Constructor and Description |
|---|
HostLowLevelProvisioningManagerFileDeleteResult() |
| Modifier and Type | Method and Description |
|---|---|
LocalizedMethodFault |
getFault()
Gets the value of the fault property.
|
String |
getFileName()
Gets the value of the fileName property.
|
void |
setFault(LocalizedMethodFault value)
Sets the value of the fault property.
|
void |
setFileName(String value)
Sets the value of the fileName property.
|
protected String fileName
protected LocalizedMethodFault fault
public HostLowLevelProvisioningManagerFileDeleteResult()
public String getFileName()
Stringpublic void setFileName(String value)
value - allowed object is
Stringpublic LocalizedMethodFault getFault()
LocalizedMethodFaultpublic void setFault(LocalizedMethodFault value)
value - allowed object is
LocalizedMethodFaultCopyright © 2018. All rights reserved.