public class DeployedServer extends BaseServer
| Modifier and Type | Class and Description |
|---|---|
static class |
DeployedServer.Builder |
| Modifier and Type | Method and Description |
|---|---|
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() |
getDescription, getId, getNamepublic static DeployedServer.Builder builder()
public DeployedServer.Builder toBuilder()
public MachineSpecification getMachineSpecification()
public String getSourceImageId()
public String getNetworkId()
public String getPrivateIpAddress()
public String getPublicIpAddress()
public String getMachineName()
public boolean isStarted()
public String getDeployedTime()
public Status getStatus()
public boolean equals(Object o)
equals in class BaseServerpublic int hashCode()
hashCode in class BaseServerpublic String toString()
toString in class BaseServerCopyright © 2009-2013 jclouds. All Rights Reserved.