public class HostNasVolume extends HostFileSystemVolume
Java class for HostNasVolume complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostNasVolume">
<complexContent>
<extension base="{urn:vim25}HostFileSystemVolume">
<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" minOccurs="0"/>
<element name="remoteHostNames" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="securityType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="protocolEndpoint" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
protocolEndpoint |
protected String |
remoteHost |
protected List<String> |
remoteHostNames |
protected String |
remotePath |
protected String |
securityType |
protected String |
userName |
capacity, name, type| Constructor and Description |
|---|
HostNasVolume() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRemoteHost()
Gets the value of the remoteHost property.
|
List<String> |
getRemoteHostNames()
Gets the value of the remoteHostNames property.
|
String |
getRemotePath()
Gets the value of the remotePath property.
|
String |
getSecurityType()
Gets the value of the securityType property.
|
String |
getUserName()
Gets the value of the userName property.
|
Boolean |
isProtocolEndpoint()
Gets the value of the protocolEndpoint property.
|
void |
setProtocolEndpoint(Boolean value)
Sets the value of the protocolEndpoint property.
|
void |
setRemoteHost(String value)
Sets the value of the remoteHost property.
|
void |
setRemotePath(String value)
Sets the value of the remotePath property.
|
void |
setSecurityType(String value)
Sets the value of the securityType property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
getCapacity, getName, getType, setCapacity, setName, setTypeprotected String remoteHost
protected String remotePath
protected String userName
protected String securityType
protected Boolean protocolEndpoint
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()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic List<String> getRemoteHostNames()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the remoteHostNames property.
For example, to add a new item, do as follows:
getRemoteHostNames().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getSecurityType()
Stringpublic void setSecurityType(String value)
value - allowed object is
Stringpublic Boolean isProtocolEndpoint()
BooleanCopyright © 2018. All rights reserved.