public class VmfsDatastoreSingleExtentOption extends VmfsDatastoreBaseOption
Java class for VmfsDatastoreSingleExtentOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmfsDatastoreSingleExtentOption">
<complexContent>
<extension base="{urn:vim25}VmfsDatastoreBaseOption">
<sequence>
<element name="vmfsExtent" type="{urn:vim25}HostDiskPartitionBlockRange"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostDiskPartitionBlockRange |
vmfsExtent |
layout, partitionFormatChange| Constructor and Description |
|---|
VmfsDatastoreSingleExtentOption() |
| Modifier and Type | Method and Description |
|---|---|
HostDiskPartitionBlockRange |
getVmfsExtent()
Gets the value of the vmfsExtent property.
|
void |
setVmfsExtent(HostDiskPartitionBlockRange value)
Sets the value of the vmfsExtent property.
|
getLayout, isPartitionFormatChange, setLayout, setPartitionFormatChangeprotected HostDiskPartitionBlockRange vmfsExtent
public HostDiskPartitionBlockRange getVmfsExtent()
HostDiskPartitionBlockRangepublic void setVmfsExtent(HostDiskPartitionBlockRange value)
value - allowed object is
HostDiskPartitionBlockRangeCopyright © 2018. All rights reserved.