Package org.jclouds.elasticstack.util
Class Servers
- java.lang.Object
-
- org.jclouds.elasticstack.util.Servers
-
public class Servers extends Object
-
-
Constructor Summary
Constructors Constructor Description Servers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Server.Builder
small(String name, String driveUuuid, String vncPassword)
Helper to create a small persistent server
-
-
-
Method Detail
-
small
public static Server.Builder small(String name, String driveUuuid, String vncPassword)
Helper to create a small persistent server- Parameters:
name
- what to name the serverdriveUuuid
- id of the boot drivevncPassword
- password for vnc- Returns:
- a builder for a persistent 1Ghz 512m server with DHCP enabled network.
-
-