ApiHBaseReplicationSetupOneClusterOnlyCmdArgs Data Model

Command args for HBase replication first time setup for only one cluster: either source or target

Properties
name data type description
sourceRef ApiServiceRef
restartType RestartType

Example

{
  "sourceRef" : {
    "peerName" : "...",
    "clusterName" : "...",
    "serviceName" : "...",
    "serviceDisplayName" : "...",
    "serviceType" : "..."
  },
  "restartType" : "ROLLING_RESTART"
}