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

Packages that use DeployedServer.Builder
org.jclouds.opsource.servers.domain   
 

Uses of DeployedServer.Builder in org.jclouds.opsource.servers.domain
 

Methods in org.jclouds.opsource.servers.domain that return DeployedServer.Builder
static DeployedServer.Builder DeployedServer.builder()
           
 DeployedServer.Builder DeployedServer.Builder.deployedTime(String deployedTime)
           
 DeployedServer.Builder DeployedServer.Builder.description(String description)
           
 DeployedServer.Builder DeployedServer.Builder.fromDeployedServer(DeployedServer in)
           
 DeployedServer.Builder DeployedServer.Builder.id(String id)
           
 DeployedServer.Builder DeployedServer.Builder.isStarted(boolean isStarted)
           
 DeployedServer.Builder DeployedServer.Builder.machineName(String machineName)
           
 DeployedServer.Builder DeployedServer.Builder.machineSpecification(MachineSpecification machineSpecification)
           
 DeployedServer.Builder DeployedServer.Builder.name(String name)
           
 DeployedServer.Builder DeployedServer.Builder.networkId(String networkId)
           
 DeployedServer.Builder DeployedServer.Builder.privateIpAddress(String privateIpAddress)
           
 DeployedServer.Builder DeployedServer.Builder.publicIpAddress(String publicIpAddress)
           
 DeployedServer.Builder DeployedServer.Builder.sourceImageId(String sourceImageId)
           
 DeployedServer.Builder DeployedServer.Builder.status(Status status)
           
 DeployedServer.Builder DeployedServer.toBuilder()
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.