public class InvalidNetworkResource extends NasConfigFault
Java class for InvalidNetworkResource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InvalidNetworkResource">
<complexContent>
<extension base="{urn:vim25}NasConfigFault">
<sequence>
<element name="remoteHost" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="remotePath" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
remoteHost |
protected String |
remotePath |
namefaultCause, faultMessage| Constructor and Description |
|---|
InvalidNetworkResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRemoteHost()
Gets the value of the remoteHost property.
|
String |
getRemotePath()
Gets the value of the remotePath property.
|
void |
setRemoteHost(String value)
Sets the value of the remoteHost property.
|
void |
setRemotePath(String value)
Sets the value of the remotePath property.
|
getName, setNamegetFaultCause, getFaultMessage, setFaultCausepublic String getRemoteHost()
Stringpublic void setRemoteHost(String value)
value - allowed object is
Stringpublic String getRemotePath()
StringCopyright © 2018. All rights reserved.