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