public class NetAppDeleteClusterSnapmirrorRelationConfig
extends java.lang.Object
Deletes a existing snapmirror relationship between two Vserver volumes
This task will delete a existing SnapMirror relationship of type Data Protection between a source and destination volumes.
Modifier | Constructor and Description |
---|---|
protected |
NetAppDeleteClusterSnapmirrorRelationConfig() |
|
NetAppDeleteClusterSnapmirrorRelationConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getSnapRelation() |
void |
setCuicServer(CuicServer api) |
void |
setSnapRelation(java.lang.String snapRelation)
Select snapmirror relationship to delete.
|
protected NetAppDeleteClusterSnapmirrorRelationConfig()
public NetAppDeleteClusterSnapmirrorRelationConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getSnapRelation()
public void setSnapRelation(java.lang.String snapRelation)
public void execute() throws java.lang.Exception
java.lang.Exception