public class NetAppModifyClusterSnapmirrorRelationConfig
extends java.lang.Object
Modifies snapmirror relationship between two Vserver volumes
This task will modify the parameters of the SnapMirror relationship of type Data Protection between a source and destination volumes.
Modifier | Constructor and Description |
---|---|
protected |
NetAppModifyClusterSnapmirrorRelationConfig() |
|
NetAppModifyClusterSnapmirrorRelationConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppModifyClusterSnapmirrorRelationConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getMaxTransferRate() |
java.lang.String |
getPolicy() |
java.lang.String |
getSchedule() |
java.lang.String |
getSnapRelation() |
void |
setCuicServer(CuicServer api) |
void |
setMaxTransferRate(java.lang.String maxTransferRate)
Enter maximum transfer rate.
|
void |
setPolicy(java.lang.String policy)
Select snapmirror policy.
|
void |
setSchedule(java.lang.String schedule)
Select cron job for scheduling the snapmirror update.
|
void |
setSnapRelation(java.lang.String snapRelation)
Select snapmirror relationship to modify.
|
protected NetAppModifyClusterSnapmirrorRelationConfig()
public NetAppModifyClusterSnapmirrorRelationConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getSnapRelation()
public java.lang.String getPolicy()
public java.lang.String getSchedule()
public java.lang.String getMaxTransferRate()
public void setSnapRelation(java.lang.String snapRelation)
public void setPolicy(java.lang.String policy)
public void setSchedule(java.lang.String schedule)
public void setMaxTransferRate(java.lang.String maxTransferRate)
public NetAppModifyClusterSnapmirrorRelationConfigResponse execute() throws java.lang.Exception
java.lang.Exception