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