public class VmfsDatastoreBaseOption extends DynamicData
Java class for VmfsDatastoreBaseOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmfsDatastoreBaseOption">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="layout" type="{urn:vim25}HostDiskPartitionLayout"/>
<element name="partitionFormatChange" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostDiskPartitionLayout |
layout |
protected Boolean |
partitionFormatChange |
| Constructor and Description |
|---|
VmfsDatastoreBaseOption() |
| Modifier and Type | Method and Description |
|---|---|
HostDiskPartitionLayout |
getLayout()
Gets the value of the layout property.
|
Boolean |
isPartitionFormatChange()
Gets the value of the partitionFormatChange property.
|
void |
setLayout(HostDiskPartitionLayout value)
Sets the value of the layout property.
|
void |
setPartitionFormatChange(Boolean value)
Sets the value of the partitionFormatChange property.
|
protected HostDiskPartitionLayout layout
protected Boolean partitionFormatChange
public HostDiskPartitionLayout getLayout()
HostDiskPartitionLayoutpublic void setLayout(HostDiskPartitionLayout value)
value - allowed object is
HostDiskPartitionLayoutpublic Boolean isPartitionFormatChange()
BooleanCopyright © 2018. All rights reserved.