public static class VAppConfiguration.Builder extends Object
Constructor and Description |
---|
VAppConfiguration.Builder() |
Modifier and Type | Method and Description |
---|---|
static VAppConfiguration |
addDisk(long kilobytes) |
static VAppConfiguration |
changeMemoryTo(long megabytes) |
static VAppConfiguration |
changeNameTo(String name) |
static VAppConfiguration |
changeProcessorCountTo(int cpus) |
static VAppConfiguration |
deleteDiskWithAddressOnParent(int addressOnParent) |
public static VAppConfiguration changeNameTo(String name)
public static VAppConfiguration changeProcessorCountTo(int cpus)
public static VAppConfiguration changeMemoryTo(long megabytes)
public static VAppConfiguration addDisk(long kilobytes)
VAppConfiguration.addDisk(long)
public static VAppConfiguration deleteDiskWithAddressOnParent(int addressOnParent)
Copyright © 2009-2012 jclouds. All Rights Reserved.