public void doOperation() throws OpsException, IOException {
}
@Override
protected void addChildren() throws OpsException {
NexusService model = OpsContext.get().getInstance(NexusService.class);
InstanceBuilder vm;
{
vm = InstanceBuilder.build(model.dnsName, this, model.getTags());
vm.minimumMemoryMb = 2048;
addChild(vm);
}
vm.addChild(NexusBootstrap.build());