public class TooManyDisksOnLegacyHost extends MigrationFault
Java class for TooManyDisksOnLegacyHost complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TooManyDisksOnLegacyHost">
<complexContent>
<extension base="{urn:vim25}MigrationFault">
<sequence>
<element name="diskCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="timeoutDanger" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
diskCount |
protected boolean |
timeoutDanger |
faultCause, faultMessage| Constructor and Description |
|---|
TooManyDisksOnLegacyHost() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDiskCount()
Gets the value of the diskCount property.
|
boolean |
isTimeoutDanger()
Gets the value of the timeoutDanger property.
|
void |
setDiskCount(int value)
Sets the value of the diskCount property.
|
void |
setTimeoutDanger(boolean value)
Sets the value of the timeoutDanger property.
|
getFaultCause, getFaultMessage, setFaultCausepublic int getDiskCount()
public void setDiskCount(int value)
public boolean isTimeoutDanger()
public void setTimeoutDanger(boolean value)
Copyright © 2018. All rights reserved.