public class NetAppRemoveClusterSnapmirrorPolicyRuleConfig
extends java.lang.Object
Removes a rule from cluster snapmirror policy
This task will remove a rule from the snapmirror policy.
Modifier | Constructor and Description |
---|---|
protected |
NetAppRemoveClusterSnapmirrorPolicyRuleConfig() |
|
NetAppRemoveClusterSnapmirrorPolicyRuleConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getRule() |
void |
setCuicServer(CuicServer api) |
void |
setRule(java.lang.String rule)
Select policy rule to remove.
|
protected NetAppRemoveClusterSnapmirrorPolicyRuleConfig()
public NetAppRemoveClusterSnapmirrorPolicyRuleConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getRule()
public void setRule(java.lang.String rule)
public void execute() throws java.lang.Exception
java.lang.Exception