public class ReadOnlyDisksWithLegacyDestination extends MigrationFault
Java class for ReadOnlyDisksWithLegacyDestination complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReadOnlyDisksWithLegacyDestination">
<complexContent>
<extension base="{urn:vim25}MigrationFault">
<sequence>
<element name="roDiskCount" 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 |
roDiskCount |
protected boolean |
timeoutDanger |
faultCause, faultMessage| Constructor and Description |
|---|
ReadOnlyDisksWithLegacyDestination() |
| Modifier and Type | Method and Description |
|---|---|
int |
getRoDiskCount()
Gets the value of the roDiskCount property.
|
boolean |
isTimeoutDanger()
Gets the value of the timeoutDanger property.
|
void |
setRoDiskCount(int value)
Sets the value of the roDiskCount property.
|
void |
setTimeoutDanger(boolean value)
Sets the value of the timeoutDanger property.
|
getFaultCause, getFaultMessage, setFaultCausepublic int getRoDiskCount()
public void setRoDiskCount(int value)
public boolean isTimeoutDanger()
public void setTimeoutDanger(boolean value)
Copyright © 2018. All rights reserved.