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