org.jclouds.opsource.servers.domain
Class PendingDeployServer

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

public class PendingDeployServer
extends BaseServer

Author:
Kedar Dave

Nested Class Summary
static class PendingDeployServer.Builder
           
 
Method Summary
static PendingDeployServer.Builder builder()
           
 boolean equals(Object o)
           
 MachineSpecification getMachineSpecification()
           
 String getNetworkId()
           
 String getPrivateIpAddress()
           
 String getSourceImageId()
           
 Status getStatus()
           
 int hashCode()
           
 PendingDeployServer.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 PendingDeployServer.Builder builder()

toBuilder

public PendingDeployServer.Builder toBuilder()

getMachineSpecification

public MachineSpecification getMachineSpecification()

getSourceImageId

public String getSourceImageId()

getNetworkId

public String getNetworkId()

getPrivateIpAddress

public String getPrivateIpAddress()

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.