Guest User

Untitled

a guest
Jul 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Template template = context.getComputeService().createTemplateInLocation("default");
  2. template.os(OperatingSystem.UBUNTU).smallest();
  3. node = context.getComputeService().runNode(nodePrefix, template);
Add Comment
Please, Sign In to add comment