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