org.jclouds.opsource.servers.domain
Class DeployedServer.Builder
java.lang.Object
org.jclouds.opsource.servers.domain.DeployedServer.Builder
- Enclosing class:
- DeployedServer
public static class DeployedServer.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeployedServer.Builder
public DeployedServer.Builder()
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.