use of org.ovirt.engine.core.common.vdscommands.AddVdsVDSCommandParameters in project ovirt-engine by oVirt.
the class VdsCommand method initializeVds.
protected void initializeVds(boolean newHost) {
runVdsCommand(VDSCommandType.RemoveVds, new RemoveVdsVDSCommandParameters(getVdsId(), newHost));
runVdsCommand(VDSCommandType.AddVds, new AddVdsVDSCommandParameters(getVdsId()));
}
Aggregations