public class MountError extends CustomizationFault
Java class for MountError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MountError">
<complexContent>
<extension base="{urn:vim25}CustomizationFault">
<sequence>
<element name="vm" type="{urn:vim25}ManagedObjectReference"/>
<element name="diskIndex" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
diskIndex |
protected ManagedObjectReference |
vm |
faultCause, faultMessage| Constructor and Description |
|---|
MountError() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDiskIndex()
Gets the value of the diskIndex property.
|
ManagedObjectReference |
getVm()
Gets the value of the vm property.
|
void |
setDiskIndex(int value)
Sets the value of the diskIndex property.
|
void |
setVm(ManagedObjectReference value)
Sets the value of the vm property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected ManagedObjectReference vm
protected int diskIndex
public ManagedObjectReference getVm()
ManagedObjectReferencepublic void setVm(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic int getDiskIndex()
public void setDiskIndex(int value)
Copyright © 2018. All rights reserved.