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