public class OvfUnsupportedDeviceBackingInfo extends OvfSystemFault
Java class for OvfUnsupportedDeviceBackingInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OvfUnsupportedDeviceBackingInfo">
<complexContent>
<extension base="{urn:vim25}OvfSystemFault">
<sequence>
<element name="elementName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="instanceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="deviceName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="backingName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
backingName |
protected String |
deviceName |
protected String |
elementName |
protected String |
instanceId |
faultCause, faultMessage| Constructor and Description |
|---|
OvfUnsupportedDeviceBackingInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackingName()
Gets the value of the backingName property.
|
String |
getDeviceName()
Gets the value of the deviceName property.
|
String |
getElementName()
Gets the value of the elementName property.
|
String |
getInstanceId()
Gets the value of the instanceId property.
|
void |
setBackingName(String value)
Sets the value of the backingName property.
|
void |
setDeviceName(String value)
Sets the value of the deviceName property.
|
void |
setElementName(String value)
Sets the value of the elementName property.
|
void |
setInstanceId(String value)
Sets the value of the instanceId property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String elementName
protected String instanceId
protected String deviceName
protected String backingName
public String getElementName()
Stringpublic void setElementName(String value)
value - allowed object is
Stringpublic String getInstanceId()
Stringpublic void setInstanceId(String value)
value - allowed object is
Stringpublic String getDeviceName()
Stringpublic void setDeviceName(String value)
value - allowed object is
Stringpublic String getBackingName()
StringCopyright © 2018. All rights reserved.