public class NetAppMoveClusterLUNConfig
extends java.lang.Object
Renaming the LUN Path under the volume in Vserver
This task is for changing the LUN Path under the volume in Vserver.
Modifier | Constructor and Description |
---|---|
protected |
NetAppMoveClusterLUNConfig() |
|
NetAppMoveClusterLUNConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppMoveClusterLUNConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getDestinationName() |
java.lang.String |
getLunName() |
void |
setCuicServer(CuicServer api) |
void |
setDestinationName(java.lang.String destinationName)
Enter new LUN Name.
|
void |
setLunName(java.lang.String lunName)
Select the LUN that need to be moved.
|
protected NetAppMoveClusterLUNConfig()
public NetAppMoveClusterLUNConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getLunName()
public java.lang.String getDestinationName()
public void setLunName(java.lang.String lunName)
public void setDestinationName(java.lang.String destinationName)
public NetAppMoveClusterLUNConfigResponse execute() throws java.lang.Exception
java.lang.Exception