public class HostUnresolvedVmfsVolume extends DynamicData
Java class for HostUnresolvedVmfsVolume complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostUnresolvedVmfsVolume">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="extent" type="{urn:vim25}HostUnresolvedVmfsExtent" maxOccurs="unbounded"/>
<element name="vmfsLabel" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="vmfsUuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="totalBlocks" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="resolveStatus" type="{urn:vim25}HostUnresolvedVmfsVolumeResolveStatus"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<HostUnresolvedVmfsExtent> |
extent |
protected HostUnresolvedVmfsVolumeResolveStatus |
resolveStatus |
protected int |
totalBlocks |
protected String |
vmfsLabel |
protected String |
vmfsUuid |
| Constructor and Description |
|---|
HostUnresolvedVmfsVolume() |
| Modifier and Type | Method and Description |
|---|---|
List<HostUnresolvedVmfsExtent> |
getExtent()
Gets the value of the extent property.
|
HostUnresolvedVmfsVolumeResolveStatus |
getResolveStatus()
Gets the value of the resolveStatus property.
|
int |
getTotalBlocks()
Gets the value of the totalBlocks property.
|
String |
getVmfsLabel()
Gets the value of the vmfsLabel property.
|
String |
getVmfsUuid()
Gets the value of the vmfsUuid property.
|
void |
setResolveStatus(HostUnresolvedVmfsVolumeResolveStatus value)
Sets the value of the resolveStatus property.
|
void |
setTotalBlocks(int value)
Sets the value of the totalBlocks property.
|
void |
setVmfsLabel(String value)
Sets the value of the vmfsLabel property.
|
void |
setVmfsUuid(String value)
Sets the value of the vmfsUuid property.
|
protected List<HostUnresolvedVmfsExtent> extent
protected String vmfsLabel
protected String vmfsUuid
protected int totalBlocks
protected HostUnresolvedVmfsVolumeResolveStatus resolveStatus
public List<HostUnresolvedVmfsExtent> getExtent()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the extent property.
For example, to add a new item, do as follows:
getExtent().add(newItem);
Objects of the following type(s) are allowed in the list
HostUnresolvedVmfsExtent
public String getVmfsLabel()
Stringpublic void setVmfsLabel(String value)
value - allowed object is
Stringpublic String getVmfsUuid()
Stringpublic void setVmfsUuid(String value)
value - allowed object is
Stringpublic int getTotalBlocks()
public void setTotalBlocks(int value)
public HostUnresolvedVmfsVolumeResolveStatus getResolveStatus()
HostUnresolvedVmfsVolumeResolveStatuspublic void setResolveStatus(HostUnresolvedVmfsVolumeResolveStatus value)
value - allowed object is
HostUnresolvedVmfsVolumeResolveStatusCopyright © 2018. All rights reserved.