public class NetAppDeleteVolumeConfig
extends java.lang.Object
Delete an existing flexible Volume.
A traditional volume can be resized to a bigger size but cannot be reduced in size. A flexible volume on the other hand can be resized to either a bigger or smaller size. A traditional volume is tightly coupled with its containing aggregate. In order to increase the size of the traditional volume additional disk can be added. A flexible volume is loosely coupled with its containing aggregate and hence size can be increased or decreased. This task is to delete an existing flexible volume. This task will work for both ONTAP and OnCommand accounts.
Modifier | Constructor and Description |
---|---|
protected |
NetAppDeleteVolumeConfig() |
|
NetAppDeleteVolumeConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppDeleteVolumeConfigResponse |
execute() |
java.lang.String |
getAccountName() |
java.lang.String |
getAggregate() |
CuicServer |
getCuicServer() |
java.lang.String |
getDcName() |
java.lang.String |
getFilerName() |
java.lang.String |
getVolName() |
boolean |
isForce() |
void |
setAccountName(java.lang.String accountName) |
void |
setAggregate(java.lang.String aggregate) |
void |
setCuicServer(CuicServer api) |
void |
setDcName(java.lang.String dcName) |
void |
setFilerName(java.lang.String filerName) |
void |
setForce(boolean force)
Forcibly Delete.
|
void |
setVolName(java.lang.String volName)
Select the Volume that needs to be destroyed.
|
protected NetAppDeleteVolumeConfig()
public NetAppDeleteVolumeConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getDcName()
public java.lang.String getAccountName()
public java.lang.String getFilerName()
public java.lang.String getAggregate()
public java.lang.String getVolName()
public boolean isForce()
public void setDcName(java.lang.String dcName)
public void setAccountName(java.lang.String accountName)
public void setFilerName(java.lang.String filerName)
public void setAggregate(java.lang.String aggregate)
public void setVolName(java.lang.String volName)
public void setForce(boolean force)
public NetAppDeleteVolumeConfigResponse execute() throws java.lang.Exception
java.lang.Exception