ClusterConfiguration.from(_clusterId, cluster.getUserConfig());
if (cluster.autoJoinAllowed()) {
clusterConfig.setAutoJoinAllowed(cluster.autoJoinAllowed());
}
if (cluster.isPaused()) {
_accessor.createProperty(_keyBuilder.pause(), new PauseSignal("pause"));
}
_accessor.setProperty(_keyBuilder.clusterConfig(), clusterConfig);
return true;
}