public class NetAppMoveClusterVolumeConfig
extends java.lang.Object
Moves a volume to setination aggregate under the cluster context.
This task will moves a flexible volume to any eligible aggregate in the cluster.
Modifier | Constructor and Description |
---|---|
protected |
NetAppMoveClusterVolumeConfig() |
|
NetAppMoveClusterVolumeConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppMoveClusterVolumeConfigResponse |
execute() |
java.lang.String |
getAggregate() |
CuicServer |
getCuicServer() |
java.lang.String |
getVolName() |
void |
setAggregate(java.lang.String aggregate)
Select an aggregate in which Volume needs to be moved.
|
void |
setCuicServer(CuicServer api) |
void |
setVolName(java.lang.String volName)
Select the Volume to be moved.
|
protected NetAppMoveClusterVolumeConfig()
public NetAppMoveClusterVolumeConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getVolName()
public java.lang.String getAggregate()
public void setVolName(java.lang.String volName)
public void setAggregate(java.lang.String aggregate)
public NetAppMoveClusterVolumeConfigResponse execute() throws java.lang.Exception
java.lang.Exception