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