public class EMCRPCreateConsistencyGroupCopyConfig
extends java.lang.Object
Constructor and Description |
---|
EMCRPCreateConsistencyGroupCopyConfig() |
EMCRPCreateConsistencyGroupCopyConfig(CuicServer api) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConsistencyGroupCopyName() |
CuicServer |
getCuicServer() |
java.lang.String |
getRecoverPointClusterIdentity() |
java.lang.String |
getRecoverPointConsistencyGroupIdentity() |
void |
setConsistencyGroupCopyName(java.lang.String consistencyGroupCopyName) |
void |
setCuicServer(CuicServer api) |
void |
setRecoverPointClusterIdentity(java.lang.String recoverPointClusterIdentity) |
void |
setRecoverPointConsistencyGroupIdentity(java.lang.String recoverPointConsistencyGroupIdentity) |
public EMCRPCreateConsistencyGroupCopyConfig()
public EMCRPCreateConsistencyGroupCopyConfig(CuicServer api)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getRecoverPointConsistencyGroupIdentity()
public void setRecoverPointConsistencyGroupIdentity(java.lang.String recoverPointConsistencyGroupIdentity)
recoverPointConsistencyGroupIdentity
- the recoverPointConsistencyGroupIdentity to setpublic java.lang.String getConsistencyGroupCopyName()
public void setConsistencyGroupCopyName(java.lang.String consistencyGroupCopyName)
consistencyGroupCopyName
- the consistencyGroupCopyName to setpublic java.lang.String getRecoverPointClusterIdentity()
public void setRecoverPointClusterIdentity(java.lang.String recoverPointClusterIdentity)
recoverPointClusterIdentity
- the recoverPointClusterIdentity to set