public class NetAppClusterVolumeMountConfig
extends java.lang.Object
Mounts the the volume in a given junction path
This task will create junction path for this volume
Modifier | Constructor and Description |
---|---|
protected |
NetAppClusterVolumeMountConfig() |
|
NetAppClusterVolumeMountConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppClusterVolumeMountConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getJunctionPath() |
java.lang.String |
getVolName() |
void |
setCuicServer(CuicServer api) |
void |
setJunctionPath(java.lang.String junctionPath)
The Junction Path for Cluster Volume
|
void |
setVolName(java.lang.String volName)
Select the Volume that needs to be mounted.
|
protected NetAppClusterVolumeMountConfig()
public NetAppClusterVolumeMountConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getVolName()
public java.lang.String getJunctionPath()
public void setVolName(java.lang.String volName)
public void setJunctionPath(java.lang.String junctionPath)
public NetAppClusterVolumeMountConfigResponse execute() throws java.lang.Exception
java.lang.Exception