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