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