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