public class NetAppCloneClusterLUNConfig
extends java.lang.Object
Clones selected LUN under the same volume in Vserver.
This task will clone a source LUN to destination LUN with in the same volume.Starts a LUN clone operation asynchronously.
Modifier | Constructor and Description |
---|---|
protected |
NetAppCloneClusterLUNConfig() |
|
NetAppCloneClusterLUNConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppCloneClusterLUNConfigResponse |
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 cloned.
|
protected NetAppCloneClusterLUNConfig()
public NetAppCloneClusterLUNConfig(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 NetAppCloneClusterLUNConfigResponse execute() throws java.lang.Exception
java.lang.Exception