public class OvfMissingHardware extends OvfImport
Java class for OvfMissingHardware complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OvfMissingHardware">
<complexContent>
<extension base="{urn:vim25}OvfImport">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="resourceType" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected int |
resourceType |
faultCause, faultMessage| Constructor and Description |
|---|
OvfMissingHardware() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
int |
getResourceType()
Gets the value of the resourceType property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setResourceType(int value)
Sets the value of the resourceType property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String name
protected int resourceType
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic int getResourceType()
public void setResourceType(int value)
Copyright © 2018. All rights reserved.