public class HostUnresolvedVmfsExtent extends DynamicData
Java class for HostUnresolvedVmfsExtent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostUnresolvedVmfsExtent">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="device" type="{urn:vim25}HostScsiDiskPartition"/>
<element name="devicePath" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="vmfsUuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="isHeadExtent" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ordinal" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="startBlock" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="endBlock" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="reason" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostScsiDiskPartition |
device |
protected String |
devicePath |
protected int |
endBlock |
protected boolean |
isHeadExtent |
protected int |
ordinal |
protected String |
reason |
protected int |
startBlock |
protected String |
vmfsUuid |
| Constructor and Description |
|---|
HostUnresolvedVmfsExtent() |
| Modifier and Type | Method and Description |
|---|---|
HostScsiDiskPartition |
getDevice()
Gets the value of the device property.
|
String |
getDevicePath()
Gets the value of the devicePath property.
|
int |
getEndBlock()
Gets the value of the endBlock property.
|
int |
getOrdinal()
Gets the value of the ordinal property.
|
String |
getReason()
Gets the value of the reason property.
|
int |
getStartBlock()
Gets the value of the startBlock property.
|
String |
getVmfsUuid()
Gets the value of the vmfsUuid property.
|
boolean |
isIsHeadExtent()
Gets the value of the isHeadExtent property.
|
void |
setDevice(HostScsiDiskPartition value)
Sets the value of the device property.
|
void |
setDevicePath(String value)
Sets the value of the devicePath property.
|
void |
setEndBlock(int value)
Sets the value of the endBlock property.
|
void |
setIsHeadExtent(boolean value)
Sets the value of the isHeadExtent property.
|
void |
setOrdinal(int value)
Sets the value of the ordinal property.
|
void |
setReason(String value)
Sets the value of the reason property.
|
void |
setStartBlock(int value)
Sets the value of the startBlock property.
|
void |
setVmfsUuid(String value)
Sets the value of the vmfsUuid property.
|
protected HostScsiDiskPartition device
protected String devicePath
protected String vmfsUuid
protected boolean isHeadExtent
protected int ordinal
protected int startBlock
protected int endBlock
protected String reason
public HostScsiDiskPartition getDevice()
HostScsiDiskPartitionpublic void setDevice(HostScsiDiskPartition value)
value - allowed object is
HostScsiDiskPartitionpublic String getDevicePath()
Stringpublic void setDevicePath(String value)
value - allowed object is
Stringpublic String getVmfsUuid()
Stringpublic void setVmfsUuid(String value)
value - allowed object is
Stringpublic boolean isIsHeadExtent()
public void setIsHeadExtent(boolean value)
public int getOrdinal()
public void setOrdinal(int value)
public int getStartBlock()
public void setStartBlock(int value)
public int getEndBlock()
public void setEndBlock(int value)
public String getReason()
StringCopyright © 2018. All rights reserved.