public class NetAppModifyClusterLUNConfig
extends java.lang.Object
Resize the LUN size within volume in Vserver
This task is for resizing the LUN either increase or decrease under the volume in Vserver
Modifier | Constructor and Description |
---|---|
protected |
NetAppModifyClusterLUNConfig() |
|
NetAppModifyClusterLUNConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppModifyClusterLUNConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getLunName() |
java.lang.String |
getLunResize() |
java.lang.String |
getSizeUnit() |
void |
setCuicServer(CuicServer api) |
void |
setLunName(java.lang.String lunName)
Select the LUN that need to be modify.
|
void |
setLunResize(java.lang.String lunResize)
Enter the New LUN Resize Value Accepts value from list type netAppLunSize
|
void |
setSizeUnit(java.lang.String sizeUnit)
Select the LUN Size Units.
|
protected NetAppModifyClusterLUNConfig()
public NetAppModifyClusterLUNConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getLunName()
public java.lang.String getLunResize()
public java.lang.String getSizeUnit()
public void setLunName(java.lang.String lunName)
public void setLunResize(java.lang.String lunResize)
public void setSizeUnit(java.lang.String sizeUnit)
public NetAppModifyClusterLUNConfigResponse execute() throws java.lang.Exception
java.lang.Exception