public class HostUnresolvedVmfsVolumeResolveStatus extends DynamicData
Java class for HostUnresolvedVmfsVolumeResolveStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostUnresolvedVmfsVolumeResolveStatus">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="resolvable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="incompleteExtents" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="multipleCopies" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
incompleteExtents |
protected Boolean |
multipleCopies |
protected boolean |
resolvable |
| Constructor and Description |
|---|
HostUnresolvedVmfsVolumeResolveStatus() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isIncompleteExtents()
Gets the value of the incompleteExtents property.
|
Boolean |
isMultipleCopies()
Gets the value of the multipleCopies property.
|
boolean |
isResolvable()
Gets the value of the resolvable property.
|
void |
setIncompleteExtents(Boolean value)
Sets the value of the incompleteExtents property.
|
void |
setMultipleCopies(Boolean value)
Sets the value of the multipleCopies property.
|
void |
setResolvable(boolean value)
Sets the value of the resolvable property.
|
protected boolean resolvable
protected Boolean incompleteExtents
protected Boolean multipleCopies
public HostUnresolvedVmfsVolumeResolveStatus()
public boolean isResolvable()
public void setResolvable(boolean value)
public Boolean isIncompleteExtents()
Booleanpublic void setIncompleteExtents(Boolean value)
value - allowed object is
Booleanpublic Boolean isMultipleCopies()
BooleanCopyright © 2018. All rights reserved.