public static class CreateServerOptions.Builder extends Object
Constructor and Description |
---|
CreateServerOptions.Builder() |
Modifier and Type | Method and Description |
---|---|
static CreateServerOptions |
withFile(String path,
byte[] contents) |
static CreateServerOptions |
withMetadata(Map<String,String> metadata) |
static CreateServerOptions |
withSharedIp(String publicIp) |
static CreateServerOptions |
withSharedIpGroup(int id) |
public static CreateServerOptions withFile(String path, byte[] contents)
public static CreateServerOptions withSharedIpGroup(int id)
public static CreateServerOptions withMetadata(Map<String,String> metadata)
CreateServerOptions#withMetadata(Map)
public static CreateServerOptions withSharedIp(String publicIp)
Copyright © 2009-2012 jclouds. All Rights Reserved.