public class NetAppClusterVServerPeerRejectConfig
extends java.lang.Object
Rejects a new Vserver peer relationship which is in pending state
This task will reject the Vserver peer relationship which is in pending state.
Modifier | Constructor and Description |
---|---|
protected |
NetAppClusterVServerPeerRejectConfig() |
|
NetAppClusterVServerPeerRejectConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppClusterVServerPeerRejectConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getvServerPeerRelationshipID() |
void |
setCuicServer(CuicServer api) |
void |
setvServerPeerRelationshipID(java.lang.String vServerPeerRelationshipID)
Select Vserver relationship id to reject peer relationship.
|
protected NetAppClusterVServerPeerRejectConfig()
public NetAppClusterVServerPeerRejectConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getvServerPeerRelationshipID()
public void setvServerPeerRelationshipID(java.lang.String vServerPeerRelationshipID)
public NetAppClusterVServerPeerRejectConfigResponse execute() throws java.lang.Exception
java.lang.Exception