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