public class NetAppDeleteClusterSnapmirrorPolicyConfig
extends java.lang.Object
Deletes a snapmirror policy on Vserver
This task will deelte a SnapMirror policy on a Vserver.
Modifier | Constructor and Description |
---|---|
protected |
NetAppDeleteClusterSnapmirrorPolicyConfig() |
|
NetAppDeleteClusterSnapmirrorPolicyConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getPolicy() |
void |
setCuicServer(CuicServer api) |
void |
setPolicy(java.lang.String policy)
Select snapmirror policy.
|
protected NetAppDeleteClusterSnapmirrorPolicyConfig()
public NetAppDeleteClusterSnapmirrorPolicyConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getPolicy()
public void setPolicy(java.lang.String policy)
public void execute() throws java.lang.Exception
java.lang.Exception