Class GleSYSTemplateOptions.Builder
- java.lang.Object
-
- org.jclouds.glesys.compute.options.GleSYSTemplateOptions.Builder
-
- Enclosing class:
- GleSYSTemplateOptions
public static class GleSYSTemplateOptions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GleSYSTemplateOptions
blockOnPort(int port, int seconds)
static GleSYSTemplateOptions
inboundPorts(int... ports)
static GleSYSTemplateOptions
ip(String ip)
static GleSYSTemplateOptions
networks(Iterable<String> networks)
static GleSYSTemplateOptions
nodeNames(Iterable<String> nodeNames)
static GleSYSTemplateOptions
rootPassword(String rootPassword)
static GleSYSTemplateOptions
transferGB(int transferGB)
static GleSYSTemplateOptions
userMetadata(String key, String value)
static GleSYSTemplateOptions
userMetadata(Map<String,String> userMetadata)
-
-
-
Method Detail
-
ip
public static GleSYSTemplateOptions ip(String ip)
- See Also:
GleSYSTemplateOptions.ip
-
rootPassword
public static GleSYSTemplateOptions rootPassword(String rootPassword)
- See Also:
GleSYSTemplateOptions.rootPassword
-
transferGB
public static GleSYSTemplateOptions transferGB(int transferGB)
- See Also:
GleSYSTemplateOptions.transferGB
-
inboundPorts
public static GleSYSTemplateOptions inboundPorts(int... ports)
- See Also:
TemplateOptions.inboundPorts(int...)
-
blockOnPort
public static GleSYSTemplateOptions blockOnPort(int port, int seconds)
- See Also:
TemplateOptions.blockOnPort(int, int)
-
userMetadata
public static GleSYSTemplateOptions userMetadata(Map<String,String> userMetadata)
- See Also:
TemplateOptions.userMetadata(Map)
-
userMetadata
public static GleSYSTemplateOptions userMetadata(String key, String value)
-
nodeNames
public static GleSYSTemplateOptions nodeNames(Iterable<String> nodeNames)
- See Also:
TemplateOptions.nodeNames(Iterable)
-
networks
public static GleSYSTemplateOptions networks(Iterable<String> networks)
- See Also:
TemplateOptions.networks(Iterable)
-
-