Package | Description |
---|---|
org.jclouds.glesys.compute.options |
Modifier and Type | Method and Description |
---|---|
GleSYSTemplateOptions |
GleSYSTemplateOptions.authorizePublicKey(String publicKey) |
GleSYSTemplateOptions |
GleSYSTemplateOptions.blockOnPort(int port,
int seconds) |
static GleSYSTemplateOptions |
GleSYSTemplateOptions.Builder.blockOnPort(int port,
int seconds) |
GleSYSTemplateOptions |
GleSYSTemplateOptions.clone() |
GleSYSTemplateOptions |
GleSYSTemplateOptions.inboundPorts(int... ports) |
static GleSYSTemplateOptions |
GleSYSTemplateOptions.Builder.inboundPorts(int... ports) |
GleSYSTemplateOptions |
GleSYSTemplateOptions.installPrivateKey(String privateKey) |
GleSYSTemplateOptions |
GleSYSTemplateOptions.ip(String ip)
Sets the IP address to assign to the new server instance.
|
static GleSYSTemplateOptions |
GleSYSTemplateOptions.Builder.ip(String ip) |
GleSYSTemplateOptions |
GleSYSTemplateOptions.rootPassword(String rootPassword)
Sets the password for the root user on the created server instance.
|
static GleSYSTemplateOptions |
GleSYSTemplateOptions.Builder.rootPassword(String rootPassword) |
GleSYSTemplateOptions |
GleSYSTemplateOptions.transferGB(int transferGB)
Sets the monthly data transfer limit (in GB) for the server.
|
static GleSYSTemplateOptions |
GleSYSTemplateOptions.Builder.transferGB(int transferGB) |
GleSYSTemplateOptions |
GleSYSTemplateOptions.userMetadata(Map<String,String> userMetadata) |
static GleSYSTemplateOptions |
GleSYSTemplateOptions.Builder.userMetadata(Map<String,String> userMetadata) |
GleSYSTemplateOptions |
GleSYSTemplateOptions.userMetadata(String key,
String value) |
static GleSYSTemplateOptions |
GleSYSTemplateOptions.Builder.userMetadata(String key,
String value) |
Copyright © 2009-2013 jclouds. All Rights Reserved.