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