ApiHBaseReplicationSetupCommandArgs Data Model

Command args for HBaseReplicationSetupCommand

Properties
name data type description
keystorePassword string
replicationUser string
sourceRef ApiServiceRef
cmPeerDefinitionName string

Example

{
  "keystorePassword" : "...",
  "replicationUser" : "...",
  "sourceRef" : {
    "peerName" : "...",
    "clusterName" : "...",
    "serviceName" : "...",
    "serviceDisplayName" : "...",
    "serviceType" : "..."
  },
  "cmPeerDefinitionName" : "..."
}