public class HostUnresolvedVmfsResolutionResult extends DynamicData
Java class for HostUnresolvedVmfsResolutionResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostUnresolvedVmfsResolutionResult">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="spec" type="{urn:vim25}HostUnresolvedVmfsResolutionSpec"/>
<element name="vmfs" type="{urn:vim25}HostVmfsVolume" minOccurs="0"/>
<element name="fault" type="{urn:vim25}LocalizedMethodFault" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalizedMethodFault |
fault |
protected HostUnresolvedVmfsResolutionSpec |
spec |
protected HostVmfsVolume |
vmfs |
| Constructor and Description |
|---|
HostUnresolvedVmfsResolutionResult() |
| Modifier and Type | Method and Description |
|---|---|
LocalizedMethodFault |
getFault()
Gets the value of the fault property.
|
HostUnresolvedVmfsResolutionSpec |
getSpec()
Gets the value of the spec property.
|
HostVmfsVolume |
getVmfs()
Gets the value of the vmfs property.
|
void |
setFault(LocalizedMethodFault value)
Sets the value of the fault property.
|
void |
setSpec(HostUnresolvedVmfsResolutionSpec value)
Sets the value of the spec property.
|
void |
setVmfs(HostVmfsVolume value)
Sets the value of the vmfs property.
|
protected HostUnresolvedVmfsResolutionSpec spec
protected HostVmfsVolume vmfs
protected LocalizedMethodFault fault
public HostUnresolvedVmfsResolutionSpec getSpec()
HostUnresolvedVmfsResolutionSpecpublic void setSpec(HostUnresolvedVmfsResolutionSpec value)
value - allowed object is
HostUnresolvedVmfsResolutionSpecpublic HostVmfsVolume getVmfs()
HostVmfsVolumepublic void setVmfs(HostVmfsVolume value)
value - allowed object is
HostVmfsVolumepublic LocalizedMethodFault getFault()
LocalizedMethodFaultpublic void setFault(LocalizedMethodFault value)
value - allowed object is
LocalizedMethodFaultCopyright © 2018. All rights reserved.