Command args for HBaseReplicationSetupCommand
| name | data type | description | 
|---|---|---|
| keystorePassword | string | |
| replicationUser | string | |
| sourceRef | ApiServiceRef | |
| cmPeerNameOnRemote | string | The peer name of the local CM in the given sourceRef CM | 
| sourceRestartType | RestartType | |
| targetRestartType | RestartType | 
Example
{
  "keystorePassword" : "...",
  "replicationUser" : "...",
  "sourceRef" : {
    "peerName" : "...",
    "clusterName" : "...",
    "serviceName" : "...",
    "serviceDisplayName" : "...",
    "serviceType" : "..."
  },
  "cmPeerNameOnRemote" : "...",
  "sourceRestartType" : "RESTART",
  "targetRestartType" : "RESTART"
}