public class VmFaultToleranceInvalidFileBacking extends VmFaultToleranceIssue
Java class for VmFaultToleranceInvalidFileBacking complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmFaultToleranceInvalidFileBacking">
<complexContent>
<extension base="{urn:vim25}VmFaultToleranceIssue">
<sequence>
<element name="backingType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="backingFilename" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
backingFilename |
protected String |
backingType |
faultCause, faultMessage| Constructor and Description |
|---|
VmFaultToleranceInvalidFileBacking() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackingFilename()
Gets the value of the backingFilename property.
|
String |
getBackingType()
Gets the value of the backingType property.
|
void |
setBackingFilename(String value)
Sets the value of the backingFilename property.
|
void |
setBackingType(String value)
Sets the value of the backingType property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String backingType
protected String backingFilename
public String getBackingType()
Stringpublic void setBackingType(String value)
value - allowed object is
Stringpublic String getBackingFilename()
StringCopyright © 2018. All rights reserved.