9 const std::string& tasksStatusDir_,
const std::string& nodeHost_,
const std::string& nodePort_)
22 (*this) = std::forward<DRCENodeOptions>(rhs);
43 nodeName = std::move(rhs.getNodeName());
44 homeDir = std::move(rhs.getHomeDir());
47 nodeHost = std::move(rhs.getNodeHost());
48 nodePort = std::move(rhs.getNodePort());