public class NetAppClusterVolumeUnMountConfig
extends java.lang.Object
Unmounts the the volume from the junction path
This task will remove junction path for this volume
Modifier | Constructor and Description |
---|---|
protected |
NetAppClusterVolumeUnMountConfig() |
|
NetAppClusterVolumeUnMountConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppClusterVolumeUnMountConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getVolName() |
boolean |
isForce() |
void |
setCuicServer(CuicServer api) |
void |
setForce(boolean force) |
void |
setVolName(java.lang.String volName)
Select the Volume that needs to be unmounted.
|
protected NetAppClusterVolumeUnMountConfig()
public NetAppClusterVolumeUnMountConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getVolName()
public boolean isForce()
public void setVolName(java.lang.String volName)
public void setForce(boolean force)
public NetAppClusterVolumeUnMountConfigResponse execute() throws java.lang.Exception
java.lang.Exception