public class CannotAccessVmConfig extends CannotAccessVmComponent
Java class for CannotAccessVmConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CannotAccessVmConfig">
<complexContent>
<extension base="{urn:vim25}CannotAccessVmComponent">
<sequence>
<element name="reason" type="{urn:vim25}LocalizedMethodFault"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalizedMethodFault |
reason |
faultCause, faultMessage| Constructor and Description |
|---|
CannotAccessVmConfig() |
| Modifier and Type | Method and Description |
|---|---|
LocalizedMethodFault |
getReason()
Gets the value of the reason property.
|
void |
setReason(LocalizedMethodFault value)
Sets the value of the reason property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected LocalizedMethodFault reason
public LocalizedMethodFault getReason()
LocalizedMethodFaultpublic void setReason(LocalizedMethodFault value)
value - allowed object is
LocalizedMethodFaultCopyright © 2018. All rights reserved.