public static class DeploymentParams.Builder extends Object
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.Builder() |
Modifier and Type | Method and Description |
---|---|
DeploymentParams |
build() |
DeploymentParams.Builder |
endpoint(InputEndpoint endpoint) |
DeploymentParams.Builder |
fromLinuxDeploymentParams(DeploymentParams in) |
DeploymentParams.Builder |
name(String name) |
DeploymentParams.Builder |
osType(OSType osType) |
DeploymentParams.Builder |
password(String password) |
DeploymentParams.Builder |
size(RoleSize size) |
DeploymentParams.Builder |
sourceImageName(String sourceImageName) |
DeploymentParams.Builder |
storageAccount(String storageAccount) |
DeploymentParams.Builder |
username(String username) |
protected String name
protected String sourceImageName
protected String username
protected String password
protected String storageAccount
protected OSType osType
protected RoleSize size
protected List<InputEndpoint> endpoints
public DeploymentParams.Builder name(String name)
public DeploymentParams.Builder sourceImageName(String sourceImageName)
public DeploymentParams.Builder username(String username)
public DeploymentParams.Builder password(String password)
public DeploymentParams.Builder storageAccount(String storageAccount)
public DeploymentParams.Builder size(RoleSize size)
public DeploymentParams.Builder osType(OSType osType)
public DeploymentParams.Builder endpoint(InputEndpoint endpoint)
public DeploymentParams build()
public DeploymentParams.Builder fromLinuxDeploymentParams(DeploymentParams in)
Copyright © 2009-2013 jclouds. All Rights Reserved.