public class NetAppResizeVFilerVolumeConfig
extends java.lang.Object
Resizes vFiler volume
This task will resize selected vFiler volume to specified new size
Modifier | Constructor and Description |
---|---|
protected |
NetAppResizeVFilerVolumeConfig() |
|
NetAppResizeVFilerVolumeConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppResizeVFilerVolumeConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getSizeUnit() |
java.lang.String |
getVolName() |
java.lang.String |
getVolumeResize() |
void |
setCuicServer(CuicServer api) |
void |
setSizeUnit(java.lang.String sizeUnit)
Select the Volume Size Units.
|
void |
setVolName(java.lang.String volName)
Select the vFiler Volume that need to be resized.
|
void |
setVolumeResize(java.lang.String volumeResize)
Enter the new Volume Size.
|
protected NetAppResizeVFilerVolumeConfig()
public NetAppResizeVFilerVolumeConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getVolName()
public java.lang.String getVolumeResize()
public java.lang.String getSizeUnit()
public void setVolName(java.lang.String volName)
public void setVolumeResize(java.lang.String volumeResize)
public void setSizeUnit(java.lang.String sizeUnit)
public NetAppResizeVFilerVolumeConfigResponse execute() throws java.lang.Exception
java.lang.Exception