public class HostDiskDimensionsLba extends DynamicData
Java class for HostDiskDimensionsLba complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostDiskDimensionsLba">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="blockSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="block" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
block |
protected int |
blockSize |
| Constructor and Description |
|---|
HostDiskDimensionsLba() |
| Modifier and Type | Method and Description |
|---|---|
long |
getBlock()
Gets the value of the block property.
|
int |
getBlockSize()
Gets the value of the blockSize property.
|
void |
setBlock(long value)
Sets the value of the block property.
|
void |
setBlockSize(int value)
Sets the value of the blockSize property.
|
public int getBlockSize()
public void setBlockSize(int value)
public long getBlock()
public void setBlock(long value)
Copyright © 2018. All rights reserved.