public class NetAppDeleteClusterAggregateConfig
extends java.lang.Object
Destroying the cluster aggregate.
This task will destroy the cluster aggregrate.
Modifier | Constructor and Description |
---|---|
protected |
NetAppDeleteClusterAggregateConfig() |
|
NetAppDeleteClusterAggregateConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
java.lang.String |
getAggregate() |
CuicServer |
getCuicServer() |
void |
setAggregate(java.lang.String aggregate)
Select an aggregate to be deleted.
|
void |
setCuicServer(CuicServer api) |
protected NetAppDeleteClusterAggregateConfig()
public NetAppDeleteClusterAggregateConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getAggregate()
public void setAggregate(java.lang.String aggregate)
public void execute() throws java.lang.Exception
java.lang.Exception