public class DeploymentParams extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DeploymentParams.Builder |
Modifier and Type | Field and Description |
---|---|
protected List<InputEndpoint> |
endpoints |
protected String |
name |
protected OSType |
osType |
protected String |
password |
protected RoleSize |
size |
protected String |
sourceImageName |
protected String |
storageAccount |
protected String |
username |
Constructor and Description |
---|
DeploymentParams(String name,
String sourceImageName,
String username,
String password,
String storageAccount,
RoleSize size,
OSType osType,
List<InputEndpoint> endpoints) |
Modifier and Type | Method and Description |
---|---|
static DeploymentParams.Builder |
builder() |
boolean |
equals(Object obj) |
List<InputEndpoint> |
getEndpoints() |
String |
getName()
Specifies the name for the deployment and its virtual machine.
|
OSType |
getOsType()
Os type of the given sourceImage
|
String |
getPassword()
Specifies the associated password for the user name.
|
RoleSize |
getSize()
The size of the virtual machine to allocate.
|
String |
getSourceImageName()
Specifies the name of an operating system image in the image repository.
|
String |
getStorageAccount() |
String |
getUsername()
Specifies the name of a user to be created in the sudoer group of the
virtual machine.
|
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
DeploymentParams.Builder |
toBuilder() |
String |
toString() |
protected final String name
protected final String sourceImageName
protected final String username
protected final String password
protected final String storageAccount
protected final RoleSize size
protected final OSType osType
protected final List<InputEndpoint> endpoints
public static DeploymentParams.Builder builder()
public DeploymentParams.Builder toBuilder()
public String getName()
public String getSourceImageName()
public String getUsername()
public String getPassword()
public String getStorageAccount()
public RoleSize getSize()
public OSType getOsType()
public List<InputEndpoint> getEndpoints()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.