public class NetAppDeleteClusterQuotaConfig
extends java.lang.Object
Deletes a Quota for the Qtree under the Vserver context.
This task will deletes a quota rule for the QTree under the volume in Vserver context.
Modifier | Constructor and Description |
---|---|
protected |
NetAppDeleteClusterQuotaConfig() |
|
NetAppDeleteClusterQuotaConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getQtreeName() |
java.lang.String |
getVolume() |
void |
setCuicServer(CuicServer api) |
void |
setQtreeName(java.lang.String qtreeName)
Select Qtree Name
|
void |
setVolume(java.lang.String volume)
Select the Volume in which Quota to be deleted.
|
protected NetAppDeleteClusterQuotaConfig()
public NetAppDeleteClusterQuotaConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getVolume()
public java.lang.String getQtreeName()
public void setVolume(java.lang.String volume)
public void setQtreeName(java.lang.String qtreeName)
public void execute() throws java.lang.Exception
java.lang.Exception