public class NetAppCreateClusterSnapmirrorPolicyConfig
extends java.lang.Object
Creates a new snapmirror policy on Vserver
This task will create a new SnapMirror policy on a Vserver.
Modifier | Constructor and Description |
---|---|
protected |
NetAppCreateClusterSnapmirrorPolicyConfig() |
|
NetAppCreateClusterSnapmirrorPolicyConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppCreateClusterSnapmirrorPolicyConfigResponse |
execute() |
java.lang.String |
getComment() |
CuicServer |
getCuicServer() |
java.lang.String |
getPolicyName() |
java.lang.String |
getRestart() |
java.lang.String |
getTrnasferPriority() |
java.lang.String |
getvServer() |
void |
setComment(java.lang.String comment)
Enter comment.
|
void |
setCuicServer(CuicServer api) |
void |
setPolicyName(java.lang.String policyName)
Enter new policy name.
|
void |
setRestart(java.lang.String restart)
Specifies the type of the restart.
|
void |
setTrnasferPriority(java.lang.String trnasferPriority)
Specifies the type of the transfer priority.
|
void |
setvServer(java.lang.String vServer)
Select Vserver Name.
|
protected NetAppCreateClusterSnapmirrorPolicyConfig()
public NetAppCreateClusterSnapmirrorPolicyConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getvServer()
public java.lang.String getPolicyName()
public java.lang.String getRestart()
public java.lang.String getTrnasferPriority()
public java.lang.String getComment()
public void setvServer(java.lang.String vServer)
public void setPolicyName(java.lang.String policyName)
public void setRestart(java.lang.String restart)
public void setTrnasferPriority(java.lang.String trnasferPriority)
public void setComment(java.lang.String comment)
public NetAppCreateClusterSnapmirrorPolicyConfigResponse execute() throws java.lang.Exception
java.lang.Exception