public static class DeployedServer.Builder extends Object
Constructor and Description |
---|
DeployedServer.Builder() |
Modifier and Type | Method and Description |
---|---|
DeployedServer |
build() |
DeployedServer.Builder |
deployedTime(String deployedTime) |
DeployedServer.Builder |
description(String description) |
DeployedServer.Builder |
fromDeployedServer(DeployedServer in) |
DeployedServer.Builder |
id(String id) |
DeployedServer.Builder |
isStarted(boolean isStarted) |
DeployedServer.Builder |
machineName(String machineName) |
DeployedServer.Builder |
machineSpecification(MachineSpecification machineSpecification) |
DeployedServer.Builder |
name(String name) |
DeployedServer.Builder |
networkId(String networkId) |
DeployedServer.Builder |
privateIpAddress(String privateIpAddress) |
DeployedServer.Builder |
publicIpAddress(String publicIpAddress) |
DeployedServer.Builder |
sourceImageId(String sourceImageId) |
DeployedServer.Builder |
status(Status status) |
public DeployedServer.Builder id(String id)
public DeployedServer.Builder name(String name)
public DeployedServer.Builder description(String description)
public DeployedServer.Builder machineSpecification(MachineSpecification machineSpecification)
public DeployedServer.Builder sourceImageId(String sourceImageId)
public DeployedServer.Builder networkId(String networkId)
public DeployedServer.Builder privateIpAddress(String privateIpAddress)
public DeployedServer.Builder publicIpAddress(String publicIpAddress)
public DeployedServer.Builder machineName(String machineName)
public DeployedServer.Builder isStarted(boolean isStarted)
public DeployedServer.Builder deployedTime(String deployedTime)
public DeployedServer.Builder status(Status status)
public DeployedServer build()
public DeployedServer.Builder fromDeployedServer(DeployedServer in)
Copyright © 2009-2013 jclouds. All Rights Reserved.