public class NetAppDeleteClusterExportPolicyConfig
extends java.lang.Object
Deletes Cluster Export Policy
This task will delete cluster export policies
Modifier | Constructor and Description |
---|---|
protected |
NetAppDeleteClusterExportPolicyConfig() |
|
NetAppDeleteClusterExportPolicyConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getPolicyName() |
void |
setCuicServer(CuicServer api) |
void |
setPolicyName(java.lang.String policyName)
Select export policy to be deleted.
|
protected NetAppDeleteClusterExportPolicyConfig()
public NetAppDeleteClusterExportPolicyConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getPolicyName()
public void setPolicyName(java.lang.String policyName)
public void execute() throws java.lang.Exception
java.lang.Exception