public class NetAppClusterPeerDeleteConfig
extends java.lang.Object
Destroys peer relationship between two existing clusters
This task will destroy the peering relationship between two clusters
Modifier | Constructor and Description |
---|---|
protected |
NetAppClusterPeerDeleteConfig() |
|
NetAppClusterPeerDeleteConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
java.lang.String |
getClusterName() |
CuicServer |
getCuicServer() |
void |
setClusterName(java.lang.String clusterName)
Select peer cluster Name that has peer relationship.
|
void |
setCuicServer(CuicServer api) |
protected NetAppClusterPeerDeleteConfig()
public NetAppClusterPeerDeleteConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getClusterName()
public void setClusterName(java.lang.String clusterName)
public void execute() throws java.lang.Exception
java.lang.Exception