public class NetAppRemoveQtreeQuotaConfig
extends java.lang.Object
Deletes a Quota for the Qtree under the volume.
This task will deletes a quota rule for the QTree under the volume. This task will work for both ONTAP and OnCommand accounts.
Modifier | Constructor and Description |
---|---|
protected |
NetAppRemoveQtreeQuotaConfig() |
|
NetAppRemoveQtreeQuotaConfig(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 Accepts value from list type NetAppDeleteQuotaQtreeList
|
void |
setVolume(java.lang.String volume)
Select a Volume Accepts value from list type AllvFilerVolumeIdentity
|
protected NetAppRemoveQtreeQuotaConfig()
public NetAppRemoveQtreeQuotaConfig(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