public class HostNasVolumeSpec extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
String |
accessMode |
String |
localPath |
String |
password |
String |
remoteHost |
String |
remotePath |
String |
type |
String |
userName |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HostNasVolumeSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessMode() |
String |
getLocalPath() |
String |
getPassword() |
String |
getRemoteHost() |
String |
getRemotePath() |
String |
getType() |
String |
getUserName() |
void |
setAccessMode(String accessMode) |
void |
setLocalPath(String localPath) |
void |
setPassword(String password) |
void |
setRemoteHost(String remoteHost) |
void |
setRemotePath(String remotePath) |
void |
setType(String type) |
void |
setUserName(String userName) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String remoteHost
public String remotePath
public String localPath
public String accessMode
public String type
public String userName
public String password
public String getRemoteHost()
public String getRemotePath()
public String getLocalPath()
public String getAccessMode()
public String getType()
public String getUserName()
public String getPassword()
public void setRemoteHost(String remoteHost)
public void setRemotePath(String remotePath)
public void setLocalPath(String localPath)
public void setAccessMode(String accessMode)
public void setType(String type)
public void setUserName(String userName)
public void setPassword(String password)
Copyright © 2011-2012. All Rights Reserved.