org.jclouds.opsource.servers.domain
Class DeployedServer

java.lang.Object
  extended by org.jclouds.opsource.servers.domain.BaseServer
      extended by org.jclouds.opsource.servers.domain.DeployedServer

public class DeployedServer
extends BaseServer

Author:
Kedar Dave

Nested Class Summary
static class DeployedServer.Builder
           
 
Method Summary
static DeployedServer.Builder builder()
           
 boolean equals(Object o)
           
 String getDeployedTime()
           
 String getMachineName()
           
 MachineSpecification getMachineSpecification()
           
 String getNetworkId()
           
 String getPrivateIpAddress()
           
 String getPublicIpAddress()
           
 String getSourceImageId()
           
 Status getStatus()
           
 int hashCode()
           
 boolean isStarted()
           
 DeployedServer.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class org.jclouds.opsource.servers.domain.BaseServer
getDescription, getId, getName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

builder

public static DeployedServer.Builder builder()

toBuilder

public DeployedServer.Builder toBuilder()

getMachineSpecification

public MachineSpecification getMachineSpecification()

getSourceImageId

public String getSourceImageId()

getNetworkId

public String getNetworkId()

getPrivateIpAddress

public String getPrivateIpAddress()

getPublicIpAddress

public String getPublicIpAddress()

getMachineName

public String getMachineName()

isStarted

public boolean isStarted()

getDeployedTime

public String getDeployedTime()

getStatus

public Status getStatus()

equals

public boolean equals(Object o)
Overrides:
equals in class BaseServer

hashCode

public int hashCode()
Overrides:
hashCode in class BaseServer

toString

public String toString()
Overrides:
toString in class BaseServer


Copyright © 2009-2012 jclouds. All Rights Reserved.