org.jclouds.opsource.servers.domain
Class DeployedServer.Builder

java.lang.Object
  extended by org.jclouds.opsource.servers.domain.DeployedServer.Builder
Enclosing class:
DeployedServer

public static class DeployedServer.Builder
extends Object


Constructor Summary
DeployedServer.Builder()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployedServer.Builder

public DeployedServer.Builder()
Method Detail

id

public DeployedServer.Builder id(String id)

name

public DeployedServer.Builder name(String name)

description

public DeployedServer.Builder description(String description)

machineSpecification

public DeployedServer.Builder machineSpecification(MachineSpecification machineSpecification)

sourceImageId

public DeployedServer.Builder sourceImageId(String sourceImageId)

networkId

public DeployedServer.Builder networkId(String networkId)

privateIpAddress

public DeployedServer.Builder privateIpAddress(String privateIpAddress)

publicIpAddress

public DeployedServer.Builder publicIpAddress(String publicIpAddress)

machineName

public DeployedServer.Builder machineName(String machineName)

isStarted

public DeployedServer.Builder isStarted(boolean isStarted)

deployedTime

public DeployedServer.Builder deployedTime(String deployedTime)

status

public DeployedServer.Builder status(Status status)

build

public DeployedServer build()

fromDeployedServer

public DeployedServer.Builder fromDeployedServer(DeployedServer in)


Copyright © 2009-2012 jclouds. All Rights Reserved.