public class EMCRPAddUserVolumeConfig
extends java.lang.Object
Constructor and Description |
---|
EMCRPAddUserVolumeConfig() |
EMCRPAddUserVolumeConfig(CuicServer api) |
Modifier and Type | Method and Description |
---|---|
CuicServer |
getApi() |
java.lang.String |
getRecoverPointConsistencyGroupCopyIdentity() |
java.lang.String |
getRecoverPointVolumeIdentity() |
java.lang.String |
getReplicationSetIdentity() |
void |
setApi(CuicServer api) |
void |
setRecoverPointConsistencyGroupCopyIdentity(java.lang.String recoverPointConsistencyGroupCopyIdentity) |
void |
setRecoverPointVolumeIdentity(java.lang.String recoverPointVolumeIdentity) |
void |
setReplicationSetIdentity(java.lang.String replicationSetIdentity) |
public EMCRPAddUserVolumeConfig()
public EMCRPAddUserVolumeConfig(CuicServer api)
public java.lang.String getReplicationSetIdentity()
public void setReplicationSetIdentity(java.lang.String replicationSetIdentity)
public java.lang.String getRecoverPointConsistencyGroupCopyIdentity()
public void setRecoverPointConsistencyGroupCopyIdentity(java.lang.String recoverPointConsistencyGroupCopyIdentity)
public java.lang.String getRecoverPointVolumeIdentity()
public void setRecoverPointVolumeIdentity(java.lang.String recoverPointVolumeIdentity)
public CuicServer getApi()
public void setApi(CuicServer api)