public class HostNasVolumeUserInfo extends DynamicData
Java class for HostNasVolumeUserInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostNasVolumeUserInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="user" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
HostNasVolumeUserInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUser()
Gets the value of the user property.
|
void |
setUser(String value)
Sets the value of the user property.
|
protected String user
Copyright © 2018. All rights reserved.